/*--------------------- 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 { 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:#590000 url("../images/bg-body.jpg") 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:#800000; font-weight:bold; }
h2	{ font-size:1.1em; color:#072557; font-weight:bold; }
h3	{ font-size:1.0em; color:#000; font-weight:bold; }

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

a:link,a:visited	{ color:#800000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; 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;
	}
	
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:150px;
	margin:10px 0 15px 0;
	}
	
body#index form {
	width:170px;
	margin:-3px 0 0 0;
	}

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 #414141;
	color:#414141;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:3px; /* 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;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; 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:170px; }
	
#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:18px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }


/* framework
 * ------------------------------------------------------------------------- */

body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:850px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:850px;
	margin:0 auto;
	text-align:left;
	}
	
	body#index #wrap-columns-footer {
	background:url("../images/bg-wrap-columns-index.jpg") bottom no-repeat;
	padding-bottom:60px;
	float:left;
	}
	body#contact #wrap-columns-footer, body#thankyou #wrap-columns-footer {
	background:url("../images/bg-wrap-columns.jpg") bottom no-repeat;
	padding-bottom:100px;
	float:left;
	}
	#wrap-columns-footer {
	background:url("../images/bg-wrap-columns.jpg") bottom no-repeat;
	padding-bottom:60px;
	float:left;
	}
	
#wrap-index-top {
	width:850px;
	float:left;
	}
	
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:87px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:216px;
		width:414px;
		top:0px;
		height:87px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

body#index #column-left {
	background:none;
	width:291px;
	float:left;
	}

#column-left {
	background:url("../images/bg-column-left.jpg") top left no-repeat;
	width:220px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 10px 48px;
		}
	#column-left form { margin-left:48px; }
	#column-left img.map { margin-left:48px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
#checklist-img {
	position:relative;
	background:url("../images/img-checklist.jpg");
	height:80px;
	}
	/* index page link within #masthead */		
	#checklist-img a {	
		position:absolute;
		left:35px;
		width:168px;
		top:17px;
		height:42px; 
		}
	#masthead a span {
		display:none;
		}



	/* ------------ INDEX PAGE NEWSFEED NEWS  ------------ */

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/") 0px 6px no-repeat;
			padding-left:7px;  /* pushes text to the right to display bg img */
			float:left;
			width:200px;
			line-height:20px;
			margin-top:8px;
			}
			
	/* ------------ END INDEX PAGE NEWSFEED ------------ */
	
	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-center ----- */

#column-center {
	width:265px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 20px 10px 21px;
		}
	#column-center img.img-left { margin:2px 10px 5px 21px; float:left; }
	
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-center ul { padding-left:5px; } 
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center 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;
			}
			
/* ----- column-right ----- */

body#index #column-right {
	background:none;
	width:294px;
	float:left;
	}
	body#index #column-right img.img-left { margin:2px 10px 5px 20px; float:left; }

#column-right {
	background:url("../images/bg-column-right.jpg") top left no-repeat;
	width:630px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 51px 10px 20px;
		}
		
	body#sitemap #column-right p {
		margin-right: 40px;
		}
		
	#column-right p em {
		padding-right: 1px;
		}
	#column-right form { margin-left:20px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 1px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 1px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* OL list */
	#column-right ol { padding-left:55px; }
		#column-right ol li { 
			margin-left:0px;  /* pushes text to the right to display bg img */
			}

	/* OL list */
	#column-right ol.multi { padding-left:5px; } 
		#column-right ol.multi li { 
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			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 1px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
.practice-pointer {
font-family:Arial, Helvetica, sans-serif;
color:#590000;
}
		
/* ----- call-left ----- */

#call-left {
	background:url("../images/bg-call-left.jpg") top left no-repeat;
	width:407px;
	height:189px;
	float:left;
	}
	#call-left p { margin: 0 70px 0 49px; padding-top:70px; }
	#call-left img.img-left { margin:2px 10px 10px 49px; float:left; padding-top:80px; }

/* ----- address-right ----- */

#address-right {
	background:url("../images/bg-address-right.jpg") top left no-repeat;
	width:443px;
	height:189px;
	float:left;
	}

	#address-right table { margin-left:39px; padding-top:21px; }
	
