/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#293F70 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:12px; color:#293F70; }
h2	{ font-size:12px; color:#000; }
h3	{ font-size:12px; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#536FAB; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#536FAB; text-decoration:none; outline:none; font-weight:bold; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
.staff-img-left { 
	float:left; 
	margin:5px 5px 5px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:187px;
	margin:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#414141;
	width:182px; /* 5 pixels 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:11px;
	}
	
select { width:187px; 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 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:778px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:103px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:25px;
		width:380px;
		top:38px;
		height:45px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	background:url("../images/nav-bg.jpg") top left no-repeat;	width:230px;
	float:left;
	color:#fff;
	}
	
	#column-left a { color:#fff; }
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 10px 18px 28px;
		}
	#column-left form { margin-left:28px; }
				
/* ----- column-right ----- */

#column-right {
	width:548px;
	float:left;
	}

body#articles #column-right {
	width:548px;
	float:left;
	margin:0 -10px 0 0;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 60px 18px 44px;
		}
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#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 ul { margin:0 0 0 5px; }
	
	.staff-group-photo {
	text-align:center;
	}
		
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:56px;
	clear:both;
	width:100%; 
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:219px; background:url("../images/header-graphic.jpg"); } /* sets height for all non-flash headers */

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:85px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#articles #subhead { background:url("../images/subhead-articles.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#results-testimonials #subhead { background:url("../images/subhead-results.jpg"); }
	body#auto-accidents #subhead { background:url("../images/subhead-auto.jpg"); }
	body#personal-injury #subhead { background:url("../images/subhead-personal.jpg"); }
	body#product-liability #subhead { background:url("../images/subhead-product.jpg"); }
	body#insurance-disputes #subhead { background:url("../images/subhead-insurance.jpg"); }
	body#dangerous-drugs #subhead { background:url("../images/subhead-dangerous.jpg"); }
	body#nursing-home #subhead { background:url("../images/subhead-nursing.jpg"); }
	body#mega-life #subhead { background:url("../images/subhead-megalife.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

	body#auto-faq #subhead { background:url("../images/subhead-auto-faq.jpg"); }
	body#bad-faith #subhead { background:url("../images/subhead-bad-faith.jpg"); }
	body#catastrophic-injuries #subhead { background:url("../images/subhead-catastrophic.jpg"); }
	body#construction-accidents #subhead { background:url("../images/subhead-construction.jpg"); }
	body#dog-bites #subhead { background:url("../images/subhead-dog-bites.jpg"); }
	body#drunk-driving-accidents #subhead { background:url("../images/subhead-drunk-driving.jpg"); }
	body#insurance-faq #subhead { background:url("../images/subhead-insurance-faq.jpg"); }
	body#medical-malpractice #subhead { background:url("../images/subhead-medical-malpractice.jpg"); }
	body#motorcycle-accidents #subhead { background:url("../images/subhead-motorcycle-accident.jpg"); }
	body#multiple-vehicle #subhead { background:url("../images/subhead-mult-vehicle.jpg"); }
	body#pedestrian-accidents #subhead { background:url("../images/subhead-pedestrian-accident.jpg"); }
	body#single-vehicle #subhead { background:url("../images/subhead-single-vehicle.jpg"); }
	body#slip-and-fall #subhead { background:url("../images/subhead-slip-and-fall.jpg"); }
	body#trucking-accidents #subhead { background:url("../images/subhead-trucking-accidents.jpg"); }
	body#uninsured-motorist #subhead { background:url("../images/subhead-uninsured-motorist.jpg"); }
	body#workers-comp #subhead { background:url("../images/subhead-workers-comp.jpg"); }
	body#wrongful-death #subhead { background:url("../images/subhead-wrongful-death.jpg"); }
	body#birth-injury #subhead { background:url("../images/subhead-birth-injury.jpg"); }
/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:81px;
	background:url("../images/title-qcontact.jpg") ;
	}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:65px;
	background:url("../images/title-locate.jpg") ;
	}

#banner-testimonial {
	height:123px;
	background:url("../images/banner-testimonial.jpg") ;
	}

/* ------------------------------------- click to call ---------------------------------------- */
#ctc {
		height:92px;
		width:230px;
		display:block;
		background:url("../images/ctc.jpg") no-repeat;	
		}
		
		#ctc span { display:none; }

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-auto {
		position:relative;
		height:152px;
		width:183px;
		display:block;
		background:url("../images/btn-auto.jpg") no-repeat;	
		float:left
		}
		
		#btn-auto a:hover {
				background:url("../images/btn-auto.jpg") -182px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
				
		#btn-auto span { display:none; }
		
	#btn-auto a {	
		position:absolute;
		left:0px;
		width:180px;
		top:0px;
		height:150px; 
		}
		

