/*--------------------- 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:#541A10 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#F4F2E6;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#F4F2E6; }
h2	{ font-size:1.1em; color:#838358; }
h3	{ font-size:1.0em; color:#966057; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#966057; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#F4F2E6; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	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;
	}

img.img-left { 
	float:left; 
	margin:0px 5px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

p.bold-dark {color: #CFC590; font-weight: bold;}

#vms-lightwindow-link { display: none; }

/* ------------------------ form elements ------------------------ */
#title-contact form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}
#title-contact form label	{ font-size:.95em; } 

 #title-contact form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

#title-contact input, #title-contact textarea, #title-contact select { 
	background-color:#F4F2E6 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #494114;
	color:#58522B;
	width:175px; /* 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:1.0em;
	}

#title-contact select { width:150px; padding:0; } /* same width as form - !important */

#title-contact textarea { height:66px; overflow:auto; }



/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:57px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:881px;
	margin:0 auto;
	text-align:left;
	}
	
body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:881px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:881px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 90px;
	}
	
body#index #wrap-img {
	background:url("../images/bottom-img-index.jpg") bottom no-repeat;
	width:881px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 90px;
	}
/* ------------------------ masthead framework ------------------------ */
#ticker {
	background:url("../images/newsfeed.jpg");
	width:881px;
	height:29px;
	}
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:124px;
	padding-top: 14px;
	}
	/* index page link within #masthead */		
	#masthead a.homelink {	
		position:absolute;
		left:265px;
		width:350px;
		top:0px;
		height:120px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:294px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 88px;
		}
	#column-left a:link,#column-left a:visited	{ color:#F4F2E6; text-decoration:underline; outline:none; }
	#column-left a:hover,#column-left a:active	{ color:#FFFFFF; text-decoration:underline; outline:none; }  
	
	#column-left form { margin-left:88px; } /* set form margin here */

	/* single column list */
	#column-left ul.left-list { padding-left:5px; }
		#column-left ul.left-list li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

#link {
margin-top:20px;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:587px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, #column-right em {
		margin:0px 80px 10px 20px;
		}

	#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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
	#column-right ul.bullet-list { padding-left:30px; }
		#column-right ul.bullet-list li { list-style:disc; padding-left:0; }

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* 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; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
body#contact #header-flash { height:319px;background:url("../images/header-index2.jpg"); }
body#index #header-flash { height:319px;}
#header-flash { height:181px;background:url("../images/header-index.jpg"); position:relative; }
 /* sets height for all non-flash headers */

	#header-flash p, #header-flash noscript { padding: 25px 0 0 30px; color: #000;}
	#header-flash a:link, #header-flash a:visited {color: #966057;}
	#header-flash a:hover, #header-flash a:active {color: #F4F2E6;  text-decoration: none;}
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	/*
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	*/
	
/* ------------------------ subhead framework ------------------------ */
#subhead { height:75px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#accidents #subhead { background:url("../images/subhead-accidents.jpg"); }
	body#types #subhead { background:url("../images/subhead-types.jpg"); }
	body#negligence #subhead { background:url("../images/subhead-negligence.jpg"); }
	body#brake #subhead { background:url("../images/subhead-brake.jpg"); }
	body#speeding #subhead { background:url("../images/subhead-speeding.jpg"); }
	body#fatigue #subhead { background:url("../images/subhead-fatigue.jpg"); }
	body#error #subhead { background:url("../images/subhead-error.jpg"); }
	body#weather #subhead { background:url("../images/subhead-weather.jpg"); }
	body#loaded #subhead { background:url("../images/subhead-loaded.jpg"); }
	body#company #subhead { background:url("../images/subhead-company.jpg"); }
	body#hiring #subhead { background:url("../images/subhead-hiring.jpg"); }
	body#wrongful #subhead { background:url("../images/subhead-wrongful.jpg"); }
	body#insurance #subhead { background:url("../images/subhead-insurance.jpg"); }
	body#stats #subhead { background:url("../images/subhead-stats.jpg"); }
	body#what #subhead { background:url("../images/subhead-what.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#laws #subhead { background:url("../images/subhead-laws.jpg"); }
	body#verdicts #subhead { background:url("../images/subhead-verdicts.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap h1#subhead { background:url("../images/subhead-sitemap.jpg"); margin: 0px;}
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#auto-accidents #subhead { background:url("../images/subhead-auto-accidents.jpg"); }
	
/* ------------------------ subhead framework with varying heights ------------------------ */
#title-faqs {
	height:90px;
	background:url("../images/title-faqs.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	padding-top:74px;
	background:url("../images/title-contact.jpg") top no-repeat;
	}
