/*
Author: David Hartmann @ navyblue
Email: david.hartmann@navyblue.com
Version: 1.0
*/

@import url(secondary_import.css);

/* = Generic Styles
---------------------------------------------------------------*/
body {
	margin:10px 0px 50px 0; 
	padding:0px;
	font-family: Arial, Helvetica, "Lucida Grande";
	font-size: 0.75em;
	color: #fff;
	background: #447982 url(../images/westwater_bg.gif) repeat-x;
}

a{ color: #fff; text-decoration: none;}
a:hover{color:#243f48;}

img{ border: none;}
p{margin-top: 0;}
h1{font-size:1.42em; font-weight: normal; line-height: 1em;}
h2{font-size:1.33em; font-weight: normal;}
h3{font-size:1.25em; font-weight: normal;}
h4{
	font-size:1em; 
	font-weight: bold;
	color: #243f48;
	padding:0;
	margin:0 0 5px 0;
}

#wrapper{
	width:835px;
	margin:0px auto;		
	background:url(../images/watermark.jpg) no-repeat;
}


/* = Main Navigation Styles
---------------------------------------------------------------*/
#main_nav {
	width:520px;
	padding:0; 
	margin:0; 
	list-style-type: none; 
	position:relative; 
	left:295px; 
	top:60px;
}

#main_nav li{ 
	display: inline; 
	margin:0 15px 0 0;
}

#main_nav li.last{margin: 0;}


a.home, a.advocates, a.practice, a.clerks, a.counsel, a.news, a.contact {color: #243f48; text-decoration: underline;}

/* = Content Styles
---------------------------------------------------------------*/
#main{
	width:835px;
	margin-top: 15px;
	line-height: 1.2em;
}

#d_main{
	width:535px;
	margin-top: 10px;
	margin-left: 295px;
	line-height: 1.2em;
}

/*
#d_main a{color:#243f48;}
#d_main a:hover{color:#fff;}

*/
#masthead{ /* height:135px; */ padding: 0 0 5px 0; margin-bottom: 15px; line-height: 1.6em; border-bottom: 1px #fff solid;}
#masthead_news{ /* height:135px; */ padding: 0 0 5px 0; margin-bottom: 15px; line-height: 1.6em;}

#welcome{ margin-bottom: 50px;}

/* #d_advocates{ overflow: auto; height:250px;} */

.d_advocates h2.border_none{ border: none; padding:0 0 10px 0; margin:15px 0 0 0;}
.d_advocates h2{width:405px; border-top: solid 1px #fff; padding: 10px 0 0 0;}

#border{border-bottom: 1px solid #fff; margin: 0; padding: 0; height: 1px;}

.col1{float: left; margin-right: 15px;}
.col1 p{margin-top: 10px;}

ul#advocate_list{padding: 0; margin: 0; list-style-type: none;}
.first{ margin:0px 0 0 0;}

.alt_col1{float: left; width:410px; margin-right: 10px; margin-bottom: 20px;}
.alt2_col1{float: left; width:400px; margin-right: 10px; margin-bottom: 20px;}
.alt_col2{width:410px; margin-right: 15px; float:left;}
.border_top{ border-top: 1px solid #fff; padding: 15px 0 0 0;}

.adv_col1{float: left; width:215px; margin-right: 80px;} 
.adv_col1 img{margin-bottom: 10px;}
.adv_col1 a{color:#243f48;}
.adv_col1 a:hover{color:#fff;}
.adv_col2{width:520px; margin-right: 15px; float:left;}
.adv_col2 .first{margin-top: 0;}
.adv_col2 table{ margin-bottom: 20px;}
.adv_col2 table th{color: #243f48;}
.adv_col2 ul{padding:0; margin:0 0 10px 15px;}
.adv_col2 ul li{ margin: 0 0 5px 0;}

.col2{width:295px; margin-right: 15px; float:left;}

.col3{width:105px; float:left;}
.col3 #first{ color: #4b6e75;}

.alt_col3{width:125px; float:left;}




.column {
	width:165px;
	float:left;
	margin:0 10px 0 0;
	display:inline;
}
.column ul{
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

/* = Footer Styles
---------------------------------------------------------------*/

#footer{font-size:0.92em; width:835px; margin-top: 10px; float: left}
#footer a{ color:#243f48;}

#copyright{
	display:inline;
	width: 150px;
	float: left; 
	font-size:0.91em;
	margin-top: 10px; 
	margin-left: 70px; 
	margin-right: 75px;
}


#border{
	float: left;
	width:540px;
	height:60px;
	padding: 10px 0 0 0;
	border-top: 1px #fff solid;
}

.info{width:100px; float: left; margin-right: 45px;}

.last{margin-right: 0; width:90px:}

#search{ 
	float: left;
	width:310px;
	height:25px;
	margin:5px 0 0 295px;
	display:inline;
	position: relative;
}
#search_go{ position: relative; top: 3px; margin-left: 10px; margin-right: 15px;}

ul#bottom_links{ 
	height:25px;
	list-style-type: none;
	float: right; 
	font-size:0.91em;
	margin:5px 0 0 0;
	padding: 5px 0 0 0px;
	display:inline;
	heig\ht:20px;
} 
#bottom_links li{
	display: inline; 
	margin:0 0 0 10px;
}


td, th {
	text-align:left;
}


/* = Misc. Styles
---------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

