/*--------------------- 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:#293949 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/18px "Arial", Arial, Helvetica, sans-serif; 
	color:#3B1F04;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a,a:visited	{ color:#3B1F04; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#3B1F04; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	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-weight:bold;
	}

img.img-left { 
	float:left; 
	margin:-4px 10px 10px 35px;
	}

img.img-right { 
	float:right; 
	margin:5px 10px 10px 10px; 
	}
	
img.publication {
	margin:10px 0px 10px 30px;
	}

/* ------------------------ form elements ------------------------ */
form {
	width:200px;
	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:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFF;
	color:#000;
	width:195px; /* 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 */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

#banner {
	background:url("../images/banner.jpg") no-repeat;
	height:140px;
	margin-bottom:10px;
	}

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:170px; 
	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:240px;
	position:absolute; 
	left:110%; 
	top:-2px;
	border:1px solid #3B1F04;
	}

#contact-main label select { width:235px; } /* 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; 
	border:1px solid #3B1F04;
	}

input.submit-contact-main { margin:95px 0 0 186px; }


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:789px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:108px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		width:789px;
		height:108px; 
		display:block;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:536px;
	float:left;
	background:transparent url("../images/pillars.jpg") bottom left no-repeat;
	padding-bottom:100px;
	}
	body#thankyou_page #column-left { height:550px; }
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:10px 25px 10px 36px;
		}
		
	#column-left ul, #column-left dl {
		margin:5px 25px 10px 36px;
		}
		
	#column-left h1 { margin-top:20px; }

	#column-left form { margin-left:36px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li { 
			margin-top:3px;
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:20px;
			}
		body#index #column-left ul li { margin-top:10px; }


	/* definition list */
	#column-left dl dt {
		font-weight:bold;
		margin-top:5px;
		}
	#column-left dl dd {
		margin-left:10px;
		}
		
	#column-left dl dd ul li {
		margin-top:10px;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:253px;
	float:left;
	color:#FBF9E1;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 20px 10px 20px;
		}

	#column-right form { margin-left:18px;}

/* ------------------------ header framework ------------------------ */

#header-graphic {
	height:228px;
	background:url("../images/header-index.jpg");
	}

/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:51px;
	background:url("../images/subhead-index.jpg");
	}
	
body#meet-our-attoryneys-page #subhead {background:url("../images/subhead-ourattorneys.jpg");}
body#recent-results-page #subhead {background:url("../images/subhead-verdicts2.jpg");}
body#contact_page #subhead {background:url("../images/subhead-contactus.jpg");}
body#wge-media-page #subhead {background:url("../images/subhead-wgemedia.jpg");}
body#sitemap_page #subhead {background:url("../images/subhead-sitemap.jpg");}
body#thankyou_page #subhead {background:url("../images/subhead-thankyou.jpg");}
body#auto-accidents-page #subhead {background:url("../images/subhead-autoaccidents.jpg");}
body#brain-injury-page #subhead {background:url("../images/subhead-braininjury.jpg");}
body#catastrophic-injury-page #subhead {background:url("../images/subhead-catastrophicinjury.jpg");}
body#construction-labor-law #subhead {background:url("../images/subhead-constructionlaw.jpg");}
body#medical-malpractice-page #subhead {background:url("../images/subhead-medicalmalpractice.jpg");}
body#misc-negligence-page #subhead {background:url("../images/subhead-negligencecases.jpg");}
body#premises-liability-page #subhead {background:url("../images/subhead-premisesliability.jpg");}
body#wrongful-death-page #subhead {background:url("../images/subhead-wrongfuldeath.jpg");}
/* ------------------------ subhead framework with varying heights ------------------------ */

#subhead-practice {
	height:34px;
	background:url("../images/subhead-practice.jpg") ;
	}
body#index #subhead-practice {
	height:51px;
	background:url("../images/subhead-practice-index.jpg") ;
	}
	