body#contact #title-contact, body#thankyou #title-contact {
	padding-top:74px;
	background:url("../images/title-locate.jpg") top no-repeat;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	/*background:url("../images/bottom-wrap.jpg");*/
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer-bg {
	background: url("../images/footer-bg.jpg") top repeat-x;
	width:auto;
	margin:0 auto;
	text-align:center;
	}

#footer {
	background: url("../images/footer.jpg") top no-repeat;
	width:881px;
	margin:0 auto;
	text-align:center;
	padding-top: 75px;
	}

#footer p {
	color:#F4F2E6;
	margin: 0 30px 10px 30px;
	}

#footer a:link, #footer a:visited { color:#D5B6B0; }
#footer a:hover, #footer a:active { color:#F4F2E6; }

#footer ul {margin: 0 40px 10px 0px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #D5B6B0;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */



/* ------------------------ vertical sprite nav ------------------------ */
#home-nav {
	background:url("../images/home-nav.jpg") top left no-repeat;					
	width:197px;	/* Width of buttons, not entite image (or half of entire image) */
	height:96px;	 /* Height of entire image */
	margin: 0 0 0 63px;
	padding:0;
	}

#home-nav li span { display: none; }

#home-nav li { float:left; list-style:none; position:relative; }

#home-nav li, #home-nav a { 
	height:29px;		/* Each button must have the same height, define it here */
	display:block;
	
	}
#home-nav li#home-nav-10, #home-nav li#home-nav-10 a { 
	height:49px;	/* Each button must have the same height, define it here */
	display:block;
	}
/* margin-top to set where the home-nav should begin */
#home-nav-01 { margin-top:0px; width:197px; }

/* margin-top if there is a spacing between each home-nav button */
#home-nav-02, #home-nav-03{ margin-top:0; width:197px; }

#home-nav-01 a:hover { background:url("../images/home-nav.jpg") -197px  -0px no-repeat; }
#home-nav-02 a:hover { background:url("../images/home-nav.jpg") -197px  -29px no-repeat; }
#home-nav-03 a:hover { background:url("../images/home-nav.jpg") -197px  -58px no-repeat; }

/* ------------------------ vertical sprite nav ------------------------ */
#column-left #nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:294px;	/* Width of buttons, not entite image (or half of entire image) */
	height:690px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:30px;	/* Each button must have the same height, define it here */
	display:block;
	}
#nav li#nav-11, #nav li#nav-11 a { 
	height:49px;	/* 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:21px; width:294px; }

/* 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, #nav-12, #nav-13, #nav-14, #nav-15, #nav-16, #nav-17, #nav-18, #nav-19, #nav-20, #nav-21 { margin-top:0; width:294px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -294px  -21px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -294px  -51px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -294px  -81px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -294px  -111px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -294px  -141px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -294px  -171px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -294px  -201px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -294px  -231px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -294px  -261px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -294px  -291px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -294px  -321px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -294px  -370px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -294px  -400px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -294px  -430px no-repeat; }
#nav-15 a:hover { background:url("../images/nav.jpg") -294px  -460px no-repeat; }
#nav-16 a:hover { background:url("../images/nav.jpg") -294px  -490px no-repeat; }
#nav-17 a:hover { background:url("../images/nav.jpg") -294px  -520px no-repeat; }
#nav-18 a:hover { background:url("../images/nav.jpg") -294px  -550px no-repeat; }
#nav-19 a:hover { background:url("../images/nav.jpg") -294px  -580px no-repeat; }
#nav-20 a:hover { background:url("../images/nav.jpg") -294px  -610px no-repeat; }
#nav-21 a:hover { background:url("../images/nav.jpg") -294px  -640px no-repeat; }

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:100px; /* Set to same width as in #nav */
	margin-top:-30px; /* Set to each button height, same as used above */
	}

#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #FF00FF;
	border-top:none;
	}

#nav li ul li a {
	width:100%;
	height:20px; /* 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;
	}

/* 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-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }

/* News Ticker News.html page */
#news #column-right #wrap-news-menu form { margin:0 0 5px 19px;}
/*--------------------------Header Contact----------------------------*/
#header-quickform dl {float:left;margin:0 0 0 5px; padding:0;}
#header-quickform dl dt{font-weight:normal;}
#header-quickform {
	top:40px;
	left:32px;
	position:absolute;
	height:110px;
	width:295px;
	}
	
#header-contact-info{
	top:60px;
	left:340px;
	position:absolute;
	height:95px;	
	width:175px;}

input, textarea, select { 
	background-color:#F4F2E6 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #494114;
	color:#58522B;
	width:135px; /* 5 pixles smaller than form width !important */
	height:17px;
	line-height:21px;
	vertical-align: middle;
	margin:0 0 1px 0; /* 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:1.0em;	
	}

textarea { height:59px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

#header_address, #header_phone {
	float:left;
	width:120px;
	font-size:11px;
	line-height:13px;
	margin-bottom:8px;}
