/*--------------------- 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:#d6d6d6 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/19px  Arial, Helvetica, sans-serif; 
	color:#fff;
	}
#wrap-bg {
	background: url("../images/bg-body.jpg") top center repeat-x;
	width: 100%;
}

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

h1	{ font-size:1.4em; color:#fff; display:none; }
h2	{ font-size:1.2em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }
 

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

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{
	color:#FFFF00;
	text-decoration:underline;
	outline:none;
}

/*.spanHidden { visibility:hidden; visibility:collapse; height:0px;}*/
.spanHidden { display: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;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
body#workplace-injury #column-left ul.ul-left {
	float:left;
}	



/* ------------------------ form elements ------------------------ */
form {
	width:232px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; margin-left:17px; } 

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 #B4790C;
	color:#000;
	width:232px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-left:17px;
	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:10px 0 10px 0; }

#contact-main label { 
	width:200px; 
	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:250px;
	position:absolute; 
	left:100%; 
	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:80px 0 0 234px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:972px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:57px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:972px;
		top:0px;
		height:48px; 
		}
	#masthead a span {
		display:none;
		}

#launcher-btn {
	background-image:url("../images/launcher-btn.jpg");
	height:275px;
	width:288px;
	float:left;
	position:relative;
	}
	
	#launcher-btn a {	
		position:absolute;
		height:201px;
	    width:238px;
		left:33px;
		top:51px;
		}
	#launcher-btn a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:687px;
	float:left;
	background-image:url("../images/left-repeat.jpg");

	}
#column-left ul li h3{margin:0px 0 5px 0;}
		

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

	#column-left form { margin-left:0; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; width: 600px;  }
		#column-left ul 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 */
			}

	/* multi column list */
	#column-left .h3space ul { padding-left:5px; width: 600px; }
	#column-left .h3space ul li h3{ visibility:hidden;}
		#column-left .h3space ul li { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat;
			padding-left:13px;  /* pushes text to the right to display bg img */
			float:left;
			width:600px;
			line-height:20px; 
			}
	
	#column-left ul.long li {width:600px; }

	#column-left ul { padding-left:5px; width: 200px; float:left }
			#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat;
			padding-left:13px;  /* pushes text to the right to display bg img */
			float:left;
			width:200px;
			line-height:20px;

			}
			body#workplace-injury #column-left ul {
				float: none;
			}
			body#workplace-injury #column-left ul li {
				float: none;
			}
			#column-left ul.floatright {
				float: right;
				margin: 0 0 15px 0;
				padding: 0 150px 0 0;
			}
	/* 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 */
			float:left;
			width:150px;
			line-height:20px; 
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:285px;
	float:left;
	background-image:url("../images/right-repeat.jpg");
	}

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

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

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul 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 */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul 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-contain{ width:972px; height:275px;}
#header-graphic { height:275px; width:684px; background-image:url("../images/header-index.jpg"); float:left; } /* 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-about.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 { height:50px; margin:0 0 10px 0; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#attorneys #subhead { background:url("../images/subhead-attorneys.jpg"); }
	body#success-stories #subhead { background:url("../images/subhead-success-stories.jpg"); }
	body#why-choose-us #subhead { background:url("../images/subhead-why-choose-us.jpg"); }
	body#medical-malpractice #subhead { background:url("../images/subhead-medical-malpractice.jpg"); }
	body#birth-injury #subhead { background:url("../images/subhead-birth-injury.jpg"); }
	body#diagnosis-errors #subhead { background:url("../images/subhead-diagnosis-errors.jpg"); }
	body#medication-errors #subhead { background:url("../images/subhead-medication-errors.jpg"); }
	body#surgical-errors #subhead { background:url("../images/subhead-surgical-errors.jpg"); }
	body#infectious-diseases #subhead { background:url("../images/subhead-infectious-diseases.jpg"); }
	body#general-medical-errors #subhead { background:url("../images/subhead-general-medical-errors.jpg"); }
	body#emergency-room-errors #subhead { background:url("../images/subhead-emergency-room-errors.jpg"); }
	body#cancer-cases #subhead { background:url("../images/subhead-cancer-cases.jpg"); }
	body#motor-vehicle-accidents #subhead { background:url("../images/subhead-motor-vehicle-accidents.jpg"); }
	body#car-accidents #subhead { background:url("../images/subhead-car-accidents.jpg"); }
	body#motorcycle-accidents #subhead { background:url("../images/subhead-motorcycle-accidents.jpg"); }
	body#pedestrian-bicycle-accidents #subhead { background:url("../images/subhead-pedestrian-bicycle-accidents.jpg"); }
	body#truck-accidents #subhead { background:url("../images/subhead-truck-accidents.jpg"); }
	body#truck-accident-safety-issues #subhead { background:url("../images/subhead-truck-accident-safety-issues.jpg"); }
	body#commercial-vehicle-accidents #subhead { background:url("../images/subhead-commercial-vehicle-accidents.jpg"); }
	body#personal-injury #subhead { background:url("../images/subhead-personal-injury.jpg"); }
	body#spinal-cord-injury #subhead { background:url("../images/subhead-spinal-cord-injury.jpg"); }
	body#quadriplegia-paraplegia #subhead { background:url("../images/subhead-quadriplegia-paraplegia.jpg"); }
	body#brain-injury #subhead { background:url("../images/subhead-brain-injury.jpg"); }
	body#product-liability #subhead { background:url("../images/subhead-product-liability.jpg"); }
	body#workplace-injury #subhead { background:url("../images/subhead-workplace-injury.jpg"); }
	body#construction-accidents #subhead { background:url("../images/subhead-construction-accidents.jpg"); }
	body#wrongful-death #subhead { background:url("../images/subhead-wrongful-death.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#thank-you #subhead { background:url("../images/subhead-thankyou.jpg"); }
