/*********************
* Globals
*********************/

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

body{
	background: #d4d4d4 url(img/bkd.gif) repeat-x;
	color: #000;
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 12px;
}

a{
	color: #325e87;
}

a:hover{
	text-decoration: none;
}

h1, h2{
	display: none;
}

.clear{
	clear: both;
}

/*********************
* Structural
*********************/

#wrap{
	margin: 0 auto;
	width: 731px;
	background: url(img/wrap.gif) repeat-y;
}

#header{
	width: 731px;
	height: 233px;
	background: url(img/header.jpg) no-repeat;
}

#nav{
	width: 731px;
	height: 29px;
	background: url(img/nav.gif) no-repeat;
	margin-bottom: 11px;
}

#left-col{
	width: 479px;
	float: left;
	text-align: left;
	background: #fff;
	margin-bottom: 11px;
	/*For IE*/
	height: 680px;
	margin-left: 5px;
}

html>body #left-col{
	/*Override IE*/
	height: auto;
	min-height: 680px;
	margin-left: 11px;
}

.contact #left-col{
	width: 710px;
}

.contact #content{
	margin-left: 180px;
}

#content{
	padding: 10px 15px;
}

#right-col{
	width: 226px;
	float: right;
	text-align: left;
	background: #4c4f53;
	/*For IE*/
	height: 680px;
	margin-right: 5px;
}

html>body #right-col{
	/*Override IE*/
	height: auto;
	min-height: 680px;
	margin-right: 11px;
}

#footer{
	width: 731px;
	height: 39px;
	clear: both;
	background: url(img/footer.gif) no-repeat;
}

#footer p{
	display: none;
}

/*********************
* Navigation
*********************/

#nav ul{
	list-style: none;
}

#nav li{
	float: left;
}

#nav li a{
	display: block;
	text-decoration: none;
	text-indent: -10000em;
	height: 30px;
}

#nav #home a{
	width: 70px;
	margin-left: 20px;
}

#nav #clients a{
	width: 120px;
	margin-left: 95px;
}

#nav #attorneys a{
	width: 90px;
	margin-left: 95px;
}

#nav #contact a{
	width: 90px;
	margin-left: 115px;
}

/*********************
* Contact Form
*********************/

#right-col h3{
	display: block;
	width: 226px;
	height: 26px;
	text-indent: -10000em;
	background: url(img/c-header.gif) no-repeat;
}

#contact p{
	font-size: 9px;
	color: #fff;
	width: 173px;
	text-align: justify;
	margin-bottom: 10px;
}

#contact fieldset{
	margin: 10px auto;
	width: 173px;
	text-align: left;
}

#contact label{
	color: #fff;
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
}

#contact input.text{
	border: 1px solid #000;
	width: 173px;
	margin-bottom: 10px;
}

#contact select{
	margin-bottom: 10px;
}

#contact textarea{
	border: 1px solid #000;
	width: 173px;
	height: 100px;
	margin-bottom: 10px;
}

#contact input.submit{
	display: block;
	width: 80px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #325e87;
}


/*********************
* Content
*********************/

#content img{
}

#content p{
	margin: 0 0 15px 0;
	line-height: 15px;
}

#content h3{
	font-size: 14px;
	margin: 0 0 5px 0;
}

#content h4{
	font-size: 12px;
	margin: 0 0 5px 0;
}

#content h5{
	font-size: 11px;
	margin: 0 0 3px 0;
	font-weight: normal;
}

#content ul{
	margin: 0 0 15px 25px;
}

#content li{
	margin: 6px 0;
}

#content dl{
	list-style: none;
}

#content dt{
	font-weight: bold;
	font-size: 12px;
}

#content dd{
	margin-bottom: 10px;
}

#content fieldset{
	width: 300px;
	text-align: left;
}

#content label{
	font-size: 11px;
	margin-bottom: 4px;
	display: block;
}

#content input.text{
	border: 1px solid #000;
	width: 300px;
	margin-bottom: 10px;
}

#content textarea{
	border: 1px solid #000;
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
}

#content select{
	margin-bottom: 10px;
}

#content input.submit{
	display: block;
	width: 80px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #325e87;
}

#content #offices ul{
	display: none;
}

#content #offices{
	width: 450px;
	height: 59px;
	background: url(img/offices.gif) no-repeat;
}

#content .bio{
	border-bottom: solid 1px #666;
	margin-top: 10px;
	margin-bottom: 16px;
}
h3.biztitle {
    background: #e5e5e5;
    border: 1px solid #ccc;
    padding:5px;
}