#subhead-verdicts {
	height:31px;
	background:url("../images/subhead-verdicts.jpg") ;
	}
	
#subhead-ground {
	height:32px;
	background:url("../images/subhead-ground.jpg") ;
	}
	
#subhead-contact {
	height:51px;
	background:url("../images/subhead-contact.jpg") ;
	}
body#index #subhead-contact {
	height:34px;
	background:url("../images/subhead-contact-index.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:18px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
	color:#FBF9E1;
	}

#footer p {
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { color:#FBF9E1; }

#footer ul {margin:10px;}
	#footer li {
		padding:0 4px 0 6px;
		display: inline;
		border-left: 1px solid #FBF9E1;
		}
	#footer li.first {
		border: none;
		padding-left:0;
		}
#footer #address { margin:0 50px; }
#address li {
	width:32.9%;
	float:left;
	border:none;
	padding:0;
	display:block;
	}
.copyright { margin-top:10px; }
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:789px; 
	height:48px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:48px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 65px; margin-left: 16px;}
#nav-02 { width: 126px;}
#nav-03 { width: 122px;}
#nav-04 { width: 148px;}
#nav-05 { width: 188px;}
#nav-06 { width: 124px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -16px -48px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -81px -48px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -207px -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -329px -48px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -477px -48px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -665px -48px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */

body#index #nav-01 a { background:url("../images/nav.jpg")  -16px -96px no-repeat; }
body#meet-our-attoryneys-page #nav-02 a { background:url("../images/nav.jpg") -81px -96px no-repeat; }
body#wge-media-page  #nav-04 a { background:url("../images/nav.jpg") -329px -96px no-repeat; }
body#recent-results-page  #nav-05 a { background:url("../images/nav.jpg") -477px -96px no-repeat; }
body#contact_page  #nav-06 a { background:url("../images/nav.jpg") -665px -96px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	margin-top:48px; 
	padding:1px;
	background:#1D2A3B url("../images/bg-nav-dropdown.jpg");
	}

#nav li ul li { 
	height:23px;
	}	

#nav li ul li a {
	width:100%;
	height:23px;
	line-height:23px;
	}

#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:#FFF;
	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:#FDFCF4;
	color:#2E2E2E;
	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:122px; }		


/* ------------------------ PROCEDURE NAVIGATION FRAMEWORK ------------------------ */
#column-right #procnav {
	background:url("../images/proc-nav.jpg") top left no-repeat;					
	width:207px;	/* Width of buttons, not entite image (or half of entire image) */
	height:376px;	 /* Height of entire image */
	margin:0px 0px 15px 15px;
	padding:0;
	}

#procnav li span { display: none; }

#procnav li { float:left; list-style:none; position:relative; }

#procnav li, #procnav a { 
	height:47px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the procnav should begin */
#procnav-01 { margin-top:0px; width:207px; }

/* margin-top if there is a spacing between each procnav button */
#procnav-02, #procnav-03, #procnav-04, #procnav-05, #procnav-06, #procnav-07, #procnav-08 { margin-top:0; width:207px; }

#procnav-01 a:hover { background:url("../images/proc-nav.jpg") -207px  0px no-repeat; }
#procnav-02 a:hover { background:url("../images/proc-nav.jpg") -207px  -47px no-repeat; }
#procnav-03 a:hover { background:url("../images/proc-nav.jpg") -207px  -94px no-repeat; }
#procnav-04 a:hover { background:url("../images/proc-nav.jpg") -207px  -141px no-repeat; }
#procnav-05 a:hover { background:url("../images/proc-nav.jpg") -207px -188px no-repeat; }
#procnav-06 a:hover { background:url("../images/proc-nav.jpg") -207px -235px no-repeat; }
#procnav-07 a:hover { background:url("../images/proc-nav.jpg") -207px -282px no-repeat; }
#procnav-08 a:hover { background:url("../images/proc-nav.jpg") -207px -329px no-repeat; }