/* ------------------------ subhead of h2 framework ------------------------ */

#index-h2-1  { background:url("../images/h2-sub/h2-subhead-index-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#index-h2-2  { background:url("../images/h2-sub/h2-subhead-index-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	
#spinal-cord-injury-h2-1  { background:url("../images/h2-sub/h2-subhead-spinal-cord-injury-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#spinal-cord-injury-h2-2  { background:url("../images/h2-sub/h2-subhead-spinal-cord-injury-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#spinal-cord-injury-h2-3  { background:url("../images/h2-sub/h2-subhead-spinal-cord-injury-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#spinal-cord-injury-h2-4  { background:url("../images/h2-sub/h2-subhead-spinal-cord-injury-4.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
	
#about-h2-1  { background:url("../images/h2-sub/h2-subhead-about-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#about-h2-2  { background:url("../images/h2-sub/h2-subhead-about-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#about-h2-3  { background:url("../images/h2-sub/h2-subhead-about-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#about-h2-4  { background:url("../images/h2-sub/h2-subhead-about-4.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#about-h2-5  { background:url("../images/h2-sub/h2-subhead-about-5.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
#attorneys-h2-1  { background:url("../images/h2-sub/h2-subhead-attorneys-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#attorneys-h2-2  { background:url("../images/h2-sub/h2-subhead-attorneys-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#attorneys-h2-3  { background:url("../images/h2-sub/h2-subhead-attorneys-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#attorneys-h2-4  { background:url("../images/h2-sub/h2-subhead-attorneys-4.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#birth-injury-h2-1  { background:url("../images/h2-sub/h2-subhead-birth-injury-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#birth-injury-h2-2  { background:url("../images/h2-sub/h2-subhead-birth-injury-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#birth-injury-h2-3  { background:url("../images/h2-sub/h2-subhead-birth-injury-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#birth-injury-h2-4  { background:url("../images/h2-sub/h2-subhead-birth-injury-4.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#birth-injury-h2-5  { background:url("../images/h2-sub/h2-subhead-birth-injury-5.jpg") no-repeat; height:37px; margin:		0 0 5px 0; }

