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

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

p.h1	{ font-size:1.0em; color:#fff; font-weight:bold }
p.h2	{ font-size:1.0em; color:#fff; font-weight:bold }
p.h3	{ font-size:1.0em; color:#fff; font-weight:bold }

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

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#9cb1e6; 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:.9em;
	}
	
#column-left-sub p.back-to-top a { text-decoration:none;}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:3px 10px 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 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 #404040;
	color:#414141;
	width:155px; /* 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;
	}
	
select { width:150px; 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:220px;
	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:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }

input.submit-image { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:53px;
	height:21px;
	border:none;
	cursor:pointer;
	}

 input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit-main.jpg");
	width:53px;
	height:21px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:832px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-sub {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:832px;
	margin:0 auto;
	text-align:left;
	}
	
	#container { background:url("../images/bg-container.jpg") bottom no-repeat;}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:127px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:54px;
	width:262px;
	top:53px;
	height:50px;
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	background:url("../images/col-left-areas.jpg") no-repeat;
	width:232px;
	float:left;
	padding-top:198px;
	font-size:.95em;
	}
	
	#column-left a:link, #column-left a:active, #column-left a:visited { color:#000; text-decoration:underline;}
	#column-left a:hover { color:#032f5e; text-decoration:underline;}
	
	#column-left p, #column-left p.h1, #column-left p.h2, #column-left p.h3, #column-left ul, #column-left dl {
		margin:0 10px 10px 53px;
		}
	
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#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 */
			}
			
	#motor { background:url("../images/list-motor.jpg") no-repeat; height:48px;}
	#product { background:url("../images/list-product.jpg") no-repeat; height:48px;}
	#injury { background:url("../images/list-injury.jpg") no-repeat; height:48px;}

/*----------- Column-left-sub -------------*/

#column-left-sub {
	width:599px;
	float:left;
	font-size:.95em;
	}

#column-left-sub p, #column-left-sub p.h1, #column-left-sub p.h2, #column-left-sub p.h3, #column-left-sub ul {
		margin:0 20px 10px 63px;
		}

	#column-left-sub ul{ padding:0 0 0 0;}
	#column-left-sub li {background:url("../images/bullet.gif") 0px 5px no-repeat;
		padding:0 0 0 15px;
						 }

/* ----- column-middle ----- */
			
#column-middle {
	width:367px;
	float:left;
	}
	
	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0 24px 10px 24px;
		}
			
	#verdicts { background:url("../images/col-middle-verdicts.jpg") no-repeat; padding-top:96px;}
			
		/* single column list */
	#column-middle ul { padding-left:0px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet-2.gif") 0px 4px no-repeat;
			padding-left:15px; /* pushes text to the right to display bg img */
			margin-bottom:10px;
			}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/col-right-case.jpg") no-repeat;
	width:233px;
	float:left;
	padding-top:315px;
	color:#313131;
	font-size:.95em;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 53px 10px 20px;
		}
	#column-right form { margin-left:20px; }
	 
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:86px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#bottom-wrap-sub {
	background:url("../images/bottom-wrap-sub.jpg") no-repeat;
	height:46px;
	clear:both;
	width:100%; /* fix for Safar */
	}

#bottom-wrap-2{
	background:url("../images/bottom-wrap-2.jpg") no-repeat;
	height:86px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic { height:198px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-inside--01.jpg"); }
	body#practice #header-graphic { background:url("../images/header-inside--02.jpg"); }
	body#accident #header-graphic { background:url("../images/header-inside--02.jpg"); }
	body#medical #header-graphic { background:url("../images/header-inside--04.jpg"); }
	body#product1 #header-graphic { background:url("../images/header-inside--03.jpg"); }
	body#cat #header-graphic { background:url("../images/header-inside-06.jpg"); }
	body#contact #header-graphic { background:url("../images/header-inside--01.jpg"); }
	body#vehicle #header-graphic { background:url("../images/header-inside--02.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }

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

#subhead { padding-top:65px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#practice #subhead { background:url("../images/subhead-areas.jpg") no-repeat; }
	body#medical #subhead { background:url("../images/subhead-medical.jpg") no-repeat; }
	body#cat #subhead { background:url("../images/subhead-cat.jpg") no-repeat; }
	body#product1 #subhead { background:url("../images/subhead-product.jpg") no-repeat; }
	body#accident #subhead { background:url("../images/subhead-after.jpg") no-repeat; }
	body#vehicle #subhead { background:url("../images/subhead-vehicle.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; height:200px }


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:832px;
	margin:0 auto;
	text-align:center;
	font-size:.95em;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration:none; }

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

#footer ul {margin-top:0px;}

#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; }
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

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

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

#nav-01 { width: 71px; margin-left: 64px;}
#nav-02 { width: 161px;}
#nav-03 { width: 146px;}
#nav-04 { width: 222px;}
#nav-05 { width: 105px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -64px -37px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -135px -37px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -296px -37px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -442px -37px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -664px -37px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -64px -37px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -135px -37px no-repeat; }
body#practice #nav-03 { background:url("../images/nav.jpg") -296px -37px no-repeat; }
body#accident #nav-04 { background:url("../images/nav.jpg") -442px -37px no-repeat; }
body#contact #nav-05 { background:url("../images/nav.jpg") -664px -37px 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:#053C74;	/* 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 #02102F;
	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 { 
	background-image:none;
	background-color:#366BA5;
	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:145px; }		
