body {
 background:#f7f6f0 url(../res/bg.gif) repeat-x top left;
 color:#535323;
 font-size:62.5%;
 font-family:Arial, Helvetica, sans-serif;}

* {
 margin:0;
 padding:0;
 list-style-type:none;
 text-decoration:none;
 border:none;}

.clear {
 clear:both;
 margin-top:0;
 height:0;
 line-height:0.0;
 font-size:0;}

hr {
 display:none;}

.acc {
 display:none;}
 
.smalltextRed {
	font-size: 10px;
	color: #CC0000;
	} 

/* LINKS
-----------------------------------------------------------------------------------------*/
a,a:visited {
  color:#e3dcba;
  text-decoration:underline;}
 
a:hover {
 color:#e5d89a;}
 
a.dark {
 color: #626235;
 font-weight: bold;
 }
 
a.dark:visited {
 color: #626235;
 font-weight: bold;
 }
 
a.dark:hover {
 color: #626235;
 text-decoration: none;
 }
 
/* HEADERS
-----------------------------------------------------------------------------------------*/
h1 {
 font-size: 2.2em;
 color:#a76a28;
 margin: 5px 0 8px 0;}

h2 {
 font-size: 1.4em;
 color:#a76a28;
 font-weight: normal;}

h3{
 font-size: 1.4em;
 color:#a76a28;}

/* PAGE LAYOUT
-----------------------------------------------------------------------------------------*/
#container {
 width: 780px;
 margin: 44px auto 0 auto;}

#header {
 height: 41px;
 margin: 0 0 22px 0;}
 
#content {
 background:url(../res/bg_content.gif) no-repeat top left;
 min-height:621px;
 border: 0px; /*For IE6 */
 width: 729px;
 height:auto !important;
 height: 621px;
 padding: 0 30px 0 29px;}

#footer {
 background:url(../res/bg_footer.gif) repeat-x top left;
 height:60px;
 width: 100%;
 padding: 25px 0 0 0;
 color:#3b3b13;
 margin: 68px 0 0 0;
 font-size: 1.1em;
 clear: both;}

/* HEADER
-----------------------------------------------------------------------------------------*/
.logo {
 padding: 0 0 0 46px;
 background:url(../res/logo.gif) no-repeat top left;
 float:left;
 color:#535323;
 width:381px;
 height:40px;
 position:relative;
 left: 29px;}

p.logo-main {
 font-size: 2.4em;
 height:25px;
 margin-top: -5px;
 position:absolute;}

p.logo-main a {text-decoration: none; color: #535323;}
p.logo-sub a {text-decoration: none; color: #75744b; text-transform: uppercase; font-size: 14px; position: relative; top: 3px;}

p.logo-sub {
  position:absolute;
  top: 18px;
  height:20px;
  font-size: 1.9em;
  font-weight: bold;}
 
p.contactinfo{
 font-size: 1.5em;
 float:right;
 position:relative;
 text-align:right !important;}
 
p.contactinfo a {text-decoration: none; color: #75744b; font-weight: bold;}


/* MAIN NAVIGATION
----------------------------------------------------------------------------------------*/

ul#main-nav {
 height:32px;
 padding: 0 2px;
 font-size: 1.2em;
 font-weight:bold;
 width: 100%;
 margin: 0 0 18px 0;
 background:url(../res/nav_left.gif) no-repeat top left;}

ul#main-nav li{
 height: 32px;
 float:left;}

ul#main-nav li a.last{
 border-right:none;
 background:url(../res/nav_right.gif) no-repeat top right;}

ul#main-nav li a,
ul#main-nav li a.last{
 color:#3b3b13;
 display:block;
 float:left;
 position:relative;
 cursor:pointer;
 height: 32px;
 background:url(../res/nav_bginactive.gif) repeat-x top left;
 text-decoration:none !important;}

ul#main-nav li a:hover,
ul#main-nav li.active a {
 background:url(../res/nav_bgactive.gif) repeat-x top left;
 color:#f8f5e5;}

ul#main-nav li a span {
 background:url(../images/nav_border.gif) no-repeat top right;
 padding: 8px 15px 0 15px;
 display:block;
 float:left;
 margin: 2px 0 0 0;
 height:22px;}

ul#main-nav li a.last span {
 background:url(../res/nav_right.gif) no-repeat top right;
 background-position: right -2px;}

