/*--------------------- Last Modified --> 2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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: #DEDEDE url("../images/bg.jpg") top repeat-x;
	text-align: center; 
	font: 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #2D2D2D;
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:18px; }

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

h1, h2, h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#6A0604; font-weight:bold }
h2	{ font-size:1.1em; color:#6A0604; font-weight:bold }
h3	{ font-size:1.0em; color:#6A0604; font-weight:bold }

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

a:link,a:visited	{ color:#2D2D2D; text-decoration:underline; }
a:hover,a:active	{ color:#6A0604; text-decoration:underline; }

img.more {border: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.gif") right no-repeat;
	margin-bottom: 10px
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 46px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 26px 10px 10px; 
	}

p.address {color:#6A0604; margin-top:10px;}
	
/* ----- global form elements ----- */ 

form {
	width:155px;
	padding:10px 0 15px 31px;
	}

form label	{ font-size:.95em; }

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

input, textarea, select { 
	background-color:#BBB !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #9B9B9B;
	color:#6A0604;
	width:150px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:5px; /* 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: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:48px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main, input.submit-contact-request-book { 
	width:70px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main, input.submit-contact-request-book { margin:85px 0 0 218px; }

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


/* ----- main contact form ----- */ 
 
#contact-main, #contact-request-book { padding:20px 0 10px 0; }
	
#contact-main label, #contact-request-book label { 
	width:180px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin:0 0 10px 20px;;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select, #contact-request-book label input, #contact-request-book label textarea, #contact-request-book label select { 
	width:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select, #contact-request-book label select {
	width:155px;
	}
	
#contact-main label textarea, #contact-request-book label textarea { height:100px; }

input.submit-contact-request-book { /* REMOVE IF NOT USED */
	background:url("../images/btn-request-book.gif");
	width:122px;
	height:24px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background: url("../images/bg-wrap.jpg") repeat-y;
	width:788px;
	margin:0 auto;
	text-align:left;
	}
	
	body#index #wrap {
	background: url("../images/bg-sub-wrap.jpg") repeat-y;
	width:788px;
	margin:0 auto;
	text-align:left;
	}
	
	#wrap-left-right-index-top {
	background: url("../images/wrap-left-right-index-top.jpg") repeat-y;
	width:788px;
	margin:0 auto;
	text-align:left;
	}
		#wrap-left-right-index-top-footer {
		background: url("../images/wrap-left-right-index-top-footer.jpg") bottom no-repeat;
		width:788px;
		float:left;
		}
	
	#wrap-left-right-index-bottom {
	background: url("../images/wrap-left-right-index-bottom.jpg") bottom no-repeat;
	width:788px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
	}
	
	#wrap-left-right {
	background: url("../images/wrap-left-right.jpg") bottom no-repeat;
	width:788px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:84px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:38px;
		width:388px;
		top:21px;
		height:44px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- welcome ----- */
#welcome-wrap {
	background:url("../images/bg-welcome-wrap.jpg") repeat-y;
	width:788px;
	float:left;
	}

#welcome{
	background:url("../images/bg-index-welcome.jpg") bottom no-repeat;
	width:788px;
	float:left;
	padding-bottom:10px;
	}
	
	#welcome p, #welcome h1 {
	color:#2D2D2D;
	margin:0 30px 0 360px;
	}
	
	img.img-book-cover-large {
	float:left; 
	margin:10px 0 42px 20px;
	}
	
	img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
	#welcome img.gavel {margin-left:20px; margin-top:40px;}
	#welcome p.header {margin:0 0 0 0;}
	
	#welcome p.learnmore {text-align:right;}

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

#column-left {
	width:550px;
	float:left;
	}
	
	/* background image list items */
	#column-left ul {
		margin-left: 46px; 
		}
		
	#column-left ul li { 
		background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
		padding-left: 15px;
		}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul {margin: 0 26px 10px 46px;}
	#column-left ul li ul {margin: 0 26px 0 15px;}
	
	#column-left img.more {margin: 0 0 0 46px;}
	body#index #column-left img.more {margin: 0 0 0 46px;}
	#column-left img.faq {margin: 177px 0 0 0;}

/* ----- column-right ----- */

#column-right {
	width:238px;
	float:left;
	}
	
	body#index #column-right {
	background:url("../images/bg-index-right.jpg") repeat-y;
	width:238px;
	float:left;
	padding-bottom:10px;
	}
	
	#column-right p, h1, h2, h3 {margin: 0 50px 10px 31px;}
	#column-right p.map {margin-top:10px;}

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

#column-left-bottom {
	width:338px;
	float: left;
	}
	
	/* background image list items */
	#column-left-bottom ul { 
		margin-left: 46px; 
		}
	#column-left-bottom ul li { 
		background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
		padding-left: 15px; 
		}
	
	#column-left-bottom p, #column-left-bottom h1, #column-left-bottom h2, #column-left-bottom h3 {margin: 0 28px 0 46px; color:#FFF;}
	#column-left-bottom a {color:#FFF;}
	#column-left-bottom img.more {margin: 0 0 0 46px;}

/* ----- column-right-bottom ----- */

#column-right-bottom {
	width:238px;
	float:left;
	}
	
	#column-right-bottom p, #column-right-bottom h1, #column-right-bottom h2, #column-right-bottom h3 {margin: 0 40px 0 21px; color:#FFF;}
	
	#column-right-bottom img.logos {margin: 0 0 0 21px; border:0;}

