/*--------------------- 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:#333333;
	text-align:center; 
	font:11px/16px  "Verdana", Arial, Helvetica, sans-serif; 
	color:#ffffff;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#ffffff; }
h2	{ font-size:1.1em; color:#f1c294; }
h3	{ font-size:1.0em; color:#99afcc; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#f1c294; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#f1c294; text-decoration:none; 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;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
.address-title {color: #cbbfae; }
#column-right p.address-text { font-size: 1.1em; font-family: 'Helvetica', Georgia; text-align: center; margin: 10px;}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

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 #333333;
	color:#333333;
	width:175px; /* 5 pixles smaller than form width !important */
	height:16px;
	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: "Verdana", Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ 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:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:60px;
	}
	/* index page link within #masthead */		
	#masthead a.home-link {
	position:absolute;
	left:10px;
	width:381px;
	top:5px;
	height:50px;
		}
	#masthead a.click-to-call {
	position:absolute;
	left:555px;
	width:176px;
	top:15px;
	height:30px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:528px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 20px;
		}

	#column-left form { margin-left:30px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
	body#index #column-left ul { padding-left:0px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:12px; /* pushes text to the right to display bg img */
			line-height: 17px;
			}
		#column-left ul li.no-bullet {
			background:none;
			list-style: none;
			padding-left: 0px;
			margin: 5px 0 5px 0;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.gif") 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;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:232px;
	float:left;
	background: url("../images/column-right-bg.jpg") top no-repeat;
	padding-top: 90px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 19px 10px 20px;
		}

	#column-right form { padding-left:20px; }

	/* single column list */
	#column-right ul { padding-left:5px; margin-bottom: 20px;}
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:12px;  /* pushes text to the right to display bg img */
			margin-bottom: 5px;
			}


/* ------------------------ header framework ------------------------ */
#header-graphic { height:126px; } /* sets height for all non-flash headers */

	

	body#index #header-graphic { z-index: 9; clear: both; background:url("../images/header-index.jpg") top center no-repeat; position: relative; height:358px;}
	 	body#index #header-graphic a span {
		display:none;
		}
		body#index #header-graphic a.personal-link {
	position: absolute;
	top: 225px;
	left: 156px;
	width: 110px;
	height: 128px;
			}
		body#index #header-graphic a.insurance-link {
	position: absolute;
	top: 225px;
	left: 281px;
	width: 110px;
	height: 128px;
			}
		body#index #header-graphic a.premises-link {
	position: absolute;
	top: 225px;
	left: 404px;
	width: 110px;
	height: 128px;
			}
			
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#meet #header-graphic { background:url("../images/header-meet.jpg"); }
	body#practice #header-graphic { background:url("../images/header-practice.jpg"); }
	body#personal-injury #header-graphic { background:url("../images/header-personal.jpg"); }
	body#business-page #header-graphic { background:url("../images/header-business.jpg"); }
	body#product-liability #header-graphic { background:url("../images/header-product.jpg"); }
	body#auto-accidents #header-graphic { background:url("../images/header-auto.jpg"); }
	body#auto-faq #header-graphic { background:url("../images/header-auto-faq.jpg"); }
	body#truck-accidents #header-graphic { background:url("../images/header-truck.jpg"); }
	body#truck-faq #header-graphic { background:url("../images/header-truck-faq.jpg"); }
	body#insurance #header-graphic { background:url("../images/header-insurance.jpg"); }
	body#catastrophic #header-graphic { background:url("../images/header-catastrophic.jpg"); }
	body#brain #header-graphic { background:url("../images/header-brain.jpg"); }
	body#results #header-graphic { background:url("../images/header-results.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 { clear: both; background:url("../images/subhead-bg.jpg") top no-repeat; padding-top: 15px; } /* sets height for all subheads */
	
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat;}
	/*body#about #subhead { background:url("../images/subhead-about.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"); }
*/

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}
#title-meet-attorneys {
	height: 48px;
	background: url("../images/title-meet-attorneys.jpg");
	clear:both;
	}
#title-verdicts-practice {
	height:38px;
	background:url("../images/title-verdicts-practice.jpg") ;
	}
	
#verdicts-index {
	background: url("../images/subhead-wrap-index.jpg") repeat-y;
	float: left;
	width: 528px;
	}
	
#column-right p.rt-col-title {margin-top: 30px; text-align:center;}

body#index #column-left p, body#index #column-left ul {width: 220px; float: left; display: inline;}
body#index #column-left p.back-to-top {width: auto; float:none; display: block;}
/* ------------------------ 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:10px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

#footer p {
	color:#ffffff;
	margin-bottom:10px;
	}

#footer a:link  { color:#f1c294; }
#footer a:visited { color: #99afcc;}
#footer a:hover, #footer a:active { color:#f1c294; text-decoration: none;}

#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; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #ffffff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#column-left #nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:528px; 
	height:30px; 
	margin:0;
	padding:0; 
	position: relative;
	z-index: 999;
	}
body#index #column-left #nav { width: 528px; float:none; display:block; }
#column-left #nav span { display: none; }

#column-left #nav li, #column-left #nav a { height:30px; display:block; } /* change height here also */

#column-left #nav li { float:left; list-style:none; _display:inline; position:relative;padding: 0; background: transparent;}

#column-left #nav-01 { width: 41px; margin-left: 1px;}
#column-left #nav-02 { width: 99px;}
#column-left #nav-03 { width: 122px;}
#column-left #nav-04 { width: 109px;}
#column-left #nav-05 { width: 79px;}
#column-left #nav-06 { width: 76px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#column-left #nav-01 a:hover { background:url("../images/nav.jpg")  -1px -30px no-repeat; }
#column-left #nav-02 a:hover { background:url("../images/nav.jpg") -42px -30px no-repeat; }
#column-left #nav-03 a:hover { background:url("../images/nav.jpg") -141px -30px no-repeat; }
#column-left #nav-04 a:hover { background:url("../images/nav.jpg") -263px -30px no-repeat; }
#column-left #nav-05 a:hover { background:url("../images/nav.jpg") -372px -30px no-repeat; }
#column-left #nav-06 a:hover { background:url("../images/nav.jpg") -451px -30px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#column-left #nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#112247;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	padding: 0px; 
	margin: 0px;
	z-index: 9999;
	}

#column-left #nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #ffffff;
	border-top:none;
	}	

#column-left #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 */
	}

#column-left #nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#column-left #nav a:link, #column-left #nav a:visited, #column-left #nav a:hover, #column-left #nav a:active {
	font-size:1.0em;
	color:#f0c294;
	text-decoration:none;
	}

#column-left #nav li:hover ul, #column-left #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
 #column-left #nav-04 ul a:hover { 
	background-image:none;
	background-color:#f0c294;
	color:#112247;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
body#index #column-left #nav-04 ul, body#index #column-left #nav-04 li, 
#column-left #nav-04 ul, #column-left #nav-04 li { width:175px; }
