body{
	/*background:#d8d5c7 url(../images/body_bg.png) top left repeat-y;*/
	/*background:#000 url(../images/body_bg2.png) top left repeat-y;*/
	background:#000 url(../images/body_bg3.png) 50% 0 repeat-y;
	font-family:Verdana,Arial,sans-serif;
	font-size:100%;
	margin:0px;
	padding:0px;
}
a{
	color:#369;
}
a:hover{
	color:#036;
}

/*================================================================================
## MAIN CONTAINER
================================================================================*/
div#mainContainer{
	width:890px;
	
	margin:0 auto 0 auto;
}

/*================================================================================
## HEADER
================================================================================*/
body.home div#header{
	background:#fff url(../images/header_home.jpg) top left no-repeat;
	padding-top:149px;
	padding-bottom:30px;
}
body.firmHistory div#header, body.practiceAreas div#header, body.attorneys div#header, body.clients div#header, body.community div#header, body.careers div#header, body.contactUs div#header, body.disclaimer div#header{
	background-color:#fff;
	background-position:top right;
	background-repeat:no-repeat;
	height:100px;
	padding:0px;
}
body.clients div#header, body.disclaimer div#header{
	background-image:url(../images/subpage_header_city.jpg);
}
body.firmHistory div#header, body.contactUs div#header{
	background-image:url(../images/subpage_header_city2.jpg);
}
body.practiceAreas div#header{
	background-image:url(../images/subpage_header_books.jpg);
}
body.businessTransactions div#header{
	background-image:url(../images/subpage_header_paperwork.jpg);
}
body.civilBusinessLitigation div#header{
	background-image:url(../images/subpage_header_court_building.jpg);
}
body.agricultureFarming div#header{
	background-image:url(../images/subpage_header_crop.jpg);
}
body.employmentLabor div#header{
	background-image:url(../images/subpage_header_oil_field_guys.jpg);
}
body.realEstateLandUse div#header{
	background-image:url(../images/subpage_header_interchange.jpg);
}
body.energyOilGas div#header{
	background-image:url(../images/subpage_header_pipes.jpg);
}
body.environmentalWater div#header{
	background-image:url(../images/subpage_header_lake.jpg);
}
body.personalInjury div#header{
	background-image:url(../images/subpage_header_crash.jpg);
}
body.professionalLiability div#header{
	background-image:url(../images/subpage_header_hospital.jpg);
}
body.taxWealthPlanning div#header{
	background-image:url(../images/subpage_header_taxes.jpg);
}
body.intellectualProperty div#header{
	background-image:url(../images/subpage_header_property.jpg);
}
body.mergersAcquisitions div#header{
	background-image:url(../images/subpage_header_handshake.jpg);
}
body.estatePlanningProbate div#header{
	background-image:url(../images/subpage_header_estate_planning.jpg);
}
body.attorneys.bio div#header{
	background-image:url(../images/subpage_header_frame.jpg);
}
body.attorneys div#header{
	/*background-image:url(../images/subpage_header_attorneys.jpg);*/
	background-image:url(../images/subpage_header_frame.jpg);
}
body.community div#header{
	background-image:url(../images/subpage_header_bakersfield_sign.jpg);
}
body.careers div#header{
	background-image:url(../images/subpage_header_office.jpg);
}
body.home div#header h1{
	height:53px;
	margin:0 0 0 37px;
	padding:0px;
	width:380px;
}
body.firmHistory div#header h1, body.practiceAreas div#header h1, body.attorneys div#header h1, body.clients div#header h1, body.community div#header h1, body.careers div#header h1, body.contactUs div#header h1, body.disclaimer div#header h1{
	background:url(../images/subpage_header_logo.png) top left no-repeat;
	height:100px;
	margin:0px;
	padding:0px;
	/*width:250px;*/
	
	border-left:1px solid #aba56f;
	width:249px;
}
body.home div#header h1 a{
	display:block;
	height:53px;
	text-decoration:none;
	text-indent:-9999px;
	width:380px;
}
body.firmHistory div#header h1 a, body.practiceAreas div#header h1 a, body.attorneys div#header h1 a, body.clients div#header h1 a, body.community div#header h1 a, body.careers div#header h1 a, body.contactUs div#header h1 a, body.disclaimer div#header h1 a{
	display:block;
	height:100px;
	text-decoration:none;
	text-indent:-9999px;
	width:250px;
}
p.headerAddress{
	background:#aba56f;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color:#f5f0da;
	font-size:0.6875em;
	margin:0px;
	padding:10px 0 10px 0;
	text-align:center;
}
p.headerAddress span{
	padding:0 10px 0 10px;
	visibility:hidden;
}
p.headerAddress span.emailLink{
	visibility:visible;
}
p.headerAddress a{
	color:#f5f0da;
}

