/*--------------------- 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:#6480BE url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000066;
	behavior:url(/scripts/csshover.htc);
	}

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:#000066; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000066; 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;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
.qc-graphic {
	float: right;
	padding: 0 20px 0 3px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

li.practice-12 {
	font-size: 12px;
}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background: url("../images/bg-wrap.jpg") repeat-y;
	width:870px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:177px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:259px;
		width:388px;
		top:25px;
		height:102px; 
		}
	#masthead a span {
		display:none;
		}
		
#newsticker {
	background: #FFF url(../images/newsticker.jpg) no-repeat;
	width: 870px;
	height: 28px;
	display:none;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:260px;
	float:left;
	margin-left: 0;
	}

  	#column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}
		
	#column-left p {
		color: #FFF;
		padding-left: 20px;
		
	}
		
	#column-left p.qc {
		padding: 10px 30px 10px 20px;
		color: #FFF;
	}

	/*#column-left form { margin-left:0px; }  set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#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 ul { padding-left:5px; } 
		#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 */
			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-left-box {
	background: url(../images/box-repeat.jpg) repeat-y;
}
			
#practice-areas {
	background: url(../images/practice-areas.jpg) no-repeat;
	width: 254px;
	height: 515px;
	margin-top: 5px;
	color: #FFF;
	font-size: 13px;
}

#practice-areas ul {
	padding: 60px 0 0 10px;
	width: 245px;
}

#practice-areas ul li {
	width: 245px;
	padding-top: 3px;
}

#practice-areas a:link, #practice-areas a:visited {
	color: #FFF;
	text-decoration: underline;
}

#practice-areas a:hover, #practice-areas a:active {
	color: #FFF;
	text-decoration: none;
}

#map {
	float: left;
	margin: 4px 10px 0 0;
}

#map-p {
	margin: 5px 0 5px 0;
}

#map-p a:link, #map-p a:visited {
	color: #FFF;
	text-decoration: underline;
}

#map-p a:hover, #map-p a:active {
	color: #FFF;
	text-decoration: none;
}


h2#locations {
	margin: 20px 0 0 0;
	padding-left: 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 22px;
}

#martindale {
	margin: 20px 0 20px 20px;
}





/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:600px;
	float:left;
	}

	#column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 10px;
		color: #000066;
		}
	
	#column-right p {
	margin: 10px 15px 10px 10px;
	line-height: 22px;
	}

	#column-right form { margin-left:0px; }


		

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#000066;
			}
		#column-right dl dd {
			margin-left:5px;
			}
			
	#column-right ol {
		padding: 0 0 10px 5px;
	}
	
	#column-right ol li {
		line-height:20px;
		padding-left: 10px;
	}
			
#motorcycle-index {
	background: url(../images/motorcycle-index.jpg) no-repeat;
	width: 288px;
	height: 350px;
	float: left;
	margin: 15px 0 5px 5px;
	position: relative;
	z-index: 0;
}

#motorcycle-index p {
	padding-top: 240px;
	margin: 0 0 0 3px;
}

#auto-index {
	background: url(../images/auto-index.jpg) no-repeat;
	width: 288px;
	height: 350px;
	float: left;
	margin: 15px 0 5px 0;
	position: relative;
	z-index: 0;
}

#auto-index p {
	padding-top: 240px;
	margin: 0 0 0 5px;
}

#banner {
	background: url(../images/banner.jpg) no-repeat;
	width: 576px;
	height: 425px;
	margin: 50px 0 0 6px;
}

#slip-fall-p {
	width: 340px;
	padding: 80px 0 0 20px;
	color: #FFF;
}

#slip-fall-p a:link, #slip-fall-p a:visited {
	text-decoration: underline;
	color: #FFF;
}

#slip-fall-p a:hover, #slip-fall-p a:active {
	text-decoration: none;
	color: #FFF;
}

#elevator-p {
	width: 340px;
	padding: 65px 5px 0 210px;
	color: #FFF;
}

#elevator-p a:link, #elevator-p a:visited {
	text-decoration: underline;
	color: #FFF;
}

#elevator-p a:hover, #elevator-p a:active {
	text-decoration: none;
	color: #FFF;
}



/* ------------------------ header framework ------------------------ */
/* #header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED 
#active-x {height:300px;} */
#header-graphic { height:270px; background:url("../images/header.jpg"); } /* sets height for all non-flash headers */ 

	#index #header-graphic { background:url("../images/header.jpg"); }
	/*body.autopages #header-graphic { background:url("../images/header-auto.jpg"); }
	body.truckpages #header-graphic { background:url("../images/header-truck.jpg"); }
	body.motorcyclepages #header-graphic { background:url("../images/header-motorcycle.jpg"); }
	body#dog-animal #header-graphic { background:url("../images/header-dog.jpg"); }
	body#negligent-security #header-graphic { background:url("../images/header-security.jpg"); }
	body#slipandfall #header-graphic { background:url("../images/header_slip.jpg"); }
	body#elevator-escalator #header-graphic { background:url("../images/header_esca.jpg"); }*/

	