#brain-injury-h2-1  { background:url("../images/h2-sub/h2-subhead-brain-injury-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#brain-injury-h2-2  { background:url("../images/h2-sub/h2-subhead-brain-injury-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#brain-injury-h2-3  { background:url("../images/h2-sub/h2-subhead-brain-injury-3.jpg") no-repeat; height:64px; margin:0 0 5px 0; }


#cancer-cases-h2-1  { background:url("../images/h2-sub/h2-subhead-cancer-cases-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#cancer-cases-h2-2  { background:url("../images/h2-sub/h2-subhead-cancer-cases-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
	
#car-accidents-h2-1  { background:url("../images/h2-sub/h2-subhead-car-accidents-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#car-accidents-h2-2  { background:url("../images/h2-sub/h2-subhead-car-accidents-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#car-accidents-h2-3  { background:url("../images/h2-sub/h2-subhead-car-accidents-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#car-accidents-h2-4  { background:url("../images/h2-sub/h2-subhead-car-accidents-4.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
#commercial-vehicle-accidents-h2-1  { background:url("../images/h2-sub/h2-subhead-commercial-vehicle-accidents-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#commercial-vehicle-accidents-h2-2  { background:url("../images/h2-sub/h2-subhead-commercial-vehicle-accidents-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#commercial-vehicle-accidents-h2-3  { background:url("../images/h2-sub/h2-subhead-commercial-vehicle-accidents-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }


#construction-accidents-h2-1  { background:url("../images/h2-sub/h2-subhead-construction-accidents-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#construction-accidents-h2-2  { background:url("../images/h2-sub/h2-subhead-construction-accidents-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#construction-accidents-h2-3  { background:url("../images/h2-sub/h2-subhead-construction-accidents-3.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#contact-h2-1  { background:url("../images/h2-sub/h2-subhead-contact-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#contact-h2-2  { background:url("../images/h2-sub/h2-subhead-contact-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }

#diagnosis-errors-h2-1  { background:url("../images/h2-sub/h2-subhead-diagnosis-errors-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#diagnosis-errors-h2-2  { background:url("../images/h2-sub/h2-subhead-diagnosis-errors-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#diagnosis-errors-h2-3  { background:url("../images/h2-sub/h2-subhead-diagnosis-errors-3.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
#emergency-room-errors-h2-1  { background:url("../images/h2-sub/h2-subhead-emergency-room-errors-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#emergency-room-errors-h2-2  { background:url("../images/h2-sub/h2-subhead-emergency-room-errors-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#faq-h2-1  { background:url("../images/h2-sub/h2-subhead-faq-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#faq-h2-2  { background:url("../images/h2-sub/h2-subhead-faq-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#faq-h2-3  { background:url("../images/h2-sub/h2-subhead-faq-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#faq-h2-4  { background:url("../images/h2-sub/h2-subhead-faq-4.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#faq-h2-5  { background:url("../images/h2-sub/h2-subhead-faq-5.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#faq-h2-6  { background:url("../images/h2-sub/h2-subhead-faq-6.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	#faq-h2-7  { background:url("../images/h2-sub/h2-subhead-faq-7.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#general-medical-errors-h2-1  { background:url("../images/h2-sub/h2-subhead-general-medical-errors-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#general-medical-errors-h2-2  { background:url("../images/h2-sub/h2-subhead-general-medical-errors-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#general-medical-errors-h2-3  { background:url("../images/h2-sub/h2-subhead-general-medical-errors-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	
#infectious-diseases-h2-1  { background:url("../images/h2-sub/h2-subhead-infectious-diseases-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#infectious-diseases-h2-2  { background:url("../images/h2-sub/h2-subhead-infectious-diseases-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#medical-malpractice-h2-1  { background:url("../images/h2-sub/h2-subhead-medical-malpractice-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#medical-malpractice-h2-2  { background:url("../images/h2-sub/h2-subhead-medical-malpractice-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#medication-errors-h2-1  { background:url("../images/h2-sub/h2-subhead-medication-errors-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#medication-errors-h2-2  { background:url("../images/h2-sub/h2-subhead-medication-errors-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#motor-vehicle-accidents-h2-1  { background:url("../images/h2-sub/h2-subhead-motor-vehicle-accidents-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
#motor-vehicle-accidents-h2-3  { background:url("../images/h2-sub/h2-subhead-motor-vehicle-accidents-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#motor-vehicle-accidents-h2-2  { background:url("../images/h2-sub/h2-subhead-motor-vehicle-accidents-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }


#motorcycle-accidents-h2-1  { background:url("../images/h2-sub/h2-subhead-motorcycle-accidents-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#motorcycle-accidents-h2-2  { background:url("../images/h2-sub/h2-subhead-motorcycle-accidents-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#motorcycle-accidents-h2-3  { background:url("../images/h2-sub/h2-subhead-motorcycle-accidents-3.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#pedestrian-bicycle-accidents-h2-1  { background:url("../images/h2-sub/h2-subhead-pedestrian-bicycle-accidents-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#pedestrian-bicycle-accidents-h2-2  { background:url("../images/h2-sub/h2-subhead-pedestrian-bicycle-accidents-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#pedestrian-bicycle-accidents-h2-3  { background:url("../images/h2-sub/h2-subhead-pedestrian-bicycle-accidents-3.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
	
#personal-injury-h2-1  { background:url("../images/h2-sub/h2-subhead-personal-injury-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#personal-injury-h2-2  { background:url("../images/h2-sub/h2-subhead-personal-injury-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#personal-injury-h2-3  { background:url("../images/h2-sub/h2-subhead-personal-injury-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#personal-injury-h2-4  { background:url("../images/h2-sub/h2-subhead-personal-injury-4.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
#product-liability-h2-1  { background:url("../images/h2-sub/h2-subhead-product-liability-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#product-liability-h2-2  { background:url("../images/h2-sub/h2-subhead-product-liability-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#product-liability-h2-3  { background:url("../images/h2-sub/h2-subhead-product-liability-3.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#quadriplegia-paraplegia-h2-1  { background:url("../images/h2-sub/h2-subhead-quadriplegia-paraplegia-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#quadriplegia-paraplegia-h2-2  { background:url("../images/h2-sub/h2-subhead-quadriplegia-paraplegia-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#quadriplegia-paraplegia-h2-3  { background:url("../images/h2-sub/h2-subhead-quadriplegia-paraplegia-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#quadriplegia-paraplegia-h2-4  { background:url("../images/h2-sub/h2-subhead-quadriplegia-paraplegia-4.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
	
#sitemap-h2-1  { background:url("../images/h2-sub/h2-subhead-sitemap-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#sitemap-h2-2  { background:url("../images/h2-sub/h2-subhead-sitemap-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#sitemap-h2-3  { background:url("../images/h2-sub/h2-subhead-sitemap-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#sitemap-h2-4  { background:url("../images/h2-sub/h2-subhead-sitemap-4.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
	
#personal-injury-h2-1  { background:url("../images/h2-sub/h2-subhead-personal-injury-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#personal-injury-h2-2  { background:url("../images/h2-sub/h2-subhead-personal-injury-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#personal-injury-h2-3  { background:url("../images/h2-sub/h2-subhead-personal-injury-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#personal-injury-h2-4  { background:url("../images/h2-sub/h2-subhead-personal-injury-4.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	
#success-stories-h2-1  { background:url("../images/h2-sub/h2-subhead-success-stories-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }	
			
#surgical-errors-h2-1  { background:url("../images/h2-sub/h2-subhead-surgical-errors-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#surgical-errors-h2-2  { background:url("../images/h2-sub/h2-subhead-surgical-errors-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#surgical-errors-h2-3  { background:url("../images/h2-sub/h2-subhead-surgical-errors-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }

#truck-accident-safety-issues-h2-1  { background:url("../images/h2-sub/h2-subhead-truck-accident-safety-issues-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#truck-accident-safety-issues-h2-2  { background:url("../images/h2-sub/h2-subhead-truck-accident-safety-issues-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#truck-accidents-h2-1  { background:url("../images/h2-sub/h2-subhead-truck-accidents-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#truck-accidents-h2-2  { background:url("../images/h2-sub/h2-subhead-truck-accidents-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }
	#truck-accidents-h2-3  { background:url("../images/h2-sub/h2-subhead-truck-accidents-3.jpg") no-repeat; height:64px; margin:0 0 5px 0; }	
	
	

