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

html *, body * {
	margin:0;
	padding:0;
}
body {
/*	background: #B5A98E url(images/html_bkgnd.jpg) repeat-x;*/
	background-color: #88684D; /* BROWN */
	background-color: #79999C; /* GREEN, BLUE, GRAY */
	text-align:center;
}

a img{
	border: none;
}

p{
	margin: 0px 0px 10px 0px;
	letter-spacing: 0px;
	line-height: 1.4em;
}

div#container{
	width: 808px;
/*	height: 1000px;*/
	margin:0 auto;
	margin-bottom: 20px;
	overflow: hidden;
	border: 0px solid black;
}
div#masthead{
	position: relative;
	width: 100%;
	height: 308px;
	background: #212120 url(images/cs_masthead2.jpg) no-repeat;
	border-top: 1px solid black; /* this was needed for correct position without the next line
/*	overflow: hidden;*/ /* cannot use this otherwise it hides the drop-down menu */
	z-index: 5000;
}
div#logohotspot{
	position: absolute;
	top: 10px;
	left: 40px;
	width: 130px;
	height: 70px;
	border: 0px solid white;
}
div#very-top-menu{
	border: 0px solid red;
	text-align: right;
	height: 20px;
	padding-right: 30px;
}
div#very-top-menu a{
	color: #EEDABC;
	font-weight: bold;
	font: 11px Verdana, sans-serif;
/*	font-weight: bold;*/
	margin: 0px 5px 0px 5px;
}
div#top-menu{
	margin-top: 267px;
	border: 0px solid red;
	height: 30px;
}
div#top-menu ul{
	height: 27px;
	position: relative;
	border: 0px solid blue;
	z-index: 100;	
}
div#top-menu li{
	position: relative;
	z-index: 100;	
}

div.menus ul{
	margin: 0px 5px 0px 10px;
	text-align:left;
	border: 0px solid green;
}
div.menus ul li{
	list-style-type:none;
	display:inline;
	font: 12px Verdana, sans-serif;
	padding:0 30px 0 27px;
}
div.menus ul li.last{
	background:none;
	padding:0 0 0 10px;
}
div.menus ul li a{
	color: #EEDABC;
	text-decoration:none;
}
div#top-menu ul li a:hover{
	color:#EEDABC;
	text-decoration:none;
}
div#top-menu ul li.current a{
	color:#EEDABC;
	font-weight: normal;
	text-decoration:none;
}




/* Superfish Menu */
div#top-menu ul.sf-menu li ul {
display: none;
position: absolute; 
top:20px;
left:0;
padding-top:0;
height:auto;
border: 0px solid green;
overflow: hidden;
z-index: 5000; /*this is necessary to ensure that our menu is on top of the categories/spreads pages*/
}
/* This is necessary as IE disagrees on where to place superfish menu relative to base ul padding */
* html div#top-menu ul.sf-menu li ul {
top:31px;
}
div#top-menu ul.sf-menu li:hover ul, div#top-menu ul.sf-menu li.sfHover ul {
display: block;
width:237px; /* required for IE */
padding-top:0;
font-weight:normal;
}

div#top-menu ul.sf-menu li ul li {
font-size:12px;
display:block;
width:227px; /* required for IE */
/*background-color:transparent;
background-color: #88684D;*/
background: url(images/menu_bckgnd4_257.png);
padding:4px 5px 4px 10px;
font-weight:normal;
text-align: left;
/*border-left: 4px solid #860A17;*/
border-bottom: 0px solid black;
}

div#top-menu ul.sf-menu li ul li a {
display:block;
padding:0px 0px 0px 10px;
width:227px;
background-image:none;
background-color:transparent;
/*background-color: red;*/
/*color: #EEDABC;*/
color: white;
/*border-bottom:1px solid #cecece;*/
font-weight:normal;
}


div#top-menu ul.sf-menu li:hover ul#attorneys-dropdown, div#top-menu ul.sf-menu li.sfHover ul#attorneys-dropdown {
width:177px; /* required for IE */
}
div#top-menu ul.sf-menu li ul#attorneys-dropdown li {
width:167px; /* required for IE */
}
div#top-menu ul.sf-menu li ul#attorneys-dropdown li a {
width:167px;
}


