*{margin: 0; padding: 0; border: 0}
body{
	background: #3D6EB5;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
a{
	color: #C11515;
}
a:hover{
	text-decoration: none;
}
#blquo{
	margin: 10px;
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	padding-top: 10px;
}
#container{
	position: relative;
	border: 1px solid #000;
	background: url(images/container.gif) repeat-y;
	width: 766px;
	Xheight: 775px;
	margin: 0 auto;
}
#titlebar{
	width: 766px;
	height: 74px;
	background: url(images/titlebar.gif);
}
#titlebar h1, #titlebar h2{
	display: none;
}
#nav{overflow: hidden; width: 766px; height: 27px; background: url(images/n_bkd.gif) repeat-x;}
#nav ul{list-style: none;}
#nav li{float: left; margin-right: 20px;}

#nav #home a{margin-left: 20px; display: block; text-decoration: none; text-indent: -1000em; width: 90px; height: 21px; background: url(images/n_home.gif);}
#nav #home a:hover{border-bottom: 6px solid #9B0505;}
.home #nav #home a{border-bottom: 6px solid #9B0505;}

#nav #about a{display: block; text-decoration: none; text-indent: -1000em; width: 202px; height: 21px; background: url(images/n_about.gif);}
#nav #about a:hover{border-bottom: 6px solid #9B0505;}
.about #nav #about a{border-bottom: 6px solid #9B0505;}

#nav #attorneys a{display: block; text-decoration: none; text-indent: -1000em; width: 124px; height: 21px; background: url(images/n_attorneys.gif);}
#nav #attorneys a:hover{border-bottom: 6px solid #9B0505;}
.attorneys #nav #attorneys a{border-bottom: 6px solid #9B0505;}

#nav #contact a{display: block; text-decoration: none; text-indent: -1000em; width: 126px; height: 21px; background: url(images/n_contact.gif);}
#nav #contact a:hover{border-bottom: 6px solid #9B0505;}
.contact #nav #contact a{border-bottom: 6px solid #9B0505;}

#nav #meso a{display: block; text-decoration: none; text-indent: -1000em; width: 90px; height: 21px; background: url(images/n_meso.gif);}
#nav #meso a:hover{border-bottom: 6px solid #9B0505;}
.meso #nav #meso a{border-bottom: 6px solid #9B0505;}
#header{
	margin-left: 177px;
	width: 589px;
	height: 98px;
	background: url(images/header.jpg);
}
#header h3{
	display: none;
}
#body{
	margin-left: 177px;
	padding: 10px;
	width: 569px;
	height: 600px;
	text-align: left;
}
html>body #body{
	height: auto;
	min-height: 600px;
}
#body h3{
	font-family: georgia, times, serif;
	font-size: 14px;
	color: #9B0505;
	padding-left: 20px;
	background: url(images/arrow.gif) no-repeat;
	margin-bottom: 3px;
}
#body h4{
	font-family: georgia, times, serif;
	font-size: 13px;
	color: #9B0505;
	padding-left: 20px;
	background: url(images/arrow.gif) no-repeat;
	margin-bottom: 3px;
}
.aname {
    font-size:12px;
    color: #9B0505;
}
#body #banner{
	margin-left: 20px;
	margin-bottom: 15px;
	width: 516px;
	height: 69px;
	background: url(images/banner.gif);
}
#body #banner b{
	display: none;
}
form{margin:8px 0;}
#body p{
	margin-left: 20px;
	margin-top:0;
	margin-bottom: 1.2em;
	line-height: 1.2em;
}
#body ul{
	list-style: none;
	margin-left: 20px;
	margin-bottom: 20px;
}
#sidebar{
	position: absolute;
	top: 101px;
	left: 0;
	width: 177px;
	color: #fff;
}
#sidebar #phone_header{
	width: 177px;
	height: 98px;
	background: url(images/phone.gif);
}
#sidebar #phone_header h3{
	display: none;
}
#sidebar #c_header{
	width: 177px;
	height: 25px;
	background: url(images/c_header.gif);
}
#sidebar #c_header h3{
	display: none;
}
#sidebar #contact{
	width: 177px;
	text-align: left;
}
#footer{
	width: 766px;
	height: 20px;
	background: #9B0505;
	color: #fff;
}
#footer p{
	line-height: 20px;
}
#contact h4{
	font-size: 12px;
	margin-left: 10px;
	margin-top: 10px;
}
#contact ul{
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}
#contact label{
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 12px;
	margin-left: 10px;
}
#contact input{
	width: 150px;
	margin-left: 10px;
	border: solid 1px #000;
}
#contact textarea{
	width: 150px;
	height: 60px;
	margin-left: 10px;
	border: solid 1px #000;
}
#contact #submit{
	width: 44px;
	height: 18px;
	margin-top: 6px;
	margin-left: 10px;
	border: 0;
}
.contact label{
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 12px;
	margin-left: 20px;
}
.contact input{
	width: 150px;
	margin-left: 20px;
	border: solid 1px #000;
}
.contact textarea{
	width: 150px;
	height: 90px;
	margin-left: 20px;
	border: solid 1px #000;
}
.contact #submit{
	width: 44px;
	height: 18px;
	margin-top: 6px;
	margin-left: 20px;
	border: 0;
}