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

body {
    font: 62.5% Arial, Helvetica, Verdana, sans-serif;
	background-color:#005386;
	margin:0;
}
p {
	font-size:1.2em;
	color:#756d69;
	line-height:1.6em;
	margin:0.25em 0 1.25em;
}
ul, ol {
	font-size:1.2em;
	color:#756d69;
	line-height:1.6em;
	margin:0.25em 0.5em 1.25em 1.25em;
}
ul {list-style-position:outside; list-style-type:square;}
h1, h2, h3, h4 {
	color:#005386;
}
h1 {
	font-weight:normal;
	font-size:2em;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#005386;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:0.75em;
}
h4 {
	font-size:1.1em;
	text-transform:uppercase;
	color:#756d69;
	margin:-0.5em 0 1em;
}
h2 a, h3 a {color:#005386;}
a {color:#02959e; text-decoration:none;}
a:hover { color:#005386;}
a img {border:none;}
#logoprint {display:none;}
.clear{ clear:both;}
/*-----------------------------
		   STRUCTURE
-----------------------------*/
#header {
	background:#fff url(/images/header.jpg) repeat-x top left;
	height:160px;
	width:100%;
	border-bottom:1px solid #005386;
}
#contentBack {
	width:100%;
	background-color:#fff;
}
#logo {
	width:910px;
	margin:0 auto;
	height:82px;
	padding:45px 20px 0;
}
#nav {
	width:910px;
	height:30px;
	margin:0 auto;
	padding:0 20px;
}
#secNav {
	width:180px;
	float:right;
	padding-left:20px;
	border-left:1px solid #dcdad5;
}
#content {
	width:910px;
	min-height:350px;
	margin:0 auto;
	border:1px solid #fff;
	padding:40px 20px;
	position:relative;
}
#footer {
	background:#fff url(/images/footer.jpg) repeat-x top left;
	height:69px;
	border-top:1px solid #005386;
	padding:12px 20px 0;
}
/*-----------------------------
		   NAV
-----------------------------*/
#nav ul {
	margin:0;
	padding: 0;
	white-space:normal;
	font-size:1.1em;
	height:30px;
	float:left;
}
#nav li {
	display: inline;
	list-style-type: none;
	float:left;
	padding:0;
	z-index:20;
}
#nav a { 
	padding:0;
	line-height:30px;
	clear:none;
	display:block;
	float:left;
	width:74px;
}

#nav li a {text-indent:-9000px; background-color:transparent;}

#nav li#firm a {background:url(/images/nav_firm.gif) no-repeat left; width:63px;}
#nav li#firm a:hover, #nav li#firm.on a
{background:url(/images/nav_firm_over.gif) no-repeat left;}

#nav li#attorneys a {background:url(/images/nav_attorneys.gif) no-repeat left; width:83px;}
#nav li#attorneys a:hover, #nav li#attorneys.on a
{background:url(/images/nav_attorneys_over.gif) no-repeat left;}

#nav li#practice a {background:url(/images/nav_practice.gif) no-repeat left; width:115px;}
#nav li#practice a:hover, #nav li#practice.on a
{background:url(/images/nav_practice_over.gif) no-repeat left;}

#nav li#rep a {background:url(/images/nav_rep.gif) no-repeat left; width:161px;}
#nav li#rep a:hover, #nav li#rep.on a
{background:url(/images/nav_rep_over.gif) no-repeat left;}

#nav li#contact a {background:url(/images/nav_contact.gif) no-repeat left; width:78px;}
#nav li#contact a:hover, #nav li#contact.on a
{background:url(/images/nav_contact_over.gif) no-repeat left;}


#secNav ul, ul.nav {
	list-style-type:none;
	margin-left:0;
	padding-left:0.2em;
	line-height:1.8em;
}
#secNav ul a, ul.nav a {
	color:#756d69;
}
#secNav ul a:hover, #secNav ul a.on, ul.nav a:hover { 
	color:#005386;
}
#secNav ul ul {
	font-size:1em;
	margin-left:1em;
	list-style-type:square;
}
ul.nav {margin-top:0.5em;}
/*-----------------------------
		   CONTENT
-----------------------------*/
#colLeft {
	width:160px;
	float:left;
	padding-right:20px;
}
#colLeft p {
	font-size:1.1em;
}
#colRight {
	width:250px;
	float:right;
	padding:0 0 0 40px;
	border-left:1px solid #dcdad5;
}
#colRight p {
	font-size:1.1em;
}
p.blue {
	color:#206282;
	padding-left:12px;
}
#content1 {
	width:590px;
	float:left;
}
#content2 {
	width:650px;
	float:left;
}
#content3 {
	width:800px;
	float:left;
	
}
#homeIntro {
	width:400px;
	float:left;
	margin-left:20px;
}
#related {
	width:290px;
	float:right;
}
#related p {
	font-size:1.1em; 
	line-height:1.4em;
}
#related p, #related h3 {
	margin-left:8px;
}
img.bio {
	background:url(/images/bio_back.gif) no-repeat left top;
	padding:0 25px 25px 0;
}
#content2 strong {
	color:#005386;
}
hr {
	border:none;
	border-top:1px solid #dcdad5;
	margin-bottom:20px;
	height:5px;
	background-color:#EBEBEB;
}
a.vcard {
	background:url(/images/icn_vcard.gif) no-repeat left top;
	padding:0 0 15px 30px;
}
table.list {
	font-size:1.1em;
}
table.list th {
	padding:0.5em 1em;
	text-align:left;
	text-transform:uppercase;
	font-size:0.9em;
	color:#fff;
	background-color:#756d69;
	margin-bottom:1em;
	border-bottom:none;
}
table.list td {
	padding:1em;
	border-bottom:1ps solid #756d69;
}
table.list tr {
	border-bottom:1px solid #dcdad5;
}
table.list a strong {
	font-size:1.1em;
	color:#005386;
}
/*-----------------------------
		   FOOTER
-----------------------------*/
#footer p {
	width:950px;
	margin:0.5em auto;
	color:#fff;
	font-size:1.1em;
}
#footer a {
	color:#fff;
	margin:0 0.5em;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}
span#copy {margin-left:0.5em;}
#bug {padding:1em;}
/* ----------------------------------
			contact form
-----------------------------------*/
#contactForm {
	position:absolute;
	top:40px; 
	left:420px;
}
#contactBox {
	border-right:1px solid #dcdad5;  
	padding-right:40px;
	height:550px;
	float:left;
}
.contact {padding:1em 0 2em 0;}
.contact p{
width: 300px;
clear: left;
margin: 0;
padding: 6px 0 6px 0;
padding-left: 125px; /*width of left column containing the label elements*/
border-top:1px solid #fff;
height: 1%;
}
.contact p.btn {border-top:none;}
.contact label{
color:#005386;
float: left;
margin-left: -125px; /*width of left column
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.contact select {
width: 205px;
border:1px solid #dcdad5;
padding:1px;
color:#405b6d;
}
.contact input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
border:1px solid #dcdad5;
padding:1px;
color:#405b6d;
}
.contact textarea{
width: 300px;
height: 150px;
border:1px solid #dcdad5;
color:#405b6d;
}
.contact input.btn {
	font-size:1em;
	padding:0.2em;
	margin:1em 0 1em 125px;
	width:5em;
	cursor:pointer;
	clear:both;
	float:left;
	border:1px solid #dcdad5;
	background-color:#f9f9f9;
	color:#005386;
}
.contact input:hover.btn {
	color:#fff;
	background-color:#005386;
}
*/
.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#rollovers {position:absolute;left:-4000px;}