div#top-menu ul.sf-menu li ul li.last a {
padding:6px 0 0 0;
border-bottom:none;
font-weight:normal;
margin-bottom: 0px;
}


div#top-menu ul.sf-menu li ul li.corners {
padding:0;
}

div#top-menu ul.sf-menu li ul li.corners a {
padding:0;
/*width:152px;*/
border-bottom:none;
}

div#top-menu ul.sf-menu li ul li a:link, div#top-menu ul.sf-menu li ul li a:visited {
/*color: #EEDABC;*/
color: white;
font-weight:normal;
}

div#top-menu ul.sf-menu li ul li a:hover{
color:rgb(151,193,198);
/*font-weight:bold;*/
/*font-style: italic;*/
}
/* end Superfish */
div#top-menu ul li ul li.menu-bottom{
	height: 11px;
/*	background: url(images/rinehart-menu-bottom2.png) no-repeat;*/
/*	border-left: none;
	border-right: 4px solid #C2B69C;
	border-top: 0px solid white;*/
	background-color: transparent;
	background:none;
	padding: 0px;
	margin; 0px;
	font-size: .1em;/* required for IE */
	line-height: .1em;/* required for IE */
}


div#container table{
	width: 100%;
	height: 1px;
	position: relative;
	z-index: 1;
	background-color: #F4EFE8;
}


div#container table td#left-column-top{
	width: 135px;
	color: black;
/*	background-color: #F4EFE8;*/
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	padding: 20px 5px 0px 10px;
	border-right: 0px solid black;
}
div#container table td#left-column-top p{
	line-height: 1.2em;
}

div#container table td#left-column-top a{
	color: #88684D;
	font-weight: bold;
	line-height: 1.5em;
}
div#container table td#left-column-top h2{
	font: 16px "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px 0px 15px 0px;
}
div#container table td#left-column-top a.aqua-link{
	color: #79999C;
	text-decoration: none;
	letter-spacing: 1px;
}
div#brain-injury{
	width: 140px; height: 43px;
/*	background: url(images/brain-injury.jpg) no-repeat;*/
	margin: 15px 0px 15px 0px;
}
div#best-lawyers{
	width: 140px; height: 43px;
/*	background: url(images/best-lawyers.jpg) no-repeat;*/
	margin: 15px 0px 15px 0px;
}
div#lexus-nexus{
	width: 140px; height: 47px;
/*	background: url(images/lexus-nexus.jpg) no-repeat;*/
	margin: 15px 0px 15px 0px;
}
div#aaml-sc{
	text-align: right;
}
.left-images{
	margin: 15px 0px 15px 0px;	
}


div#container table td#right-column-top{
	width: 150px;
	color: #F1EACD;
/*	background-color: #F4EFE8;*/
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	padding: 20px 10px 10px 0px;
	border-left: 0px solid black;
}
div#container table td#right-column-top p{
	line-height: 1.2em;
	text-align: center;
	color: #5B5343;
	font-size: 16px;
	font-weight: bold;
}
div#container table td#right-column-top a img{
	border: none;
}
div#container table td#right-column-top a.newsletter{
	font: 13px Verdana,Arial, Helvetica, sans-serif;
	color: #5B5343;
}
div#container table td#right-column-top a.send-to-friend{
	font: 13px Verdana,Arial, Helvetica, sans-serif;
	color: #79999C;
}

div#container table td#right-column-top h2{
	font: 16px "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0px 0px 15px 0px;
}

div#container table td#right-column-top form{
	color: #88684D;
}
div#container table td#right-column-top #search-form{
	float: left;
	width: 120px;
}
div#container table td#right-column-top #search-button{
	float: left;
	margin: 3px 0px 0px 0px;
}

div#container table td#right-column-top #quick-contact{
	width: 146px; height: 193px;
	padding-top: 47px;
	background: url(images/quick-contact.jpg) no-repeat;
	margin-top: 30px;
	margin-bottom: 10px;
}
div#container table td#right-column-top #quick-contact p{
	margin: 0px 8px 0px 8px;
	color: #F4EFE8;
	text-align: center;
	font-size: 12px;
}

