/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #000;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

table {
	border: 1px solid #000;
	width: 600px;
	margin: 0 0 10px 0;
}

tr {
	
}

th {
	background-color: #000;
	color: #C87700;
}

td {
	border: 1px solid #000;
	width: 300px;
}

ul {
	margin: 0 0 0 0px;

}

li {

}
p
{
	line-height: 17px;
}

/* OPENING PAGE */
#outer_wrapper {
	/*margin:20px 175px; */ /* centers design on page */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 888px;
	/*margin: 25px 175px; */
	/*width:890px; */ /*780 */
	height: 480px;
	padding: 0 0 0 0;
	background: #000; 
	border: 0px solid #F0E7E7; /* borders entire page */
	/*padding: 10px 20px 10px 30px; */
}

#opening_logo_wrapper {
	border: 0px solid blue;
	float: left;
}

#opening_address_wrapper {
	float: right;
	border: 0px solid purple;
}


/*-----------------------------*/
/*-----------------------------*/
/* HEADER */
/*-----------------------------*/
/*-----------------------------*/
#header_wrapper_bg {
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 20px;*/
	float: left;
	padding: 0 0 0 0;
	background: #000;
	border: 0px solid white;
	width: 870px;
}

#header_logo_wrapper {
	float: left;
	margin: 0 0 0 16px;
	border: 0px solid orange;
}

#header_lawyerMenu_wrapper {
	float: left;
 	background-color: #000;
 	border: 0px solid blue;
	width: 135px;
}

#header_lawyerMenu_wrapper ul {
	float: left;	
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
	display: inline;
}
#header_lawyerMenu_wrapper ul li {
	float: none;	/* puts items in horizontal format */
	margin: 0 0 0 2px; /* sets space b/w menu items */
	color: #FFFF00;
	font-size: 14px;
}
#header_lawyerMenu_wrapper ul li a {
	display: block;
	color: #dbd8c8;
	overflow: hidden;
	width: 130px; 
	height: 30px;
	text-decoration: none; 
}
#header_lawyerMenu_wrapper ul li a:hover
{
    text-decoration: underline;
}


/*-----------------------------*/
/*-----------------------------*/
/* HEADER SUB MENU */
/*-----------------------------*/
/*-----------------------------*/
#header_submenu_wrapper {
	float: right;
	border-top: 1px dashed white;
	border-left: 1px dashed white;
	border-right: 1px dashed white;
	background-color: #000;
	height: 32px;
	margin: 10px 2px 0px 0;
	padding: 0 5px 0 0;
	width: 705px;
}
#header_submenu_wrapper ul {
	display: inline;
	float: right;	
	list-style-type: none;
	width: 705px;
}
#header_submenu_wrapper ul li {
	float: left;	/* puts items in horizontal format */
	margin: 0 0 0 17px; /* sets space b/w menu items */
	color: #FFFF00;
	font-size: 14px;
	display: inline;
	padding: 8px 0 0 0;
}

#header_submenu_wrapper ul li a {
	display: block;
	overflow: hidden; /* anything that overflows past will not be shown */
	margin: 0 12px 0 0;
	height: 32px;
	text-decoration: none;
	color: #dbd8c8;
}
#header_submenu_wrapper ul li a:hover
{
    text-decoration: underline;
}

/*-----------------------------*/
/*-----------------------------*/
/* SIDE MENU */
/*-----------------------------*/
/*-----------------------------*/
#sidemenu_wrapper_bg {
	/*
	margin-left: auto;
	margin-right: auto;*/
	padding: 0 0 0 0;
	background: #000;
	border: 0px solid white;
	width: 150px;
}
#sideMenu_wrapper {
	float: left;
 	background-color: #000;
 	border-right: 1px dashed white;
	border-left: 1px dashed white;
	border-bottom: 1px dashed white;
	border-top: 1px dashed white;
	padding: 0 10px 0 0;
	width: 146px;
}