/*================================================================================
## LEFT NAV
================================================================================*/
div#leftNav{
	float:left;
	width:180px;
}
div#leftNav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:180px;
}
div#leftNav ul li{
	background:#d5cfaa;
	border-bottom:1px solid #f5f0da;
}
div#leftNav ul li a{
	color:#6e6c54;
	display:block;
	font-size:0.75em;
	font-weight:bold;
	margin:0px;
	padding:10px;
	text-decoration:none;
}
div#leftNav ul li a:hover{
	background:#c7c097;
}
div#leftNav ul ul{
	display:none;
	text-align:right;
}
body.practiceAreas div#leftNav ul li.practiceAreas ul{
	display:block;
}
div#leftNav ul li li{
	background:#f5f0da;
	border-bottom:0px;
}
div#leftNav ul li li a{
	border-top:1px dotted #d0ccba;
	color:#706d52;
	font-size:0.6875em;
	font-weight:normal;
	margin:0 10px 0 10px;
	padding:4px 0 4px 0;
}
div#leftNav ul li li.first a{
	border-top:0px;
}
div#leftNav ul li li a:hover{
	background:none;
	text-decoration:underline;
}

/*================================================================================
## CONTENT
================================================================================*/
div#content{
	float:right;
	font-size:0.75em;
	line-height:1.6em;
	padding:20px;
	width:670px;
}
body.firmHistory div#content, body.contactUs div#content{
	line-height:1.3em;
}
body.firmHistory div#content{
	background:url(../images/firm_history_bg.jpg) bottom left no-repeat;
	min-height:460px;
}
body.practiceAreas.main div#content{
	background:url(../images/old_building_bg.jpg) top left no-repeat;
	min-height:452px;
}
div#content h2.pageTitle, div.bio h2{
	border-bottom:1px dotted #999;
	font-size:150%;
	margin:0 0 30px 0;
	padding:0 0 5px 0;
}
body.bio div#content h2.pageTitle{
    display:none;
}
div.practiceContainer{
	margin:0 0 20px 50px;
	overflow:hidden;
	width:550px;
}
div.practiceContainer p{
	float:left;
	margin:0 0 0 30px;
	padding:0px;
	width:250px;
}
div.practiceContainer p.left{
	margin-left:0px;
}
div.practiceContainer p a{
	color:#000;
	font-size:110%;
	font-weight:bold;
}
table.clientList td{
	font-size:11px;
	padding-right:10px;
	vertical-align:top;
	width:220px;
}
table.clientList ul, ul.linksList{
	list-style:none;
	margin:0px;
	padding:0px;
}
table.clientList ul li{
	margin-bottom:1px;
}
ul.linksList li{
	margin-bottom:10px;
}
table.attorneyLinks ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:0px;
}
table.attorneyLinks ul li{
	margin:0 0 15px 0;
	padding:0px;
	
	overflow:hidden;
	width:100%;
}
table.attorneyLinks ul li a{
	text-decoration:none;
}
table.attorneyLinks ul li a span{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
table.attorneyLinks ul li a em{
	color:#000;
}
table.attorneyLinks ul li a img{
	background:#d5cfaa;
	border:1px solid #000;
	margin-right:6px;
	padding:1px;
	vertical-align:middle;
	
	float:left;
}
div#content p.thumbLeft, div#content p.thumbRight{
    overflow:hidden;
    width:100%;
}
div#content p.thumbLeft img{
    float:left;
    margin:0 10px 0 0;
}
div#content p.thumbRight img{
    float:right;
    margin:0 0 0 10px;
}
div#content p.thumbLeft img, div#content p.thumbRight img{
    border:1px solid #000;
}
body.practiceAreas div#content td ul{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
div.bioContainer{
	background:url(../images/attorney_left_column_bg.png) bottom left no-repeat;
	overflow:hidden;
	width:670px;
}
div.bioContainer div.leftColumn{
	background:url(../images/attorney_left_column_top.png) top left no-repeat;
	color:#666;
	line-height:1.4em;
	float:left;
	font-size:11px;
	padding:10px;
	width:210px;
}
div.bioContainer div.leftColumn h3{
	font-size:11px;
	margin:0px;
	padding:0px;
}
div.bioContainer div.leftColumn h3.name{
	margin:8px 0 0 0;
	padding:0px;
}
div.bioContainer div.leftColumn h3.name span{
	font-style:italic;
	font-weight:normal;
}
div.bioContainer div.leftColumn p.practicing{
	margin:0px;
	padding:0px;
}
div.bioContainer div.leftColumn p.vcard{
	background:url(../images/vcard_icon.png) 0px 2px no-repeat;
	margin-top:0px;
	padding-top:0px;
}
div.bioContainer div.leftColumn p.vcard a{
	display:block;
	margin:0px;
	padding:0 0 0 18px;
}
div.bioContainer div.leftColumn ul{
	list-style:square;
	margin:0 0 20px 20px;
	padding:0px;
}
div.bioContainer div.bio{
	float:right;
	width:420px;
}
a.ratingLink{
	font-weight:bold;
}

/*================================================================================
## FOOTER
================================================================================*/
div#footer{
	border-top:1px dotted #ccc;
	clear:both;
	color:#998675;
	font-size:0.6875em;
	margin:0 20px 0 200px;
	padding:12px 0 10px 0;
}
div#footer a{
	color:#998675;
}
div#footer ul{
	list-style:none;
	margin:0 0 20px 0;
	overflow:hidden;
	padding:0px;
	width:100%;
}
div#footer ul li{
	display:inline;
	float:left;
	margin:0 15px 0 0;
	padding:0px;
}
div#footer p{
	margin:15px 0 0 0;
	padding:0px;
}