﻿/* CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html
{
	background:#c0c0c0 url('/images/folsom_family_law_bg.jpg') repeat;
	height:100%;
}
body 
{
	background:#c0c0c0 url('/images/folsom_family_law_bg.jpg') repeat;
	height:100%;
}
p
{
	margin:10px 0px 10px 0px;
}
/* Colors */
.navyblue{color:#2524b0;}
.gold{color:#e8da79;}
.lightbluegray{color:#8d8daf;}
.darkbluegray{color:#373775;}
.mocha{color:#ddcda9;}
.lightbrown{color:#ddcdab;}
.yellow{color:#e8da79;}
/* End Colors */

/* Classes */
.navbarWrapper
{
	background:#c3bec4;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	height:30px;
	width:760px;
	text-align:left;
}
div.navbarWrapper ul 
{
	margin:0px;
	padding:0px;
	color:#000000;
	line-height:30px;
	white-space: nowrap;
}
div.navbarWrapper li 
{
	list-style-type: none;
	display: inline;
}
div.navbarWrapper li a 
{
	font-size:10px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding:10px 8px 10px 8px;
	height:30px;
	color:#6c6c81;
	border-right:solid 1px #ffffff;
}

div.navbarWrapper li a:link 
{
	color: #6c6c81;
}
div.navbarWrapper li a:visited 
{
	color: #6c6c81;
}
div.navbarWrapper li a:hover 
{
	color:#e8da79;
}
.footerinfo
{
	float:right; 
	text-align:right;
	font-family:Verdana, Arial;
	font-size:7pt;
	font-weight:bold;
	color:#ffffff;
	line-height: 14px;
	margin: 5px 12px 0px 0px;
}
ul.footernav
{
	color:#ffffff;
	line-height: 14px;
	margin: 0px 0px 0px 30px;
	padding:0;
}
li.footernav
{
	color:#ffffff;
	margin: 0;
	padding:0;
}
li.footernav a
{
	margin: 4px 0px 0px 12px;
	text-decoration:none;
	font-family:Verdana, Arial;
	font-size:7pt;
	font-weight:bold;
	color:#ffffff;
}
li.footernav a:link{color:#ffffff;}
li.footernav a:visited{color:#ffffff;}
li.footernav a:hover{color:#e8da79;}
div.family_law_content_box
{
	border: solid 1px #8d8daf;
	margin:16px 0px 16px 16px;
	background:#f0f0f8 url('/images/family_law_content_box_bg.jpg') no-repeat;
	color:#202020;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}
div.family_law_main_content_box
{
	width:521px; 
	padding: 12px;
	border: solid 1px #8d8daf;
	margin:16px 0px 16px 16px;
	background:#f0f0f8 url('/images/family_law_content_box_bg.jpg') no-repeat;
	color:#202020;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}	
div.family_law_main_content_box a
{
	font-weight:bold;
	color:#202020;
}
div.family_law_main_content_box a:link 
{
	color: #202020;
}
div.family_law_main_content_box a:visited 
{
	color: #202020;
}
div.family_law_main_content_box a:hover 
{
	color:#e8da79;
}
div.family_law_content_box ul 
{
	position:relative;
	left:-7px;
	top: -5px;
}
div.family_law_content_box li 
{
	list-style-type:inherit;
	margin-bottom: 4px;
}
div.folsom_attorney_header_blue
{
	background:#8d8daf;
	color:#ffffff;
	font-family:Times New Roman, Serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding: 4px 0px 4px 0px;
}
div.folsom_attorney_header_brown
{
	background:#ddcda9;
	color:#373775;
	font-family:Times New Roman, Serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding: 4px 0px 4px 0px;
}
.box_title
{
	color:#373775;
	font-family:Times New Roman, Serif;
	font-size:22px;
	font-weight:bold;
}

ul.large_list li a 
{
	color: #6c6c81;
	text-decoration:none;
}

ul.large_list li a:link 
{
	color: #6c6c81;
}
ul.large_list li a:visited 
{
	color: #6c6c81;
}
ul.large_list li a:hover 
{
	color:#e8da79;
}
.homepage_url
{
	font-size:14px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.homepage_url a:link 
{
	color: #ffffff;
}
.homepage_url a:visited 
{
	color: #ffffff;
}
.homepage_url a:hover 
{
	color:#c0c0c0;
}
.toplink
{
	color: #6c6c81;
	text-decoration:none;
}
.toplink:link 
{
	color: #6c6c81;
}
.toplink:visited 
{
	color: #6c6c81;
}
.toplink:hover 
{
	color:#e8da79;
}
table.folsom_mediation_table td
{
	padding: 6px;
	border: solid 1px black;
}
td.blank_td
{
	border:none;
}
/* End Classes */

/*  Style By ID */
#folsom_attorney_gradient_wrapper
{
	width:100%; 
	margin:0 auto; 
	background:url('/images/el_dorado_divorce_attorney_top_gradient.jpg') repeat-x; 
	text-align:center;
	height:600px;
}
#folsom_lawyer_main_container
{
	position:relative;
	width:760px;
	margin:auto; 
	border:solid 1px #ffffff;
	height:100%;
}
#folsom_divorce_attorney_header_wrapper
{
	height:230px;
	width:760px;
	background:url('/images/folsom_family_law_header.jpg');
	vertical-align:bottom;
}

#folsom_family_law_content_wrapper
{
	width:760px;
	background:url('/images/folsom_family_law_content_bg.jpg');
}
#folsom_family_law_footer_wrapper
{
	
	background:#24244a url('/images/folsom_family_law_footer_gradient.jpg') repeat-x;
	height:65px;
	width:760px;
}

#left_body_border
{
background:url('/images/left.png');
}
* html #left_body_border
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/left.png", sizingMethod="crop");
}

#right_body_border
{
background:url('/images/right.png');
}
* html #right_body_border
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/right.png", sizingMethod="crop");
}

#header-top
{
	background:url('/images/top.png');
}
* html #header-top
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/top.png", sizingMethod="crop");
}

#header-bottom
{
background:url('/images/bottom.png');
}
* html #header-bottom
{
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bottom.png", sizingMethod="crop");
}
/* Style By ID End */