ul#main-nav li a:hover span,
ul#main-nav li.active a span {
 background:url(../res/nav_borderactive.gif) no-repeat top right;}

ul#main-nav li a.last:hover span{
 background:none;}

/* CONTENT
----------------------------------------------------------------------------------------*/
#content-text {
 display: inline;
 position:relative;
 width: 381px;
 }
 
 #content-text-search {
 position:relative;
 width: 381px;
 }

#content-text h1{
 height:20px;
 width: 360px;
 float:left !important;
 float:none;}

#content-text p{
 font-size: 1.2em;
 position:relative;
 margin: 0 0 18px 3px;}

#content-text ul,
#content-text ol {
 font-size: 1.2em;}

#content-text ul li,
#content-text ol li{
 list-style-type:disc;
 margin: 0 0 8px 15px;}

#content-text p.article {
	border-bottom: 2px dotted #DAD8CC;
	padding-bottom: 10px;
	}
#content-text #articles {
	clear: both;
	margin-top: 30px;
	}
#content-text ul.articles-links li {
	list-style: none;
	}
/* Announcements and Useful Resources Box
------------------------------------------------------------------------ */
.box {
 background:url(../res/bg_boxcontent.gif) repeat-y top left;
 margin: 0px 2px 0 2px;
 width: 720px;
 clear:both;
 color:#e3dcba;
 font-size:1.2em;}
 
.box_wrapper {
 background:url(../res/bg_boxtop.gif) no-repeat top left;
 padding: 17px 21px 0 20px !important;
 min-height:100px;
 height:auto !important;
 height:100px;}

.box-bottom {
 clear:both;
 background:#f7f6f0 url(../res/bg_boxbottom.gif) no-repeat bottom left;
 width: 720px;
 height:39px;}

.box-bottom a{
 color:#3b3b13 !important;
 font-weight:bold;}

a.realplayer {
 background:url(../res/icon_realplayer.gif) no-repeat top left;
 height:28px;
 padding: 11px 0 0 63px;
 display:block;
 margin: 0 0 0 13px;
 outline:none;}

.box h3{
 margin: 0 0 13px 0;
 height:29px;
 text-indent:-99999px;
 overflow:hidden;
 color:#000;}

/* Announcements */
.announcements-wrapper {
 width: 464px;
 float:left;}

.announcements-wrapper h3{
 background:url(../res/title_announcement.gif) no-repeat top left;
 width: 433px;}

.announcements-wrapper h4{
 font-size: 1em;
 color:#e3dcba;
 margin: 0 0 8px 0;}

.announcement {
 float:left;
 width: 201px;
 margin: 0 30px 0 0;}

.announcement p{
 margin: 0 0 15px 0;
 line-height:1.1em;}

a.readmore{
 padding: 0 0 0 10px;
 font-size:0.9em;
 background:url(../res/bullet_arrow.gif) no-repeat center left;}

/* Useful Resources */
.useful-resources-wrapper {
 width: 207px;
 float:right;
 margin-left: -10px;
 position:relative;}

.useful-resources-wrapper h3{
 background:url(../res/title_usefulresources.gif) no-repeat top left;
 width: 207px;}

ul.featured {
 background:url(../res/dotted_horizontal.gif) repeat-x top left;
 padding: 15px 0 0 0;}

ul.resources li,
ul.featured li{
 background:url(../res/bullet_arrow.gif) no-repeat left 4px;
 padding: 0 0 0 10px;
 margin: 0 0 13px 0;
 position:relative;
 font-weight:bold;}

ul.resources li a,
ul.featured li a{
 color:#faf2c8 !important;}

ul.resources li a:hover,
ul.featured li a:hover{
 text-decoration:none;}

/* IMAGE QUOTE
----------------------------------------------------------------------------------------*/
.image-quote {
 background:url(../res/bg_imagetag.gif) no-repeat top left;
 width: 313px;
 margin-right:10px !important;
 float:left;
 padding: 8px;}

.image-quote-right {
 background:url(../res/bg_imagetag.gif) no-repeat top left;
 width: 313px;
 margin-left: 5px !important;
 float:right;
 padding: 8px;
 }
 
 .image-quote-right p {
 font-size: 12px;
width: 280px;
 }

p.quote{
 color:#a76a28;
 font-size: 1.4em;
 padding: 15px 8px 0 8px;}

/* FOOTER WRAPPER
----------------------------------------------------------------------------------------*/
.footer_wrapper {
 width: 721px;
 padding: 0 30px 0 29px;
 margin: 0 auto;}

p.copyright {
 float:left;}

ul.footer-links {
 float:right;}

ul.footer-links li {
 float:left;
 padding: 0 6px;
 border-right:1px solid #3b3b13;}

ul.footer-links li.last {
 padding-right:0 !important;
 border:none;}

ul.footer-links li a{
 color:#3b3b13 !important;
 font-size: 11px;
 text-decoration:underline;}

ul.footer-links li a:hover {
 text-decoration:none;}
 
/* FAQ FORMATTING
----------------------------------------------------------------------------------------*/
#faq dt {
 background: transparent url(../images/bg/arrow.gif) 0 4px no-repeat;
 margin-left: 5px;
}

#faq dd {
 margin-left: 10px;
}

#faq dd.display {
 display: block;
}

