/*--------------------- 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 {
	padding:0;
	margin: 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:#5b5b5b url("../images/bg-body.jpg") top center repeat-y;
	text-align:center; 
	font:12px/16px 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; }

a:link,a:visited	{
	color:#5B5B5B;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}
a:hover,a:active	{
	color:#5B5B5B;
	text-decoration:underline;
	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.gif") right no-repeat; */
	}

p.content {
	margin-left: 32px;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

#nav li:hover ul, body#index #nav li.sfHover ul { left:auto; }

/* Hover styles for drop down items */

#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover,
#nav-05 ul a:hover, #nav-06 ul a:hover {
	background-image:none;
	background-color:#F0F;
	}

/* width of drop down menu - choose width that allows items to display on one line */

#nav-02 ul, #nav-03 li { width:150px; }		
#nav-03 ul, #nav-03 li { width:175px; }





/* ------------------------ SPECIFIC ELEMENTS ------------------------ */



/* ------------------------ 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 10px 468px; }

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:111px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:25px;
		width:850px;
		top:10px;
		height:100px; 
		}
	#masthead a span {
		display:none;
		}
		
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:900px; 
	height:38px; 
	margin:0;
	padding:0; 
}

#nav span { display: none; }

#nav li, #nav a { height:38px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav-01 { width: 50px; margin-left:28px;}
#nav-02 { width: 60px; }
#nav-03 { width: 42px; }
#nav-04 { width: 139px; }
#nav-05 { width: 118px; }
#nav-06 { width: 119px; }
#nav-07 { width: 122px; }
#nav-08 { width: 135px; }
#nav-09 { width: 59px; }

/*-------------- (-38px) height of image from above ------------- */

#nav-01 a:hover { background:url("../images/nav.jpg") -28px -38px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -78px -38px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -138px -38px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -180px -38px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -319px -38px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -437px -38px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -556px -38px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -678px -38px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -813px -38px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */

body#index #nav-01 { background:url("../images/nav.jpg") -28px -38px no-repeat; }

/* SON OF SUCKERFISH */

#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#306E97;	/* 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 #C5C3AC;
	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-02 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#5899B9;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:150px; }		
#nav-04 ul, #nav-04 li { width:138px; }
#nav-05 ul, #nav-05 li { width:200px; }
#nav-06 ul, #nav-06 li { width:160px; }
#nav-07 ul, #nav-07 li { width:160px; }

/* ------------------------ column-left framework ------------------------ */
body#index #column-left {
	width:860px;
	float:left;
	}
	
#column-left {
	width: 850px;
	float: left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 20px 10px 238px;
		}

	#column-left form { margin-left:23px; }

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 2px 6px no-repeat;
			padding-left:10px;
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 2px 6px no-repeat;
			padding-left:12px;
			width:240px;
			line-height:20px; 
			}
			
			/* li's without a bg image */
			
			#column-left ul li.no-bg {
				background: none; 
				padding-left:0px;
				width:240px;
				line-height:20px; 
			}
			
	/* floated ul's */
	#column-left ul.list-left {
		float: left;
		margin-left: 20px;
		}

	/* lists that can expand the whole column */
	 #column-left ul.wide li {
	 	width: 500px;
		}

	/* 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.gif") 0px 5px no-repeat;
			padding-left:12px;
			margin-left:5px;
			}
			
	#column-left #quick-contact {
	width:194px;
	float:left;
	padding:50px 0 0 24px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 24px 0;
	}
	
	#column-left #quick-contact p {
		width:149px;
		margin-left: 23px;
	}
	
	body#contact #column-left #quick-contact {
		background:transparent url("../images/directions.jpg") 24px 0 no-repeat;
		height:200px;
	}
	
	body#thankyou #column-left #quick-contact {
		background:transparent url("../images/directions.jpg") 24px 0 no-repeat;
		height:200px;
	}
	
	#column-left #personal-injury {
	width:590px;
	background:#5b5b5b;
	color:#fff;
	float:left;
	clear:both;
	margin-left:238px;
	display:inline;
	font:11px/15px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	}
		#column-left #personal-injury p {
	margin-top: 70px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
		}
			/* ------- Vic defined -----*/	
	#column-left #content {
	width:815px;
	float:left;
	clear:both;
	margin-left:35px;
	display:inline;
	font:11px/15px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
	}
			#column-left #content p {
		margin-left: 7px;
	}

		
		#personal-injury a:link, #personal-injury a:visited	{ color:#E0DEC5; text-decoration:none; font-weight:bold; outline:none; }
		#personal-injury a:hover, #personal-injury a:active	{ color:#E0DEC5; text-decoration:underline; outline:none; }

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:263px;
	float:right;
	background:transparent url("../images/right-col.jpg") 0 0 no-repeat;
	padding:55px 0 0 0;
	}
	
	#column-right p {
		margin:15px 30px 0px 15px;
	}
	
