@import url("reset.css");
body {
	text-align: center;
	font: 12px/15px Verdana, Geneva, sans-serif;
	color: #4a4a4a;
}
html {
overflow: scroll;
} 
/*** Banner ***/
#banner {
	margin: 6px auto 0 auto;
	background: url(/images/structure/bg_banner.png) 0 0 repeat-x;
	height: 170px;
	position: relative;
	z-index: 2;
}
#bannerbg {
	position: absolute;
	left: 50%;
	height: 170px;
	background: url(/images/structure/bg_banner2.png) 0 0 repeat-x;
	width: 50%;
	top: 0;
	z-index: 3;
}
.envelope {
	width: 952px;
	text-align: left;
	margin: 0 auto;
}
#banner .envelope {
	background: url(/images/structure/bg_bannerenvelope.png) 0 0 no-repeat;
	position: relative;
	z-index: 100;
}
#logo {
	float: left;
	border: none;
	margin: 22px 0 10px 0;
}
#phonecallout {
	float: right;
	padding: 7px 30px;
	background: #d4d4d4;
	color: #d11f02;
	font: bold 10px/1em Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
#phonecallout span {
	font: bold 12px/1em Arial, Helvetica, sans-serif;
	margin-left: 2px;
}
#phonecallout span a {
	color:#D11F02;
	text-decoration:none;
}
#phonecallout span a:hover {
	text-decoration: underline;
}
#searchbox {
	height: 22px;
	padding: 6px 13px 7px 13px;
	margin-top: 4px;
	width: 158px;
	background: url(/images/structure/bg_searchbar.gif) 0 0 repeat-x;
	float: left;
}
#searchbox input {
	display: inline;
	margin: 0 !important;
}
#searchbox input.text {
	border: 1px solid #d7d7d7;
	width: 124px;
	padding: 3px 3px;
	border-right: none;
	font: .93em Arial, Helvetica, sans-serif;
	float: left;
	vertical-align: bottom;
	overflow: visible;
	height: 13px;
}
/*** Nav ***/
#nav, #nav li {
	float: left;
	margin: 0;
}
#nav li {
	position: relative;
	background: none;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li a {
	float: left;
	display: block;
	height: 39px;
	text-indent: -9999px;
	outline: none;
	text-decoration: none;
}
#nhome a {
	background: url(/images/structure/n_home.gif) 0 0 no-repeat;
	width: 82px;
}
#nhome.sfHover a, #nhome:hover a, #nhome a.current {
	background: url(/images/structure/n_home.gif) 0 -39px no-repeat;
}
#npractice a {
	background: url(/images/structure/n_practice.gif) 0 0 no-repeat;
	width: 134px;
}
#npractice.sfHover a, #npractice:hover a, #npractice a.current {
	background: url(/images/structure/n_practice.gif) 0 -39px no-repeat;
}
#nattorneys a {
	background: url(/images/structure/n_attorneys.gif) 0 0 no-repeat;
	width: 111px;
}
#nattorneys.sfHover a, #nattorneys:hover a, #nattorneys a.current {
	background: url(/images/structure/n_attorneys.gif) 0 -39px no-repeat;
}
#nresources a {
	background: url(/images/structure/n_resources.gif) 0 0 no-repeat;
	width: 111px;
}
#nresources.sfHover a, #nresources:hover a, #nresources a.current {
	background: url(/images/structure/n_resources.gif) 0 -39px no-repeat;
}
#nnews a {
	background: url(/images/structure/n_news.gif) 0 0 no-repeat;
	width: 125px;
}
#nnews.sfHover a, #nnews:hover a, #nnews a.current {
	background: url(/images/structure/n_news.gif) 0 -39px no-repeat;
}
#nwhy a {
	background: url(/images/structure/n_why.gif) 0 0 no-repeat;
	width: 94px;
}
#nwhy.sfHover a, #nwhy:hover a, #nwhy a.current {
	background: url(/images/structure/n_why.gif) 0 -39px no-repeat;
}
#contact a {
	background: url(/images/structure/n_contact.gif) 0 0 no-repeat;
	width: 110px;
}
#contact a.current {
	background: url(/images/structure/n_contact.gif) 0 -39px no-repeat;
}
#contact.sfHover a, #contact:hover a, #contact:hover a.current {
	background: url(/images/structure/n_contact.gif) 0 -78px no-repeat;
}
#ncontact a {
	background: url(/images/structure/n_contact.gif) 0 0 no-repeat;
	width: 110px;
}
#ncontact.sfHover a, #ncontact:hover a, #ncontact a.current {
	background: url(/images/structure/n_contact.gif) 0 -39px no-repeat;
}
/*** Sub Nav ***/
#nav ul {
	display: none;
	position: absolute;
	top: 39px;
	width: 230px;
	background: url(/images/structure/bg_dropdown.gif) 0 0 repeat-x #ebebeb;
	padding: 11px 0;
	-moz-box-shadow: 0px 5px 7px 0px #717171;
	-webkit-box-shadow: 0px 5px 7px 0px #717171;
	box-shadow: 0px 6px 7px 0px #717171;
	margin: 0;
	left: 0;
}
#nav #contact ul {
	left: -120px;
}
#nav #resources ul {
	left: -15px;
}
#nav ul li a {
	float: none;
	display: block;
	height: auto;
	text-indent: 0;
	padding: 6px 27px;
	background: none !important;
	width: 176px !important;
}
#nav ul li a:hover {
	background: url(/images/structure/bg_more.png) 8px 8px no-repeat #d4d4d4 !important;
	text-decoration: none;
}
/*** Feature ***/
#feature {
	margin-top: -10px;
	position: relative;
	z-index: 1;
	background:url(/images/structure/bg_feature.jpg) 50% 0 no-repeat #A8a8a8;
	text-align: left;
}
#featured {
	position: relative;
	width: 673px;
	height: 297px;
	float: left;
	overflow: hidden;
}
#featured #controls {
	position: absolute;
	left: 545px;
	bottom: 0;
	padding: 0;
	top: 276px;
}
.feature2img, .feature3img {
	display: none;
}
#featured #controls a {
	display: block;
	width: 11px;
	height: 11px;
	background: url(/images/structure/bg_ftab.png) 0 0 no-repeat;
	float: left;
	margin-right: 14px;
	outline: none;
	text-indent: -9999px;
}
#featured #controls a.current, #featured #controls a:hover {
	background: url(/images/structure/bg_ftab_o.png) 0 0 no-repeat;
}
#message {
	float: left;
	width: 670px;
	height: 297px;
}
#messagebt {
	position: absolute;
	left: 0;
	top: 0;
	height: 297px;
	width: 670px;
	display: block;
	z-index: 100;
}
#feature .content {
	float: left;
	background: #424242;
	color: #fff;
	padding: 6px;
	margin-top: 17px;
	width: 267px;
}
#feature .subcontent {
	border: 1px solid #848484;
	padding: 27px 30px 17px 30px;
	min-height: 174px;
}
#feature h1 {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}
#feature a.more {
	color: #fff;
	margin-top: 13px;
}



