@charset "UTF-8";
/* CSS Document */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#f5ede0;
	}
	
* {
	padding:0;
	margin:0;
	}
a   {
	color: #916b2a;
	text-decoration:none;
}
a:hover   {
	color: #AD8E55;
}
	
#container {
	margin:0 auto;
	width:942px;
	border-left:4px solid #000;
	border-right:4px solid #000;
	}
	
#header {
	position:relative;
	background-repeat:no-repeat;
	height:84px;
	}
	
#header h3, h4 {
	position: absolute;
	left:-999px;
	}
	
#image {
	width:942px;
	height: 224px;
	}
	

/* ------------- NAVIGATION MENU ------------- */

#nav {
	position:relative;
	clear:both;
	height:41px;
	background-image: url(images/nav_bckg.jpg);
	background-repeat:repeat-x;
	}
	
#nav ul {
	list-style:none;
	}

#nav ul li {
	display:inline;
	}	
	
/* ----------- BODY -----------*/

#content {
	width: 912px;
	min-height:280px;
	background-color:#d7c7ad;
	padding-top:15px;
	padding-left:30px;
	float: left;
	}
	
#content h1 {
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:12px;
	text-transform:none;
	}
.clear {
	clear: both;
}

#content p {
	font-size:1.3em;
	line-height:20px;
	padding-bottom:15px;
	}


/*index page */	

#contentLeft {
	position:relative;
	float:left;
	width:570px;
	}

#contentRight {
	position:relative;
	float:left;
	width:280px;
	margin: 0 0 0 50px;
	padding: 0 10px 30px 0;
	}

#contentRight h1 {
	font-size:1.7em;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:12px;
	}
	
#contentLeft h1 {
	font-size:1.7em;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:12px;
	}

#contentRight ul {
	padding-left:2em;
	}

#contentRight ul li {
	margin:0;
	font-size:1.2em;
	padding-bottom:5px;
	padding-right:0;
	}

.float {
	float:right;
	}


/* attorneys */

.attorney {
	position:relative;
	float:left;
	width:144px;
	padding-right:30px;
	}
	
.attorney ul {
	list-style:none;
	font-size:1.6em;
	}


ul li.center {
	text-align:center;
	font-size: 12px;
	}
.smallheader {
	font-size: 12px;
}

#attorney_pic {
	float:left;
	width:145px;
	margin-right:30px;
	}

#bio {
	float:left;
	width:700px;
	}
	
span.pdf {
	font-size: 10px;
}
	
h2 {
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom:3px;
	}
	
/* ----------- FOOTER -----------*/

#footer {
position:relative;
clear: both;
background-color:#000;
height:50px;
}

#footer ul {
	list-style:none;
	color:#FFF;
	}

#footer ul li {
	display:inline;
	line-height:50px;
	font-size:1.2em;
	}
	
#footer .disclaimer {
	text-transform:uppercase;
	text-decoration:none;
	padding-left:35px;
	padding-right:35px;
	}
	
#footer .bullet {
	background-image:url(images/bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	}
	
#footer .contact {
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	}