#column-right #right-nav {
	margin:10px 0 0 18px;
	padding:0;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
}

	#column-right #right-nav li {
		background:transparent url("../images/rightnav-line.gif") left bottom no-repeat;
		margin-bottom:7px;
	}

	#column-right #right-nav a {
		color:#24628D; text-decoration:none;
	}
	#column-right #right-nav a:hover {
		color:#555;
	}

/* ------------------------ header framework ------------------------ */
#header-graphic { 
	height:190px; 
	background:url("../images/header.jpg") 0 0 no-repeat; 
}


/* ------------------------ subhead framework ------------------------ */
#subhead { height:62px; margin-left:217px; } /* sets height for all subheads */
	body#index #subhead {
	background-color: transparent;
	background-image: url(../images/subhead-welcome.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
	body#about #subhead { background:url("../images/subhead-our-firm.jpg") no-repeat; }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg") no-repeat; }
	body#medical #subhead { background:url("../images/subhead-medical.jpg") no-repeat; }
	body#news #subhead { background:url("../images/subhead-news.jpg") no-repeat; }
	body#other #subhead { background:url("../images/subhead-other.jpg") no-repeat; }
	body#verdicts #subhead { background:url("../images/subhead-verdicts.jpg") no-repeat; }
	body#catastrophic #subhead { background:url("../images/subhead-catastrophic.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; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }
	body#robert #subhead { background:url("../images/subhead-robert.jpg") no-repeat; }
	body#attorneys #subhead { background:url("../images/subhead-attorneys.jpg") no-repeat; }
	body#publications #subhead { background:url("../images/subhead-publications.jpg") no-repeat; }
	body#truck #subhead { background:url("../images/subhead-truck.jpg") no-repeat; }
	body#moto #subhead { background:url("../images/subhead-moto.jpg") no-repeat; }
	body#accidents #subhead { background:url("../images/subhead-accidents.jpg") no-repeat; }
	body#brain #subhead { background:url("../images/subhead-brain.jpg") no-repeat; }
	body#spinal #subhead { background:url("../images/subhead-spinal.jpg") no-repeat; }
	body#burn #subhead { background:url("../images/subhead-burn.jpg") no-repeat; }
	body#death #subhead { background:url("../images/subhead-death.jpg") no-repeat; }
	body#med-mal #subhead { background:url("../images/subhead-med-mal.jpg") no-repeat; }
	body#birth #subhead { background:url("../images/subhead-birth.jpg") no-repeat; }
	body#misdiagnosis #subhead { background:url("../images/subhead-misdiagnosis.jpg") no-repeat; }
	body#construction #subhead { background:url("../images/subhead-construction.jpg") no-repeat; }
	body#trades #subhead { background:url("../images/subhead-trades.jpg") no-repeat; }
	body#municipal #subhead { background:url("../images/subhead-municipal.jpg") no-repeat; }
	body#premises #subhead { background:url("../images/subhead-premises.jpg") no-repeat; }
	body#slip #subhead { background:url("../images/subhead-slip.jpg") no-repeat; }
	body#personal #subhead { background:url("../images/subhead-personal.jpg") no-repeat; }
	
	
#pagehead { height:62px; margin-left:28px; } /* sets height for all subheads */
	body#index #pagehead {
	background-color: transparent;
	background-image: url(../images/subhead-welcome.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#title-personal-injury {
	float:left;
	width:576px;
	height:71px;
	background:url("../images/title-personal-injury.jpg") 0 0 no-repeat;
}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:37px;
	clear:both; /* important - do not remove */
	}
	
#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	width:100%; /* fix for Safar */
	height:37px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#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 {line-height:25px;}
	#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 #fff;
		}
	#footer li.first { border: none; }
	
.form1 {color: #666666; font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 11px; font-weight: normal; background-color: #FFFFFF; background-repeat: repeat; background-repeat: repeat;}
.form2 {color: #666666; font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 10px; font-weight: normal; background-color: #FFFFFF; background-repeat: repeat; background-repeat: repeat;}

.fields {color: #666666; font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 10px; font-weight: normal; background-color: #FFFFFF; border: 1 solid #CCCCCC}

.button  {color: #FFFFFF; font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif; font-size: 10px; font-weight: bold; background-color: #666666; border-style: outset; border-color: #CCCCCC;	line-height: 1; padding-top: 1; padding-left: 1; padding-right: 1;}