/* ------------------------ subhead framework ------------------------ */
#subhead { height:83px; margin-left: 5px; } /* sets height for all subheads */
	.body #index #subhead { background:url("../images/subhead-index.jpg") no-repeat; clear: both; margin-top: 45px; }
	/*body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; clear: both; }
	body#no-fee #subhead { background:url("../images/subhead-no-fee.jpg") no-repeat; clear: both; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; clear: both;; }
	body#auto-accidents #subhead { background:url("../images/subhead-auto.jpg") no-repeat; clear: both; }
	body#truck-accidents #subhead { background:url("../images/subhead-truck.jpg") no-repeat; clear: both; }
	body#motorcycle-accidents #subhead { background:url("../images/subhead-motorcycle.jpg") no-repeat; clear: both; }
	body#boating-accidents #subhead { background:url("../images/subhead-boating.jpg") no-repeat; clear: both; }
	body#dog-animal #subhead { background:url("../images/subhead-dog-animal.jpg") no-repeat; clear: both; }
	body#wrongful-death #subhead { background:url("../images/subhead-wrongful-death.jpg") no-repeat; clear: both; }
	body#premises-liability #subhead { background:url("../images/subhead-premises-liability.jpg") no-repeat; clear: both; }
	body#slipandfall #subhead { background:url("../images/subhead-slipandfall.jpg") no-repeat; clear: both; }
	body#negligent-security #subhead { background:url("../images/subhead-negligent-security.jpg") no-repeat; clear: both; }
	body#elevator-escalator #subhead { background:url("../images/subhead-elevator-escalator.jpg") no-repeat; clear: both; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; clear: both; }
	body#news #subhead { background:url("../images/subhead-news.jpg") no-repeat; clear: both; }
	body#auto-insurance-coverage #subhead { background:url("../images/subhead-auto-accident-cover.jpg") no-repeat; clear: both; }
	body#auto-accident-compensation #subhead { background:url("../images/subhead-auto-injury-compens.jpg") no-repeat; clear: both; }
	body#auto-accident-faqs #subhead { background:url("../images/subhead-auto-accident-faq.jpg") no-repeat; clear: both; }
	body#truck-injury-compensation #subhead { background:url("../images/subhead-truck-injury.jpg") no-repeat; clear: both; }
	body#truck-accident-faqs #subhead { background:url("../images/subhead-truck-accident-faq.jpg") no-repeat; clear: both; }
	body#motorcycle-injury-compensation #subhead { background:url("../images/subhead-motorcycle-injury.jpg") no-repeat; clear: both; }
	body#motorcycle-accident-faqs #subhead { background:url("../images/subhead-motorcycle-faqs.jpg") no-repeat; clear: both; }
	body#personal-injury #subhead { background:url("../images/subhead-personal-injury.jpg") no-repeat; clear: both; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; clear: both; }*/
	
	
	
#subhead2 { height:63px; margin-left: 5px; }
	#index #subhead2 { background:url("../images/subhead-index2.jpg") no-repeat; clear: both; margin-top: 15px; }
/* ------------------------ 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:25px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFF; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#FFF; text-decoration:none; }

#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 #FFF;
		}
	/*#footer li.first_child { border: none; }*/
	#footer .home { border:none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/*#nav {
	background: url(../images/nav.jpg) no-repeat;
	width: 870px;
	height: 44px;
	z-index: 1;
	position: relative;
}

#nav li {
	list-style-type: none;
	display: inline;
	float: left;
}

#nav li a {
	display: block;
	height: 44px;
}

#nav span {
	display: none;
}

#nav-01 { width: 90px; margin-left:34px; }
#nav-02 { width: 169px; }
#nav-03 { width: 215px; }
#nav-04 { width: 174px; }
#nav-05 { width: 145px; }

#nav-01 a:hover { background: url(../images/nav.jpg) -34px -44px; }
#nav-02 a:hover { background: url(../images/nav.jpg) -124px -44px; }
#nav-03 a:hover { background: url(../images/nav.jpg) -293px -44px; }
#nav-04 a:hover { background: url(../images/nav.jpg) -508px -44px; }
#nav-05 a:hover { background: url(../images/nav.jpg) -682px -44px; }*/