#btn-faqs {
		position:relative;
		height:152px;
		width:168px;
		display:block;
		background:url("../images/btn-faqs.jpg") no-repeat;	
		float:left;
		}
		#btn-faqs a:hover {
				background:url("../images/btn-faqs.jpg") -168px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-faqs span { display:none; }
	
		#btn-faqs a {	
			position:absolute;
			left:0px;
			width:172px;
			top:0px;
			height:150px; 
			}
		

#btn-case {
		position:relative;
		height:152px;
		width:196px;
		display:block;
		background:url("../images/btn-case.jpg") no-repeat;	
		float:left;
		}
		
		#btn-case a:hover {
				background:url("../images/btn-case.jpg") -198px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
				
		#btn-case span { display:none; }

	#btn-case a {	
		position:absolute;
		left:0px;
		width:172px;
		top:0px;
		height:150px; 
		}
		
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:778px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	}

#footer a { color:#fff; font-weight:normal; }

#footer p {
	margin:0 20px 10px 20px;
	}

#footer ul {margin-bottom:10px;}

#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 #fff;
	}

	#footer li.first { border: none; }
	
/* -------------- sidenav -------------- */

.nav {
	height: 30px;
	color: #999;
	}
.nav-home {
	height: 31px;
	color: #999;
	}
.nav-product {
	height: 43px;
	color: #999;
	}
.nav-medmal {
	height: 44px;
	color: #999;
	}
	
#nav-header {
background-image:url(../images/nav-header.jpg);
background-repeat:no-repeat;
height:10px;
margin-left:10px; 
 }

#nav-footer {
background-image:url(../images/nav-footer.jpg);
height:8px;
margin-left:10px; 
}
	
a.nav, a.nav-home, a.nav-product, a.nav-medmal { display:block; }

#sidenav span { display:none; }
#sidenav .padd {height:30px;}

#noflash p 		{color: #FFFFFF; font-weight: bold;padding-top:10px;padding-left:25px;}
noscript		{color: #FFFFFF; font-weight: bold;padding-top:10px;padding-left:25px;}

/* -------- Drop Down Nav Setup -- The hover states are under each over state. ---------*/

#sidenav a:link, #sidenav a:active, #sidenav a:visited { color:#FFFFFF; text-decoration:none; }
#sidenav ul {margin-left: 30px; margin-bottom:0; padding-bottom:10px;}
#sidenav ul li { background: url("../images/nav-bullet.gif") left no-repeat;}
#sidenav ul a:hover, #sidenav dl a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
#home-nav { background:url("../images/nav-home.jpg"); margin-left:10px; }
	#home-nav:hover, body#index #home-nav { background: url("../images/nav-home.jpg") -220px  0px no-repeat;  }

#news-nav { background: url("../images/nav-news.jpg"); margin-left:10px; }
	#news-nav:hover, body#news #news-nav { background: url("../images/nav-news.jpg") -220px  0px no-repeat; }

#articles-nav { background: url("../images/nav-articles.jpg"); margin-left:10px; }
	#articles-nav:hover, body#articles #articles-nav { background: url("../images/nav-articles.jpg") -220px  0px no-repeat; }

#about-nav { background: url("../images/nav-about.jpg"); margin-left:10px; }
	#about-nav:hover, body#about #about-nav { background: url("../images/nav-about.jpg") -220px  0px no-repeat; }

#results-nav { background: url("../images/nav-results.jpg"); margin-left:10px; }
	#results-nav:hover, body#results #results-nav { background: url("../images/nav-results.jpg") -220px  0px no-repeat; }

#accidents-nav { background: url("../images/nav-accidents.jpg"); margin-left:10px; }
	#accidents-nav:hover, body#accidents #accidents-nav  { background: url("../images/nav-accidents.jpg") -220px  0px no-repeat; }

#catastrophic-nav { background: url("../images/nav-catastrophic.jpg"); margin-left:10px; }
	#catastrophic-nav:hover, body#catastrophic #catastrophic-nav  { background: url("../images/nav-catastrophic.jpg") -220px  0px no-repeat; }

#product-nav { background: url("../images/nav-product.jpg"); margin-left:10px; }
	#product-nav:hover, body#product #product-nav { background: url("../images/nav-product.jpg") -220px  0px no-repeat;}

#insurance-nav { background: url("../images/nav-insurance.jpg"); margin-left:10px; }
	#insurance-nav:hover, body#insurance #insurance-nav { background: url("../images/nav-insurance.jpg") -220px  0px no-repeat;}

#drugs-nav { background: url("../images/nav-drugs.jpg"); margin-left:10px; }
	#drugs-nav:hover, body#drugs #drugs-nav { background: url("../images/nav-drugs.jpg") -220px  0px no-repeat; }
	
#neglect-nav { background: url("../images/nav-neglect.jpg"); margin-left:10px; }
	#neglect-nav:hover, body#neglect #neglect-nav { background: url("../images/nav-neglect.jpg") -220px  0px no-repeat; }

#fraud-nav { background: url("../images/nav-fraud.jpg"); margin-left:10px; }
	#fraud-nav:hover, body#fraud #fraud-nav { background: url("../images/nav-fraud.jpg") -220px  0px no-repeat; }

#faq-nav { background: url("../images/nav-faq.jpg"); margin-left:10px; }
	#faq-nav:hover, body#faq #faq-nav { background: url("../images/nav-faq.jpg") -220px  0px no-repeat; }

#contact-nav { background: url("../images/nav-contact.jpg"); margin-left:10px; }
	#contact-nav:hover, body#contact #contact-nav { background: url("../images/nav-contact.jpg") -220px  0px no-repeat; }

	
/* Vertical Sprite Nav ------------------------------------------------------------------------- */

#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:224px;		/* Width of buttons, not entite image (or half of entire image) */
	height:511px;		/* Height of entire image */
	margin:0;
	padding:0;
	float: left;
	}

