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

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; }
#column-right h2.h2-span {height: 0px; margin: 0px;}

a:link,a:visited	{ color:#A0388A; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#A0388A; 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; 
	}

/* ------------------------ 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 #8E2661;
	color:#000;
	width:165px; /* 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:"Trebuchet MS", 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 ------------------------ */

/* ------------------------ 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 */


/* ------------------------------- 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/masthead2.jpg");
	height:94px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:16px;
		width:324px;
		top:12px;
		height:70px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:227px;
	float:left;
	color: #FFFFFF;
	}
#column-left a:link, #column-left a:visited	{ color:#FFFFFF; text-decoration:underline; outline:none; }
#column-left a:hover, #column-left a:active	{ color:#FFFFFF; text-decoration:none; outline:none; }

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 30px 10px 27px;
		}

	#column-left form { padding-left:27px; } /* set form margin here */


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:533px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 45px 10px 35px;
		}

	#column-right form { margin-left:47px; }

	/* single column list */
	#column-right ul { padding-left:10px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			line-height: 20px;
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			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 */
			float:left;
			width:150px;
			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 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;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:221px;
	float: left;
	width: 533px;
	background:url("../images/header-graphic3.jpg");
} /* sets height for all non-flash headers */

	body#index #media-header { background:url("../images/media-bg-index.jpg"); height: 221px; width: 222px; float:left; }
	#media-header  { background:url("../images/media-bg-inside.jpg"); height: 221px; width: 222px; float:left; position: relative;}
	  #media-header a.media-player {
	  	position: absolute;
		top: 5px;
		left: 5px;
		width: 200px;
		height: 200px;
		}
		 #media-header a.media-player span {display: none;}

/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:191px;
	clear: both;
} /* sets height for all subheads */
	body#index h1#subhead {
	background:url("../images/subhead-index2.jpg");
	margin: 0px;
}
	body#side-effects #subhead { background:url("../images/subhead-side-effects2.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs2.jpg"); }
	body#timeline #subhead { background:url("../images/subhead-timeline2.jpg"); }
	body#class-action #subhead { background:url("../images/subhead-class-action2.jpg"); }
	body#about #subhead { background:url("../images/subhead-about2.jpg"); }
	body#contact #subhead { background: url("../images/subhead-contact2.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou2.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#btn-phillipslaw {
	height:138px;
	background:url("../images/btn-phillipslaw.jpg") ;
	position: relative;
	}
	#btn-phillipslaw a {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 200px;
		height: 100px;
		}
#case-eval {
	background: url("../images/case-eval-wrap.jpg") repeat-y;
	color: #ffffff;
	}
#case-eval a:link, #case-eval a:visited {color: #ffffff;}
#case-eval a:hover, #case-eval a:active {color: #ffffff; text-decoration:none;}

	h2#case-eval-top {
		background: url("../images/case-eval-top.jpg");
		height: 51px;
		margin: 0px;
		}
	#case-eval-bottom {
		background: url("../images/case-eval-bottom.jpg") bottom no-repeat;
		padding-bottom: 20px;
		}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:62px;
	background:url("../images/title-contact.jpg") ;
	}
body#contact #title-contact, body#thankyou #title-contact {
	height:62px;
	background:url("../images/title-locate.jpg") ;
	}

#img-contact {
	height:229px;
	background:url("../images/img-contact.jpg") ;
	}
#summary-subhead-lawsuit {
	height: 200px;
	background: url("../images/summary-subhead-lawsuit.jpg");
	padding-top: 46px;
	}
	#summary-subhead-lawsuit p {
		margin: 0 142px 0px 54px;
		font-size: 11px;
		line-height: 16px;
		}
#summary-expert {
	padding-top: 77px;
	width: 266px;
	float:left;
	background: url("../images/summary-expert.jpg") top no-repeat;
	}
#summary-problems {
	padding-top: 77px;
	width: 267px;
	float: left;
	background: url("../images/summary-problems.jpg") top no-repeat;
	}
#summary-problems p { margin: 0 50px 10px 2px; font-size: .95em; }
#summary-expert p { margin: 0 30px 10px 35px;  font-size: .95em;}

/* ------------------------ 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:20px;
	clear:both; /* important - do not remove */
	}
body#index #bottom-wrap {
	background:url("../images/bottom-wrap-index.jpg");
	width:100%; /* fix for Safar */
	height:41px;
	clear:both; /* important - do not remove */
	}
/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	}

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

#footer a:link, #footer a:visited { color:#A0388A; }
#footer a:hover, #footer a:active { color:#000; }

#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 #A0388A;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#column-left #nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:227px;	/* Width of buttons, not entite image (or half of entire image) */
	height:221px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

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

#column-left #nav li, #column-left #nav a { 
	height:27px;	/* Each button must have the same height, define it here */
	display:block;
	padding: 0px;
	margin-left: 0px;
	}

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

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

#nav-01 a:hover { background:url("../images/nav.jpg") -227px  -20px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -227px  -47px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -227px  -74px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -227px -101px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -227px -128px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -227px -155px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -227px -182px no-repeat; }