#faq dt.expanded {
 background-image: url(../images/bg/arrow-down.gif);
 font-weight: bold;
}

#faq dt p {
	 text-decoration: none;
 color: #80804F;
 font-weight: bold;
 font-size: 1.2em;
	}
#faq img {
	margin-right: 2px;
	}
	
/* CONTACT FORM
----------------------------------------------------------------------------------------*/
form.contact input.default {
	border: 1px solid #C9C4A4;
	width: 96%;
	height: 20px;
	text-align: left;
	margin: 0 0 10px 5px;
	color: #444444;
	}

form.contact textarea.default {
	width: 300px;
	text-align: left;
	margin: 5px;
	width: 96%;
	border: 1px solid #C9C4A4;
	}

form.contact textarea.errorFields {
	width: 300px;
	text-align: left;
	margin: 5px;
	width: 96%;
	border: 1px solid #CC301E;
	}
	
form.contact label {
	text-align: left;
}

form.contact span.form-line {
	text-align: left;
	font-size: 12px;
	margin: 0 5px;
}


form.contact {
	background: #EDE5BC url(../res/form-bg.gif) repeat-x;
	background-position: bottom;
	width: 361px;
	padding: 5px;
	border-right: 1px solid #C9C4A4;
	border-left: 1px solid #C9C4A4;
	margin: 0;
}

#form-top {
	background: url(../res/form_round_top.gif) no-repeat;
	width: 373px;
	height: 5px;
	margin-top: 10px;
	}
	
#form-bottom {
	background: url(../res/form_round_bottom.gif) no-repeat;
	width: 373px;
	height: 5px;
	margin: 0;
	}
input.errorFields {
	border: 1px solid #CC301E;
	width: 96%;
	height: 20px;
	text-align: left;
	margin: 0 0 10px 5px;
	color: #444444;
	}
form.searchForm p {
	padding: 2px;
	}
#filters form.searchForm label{
	margin-right: 8px;
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: left;
	width: 100px;
	}
#filters form.searchForm input.search-field {
	height: 18px;
	width: 150px;
	border: 1px solid #C9C4A4;
}

#filters form.searchForm {
	margin-left: 40px;
}
	
/* SEARCH FORMATTING
----------------------------------------------------------------------------------------*/

#filters {
	background: #EDE5BC url(../res/form-bg.gif) repeat-x;
	background-position: bottom;
	width: 361px;
	padding: 5px;
	margin: 0;
	border-right: 1px solid #C9C4A4; 
	border-left: 1px solid #C9C4A4;
	font-size: 12px;
	font-weight: bold;
}

#content-text table.search {
	margin: 0;
	width: 100%;
	clear: both;
	}

#content-text td.dark-row, #content-text td.light-row, #content-text td.top-row {
border-bottom: 1px solid #D5CEA9; 
border-top: 1px solid #fff; 
padding: 3px;
}

#content-text td span {
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
margin-left: 10px;
}

#content-text td span a{
text-decoration:none;
}

#content-text td span a:hover{
text-decoration:underline
}
		
#content-text td.top-row {background: #AAA387; color: #fff;}
		
#content-text td.dark-row {background: #D4CFB6;color: #333;}

#content-text td.light-row {background: #F8F5E3;color: #333;}

table.search img {
	vertical-align: bottom;
	margin-bottom: 1px;
	}