#why-choose-us-h2-1  { background:url("../images/h2-sub/h2-subhead-why-choose-us-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#why-choose-us-h2-2  { background:url("../images/h2-sub/h2-subhead-why-choose-us-2.jpg") no-repeat; height:64px; margin:0 0 5px 0; }

#workplace-injury-h2-1  { background:url("../images/h2-sub/h2-subhead-workplace-injury-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#workplace-injury-h2-2  { background:url("../images/h2-sub/h2-subhead-workplace-injury-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#workplace-injury-h2-3  { background:url("../images/h2-sub/h2-subhead-workplace-injury-3.jpg") no-repeat; height:37px; margin:0 0 5px 0; }	

#wrongful-death-h2-1  { background:url("../images/h2-sub/h2-subhead-wrongful-death-1.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#wrongful-death-h2-2  { background:url("../images/h2-sub/h2-subhead-wrongful-death-2.jpg") no-repeat; height:37px; margin:0 0 5px 0; }
	#wrongful-death-h2-3  { background:url("../images/h2-sub/h2-subhead-wrongful-death-3.jpg") no-repeat; height:64px; margin:0 0 5px 0; }	

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

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


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

/* ------------------------footer framework ------------------------ */
#footer {
	width:925px;
	margin:0 auto;
	text-align:center;
	}

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

#footer a:link, #footer a:visited { color:#003a5d; }
#footer a:hover, #footer a:active { color:#003a5d; }

#footer ul {margin: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 #003a5d;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:972px; 
	height:46px; 
	margin:0;
	padding:0; 
	float:left;
	}

#nav span { display: none; }

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

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

#nav-01 { width: 67px; margin:3px 0 0 15px;}
#nav-02 { width: 107px; margin-top:3px}
#nav-03 { width: 165px; margin-top:3px}
#nav-04 { width: 193px; margin-top:3px}
#nav-05 { width: 137px; margin-top:3px}
#nav-06 { width: 130px; margin-top:3px }
#nav-07 { width: 58px; margin-top:3px}
#nav-08 { width: 87px; margin-top:3px}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -15px -49px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -82px -49px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -189px -49px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -354px -49px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -547px -49px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -684px -49px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -814px -49px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -872px -49px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -30px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -30px 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:#666666;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index:9999;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #999999;
	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 */
	z-index:1;
	}

#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-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#999999;
	color:#FFFFFF;
	text-decoration:none;
	z-index:9999;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:107px; }	
#nav-03 ul, #nav-03 li { width:164px; }		
#nav-04 ul, #nav-04 li { width:192px; }
#nav-05 ul, #nav-05 li { width:180px; }	
#nav-06 ul, #nav-06 li { width:180px; }

/*--------------------- second nav --------------------*\


/* ------------------------ horizontal sprite nav ------------------------ */
#nav2 { 
	background:url("../images/large-image-nav.jpg") no-repeat; 
	width:972px; 
	height:141px; 
	margin:0;
	padding:0; 
	float:left;
	z-index:-1;
	}

#nav2 span { display: none; }

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

#nav2 li { float:left; list-style:none; _display:inline; position:relative; }

#nav2-01 { width: 227px; margin:23px 0 0 25px;}
#nav2-02 { width: 227px; margin:23px 0 0 6px;}
#nav2-03 { width: 227px; margin:23px 0 0 6px;}
#nav2-04 { width: 227px; margin:23px 0 0 6px;}


/*------------------------------*/
ul.ul-float-right {
	float:right;
}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
/*#nav2-01 a:hover { background:url("../images/nav.jpg")  -15px -49px no-repeat; }
#nav2-02 a:hover { background:url("../images/nav.jpg") -82px -49px no-repeat; }
#nav2-03 a:hover { background:url("../images/nav.jpg") -189px -49px no-repeat; }
#nav2-04 a:hover { background:url("../images/nav.jpg") -354px -49px no-repeat; }*/


			
			