.address-right-text {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
	}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	height:1px;
	clear:both;
	width:100%; /* fix for Safari */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#noflash {
padding-left:24px;
background-image:url("../images/newsticker-bg.jpg");
height:29px;
background-repeat:repeat-x;
}

#header-flash { background:url("../images/bg-flash.jpg"); height:272px; }
	#header-flash object { margin-left:29px; }
#newsticker { height:29px; background:url("../images/newsticker.jpg") no-repeat; }
	#newsticker object { margin-left:24px; }
#header-graphic { height:272px; } /* sets height for all non-flash headers */
	body#about #header-graphic { background: url("../images/header1.jpg"); }
	body#accidents #header-graphic { background: url("../images/header2.jpg"); }
	body#documents #header-graphic { background: url("../images/header3.jpg"); }
	body#faq #header-graphic { background: url("../images/header4.jpg"); }
	body#news #header-graphic { background: url("../images/header1.jpg"); }
	body#verdicts #header-graphic { background: url("../images/header2.jpg"); }
	body#contact #header-graphic { background: url("../images/header3.jpg"); }
	body#thankyou #header-graphic { background: url("../images/header3.jpg"); }
	body#sitemap #header-graphic { background: url("../images/header4.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:80px; } /* sets height for all subheads */

	body#about #subhead { background: url("../images/subheaders/subhead-about.jpg"); }
	body#accidents #subhead { background: url("../images/subheaders/subhead-accidents.jpg"); }
	body#documents #subhead { background: url("../images/subheaders/subhead-documents.jpg"); }
	body#faq #subhead { background: url("../images/subheaders/subhead-faq.jpg"); }
	body#news #subhead { background: url("../images/subheaders/subhead-news.jpg"); }
	body#verdicts #subhead { background: url("../images/subheaders/subhead-verdicts.jpg"); }
	body#contact #subhead { background: url("../images/subheaders/subhead-contact.jpg"); }
	body#thankyou #subhead { background: url("../images/subheaders/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background: url("../images/subheaders/subhead-sitemap.jpg"); }
	
	#subhead-trucking-books { background: url("../images/subheaders/subhead-trucking-books.jpg"); height:80px; }

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:850px;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
	}

#footer p, #footer ul {
	color:#FFFFFF;
	margin:0 51px 10px 48px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:none; }
#footer a:hover, #footer a:active { color:#F2EFE8; text-decoration:underline; }

#footer ul {margin-top:10px;}
	#footer ul 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 #FFFFFF;
	}
	#footer ul li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:850px; 
	height:46px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:46px; display:block; } /* change height here also */

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

#nav-01 { width: 61px; margin-left: 29px;}
#nav-02 { width: 67px;}
#nav-03 { width: 121px;}
#nav-04 { width: 142px;}
#nav-05 { width: 152px;}
#nav-06 { width: 132px;}
#nav-07 { width: 46px;}
#nav-08 { width: 69px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")   -29px -46px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")   -90px -46px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -157px -46px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -278px -46px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -420px -46px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -572px -46px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -704px -46px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -750px -46px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -29px -46px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -90px -46px no-repeat; }
body#documents #nav-03 { background:url("../images/nav.jpg") -157px -46px no-repeat; }
body#news #nav-04 { background:url("../images/nav.jpg") -278px -46px no-repeat; }
body#accidents #nav-05 { background:url("../images/nav.jpg") -420px -46px no-repeat; }
body#verdicts #nav-06 { background:url("../images/nav.jpg") -572px -46px no-repeat; }
body#faq #nav-07 { background:url("../images/nav.jpg") -704px -46px no-repeat; }
body#contact #nav-08 { background:url("../images/nav.jpg") -750px -46px no-repeat; }


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #1E314F;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

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

#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: .95em;
	color: #CFCFBD;
	text-decoration: none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-05 ul a:hover { 
	background-image: none;
	background-color: #7C91A6;
	color:#fff;
	}

#nav-03 ul a:hover { 
	background-image: none;
	background-color: #7C91A6;
	color:#fff;
	}

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

#nav-03 ul, #nav-03 li { width:140px; }		

#nav li ul ul {
	margin: -20px 0 0 180px;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	}
	
#nav li:hover ul ul, #nav li.sfHover ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {
	left: auto;
	}