/* ----- sub-wrap ----- */

#sub-wrap {
	background: url("../images/bg-sub-wrap.jpg") top left repeat-y;
	}

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

#header-flash {
	height:230px;
	background:url("../images/flash-banner.jpg") no-repeat;
	}
	#flash-header { height:230px; width:748px;}
	#noflash {color:#FFFFFF; text-align:center;}
		#noflash a:link, #noflash a:visited { color:#FFFFFF; text-decoration:underline; }
		#noflash a:hover, #noflash a:active { color:#6A0604; text-decoration:underline; }

	
#header-graphic { height:230px; }

	body#about #header-graphic {background: url("../images/header1.jpg") no-repeat;}
	body#accidents #header-graphic {background: url("../images/header2.jpg") no-repeat;}
	body#auto #header-graphic {background: url("../images/header2.jpg") no-repeat;}
	body#contact #header-graphic {background: url("../images/header4.jpg") no-repeat;}
	body#faq #header-graphic {background: url("../images/header1.jpg") no-repeat;}
	body#injury #header-graphic {background: url("../images/header3.jpg") no-repeat;}
	body#motorcycle #header-graphic {background: url("../images/header2.jpg") no-repeat;}
	body#sitemap #header-graphic {background: url("../images/header1.jpg") no-repeat;}
	body#thanks #header-graphic {background: url("../images/header4.jpg") no-repeat;}
	body#trucking #header-graphic {background: url("../images/header2.jpg") no-repeat;}


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

#subhead {
	height:71px; /* sets height for all subheads */
	width:550px;
	}
	
	body#about #subhead {background: url("../images/subheaders/subhead-about.jpg") no-repeat; z-index:-9999px;}
	body#accidents #subhead {background: url("../images/subheaders/subhead-accidents.jpg") no-repeat;}
	body#auto #subhead {background: url("../images/subheaders/subhead-auto.jpg") no-repeat;}
	body#contact #subhead {background: url("../images/subheaders/subhead-contact.jpg") no-repeat;}
	body#faq #subhead {background: url("../images/subheaders/subhead-faq.jpg") no-repeat;}
	body#injury #subhead {background: url("../images/subheaders/subhead-injury.jpg") no-repeat;}
	body#motorcycle #subhead {background: url("../images/subheaders/subhead-motorcycle.jpg") no-repeat;}
	body#sitemap #subhead {background: url("../images/subheaders/subhead-sitemap.jpg") no-repeat;}
	body#thanks #subhead {background: url("../images/subheaders/subhead-thanks.jpg") no-repeat;}
	body#trucking #subhead {background: url("../images/subheaders/subhead-trucking.jpg") no-repeat;}

/* ----- bottom-wrap ----- */

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:20px;
	clear:both;
	width:100%;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:788px;
	margin:0 auto;
	text-align:center;
	}

#footer p, #footer ul {
	color:#6A0604;
	margin: 0 50px 10px 46px;
	}

#footer a:link, #footer a:visited {
	color:#6A0604;
	text-decoration: underline;
	}

#footer a:hover, #footer a:active {
	color:#2D2D2D;
	text-decoration: underline;
	}

#footer ul {margin-top: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 #6A0604;
	}

	#footer li.first { border: none; }


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

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:788px; 
	height:40px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:40px; display:block; }

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

#nav-01 { width: 104px; margin-left: 20px;}
#nav-02 { width: 101px;}
#nav-03 { width: 214px;}
#nav-04 { width: 105px;}
#nav-05 { width: 93px;}
#nav-06 { width: 131px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg")  -20px -40px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -124px -40px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -225px -40px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -439px -40px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -544px -40px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -637px -40px no-repeat;}

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#6D0502;	/* 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 #000000;
	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-04 ul a:hover { 
	background-image:none;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	}

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

/* Vertical Index Sub Sprite Nav
 * ------------------------------------------------------------------------- */
#subnav-buttons {
	background:url("../images/nav-index-buttons.gif") top left no-repeat;					
	width:212px;		/* Width of buttons, not entite image (or half of entire image) */
	height:376px;		/* Height of entire image */
	margin-bottom:0;
	float: left;
	}

#subnav li span { display: none; }

#subnav li {
	float:left;
	list-style:none;
	}

#subnav li, #subnav a { 
	height:59px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#subnav-01 { margin-top:12px; width:212px; }

/* margin-top if there is a spacing between each nav button */
#subnav-02, #subnav-03, #subnav-04, #subnav-05, #subnav-06 { margin-top:0; width:212px; }

#subnav-01 a:hover { background:url("../images/nav-index-buttons.gif") -212px -12px no-repeat; }
#subnav-02 a:hover { background:url("../images/nav-index-buttons.gif") -212px -71px no-repeat; }
#subnav-03 a:hover { background:url("../images/nav-index-buttons.gif") -212px -130px no-repeat; }
#subnav-04 a:hover { background:url("../images/nav-index-buttons.gif") -212px -189px no-repeat; }
#subnav-05 a:hover { background:url("../images/nav-index-buttons.gif") -212px -248px no-repeat; }
#subnav-06 a:hover { background:url("../images/nav-index-buttons.gif") -212px -307px no-repeat; }