div#container table td#right-column-top #quick-contact table{
	background: none;
}
div#container table td#right-column-top #quick-contact table td.leftcolumn{
	width: 0px;
}
div#container table td#right-column-top #quick-contact table td.rightcolumn{
	text-align: left;
}
.formserrormsg{
	margin: 0px 0px 0px 0px;
	color: #c6040d;
}
div#container table td#right-column-top #quick-contact form{
	border: 0px solid red;
	margin: 0px 0px 0px 8px;
}
div#container table td#right-column-top #quick-contact form input{
/*	border:none;
/*	border: 0px solid black;*/
	width:120px;
	height:13px;
	padding-top:0px;
	padding-left:2px;
	font-size: 10px;
	margin: 0px 0px 7px 0px;
	color: #909090;
/*	background:url(images/form_field_inside_200.png) no-repeat;*/
}

div#container table td#right-column-top #quick-contact form input#Submit{
	border: none;
	width: 127px;
	height: 21px;
	background: url(images/send.jpg) no-repeat;
	margin: 10px 0px 0px 0px;
}
#message{
/*	border:none;
	border: 0px solid black;*/
	width: 120px;
	height: 36px;
/*	padding-top:3px;
	padding-left:10px;*/
	padding: 2px;
	color: #909090;
/*	background: url(images/form_field_inside_300x80.png) no-repeat;*/
}

/*
div#container table td#left-column-bottom{
	width: 188px;
	height: 15px;
	background: url(images/left-column-bottom.jpg) no-repeat;
}
*/

div#container table td#content-column-top{
	vertical-align: top;
}
div#container table td#content-column-bottom{
/*	background-color: #F1EACD;*/
}


div#main-content{
/*	width: 100%;*/
	text-align: left;
	font: 12.5px Arial, Helvetica, sans-serif;
	letter-spacing: .3px;
/*	background-color: #F1EACD;*/
	overflow: hidden;
	padding: 20px 20px 0px 20px;
	border: 0px solid black;
}
div#main-content a{
	color: black;
}
div#main-content a:hover{
	color: #88684D;
}

div#main-content p{
	letter-spacing: .3px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
div#main-content p.italic-paragraph{
	font-style: italic;
}
div#main-content p.copyright{
	font-size: 9px;
	line-height: 1.1em;
	letter-spacing: 0px;
	margin-bottom: 0px;
}
/*
div#main-content h1{
	font: 16px Verdana, sans-serif;
	color: #88684D;
	padding: 0px 0px 15px 0px;
	letter-spacing: 0px;
}
*/
div#main-content h1{
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #88684D;
	letter-spacing: .3px;
	line-height: 1.0em;
	margin-bottom: 5px;
}
div#main-content h2{
	font: 12.5px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #88684D;
	letter-spacing: .3px;
	line-height: 1.6em;
}
div#main-content ol{
	margin: 0px;
	margin-top: 5px;
}
div#main-content ol li{
	margin: 0px 17px 0px 15px;
}
div#main-content ul{
	margin: 0px;
	margin-top: 5px;
}
div#main-content ul li{
	margin: 0px 17px 0px 15px;
}
div#main-content .home-questions-cost{
	margin-bottom: 15px;
}
div#main-content .home-questions-cost a{
	color: #79999C;
}
div#main-content .home-questions-cost a:hover{
	color: #88684D;
}

div#main-content .back-to-top{
	margin-bottom: 0px;
	font-style: italic;
	display: block;
}

