@charset "utf-8";

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	background: #B0B4C8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}
a:link {
	color: #47321F;
}
a:visited {
	color: #47321F;
}
a:hover {
	color: #806C52;
}
a:active {
	color: #47321F;
}
/*---------------------------- container structure and styling ----------------------------*/
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 763px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat;
	background-color: #EEEAD7;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/

/*---------------------------- banner structure and styling ----------------------------*/
#banner {
	
}

/*---------------------------- top nav structure and styling --------------------------*/
#topnav {
	background-repeat: repeat-y;
	text-align: center;
	padding: 0px;
	background-color: #B0B4C8;
}

#topnav  ul {
	padding: 0 0 0 0px;
	margin: 0 auto;
	list-style: none;
	width: 763px; /* updated to make nav work without wrapping */
}
#topnav  ul li {
	height: 2em; /* pads the nav button based on the size (em height) of the font */
	width: 150px;
	margin: 3px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: normal;
	list-style-type: none;
	background: url(/images/buttons_topnav/topnavbuttonUP.gif) repeat-y center;
	float: left;
}

#topnav  ul li.on {/* set nav style for current page */
	height: 2em; 
	width: 150px;
	margin: 3px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: normal;
	list-style-type: none;
	background-color: #EEEAD7;
	background-image:none;
	float: left;
}

#topnav  ul li.last {
	width:152px;
	margin-right:0px;
	}
#topnav  ul li a {
	padding-top:.35em; /* vertically aligns to center */
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-transform:uppercase; /* Changed the links to be first cap - looks cleaner to the code/seo; this makes them uppercase */
	color: #152548;
	font-weight: bold;
}
#topnav  ul li a:link {
    color: #152548;
}
#topnav  ul li a:visited {

}
#topnav  ul li a:hover {
	/*padding-top:.55em;*/
	background-image: url(/images/buttons_topnav/topnavbuttonDOWN.gif);
	background-repeat: no-repeat;
} 
#topnav  ul li.on a:hover {/* disable hover for active page */
	/*padding-top:.55em;*/
	background-image: none;
} 
#topnav  ul li a:active {
	background-image: url(/images/buttons_topnav/topnavbuttonDOWN.gif);
	background-repeat: no-repeat;
}

/*---------------------------- bodycopy structure and styling ----------------------------*/
#bodycopy {
	width:530px;
	margin-top:2em;
	padding:0px 15px 0px 30px;
	float:left;
	color:#333;
}
	
#bodycopy p {
	margin-bottom: 1em;v
}
	
#bodycopy h1 {
	color: #152548;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom:.5em;
	text-align:left;	
}
#bodycopy ul {
	line-height: 20px;
	padding: 6px 6px;
	margin-left: 40px;
}

#banner_print {
	display: none;
}

/*---------------------------- rightnav structure and styling ----------------------------*/
div#rightnav {
	margin:45px 0px 0px 585px;
	right: 0px;
	color: #fff;
	font-size: 11px;
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:600px;
	background: url(/images/bg_rightnav.gif) no-repeat;
	padding: 5px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
}

div#rightnav div {
	margin:0px 0px 0px 15px;
	color: #fff;
	font-size: 11px;
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #152548; /* the background color will be displayed for the length of the content in the column, but no further */
	border:2px solid #EEEAD7;
	padding: 20px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
}

#rightnav h1{
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom:.5em;
	text-align:left;
}
#rightnav h2{
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:.5em;
	text-align:left;
}


#rightnav h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #C6966C;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:1.5em;
	text-align:center;
}

#rightnav p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	margin-bottom:15px;
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display:block;
	padding-bottom:10px; 
	border-bottom: 1px solid #79819F;
	color:#999;
}

#rightnav a:link,  a:visited {
	color: #999;
}

#rightnav a:hover {
	color: #fff;
}

#rightnav a:active {
	color: #999;
}

#rightnav .on a {
	font-size:1em;
	font-weight:bold; 
	color:#999;
	text-decoration:none;
}

#rightnav ul { 
	list-style-type:none;
	margin: 2px 8px;	
}

#rightnav li { 
	margin: 15px 0px;	
}
	
/*---------------------------- footer structure and styling ----------------------------*/
#footer {
	padding:0px;
	margin:0px;
	margin-right:200px;
	width:550px;
    padding-bottom:18px;
	background-color: #EEEAD7;
	background-image: url(/images/pagebackground.gif);
	background-repeat: repeat-y;
	text-align: center;
}
 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #5F7081;
}

#footer h1 {
	color: #5F7081;
	font-size: 14px;
	font-weight: bold;
}

/*---------------------------- footer print display ----------------------------*/
#footer_print {
	display: none;
} 
/*---------------------------- float styles ----------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* global styles */
ul {margin-top:0px;}

/* attorneys */
h1.attorney{ margin-bottom:3px; padding-bottom:0px;}
h2.attorney{ margin:0px; padding:0px; font-size:16px;}
h3.attorney{ margin:0px; padding:0px; font-size:14px;}
h3.attorney a, h3.attorney a:visited { color: #C6986C; text-decoration:none;}
table.attorneys td { padding:3px 0px; line-height:20px;}