/*--------------------- Last Modified --> 2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  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,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#07305A url("../images/bg-body.gif") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#00284F; }
h2	{ font-size:1.1em; color:#55718E; }
h3	{ font-size:1.0em; color:#868D7B; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#194F86; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#8B9EB2; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	font-size:10px;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:130px;
	margin:10px 0 15px 0;
	padding-left: 12px;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #07305A;
	color:#414141;
	width:125px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}
	
select { width:130px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0px 0px 0px;}

#contact-main label { 
	width:140px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:.95em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main, input.submit-blog { 
	width:55px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	
	}

input.submit-contact-main { margin:95px 0 0 153px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/submit.gif") no-repeat;
	width:54px;
	height:22px;
	border:none;
	cursor:pointer;
	
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.gif") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:80px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- content-left ----- */

#column-left {
	width:171px;
	float:left;
	}
	
	#column-left p{
		padding:0 0px 10px 25px;
		font-size:11px;
		}
	#column-left form { margin-left:0px; }
	
				
/* ----- content-middle ----- */

#column-middle {
	width:420px;
	float:left;
	}

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0 35px 10px 30px;
		}
	
	
	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the middle to display bg img */
			}

		
	/* definition list */
	#column-middle dl { padding-left:5px; }
		#column-middle dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-middle dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the middle to display bg img */
			margin-left:5px;
			}
/* ----- content-right ----- */

#column-right {
	width:169px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
		margin:0 25px 10px 12px;
		font-size:11px;
		color:#194F86;
		}
		
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:1px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
		#column-right ul li .rss { 
			background:none;
			}
			

	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:51px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic { height:221px;}
	body#index #header-graphic { background:url("../images/header.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#attorneys #header-graphic { background:url("../images/header-attorneys.jpg"); }
	body#mesothelioma #header-graphic { background:url("../images/header-mesothelioma.jpg"); }
	body#auto #header-graphic { background:url("../images/header-auto.jpg"); }
	body#truck #header-graphic { background:url("../images/header-trucks.jpg"); }
	body#asbestos-know #header-graphic { background:url("../images/header-asbestos-know.jpg"); }
	body#product #header-graphic { background:url("../images/header-product.jpg"); }
	body#asbestos #header-graphic { background:url("../images/header-asbestos.jpg"); }
	body#work #header-graphic { background:url("../images/header-work.jpg"); }
	body#case #header-graphic { background:url("../images/header-bringit.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thanks.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	body#blog #header-graphic { background:url("../images/header-about.jpg"); }
	
	
	
/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { 
	height:94px;
	margin-bottom: -35px;
	} /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead.gif"); }
	body#about #subhead { background:url("../images/subhead-about.gif"); }
	body#mesothelioma #subhead { background:url("../images/subhead-meso.gif"); }
	body#auto #subhead { background:url("../images/subhead-auto-accidents.gif"); }
	body#truck #subhead { background:url("../images/subhead-truck-accidents.gif"); }
	body#asbestos-know #subhead { background:url("../images/subhead-asbestos-know.gif"); }
	body#product #subhead { background:url("../images/subhead-product-liability.gif"); }
	body#asbestos #subhead { background:url("../images/subhead-asbestos.gif"); }
	body#case #subhead { background:url("../images/subhead-case.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }
	body#work #subhead { background:url("../images/subhead-work-injuries.gif"); }
	body#blog #subhead { background:url("../images/subhead-blog.gif"); }
	
		#subhead .img-video { 
			float: right; margin: 20px 18px 5px 0; 
			}

/* ----- subhead framework with varying heights ----- */

#subhead-quickcontact {
	height:275px;
	background:url("../images/subhead-quickcontact.gif") ;
	margin-bottom: -170px;
	}
#subhead-locate {
	height:275px;
	background:url("../images/subhead-locate.gif") ;
	margin-bottom: -220px;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:680px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}

#footer p {
	color:#8B9EB2;
	margin-bottom:10px;	
	}

#footer a:link, #footer a:visited { color:#8B9EB2; }

#footer a:hover, #footer a:active { color:#fff; }

#footer ul {margin-bottom:7px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #8B9EB2;
	}

	#footer li.first { border: none; }

/* nav
 * ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.gif") top left no-repeat;					
	width:171px;		/* Width of buttons, not entite image (or half of entire image) */
	height:278px;		/* Height of entire image */
	margin:0px;
	padding:0;
	
	}

#nav li span { display: none; }

#nav li {
	float:left;
	position:relative;
	list-style:none;
	}

#nav li, #nav a { 
	height:26px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:6px; width:169px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11 { margin-top:0; width:169px; }

#nav-01 a:hover { background:url("../images/nav.gif") -171px  -6px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -171px  -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -171px  -58px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -171px  -84px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -171px -110px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -171px -136px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.gif") -171px -162px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.gif") -171px -188px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.gif") -171px -214px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.gif") -171px -240px no-repeat; }

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#2b4e72;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:170px; /* Set to same width as in #nav */
	margin-top:-22px; /* Set to each button height, same as used above */
	}

#nav li ul li {
	height:25px; /* Height of each drop down nav item */
	border:1px solid #fff;
	border-top:none;
	}

#nav li ul li a {
	width:100%;
	height:25px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	padding-right:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-06 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	color:#FFFFFF;
	text-decoration:underline;

	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-06 ul, #nav-06 li { width:160px; }	
#nav-05 ul, #nav-05 li { width:230px; }


/* Blog Styles */

#title-blog-search {
	background: url("../images/title-blog-search.jpg") top no-repeat;
	height:49px;
	}
	
	body#blog #column-right form#searchform { 
	width:130px;
	margin:10px 0 15px 0;
	padding-left: 12px;
	}


body#blog #column-right form#searchform input { 
	width:100px; /* 5 pixles smaller than form width !important */
	}
	
body#blog #column-right form#searchform input#wp_searchsubmit, body#blog #column-middle form#wp_commentform input#wp_submit { 
	width:55px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
	
	
	commentform-submit
	
body#blog #column-right form#searchform fieldset { 
	color:#4E4839 !important; 
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
body#blog legend {
	color:#4E4839 !important; 
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
	
.wp_commentlist {
margin-left:40px;
}

	
	/* single column list */
	body#blog #column-middle ul { padding-left:20px; }
		body#blog #column-middle ul li {
			}
			
			body#blog #column-middle ul.wp_navigation li.alignleft, body#blog #column-middle ul.wp_navigation li.alignright  { list-style-type:none;}
			
			body#blog #column-right ul#blog-rss li a {
			text-decoration:none;
			}
			
			body#blog #column-right ul#blog-rss li, body#blog #footer ul#blog-rss li {
			margin-bottom: 5px;
			border:none;
			list-style-type:none;
			list-style:none;
			}

			body#blog #column-right ul#blog-rss li.first, body#blog #footer ul#blog-rss li.first {
			background:none;
			}
			
			body#blog #column-right ul {
			margin:10px 0 0 8px;
			color:#194F86;
			}
			
			body#blog #column-right h2 {
			font-size:1.2em;
			color:#55718E;
			padding-top:15px;
			}
			
			body#blog #column-middle .meta, body#blog #column-middle .feedback {
			margin:0 35px 10px 30px;
			}

			body#blog #column-middle form {
			padding-left:40px;
			}
			
			body#blog #column-middle form#commentform input#submit {
			margin:0 0 0 0;
			padding:0 0 0 0;
			width:120px;
			height:21px;
			}

img.img-btn-blog {
margin:10px 0px 10px 15px;
}