div#footer{
	width: 808px; 
	/*height: 44px;
	background: url(images/footer-names.png) no-repeat;*/
	text-align: right;
	font-size: 9px;
	color: white;
}
div#footer div#footer-name-wrapper{
	width: 808px;
	height: 44px;
	background: url(images/footer-nonames.jpg) no-repeat;
}
/*
div#footer div#footer-name-wrapper #footer-name-clark-anchor{
	background: url(images/bottom-clark.gif) no-repeat;
}
*/
div#footer div#footer-name-wrapper a.footer-bottom-name{
	margin: 0px;
	margin-top: 22px;
	float: left;
	border: 0px solid white;
}
div#footer div#footer-name-wrapper div#footer-name-clark-div{
	width: 197px;
	width: 288px;
	height: 18px;
	background: url(images/bottom-clark.gif) no-repeat;
}
div#footer div#footer-name-wrapper div#footer-name-clark-div:hover{
	background: url(images/bottom-clark-2.gif) no-repeat;
}
div#footer div#footer-name-wrapper div#footer-name-stevens-div{
	width: 198px;
	width: 288px;
	height: 18px;
	background: url(images/bottom-stevens.gif) no-repeat;
}
div#footer div#footer-name-wrapper div#footer-name-stevens-div:hover{
	background: url(images/bottom-stevens-2.gif) no-repeat;
}
div#footer div#footer-name-wrapper div#footer-name-blackshire-div{
	width: 217px;
	width: 230px;
	height: 18px;
	background: url(images/bottom-blackshire.gif) no-repeat;
}
div#footer div#footer-name-wrapper div#footer-name-blackshire-div:hover{
	background: url(images/bottom-blackshire-2.gif) no-repeat;
}
div#footer div#footer-name-wrapper div#footer-name-horton-div{
	width: 196px;
	height: 18px;
	background: url(images/bottom-horton.gif) no-repeat;
}
div#footer div#footer-name-wrapper div#footer-name-horton-div:hover{
	background: url(images/bottom-horton-2.gif) no-repeat;
}


div#bottom-menu{
	color: #F1EACD;	
	font-size: 10px;
	margin: 10px 0px 0px 0px;
}
div#bottom-menu ul li{
	background:url(images/bottom-menu-separator3.jpg) right no-repeat;
}
div#bottom-menu ul li.last{
	background:none
}
div#bottom-menu a{
	color: #F1EACD;		
}
div#bottom-menu a:hover{
	color: #9B373B;		
}


/* PROFILE PAGES */
div#main-content .photo-additional-credentials{
	color: #88684D;
	font-weight: bold;
	border: 0px solid red;
	overflow: hidden;
}
div#main-content .photo-additional-credentials img{
	float: left;
	margin-right: 20px;
}
div#main-content .photo-additional-credentials .additional-credentials-list{
	float: left;
	margin-top: 5px;
	width: 320px;
	border: 0px solid black;
}
div#main-content .photo-additional-credentials .additional-credentials-list ul li{
	margin: 4px 17px 4px 15px;
	font-weight: normal;
	
}
div#main-content .photo-additional-credentials .additional-credentials-list ul li h2{
	margin: 0px;
	line-height: 1.5em;
	color: black;
	font-weight: normal;
}

#main-content .common-questions h1{
	
}
#main-content .common-questions h2{
	font-style: italic;
	color: black;
	margin-top: 25px;
}
#main-content .common-questions h3{
	font-size: 12px;
	font-weight: normal;
}
#main-content .common-questions p{
	margin: 5px 0px 5px 0px;
}

#map_canvas1, #map_canvas2{
	margin: 0px 0px 0px 0px; 
	width: 435px; height: 280px;  
	border: 1px solid black;
}


#email-this-page-popup{
	text-align: left;
	vertical-align: center;
}
#email-this-page-popup form#EmailPage{
	margin-left: 70px;
}
#email-this-page-popup div.please-wait-msg{
	text-align: center;
}


#send-newsletter-to-friend-popup{
	text-align: left;
	vertical-align: center;
}
#send-newsletter-to-friend-popup form#SendToFriend{
	margin-left: 70px;
}
#send-newsletter-to-friend-popup div.please-wait-msg{
	text-align: center;
}

#main-content #testimonials-link{
	color: #79999C;	
}

#main-content ul.notable-cases{
	letter-spacing: .3px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#main-content ul.notable-cases li{
	margin-top: 0px;
	margin-bottom: 8px;
}

#notable-cases-clark, #notable-cases-stevens{
	margin-right: 85px;
}

#main-content iframe{
	height: 950px;
	border: none;
}

.clearBoth{ clear: both; }