/* 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:#1D2F77;	 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 #FFF;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				 Height of each drop down nav item, should match above */
	/*line-height:22px;			 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-04 ul a:hover, #nav-02 ul a:hover { 
	background-image: none;
	background-color:#FFF;
	color:#1D2F77;
	text-decoration:none;
	}*/

/* width of drop down nav - choose width that allows items to display on one line */
/*#nav-04 ul, #nav-04 li { width:240px; }
#nav-02 ul, #nav-02 li { width:168px; }

#nav li ul li, #nav li ul li a {
	position: relative;
	z-index: 2;
}*/

/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.custom-form .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.custom-form .form-label {
	width:30%;
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;}
  
.custom-form .form-pct {
	width:65%;
	font:12px Verdana, Arial, Helvetica, sans-serif;}
	
.custom-form .msg-pct {
	width:95%;
	height:70px;
	overflow:auto;
	font:12px Verdana, Arial, Helvetica, sans-serif;}

.custom-form {
	}

	.custom-form fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}
		
	.custom-form li {
		list-style:none;
	}
		
	.custom-form select {
		height:22px;
	}

/*  <![ Disclaimer alert [ ----------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:415px;
	margin:4px 0 0 0;}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;
                width:280px;
}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
	}

/* div that wraps form */
#directionsInput {
	padding:10px 0px;}

#fromAddress{
	width:350px;}

#directionsLocale{
	padding:10px 0px;}

#locale{
	}

#directionsSubmit{
	padding:10px 0px;}

#map{
	border:1px solid #000;
	color:#000;}

#addressNotFound{
	}

#directions{
	}

.pad_frm_itm2 {
	padding:3px 0px;
	margin:0px;}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct2 {
	width:215px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	border:none;
	height:18px;
	line-height:18px;}
	
.msg-pct2 {
	width:215px;
	height:50px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	border:none;
	line-height:18px;}

.custom-form2 {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	width:215px;}

	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		width:170px;
		border:none;}
		  
	.custom-form2 legend {
		padding:0px 2px 5px 23px;
		font:bold 14px Verdana, Arial, Helvetica, sans-serif;
		color:#000;
		text-align:center;}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}

.submit-align2 {
	text-align:left;}
	
	.submit {
		background-color:#fff;
		border:none;
	}
	
	.logo {
		padding-bottom:5px;
	}
	
.news-search {
	margin:10px 0 0;
	padding:0 0 10px 20px;
	width:150px;
}

.news-search label {
	color:#000066;
	font-size:0.95em;
}

.news-search select {
	padding:0;
	width:150px;
	background-color:#FFFFFF !important;
	border:medium none;
	color:#000000;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1em;
	height:18px;
	line-height:18px;
	margin-bottom:4px;
	padding-left:2px;
	padding-top:1px;
	vertical-align:middle;
}

.news-search {

}

.news-search {

}

.news-search {

}

/*	<![ Navigation [ -----------------------------------------------------------*/
			
#nav {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	color:#fff;
	padding:0px;
	margin:0px;
	height:38px;
	overflow:hidden;
	background:#1d2f77;
	border:5px solid #fff;
	
	}
	
	#nav ul {
		list-style:none;
		margin:0px 0px 0px 40px;
		padding:0px;}
		
		#nav ul ul {
			display:inline;}
			
	#nav ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
	#nav ul li a {
		display:block;
		float:left;
		padding:13px 20px 9px 20px;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
		font-size:13px;}

	#nav ul li a:hover,
	#nav ul ul li:hover a {
		color:#fff;
		background:url(/images/nav-button-over.jpg) repeat-x;
		text-decoration:none;}
		
	/* DROP NAV */
		
		#nav ul ul ul, 
		#nav ul ul ul:hover {
			z-index:98;
			display:none;
			_width:200px;
			position:absolute;
			margin:0px;
			padding:0px;
			top:490px;
			left:auto;
			background:#ccc;
			border-top:2px solid #fff;
			}
			
		#nav ul ul li.overview:hover ul {
			display:block;
			left:127px;}
			
		#nav ul ul li.aop:hover ul {
			display:block;
			left:495px;}
			
		
		#nav ul ul ul li {
			z-index:99;}
			
		#nav ul ul ul li a, 
		#nav ul ul li:hover ul li a {
			z-index:100;
			display:block;
			float:none;
			height:auto;
			padding:4px 6px;
			font-size:12px;
			color:#fff;
			font-weight:normal;
			text-decoration:none;
			border:2px solid #fff;
			border-top:none;
			background:#1d2f77;
			text-transform:capitalize;
			_height:15px;
			_overflow:visible;}
			
		#nav ul ul ul li a:hover,
		#nav ul ul li:hover ul li a:hover {
			color:#1d2f77;
			background:#fff;}