#nav li span { display: none; }

#nav li {
	float:left;
	list-style:none;
	}

#nav li, #nav a { 
	height:30px;			/* 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:15px; width:224px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0; width:224px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -224px  -15px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -224px  -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -224px  -60px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -224px  -90px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -224px -120px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -224px -150px no-repeat; }

	
	
	
/* newsfeed elements
 * ------------------------------------------------------------------------- */

 /* Classes:
 * 
 *  .news-menu ---------------------- div wrapper for category drop-down select menu
 *
 *  .news-item ---------------------- div wrapper for each news item (headline/excerpt/body/etc)
 *      .open/.closed --------------- used with .news-item (class="news-item open") - switches with show/hide article
 *      .news-headline -------------- div wrapper for headline header
 *          .news-details ----------- paragraph that holds date & news source information
 *      .news-excerpt --------------- div wrapper for article lead paragraph
 *          .news-toggle-top -------- show/hide link
 *      .news-article --------------- full article body text
 *          .news-toggle-btm -------- show/hide link
 *
 */

#ticker {
	background:url("../images/newsticker.jpg");
	vertical-align:top;
	height:22px;
	line-height:22px;
	}

#wrap-news-menu {
	width:444px;
	height:25px;
	margin:0 60px 18px 44px;
	padding:0;
	border-bottom:1px solid #666;
	}

	#wrap-news-menu form {
		margin:0;
		padding:0;
		width:444px;
		}

	#wrap-news-menu label {
		color:#000;
		margin:4px 0 0 0;
		padding:0;
		font-weight:bold;
		font-size:12px;
		}

	#wrap-news-menu select {
		margin-left:145px;
		z-index:0;
		width:160px;
		}

#wrap-news-feed {
		margin:0 60px 18px 24px;
		width:464px;
		}

#wrap-news-feed .news-item {
	margin-left:20px;
	margin-bottom:25px;
	padding-left:0px;
    }

	#wrap-news-feed .news-item.open		{ border-left:1px solid #999; }
	#wrap-news-feed .news-item.closed	{ border-left:1px solid #666; }

#wrap-news-feed .news-item ul {	padding-left:3px; list-style:none; }

#wrap-news-feed .news-item ul li {
	_position:relative;	/* to fix the IE bullet peekaboo pug */
	padding-left:9px;
	line-height:16px;
	list-style:none;
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
	}

#wrap-news-feed .news-item p.news-details {
	margin:0;
	padding:0 0 0 5px;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	color:#000;
	border:none;
	background:transparent;
    }

#wrap-news-feed .news-item p.news-toggle-top {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:87px;
	font-size:10px;
    }

#wrap-news-feed .news-item p.news-toggle-btm {
    padding:0 0 0 0;
    width:87px;
    margin-left:0;
    margin-top:0;
    }

	#wrap-news-feed .news-item.open p.news-toggle-btm, #wrap-news-feed .news-item.open p.news-toggle-top		{ border-bottom:1px solid #999;}
	#wrap-news-feed .news-item.closed p.news-toggle-btm, #wrap-news-feed .news-item.closed p.news-toggle-top	{ border-bottom:1px solid #666;}

#wrap-news-feed .news-item p.news-toggle-btm a, #wrap-news-feed .news-item p.news-toggle-top a {
	font-size:10px;
	text-decoration:none;
	padding-left:0;
	margin-left:0;
    }

#wrap-news-feed .news-item .news-headline { margin-left:0px; }

#wrap-news-feed .news-item .news-headline h2 {
	margin:10px 0 0 0;
	padding:5px 5px 0 5px;
	font-weight:bold;
    }

#wrap-news-feed .news-item .news-excerpt { margin:5px 0 0 0; padding:0; }

#wrap-news-feed .news-item .news-excerpt p, #wrap-news-feed .news-item .news-article p {
	margin:0px 5px 7px 0;
	padding:0 5px 0 5px;
	color:#000;
    }

#wrap-news-feed .news-item p { border:none; background:transparent; }


/* end newsfeed elements
 * ------------------------------------------------------------------------- */
