/* 
 ----------------------------------------------------------------------------
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul, ol {
	list-style:none;
}
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1, h2, h3, h4, h5, h6, pre, code, td {
	font-size:1em;
}
/* Remove inconsistent (among browsers) default padding or margin */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input, div, dd, dt, dl {
	margin:0;
	padding:0;
}
/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset {
	border:none;
}
a, a:hover, a:visited, a:link{color:#002D62;}
/* global elements
 * ------------------------------------------------------------------------- */
body{background-image:url(http://www.asbestos-injury-attorney.com/images/home/bg.jpg);background-repeat:repeat-x;font-family:Arial, Helvetica, sans-serif;font-size:12px;}
#container{width:985px;height:100%;margin:0 auto 0 auto;}

#header{
	width:auto;
	background-color:#F9F9F9;
	height:85px;
	margin:0;
	}
	#logo{
		width:230px;
		height:70px;
		background:url(http://www.asbestos-injury-attorney.com/images/home/logo.gif) no-repeat;
		float:left;
		margin:5px 0 0 19px;		
		}
	#phone{
		width:202px;
		height:49px;
		background:url(http://www.asbestos-injury-attorney.com/images/home/phone-blank.gif) no-repeat;
		float:right;
		margin:23px 30px 0 0;
		}
	#phone p{padding:5px 0 0 30px; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:bold; color:#154c89; margin:0;}
	#phone span{padding:0;font-size:12px; font-weight:bold; color:#154c89;}

/* Main navigation
 * ------------------------------------------------------------------------- */

#nav_section { margin: 0px auto 0px auto; width: 1000px; padding: 0px; }
	#navbar { width:1000px; height: 34px; background: url(../images/home/navbar.gif) no-repeat top left; }
	#navbar li { display: block; height: 34px; float: left; }
	#navbar a { display: block; height: 34px; }	
	#navbar a span { display: none; }
	#navbar1 { width: 118px; }
	#navbar2 { width: 123px; }
	#navbar3 { width: 235px; }
	#navbar4 { width: 164px; }
	#navbar5 { width: 197px; }
	#navbar6 { width: 160px; }
	
	#navbar1:hover { background: url(../images/home/navbar.gif) 0px 34px; }
	#navbar2:hover { background: url(../images/home/navbar.gif) -118px 34px; }
	#navbar3:hover { background: url(../images/home/navbar.gif) -241px 34px; }
	#navbar4:hover { background: url(../images/home/navbar.gif) -476px 34px; }
	#navbar5:hover { background: url(../images/home/navbar.gif) -640px 34px; }
	#navbar6:hover { background: url(../images/home/navbar.gif) -837px 34px; }

		
	#top_content_left{
		float:left;
		width:669px;
		height:306px;
		background:url(/images/home/banner.jpg) no-repeat;}
			#contact_us_today{width:130px;height:20px;background-color:red;background:url(http://www.asbestos-injury-attorney.com/images/home/contact_us_today.gif) no-repeat;position:relative;top:185px;left:20px;}
			#contact_us_today a{display:block;width:100%;height:100%}
			#contact_us_today a span{display:none;}
			#contact_us_today:hover{border:1px solid transparent;}
	#top_content_right{
		float:left;
		width:286px;
		height:291px;
		background-image:url(../images/home/contact_bg.gif);		
		padding:15px 15px 0 15px;
		}
	#top_content_right span{color:#F9F9F9;font-size:23px;font-weight:600;font-family:Myriad Pro, Arial, Helvetica, sans-serif;display:block;}
	#top_content_right p{color:#DBE6F1;font-size:11px;font-family:Arial, Helvetica, sans-serif;}
	#top_content_right table{padding:10px 0 10px 0;}
	#top_content_right table td{text-transform:uppercase;vertical-align:top;text-align:right;color:#DBE6F1;font-size:10px;font-family:Myriad Pro, Arial, Helvetica, sans-serif;padding:1px;}
	#top_content_right table td input[type="text"] {height:18px;width:190px;}
	#top_content_right table td textarea {overflow:hidden;width:190px;}

		.read_more_link { display: block; width: 84px; height: 12px; background: url(http://www.asbestos-injury-attorney.com/images/home/readmore_link.gif) no-repeat top left; }
		.read_more_link span { display: none; margin: 0px; padding: 0px;  }
		.news_date { color: #000000; font-weight: bold; }

#main_content{line-height:1.8em;
		}
		#main_content ul{display: block; line-height: 25px; padding:0 0 0 1em;}
		#main_content ul li{
		padding-left: 10px;
		background-image:url(http://www.asbestos-injury-attorney.com/images/home/list_arrow.gif);
		background-repeat:no-repeat;
		background-position: 0px 10px;
		}
		/* #main_content h2 { padding: 12px 0 12px 0 ; } */
	#main_content_left{
		float:left;
		width:625px;
		height:100%;
		min-height:250px;
		padding:20px 30px 2em 15px;
		line-height:1.8em;
		}
	#main_content_right{
		float:left;
		width:275px;
		height:100%;
		background-color:#EDF1F4;
		padding:20px;
		}
		
	#quick_submit_button { width: 72px; height: 23px; background: url(http://www.asbestos-injury-attorney.com/images/home/submit.jpg) no-repeat top left; border: none; padding: 0px; margin: 5px 0px 0px 207px; cursor: pointer; }
			#disclaimer {color: #FFFFFF; text-align:center;clear:both;padding-top:2em}		