/*** Home page ***/
.homecontent {
	margin: 61px 0 35px 0;
	padding-bottom: 5px;
	background: url(/images/structure/bg_homecontent.gif) 0 0 repeat-y;
}
.column {
	float: left;
	padding: 0 30px;
	width: 201px;
}
.homecontent .spotlight{
	width: 344px;
}
.featuredqoute {
	padding: 0 30px;
	width: 608px;
	float: left;
}
.featuredqoute blockquote {
	margin: 0;
	width: 474px;
	height: 89px;
	padding: 13px 42px 13px 35px;
	background: url(/images/structure/bg_quote.gif) 0 0 no-repeat;
	font: bold 1.9em/1.5em Tahoma, Geneva, sans-serif;
	color: #a8a8a8;
	text-align: left;
}
#sidebar .sidequote {
	width: 127px;
	background: url(/images/structure/bg_quotetop.png) 0 0 no-repeat;
	padding: 7px 0 0 20px;
}
#sidebar .sidequote blockquote {
	color: #A8A8A8;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 15px 0;
	background: url(/images/structure/bg_quotebottom.png) 100% 100% no-repeat;
	padding: 0 17px 7px 0;
}
#sidebar .sidequote span {
	display: block;
	margin-left: 10px;
}
/*** Interior page ***/
#maininterior {
	margin: 6px 0 32px 0;
	width: 952px;
	background: url(/images/structure/bg_main_int.gif) 0 0 repeat-y;
	min-height: 500px;
}
#maincontent {
	float: left;
	width: 509px;
	padding: 22px 32px;
	_margin-left: 90px;
}
#breadcrumb {
	float: left;
	width: 697px;
	padding: 0 32px;
	font-size: .83em;
}
#breadcrumb a {
	font-weight: bold;
	display: block;
	background: url(/images/structure/arrow_breadcrumb.gif) 100% 5px no-repeat;
	padding-right: 11px;
	width: auto;
	color: #515151;
	text-decoration: none;
	float: left;
	margin-right: 4px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a.current {
	font-weight: normal;
	background: none;
	padding-right: 0;
}
#breadcrumb a.current:hover {
	text-decoration: none;
}
#sidebar {
	width: 141px;
	min-height: 389px;
	padding: 23px;
	float: right;
	background: url(/images/structure/bg_sidebar.gif) 0 100% repeat-x #ebebeb;
}
#sidebar2 {
	width: 199px;
	min-height: 500px;
	padding: 6px;
	float: right;
	background: url(/images/structure/bg_sidebar.gif) 0 100% repeat-x #ebebeb;
}
#sidebar2 .content {
	padding: 17px;
}
#sidebar ul {
	margin-left: 5px;
}
#contactform input.text, #contactform textarea, #contactform select, #contactform .required {
	border: 1px solid #dcdcdc;
	width: 160px;
	margin-bottom: 11px;
	padding: 2px;
	font: .9em/1.1em Verdana, Geneva, sans-serif;
	color: #4a4a4a;
}
#contactform input.warning, #contactform textarea.warning , #contactform select.warning, #contactform input.error, #contactform select.error {
	border: 1px solid #BD1D01;
	width: 160px;
	margin-bottom: 11px;
	padding: 2px;
	font: .9em/1.1em Verdana, Geneva, sans-serif;
	color: #4a4a4a;
}
#contactarea label.error {
	color: #BD1D01;
	float: none;
	text-align: left;
	margin-top: -11px;
	width: 300px;
}
#contactform textarea {
	width: 300px;
}
#contactform textarea {
	height: 111px;
	resize: none;
}
#contactform .button {
	margin: 0 0 11px 110px;
}
#sidebar #contactform .button {
	margin: 0 0 11px 44px;
}
#sidebar #contactform input.text, #sidebar #contactform textarea {
	width: 160px;
}
.contactcolumn {
	float: left;
	padding: 0 20px 0 0px;
	width: 250px;
}
.landingimg {
	float: left;
	margin: 0 9px 40px 0;
}
.landinginfo {
	float: left;
	width: 190px;
	margin: 0 40px 40px 0;
}
.landinginfo p {
	margin-bottom: .4em;
}
/*** Sub Nav ***/
#subnav {
	float: left;
	width: 184px;
	margin-right: 6px;
	min-height: 300px;
}
#subnav ul {
	margin: 14px 0 4px 0;
}
#subnav li {
	padding: 0;
	background: none;
}
#subnav li a {
	display: block;
	padding: 6px 25px;
	color: #515151;
	text-decoration: none;
}
#subnav li a:hover, #subnav li.current a {
	text-decoration: none;
	background: url(/images/structure/bg_more.png) 7px 8px no-repeat #818181;
	color: #fff;
}
/*** Footer ***/
#footer {
	background: url(/images/structure/bg_footer.gif) 0 0 repeat-x;
	height: 103px;
	padding-top: 23px;
	color: #878787;
	font: bold .93em/1.35em Arial, Helvetica, sans-serif;
}
#footer .envelope {
	padding-left: 31px;
	width: 921px;
}
#home #footer {
	margin-top: 65px;
}
#footer span {
	color: #cacbcb;
	padding: 0 6px;
}
#footer span.company {
	font: bold 1.08em/1.9em Arial, Helvetica, sans-serif;
	padding: 0;
	text-transform: uppercase;
}
#footer a {
	color: #878787;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .callout {
	width: 224px;
	padding: 4px;
	border: 1px solid #797979;
	float: right;
	margin-right: 38px;
}
#footer .callout .content {
	height: 42px;
	padding: 16px 0 18px 0;
	text-align: center;
	background: #393939;
	color: #fff;
	font-size: 15px;
}
#footer a {
	display: inline-block;
	padding-top: 2px;
}
#footer a.standard {
	color: #fff;
	text-decoration: none;
}
#footer .callout .content a.more {
	font-size: 10px;
	color: #fff;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#footer a.facebook {
	display: inline-block;
	background: url(/images/structure/icon_facebook.png) 100% 0 no-repeat;
	padding-right: 8px;
	padding-bottom: 2px;
	width: 72px;
}
/*** General ***/
h1 {
	font: bold 2em/1.1em Arial, Helvetica, sans-serif;
	color: #d11f02;
	padding: 0 0 16px 0;
}
h2 {
	font: bold 1.1em/1.5em Verdana, Geneva, sans-serif;
	color: #292929;
}
#maininterior h2 {
	padding-bottom: 16px;
}
#attorneybio h2 {
	font: bold 1.1em/1.5em Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	color: #595959;
	padding-bottom: 16px;
	margin-top: -16px;
}
#home h2, #sidebar h2 {
	font: bold 1em/1.5em Arial, Helvetica, sans-serif;
	color: #d11f02;
	text-transform: uppercase;
	padding: 0 0 11px 0;
}
#sidebar h2 {
	padding: 0 0 10px 0;
}
h3 {
	font: bold 1em/1.5em Verdana, Geneva, sans-serif;
	color: #292929;
}
.more {
	display: block;
	background: url(/images/structure/bg_more.png) 0 5px no-repeat;
	padding: 6px 0 0 18px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold .85em/1em Arial, Helvetica, sans-serif;
	color: #515151;
	min-height: 11px;
}
.more:hover {
	text-decoration: underline;
}
input.button {
	font: bold .83em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 4px 17px 5px 17px;
	display: block;
	background: url(/images/structure/bg_button.gif) 0 0 repeat-x #AA250D;
	width: auto;
}
ul {
	margin-left: 20px;
}
ul ul {
	margin-bottom: 0;
}
.homecontent ul {
	margin-left: 0;
}
li {
	list-style: none;
	margin: 0;
	padding: 4px 0 4px 10px;
	background: url(/images/structure/bullet_red.jpg) 0 10px no-repeat;
}
.homecontent li {
	padding: 5px 0 6px 10px;
	background: url(/images/structure/bullet_red.jpg) 0 11px no-repeat;
}
#home li a {
	text-decoration: none;
	color: #515151;
}
#home li a:hover {
	text-decoration: underline;
}
.imgright {
	float: right;
	margin: 3px 0 14px 14px;
}
.imgleft {
	float: left;
	margin: 3px 12px 12px 0;
}
.featuredqoute .source {
	font-weight: bold;
	margin: 35px 0 0 250px;
}
.source span {
	font-weight: normal;
	font-size: .8em;
	padding-left: 12px;
}
/*hr {
	border: none;
	height: 1px;
	font-size: 0;
	line-height: 0;
	background: #cacbcb;
	color: #cacbcb;
	margin: 13px 0;
}*/
hr {
	border: none;
	background: none;
	color: #fff;
	height: 1px;
	clear: both;
}
.req {
	color: #d11f02;
}
a {
	color: #4a4a4a;
	text-decoration: underline;
}
a:hover {
	color: #686868;
}
a.headinglink {
	font-weight: bold;
	text-decoration: none;
}
a.headinglink:hover {
	text-decoration: underline;
}
.phone {
	color: #D11F02;
}
#contactarea {
	width: 500px;
	background: url(/images/structure/bg_sidebar.gif) 0 0 repeat-x;
	padding: 30px 50px;
	margin-top: 30px;
}
#contactarea label {
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 3px;
}
#contactarea label.issue {
	width: 250px;
	text-align: left;
}
.mapimg {
	margin: 0 0 10px 25px;
}
#casestable td {
	padding: 0 19px 19px 0;
}
ul.newslist a {
    display: block;
    margin-left: 73px;
    margin-top: -15px;
}
#asbestoslocator th {
	font-weight: bold;
	padding: 3px 6px;
}
#asbestoslocator td {
	background: #F6F6F6;
	padding: 3px 6px;
}
#asbestoslocator .altrow td {
	background: #F0F0F0;
}
form td {
	padding: 3px;
}