#sideMenu_wrapper ul {
	float: left;	
	list-style-type: none;
}
#sideMenu_wrapper ul li {
	float: none;	/* puts items in horizontal format */
	margin: 5px 0 0 5px; /* sets space b/w menu items */
	color: #FFFF00;
	font-size: 14px;
}
#sideMenu_wrapper ul li a {
	display: block;
	overflow: hidden; /* anything that overflows past will not be shown */
	width: 140px; /* fixed since images are same size */
	height: 32px;
	text-decoration: none;
	color: #dbd8c8;
}
#sideMenu_wrapper ul li a:hover
{
    text-decoration: underline;
}


#side_dots_wrapper {
 background-color: #FFF;
 
}
#side_dots_wrapper ul {
	list-style-type: none;
}
#side_dots_wrapper ul li {
	margin: 3px 0 0 0; /* sets space b/w menu items */
	color: #FFFF00;
	font-size: 10px;
}

/*-----------------------------*/
/*-----------------------------*/
/* FOOTER					   */
/*-----------------------------*/
/*-----------------------------*/
#footer_wrapper_bg {
	float: left;
	padding: 10px 0 10px 0;
	background: #000;
	width: 870px;
}
#footer_content {
	float: right;
	color: #FFF;
	font-size: 9px;
}

/*-----------------------------*/
/*-----------------------------*/
/* HOME PAGE */
/*-----------------------------*/
/*-----------------------------*/
#home_content_wrapper {
	float: left;
	background-color: #FFF;
	color: #000;
	padding: 10px;
	width: 690px;
	min-height: 450px;
}
#home_content_block_text {
	float: left;
	border: 0px solid green;
	width: 150px;
	height: 359px;
}
#home_content_firm_pic {
	float: left;
	border: 0px solid yellow;
	margin: 0 20px 10px 5px;
	width: 300px;
	height: 200px;
	background: url(../images/firmPic.jpg) repeat-y #000;
	display: inline;
}


/*-----------------------------*/
/*-----------------------------*/
/* CONTACT US				   */
/*-----------------------------*/
/*-----------------------------*/
#contactUs_wrapper {
	border: 0px solid blue;
	width: 200px;
}


/*-----------------------------*/
/*-----------------------------*/
/* LAWYERS					   */
/*-----------------------------*/
/*-----------------------------*/
#lawyer_image_wrapper {
	float: left;
	border: 0px solid blue;
	height: 225px;
	width: 172px;
}
#lawyer_contactInfo_wrapper {
	float: left;
	border: 0px solid red;
	width: 500px;
	margin: 0 0 0 10px;
	height: 225px;
}
#lawyer_highlights {
	padding: 0 0 10px 30px;
	font-size: 11px;
}
#lawyer_highlights li {
	list-style-type: circle;
	list-style-position: outside;
}
/*-----------------------------*/
/*-----------------------------*/
/* ALL PAGES (Wraps all pages) */
/*-----------------------------*/
/*-----------------------------*/
#page_content_wrapper_bg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 870px;
}


/*-----------------------------*/
/*-----------------------------*/
/* CLASSES */
/*-----------------------------*/
/*-----------------------------*/
.hightlighed {
	padding: 15px 0 15px 0;
	text-align: center;
	color:#FF9900;
	font-size: 17px;
}
.bolded {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.bolded_header {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
.email {
	color: #FFF;
}
.name {
	color: #FFF;
	margin: 0 10px 0 0;
}
.contactInfo {
	padding: 15px 0 15px 2px;
	text-align: left;
	color: #FFF;
	font-size: 13px;
}
.privacy {
	padding: 15px 0 15px 0;
	text-align: left;
	color:#FF9900;
	font-size: 15px;
}

.page_content {
	text-align: left;
	color: #000;
	font-size: 14px;
	padding: 0 0 14px;
}
.para_heading {
	color: #C87700;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 0 14px 0;
}
.laywer_name {
	color: #C87700;
	font-size: 16px;
	font-weight: bold;
}
.lawyer_edu {
	color: #C87700;
	font-size: 14px;
	margin: 0 0 5px 0;
	
}
.lawyer_contact {
	font-size: 12px;
}