ul.tabs {margin: 0; padding: 0; float: left;}
ul.tabs li {float: left; list-style: none; padding: 0; margin: 0;}
ul.tabs li#attorneyTab {height: 23px; width: 87px; background: url(../res/button-attorneys.gif) no-repeat; list-style: none; padding: 0; margin: 0 2px 0 0;}
ul.tabs li#childTab {height: 23px; width: 115px; background: url(../res/button-child.gif) no-repeat; list-style: none; padding: 0; margin: 0 2px 0 0;}
ul.tabs li#divorceTab {height: 23px; width: 121px; background: url(../res/button-divorce.gif) no-repeat; list-style: none; padding: 0; margin: 0 2px 0 0;}
ul.tabs li#financeTab {height: 23px; width: 147px; background: url(../res/button-finance.gif) no-repeat; list-style: none; padding: 0; margin: 0 2px 0 0;}

ul.tabs li#attorneyTabActive {height: 23px; width: 87px; background: url(../res/button-attorneys-Active.gif) no-repeat; list-style: none; padding: 0; margin: 0 2px 0 0;}
ul.tabs li#childTabActive {height: 23px; width: 115px; background: url(../res/button-child-Active.gif) no-repeat; list-style: none; padding: 0; margin: 0 2px 0 0;}
ul.tabs li#divorceTabActive {height: 23px; width: 121px; background: url(../res/button-divorce-Active.gif) no-repeat; list-style: none; padding: 0; margin: 0 2px 0 0;}
ul.tabs li#financeTabActive {height: 23px; width: 147px; background: url(../res/button-finance-Active.gif) no-repeat; list-style: none; padding: 0; margin: 0 2px 0 0;}

a#attorneys {height: 23px; width: 87px; display: block;}
a#child {height: 23px; width: 115px; display: block;}
a#divorce{height: 23px; width: 121px; display: block;}
a#finance {height: 23px; width: 147px; display: block;}

/* MEMBER PROFILE
----------------------------------------------------------------------------------------*/
#member-top {
	background: url(../res/top-member-profile.gif) no-repeat;
	width: 400px;
	height: 5px;
	}
#member-bottom {
	background: url(../res/bottom-member-profile.gif) no-repeat;
	width: 400px;
	height: 5px;
	clear: left;
	padding: 0;
	margin: 0;
	}
#member-content {
 width: 378px;
 float: left;
 border-right: 1px solid #CDC7AB;
 border-left: 1px solid #CDC7AB;
 background: #EDE5BC url(../res/member-profile-gradient.gif) repeat-x;
 background-position: bottom;
 padding: 0 10px;
 }

.info-right {
 width: 300px;
 margin-left:10px !important;
 margin-right: 0;
 padding-right: 0px;
 float: right;
 }

.info-right p {
	font-size: 12px;
	width: 100%;
	}

#member-content h1{
 height:20px;
 float:left;
 float:none;
 }
 
.info-right h1{
	width: 100%;
 float:left !important;
 float:none;}

#member-left {
	float: left;
	width: 161px;
	}
#member-right {
	padding-left: 10px;
	margin-left: 165px;
	}
#member-right h4, #member-left h4{font-size: 12px;text-transform: uppercase;font-weight: bold; font-family: Arial, Helvetica, sans-serif;margin-top: 10px;padding: 5px 0; color: #A76A28;}
#member-right p, #member-left p{font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding: 0; margin: 0; color: #333;}


#member-content ul li, .info-right ul li{
	font-size: 12px;
	margin-bottom: 2px;
	list-style-image:url(../res/square-bullet.gif);
	}
#member-content ul li, .info-right ul {
	margin-left: 12px;
	}
.info-right ul{
	clear:both
	}
	

#member-content h4.no-margin {margin: 0; padding-top: 0;}

#member-content #profile-frame {background: url(../res/profile-frame.gif) no-repeat; width: 157px; padding: 0; margin: 0;}
#member-content #profile-frame-bottom {background: url(../res/profile-frame-bottom.gif) no-repeat; width: 157px; height: 5px; padding: 0; margin: 0;}
#member-content img.photo {padding: 0; margin: 5px 0 0 5px; width: 147px;}

#member-content div.padding-left{padding-left: 5px;}

/* TESTIMONIALS
----------------------------------------------------------------------------------------*/
#testimonials {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #EDE5BC url(../res/testimonials-bg.gif) repeat-x;
	background-position: bottom;
	width: 361px;
	padding: 5px;
	margin-right: 15px; 
	border-right: 1px solid #C9C4A4; 
	border-left: 1px solid #C9C4A4;
	}