#footer{
	clear:both;
	height:192px;
	background-color:#002E62;
	border-top:5px solid #D9531E;
	line-height:1.5em;

	}
#footer_content{margin:0 auto 0 auto;width:985px;padding:15px 20px 0 50px;}
	#footer_content a{text-decoration:none}
	#footer_content a:hover{text-decoration:underline;}
#footer_logo{background:url(../images/home/footer.gif) no-repeat top left;padding-top:3em;float:left;color:#AFD4FF;}
#footer_logo strong{color:#FFFFFF;}
#footer_nav{float:right;text-align:right;color:#AFD4FF;}
	#footer_nav a{font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#AFD4FF}

#footer_section:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	#footer p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #afd4ff; text-decoration: none; margin: 60px 0px 0px 90px; }
	#footer_nav { text-align: right; padding-top: 30px; float: right; margin-bottom: 10px; }
	#footer_nav ul { margin-right: 30px; margin-bottom: 5px;  }
	#footer_nav li { display: inline; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #afd4ff; }
	#footer_nav li a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #afd4ff; text-decoration: none; }
	#footer_nav li a:hover { text-decoration: underline; }
	#footer_address { clear: left; float: left; color: #afd4ff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 20px 0px 0px 30px; width: 50%; }
	#footer_address span { display: block; }
	.callus { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #f9f9f9; font-weight: bold; display: block; margin-top: 5px; }
	#copyright { clear: right; float: right; color: #afd4ff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: right; margin-right: 30px; line-height: 20px; }
	#copyright a { color: #afd4ff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }
	#copyright a:hover { text-decoration: underline; }
	
h1{color:#002D62;font-size:25px;font-weight:100;font-family:Myriad Pro, Arial, Helvetica, sans-serif;}
h2{color:#002D62;font-size:18px; font-weight:200;font-family:Myriad Pro, Arial, Helvetica, sans-serif;}
span#tagline{color:#D64E1C;font-size:14px;font-weight:100;font-family:Myriad Pro, Arial, Helvetica, sans-serif;}

/* End Global Styles */

#blurb_4_title { font-family: Tahoma; font-size: 20px; color: #002d62; margin: -20px 0px 15px 40px; margin-left: 40px; }
#blurb_4_title span { }	

/* Begin Home Page Styles */
img.img_border{border:3px solid #C0C0C0;}
div.read_more{margin-top:1em;background-image:url(http://www.asbestos-injury-attorney.com/images/home/arrow.gif);background-position:left center;background-repeat:no-repeat;padding-left:20px;}
div.read_more a{font-weight:bold;color:#002D62;text-decoration:none;}

div.middle_columns{
	float:left;
	width:50%;
	margin:2em 0 2em 0;
	}
div.middle_columns p{margin:1em 1em 1em 0;}

/* Sub Navigation for Internal Pages */
			ul#sub_nav{
			}
			ul#sub_nav li{height:68px;float:left;}
			ul#sub_nav a{display:block;width:100%;height:100%;}
				#sub_nav_benzene{width:118px;background-image:url(http://www.asbestos-injury-attorney.com/images/home/sub_nav_benzene.jpg);}
				#sub_nav_vinyl{width:164px;background-image:url(http://www.asbestos-injury-attorney.com/images/home/sub_nav_vinyl.jpg);}
				#sub_nav_medical{width:194px;background-image:url(http://www.asbestos-injury-attorney.com/images/home/sub_nav_medical.jpg);}
				#sub_nav_pharm{width:212px;background-image:url(http://www.asbestos-injury-attorney.com/images/home/sub_nav_pharm.jpg);}
				#sub_nav_accidents{width:153px;background-image:url(http://www.asbestos-injury-attorney.com/images/home/sub_nav_accidents.jpg);}
				#sub_nav_auto{width:144px;background-image:url(http://www.asbestos-injury-attorney.com/images/home/sub_nav_auto.jpg);}
				
/* Contact Page Styles */
			table#contact_table{margin:1em;width:400px;}
			table#contact_table td{font-size:12px;font-family:Arial, Helvetica, sans-serif;padding:4px;vertical-align:top;text-align:right;padding:1px;}
			table#contact_table td input[type="text"] {height:18px;width:260px;}
			table#contact_table td textarea {overflow:hidden;width:260px;}
/* Sitemap Page Styles */
			div#sitemap{padding:1em 1em 2em 1em;}
			div#sitemap li{padding-left:1em;}
			#sitemap ul {margin: 0px 0px 0px 0px; }
			#sitemap a {text-decoration: none; }
			#sitemap a:hover {text-decoration: underline; }
			#sitemap li {display: block; background-image:url(http://www.asbestos-injury-attorney.com/images/home/list_arrow.gif);background-repeat:no-repeat; background-position: 0px 10px; padding-left: 10px; line-height: 25px; font-weight: bold; border-bottom: 1px solid #000000; }
			#sitemap li li { font-weight: normal; border: none; }


/* drop down menu
 * ------------------------------------------------------------------------- */
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #002e62;
width: 180px;

}

.anylinkcss a{
width: 180px;
display: block;

padding: 6px 0;
text-decoration: none;
font-weight: bold;
text-indent: 25px;
color:#fff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #e16e35;
color:#fff;
height:22px !important;
border-bottom:1px solid black;
}
