/*--------------------- Last Modified --> 2008.08.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------

  Copyright dwklaw.com. Used with Permission.                             
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
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:'';
	}
	
span {
	display:none;
	}
	
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#5c1000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
blockquote {
	margin-left:10px;
	margin-right:10px;
	}
	
h1 {font-size:1.3em;color:#000;}

.lg {font-size:1.3em;color:#000; font-weight:bold; margin:0px 25px 10px 25px;}

.rd {font-size:1.4em; color:#561903; font-weight:bold; margin:-8px 25px 10px 25px;}

h2 {font-size:1.2em; color:#000;}

h3 {font-size:1.0em; color:#000;}
h1 span, h2 span, h3 span {
	display:none;
	}
	
a:link, a:visited {
	color:#CC0000;
	text-decoration:underline;
	outline:none;
	}
	

.news a:link, .news a:visited {
	color:#FFF;
	text-decoration:underline;
	outline:none;
	}
	

.news a:hover, .news a:active {
	color:#EFEFEF;
	text-decoration:underline;
	outline:none;
	}
	

.news li {
	color:#e5c88c;
	text-decoration:underline;
	outline:none;
	}
		

a:hover, a:active {
	color:#2f86af;
	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.jpg") right no-repeat;
	}
	
img.img-left {
	float:left;
	margin:2px 10px 10px 0px;
	}
	
img.img-right {
	float:right;
	margin:5px 0px 10px 10px;
	}
	
/* ------------------------ form elements ------------------------ */
form {
	width:200px;
	margin:10px 0 -4px 10px; /* set margin left and right below */

}
form label {
	font-size:.95em;
	color:#fff;
	margin-left:8px;
	}
	
form br {
	line-height:0;
	height:0;
	}
	
	
/* defaults vertical spacing between fields */

input, textarea, select {
	background-color:#fceed0 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B4790C;
	color:#000;
	width:200px; /* 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:0px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin-left:8px;
	}
	
	
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 {
	color:#000;
	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 {
	width:60px;
	height:27px;
	cursor:pointer;
	padding:0;
	margin-bottom:-20px;
	}
	
input.submit-contact-main {
	width:60px;
	height:27px;
	cursor:pointer;
	padding:0;
	margin-bottom:-20px;
	}
	
input.submit-contact-main {
	margin:95px 0 0 243px;
	}
	
/* defines placement of contact-main submit button */

input.submit-image { /* REMOVE IF NOT USED */
	background:url("../images/submit.jpg") no-repeat;
	width:224px;
	height:27px;
	border:none;
	cursor:pointer;
	margin-left:0px;
	}
	
input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("") no-repeat;
	width:60px;
	height:27px;
	cursor:pointer;
	margin-left:312px;
	}
	
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:899px;
	margin:0 auto;
	text-align:left;
	}
	
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:126px;
	}
	
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:635px;
	float:left;
	}
	
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:0px 25px 10px 25px;
	}

#column-left ol {
	margin:0px 25px 10px 40px;
	}
	
#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 */
	margin-top:10px;
	}

#column-left ol {padding-left:5px;}
#column-left ol li {
	background:transparent url("../images/.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	list-style:decimal;
	padding-left:6px; /* pushes text to the right to display bg img */
	margin-top:10px;
	}
	/* 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;
	}
	
#contact-box {
	float:right;
	width:224px;
	margin-right:15px;
	background-color:#882500;
	height:315px;
	margin-left:20px;
	}
	
#contact-header {
	background:url("../images/contact-header.jpg");
	height:27px;
	}
	
#contact-footer {
	background:url("../images/contact-footer.jpg");
	height:17px;
	}
	
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:264px;
	float:left;
	}
	
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right dl {
	margin:0px 20px 10px 20px;
	}
	
#column-right ul {padding-left:10px;}
#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 */
	margin-top:0px;
	padding-bottom:5px; /* EDIT MOOTOOLS SLIDER padding-bottom*/

}/* 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;
	}
	
#banner-contact {
	height:91px;
	background:url("../images/banner-contact.jpg");
	margin-bottom:30px;
	}

#column-right a:hover {cursor:pointer;}

/* ------------------------ header framework ------------------------ */
#header-flash {	height:300px;}
/* sets height for the flash header - REMOVE IF NOT USED */

#active-x {height:300px;}
#header-graphic {height:300px;}
/* 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:305px;
	background:url("../images/subhead.jpg");
	}
	
body#index #subhead {background:url("../images/subhead-index.jpg");}
body#about #subhead {background:url("../images/subhead-about.jpg");}
body#contact #subhead {background:url("../images/subhead-contact.jpg");}
body#thankyou #subhead {background:url("../images/subhead-thankyou.jpg");}
body#sitemap #subhead {background:url("../images/subhead-sitemap.jpg");}
/* ------------------------ 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:201px;
	clear:both; /* important - do not remove */
}

#bottom-wrap-index {
	background:url("../images/bottom-wrap-index.jpg");
	width:100%; /* fix for Safar */
	height:201px;
	clear:both; /* important - do not remove */

}
#bottom-wrap span {display:none;}

#bottom-wrap-index span {display:none;}

/* ------------------------footer framework ------------------------ */
#footer {
	background-color:#5c1000;
	width:899px;
	margin:20px auto;
	text-align:left;
	}
	
#footer p {
	color:#f3e3c3;
	margin-bottom:10px;
	margin-left:7px;
	}
	
#footer a:link, #footer a:visited {color:#f3e3c3;}

#footer a:hover, #footer a:active {color:#f3e3c3;}
#footer ul {margin:0 0 10px 0;}
#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 #f3e3c3;
	}
	
#footer li.first {border: none;}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:899px;
	height:41px;
	margin:0;
	padding:0;
	}
	
#nav span {
	display: none;
	}
	
#nav li, #nav a {
	height:41px;
	display:block;
	}
	
/* change height here also */

#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
	z-index:99;
	}
	
#nav-01 {width: 81px;}
#nav-02 {width: 163px;}
#nav-03 {width: 157px;}
#nav-04 {width: 155px;}
#nav-05 {width: 139px;}
#nav-06 {width: 112px;}
#nav-07 {width: 92px;}
/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover {background:url("../images/nav.jpg") 0px -41px no-repeat;}
#nav-02 a:hover {background:url("../images/nav.jpg") -81px -41px no-repeat;}
#nav-03 a:hover {background:url("../images/nav.jpg") -244px -41px no-repeat;}
#nav-04 a:hover {background:url("../images/nav.jpg") -401px -41px no-repeat;}
#nav-05 a:hover {background:url("../images/nav.jpg") -556px -41px no-repeat;}
#nav-06 a:hover {background:url("../images/nav.jpg") -695px -41px no-repeat;}
#nav-07 a:hover {background:url("../images/nav.jpg") -807px -41px 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:#5C1000;	/* 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 #000;
	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-03 ul a:hover, #nav-04 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover {
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	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:200px;}
#nav-04 ul, #nav-04 li {width:153px;}
#nav-06 ul, #nav-06 li {width:152px;}
#nav-07 ul, #nav-07 li {width:90px;}
/* ------------------------ vertical sprite nav ------------------------ */
#sub-nav {
	background:url("../images/sub-nav.jpg") top left no-repeat;
	width:264px;	/* Width of buttons, not entire image (or half of entire image) */
	height:361px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}
	
#sub-nav li span {
	display: none;
	}
	
#sub-nav li {
	float:left;
	list-style:none;
	position:relative;
	}
	
#sub-nav li, #sub-nav a {
	height:33px;	/* Each button must have the same height, define it here */
	display:block;
	}
	
/* margin-top to set where the nav should begin */
#sub-nav-01 {
	margin-top:30px;
	width:264px;
	}
	
/* margin-top if there is a spacing between each nav button */
#sub-nav-02, #sub-nav-03, #sub-nav-04, #sub-nav-05, #sub-nav-06, #sub-nav-07, #sub-nav-08, #sub-nav-09 {
	margin-top:1px;
	width:264px;
	}
	
#sub-nav-01 a:hover {background:url("../images/sub-nav.jpg") -264px -30px no-repeat;}
#sub-nav-02 a:hover {background:url("../images/sub-nav.jpg") -264px -64px no-repeat;}
#sub-nav-03 a:hover {background:url("../images/sub-nav.jpg") -264px -98px no-repeat;}
#sub-nav-04 a:hover {background:url("../images/sub-nav.jpg") -264px -132px no-repeat;}
#sub-nav-05 a:hover {background:url("../images/sub-nav.jpg") -264px -166px no-repeat;}
#sub-nav-06 a:hover {background:url("../images/sub-nav.jpg") -264px -200px no-repeat;}
#sub-nav-07 a:hover {background:url("../images/sub-nav.jpg") -264px -234px no-repeat;}
#sub-nav-08 a:hover {background:url("../images/sub-nav.jpg") -264px -268px no-repeat;}
#sub-nav-09 a:hover {background:url("../images/sub-nav.jpg") -264px -302px no-repeat;}

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id -------------

body#SPECIFY #sub-nav-01 { background:url("../images/sub-nav.jpg") -100px  -15px no-repeat; }
body#SPECIFY #sub-nav-02 { background:url("../images/sub-nav.jpg") -100px  -30px no-repeat; }
body#SPECIFY #sub-nav-03 { background:url("../images/sub-nav.jpg") -100px  -60px no-repeat; }
body#SPECIFY #sub-nav-04 { background:url("../images/sub-nav.jpg") -100px  -90px no-repeat; }
body#SPECIFY #sub-nav-05 { background:url("../images/sub-nav.jpg") -100px -120px no-repeat; }
body#SPECIFY #sub-nav-06 { background:url("../images/sub-nav.jpg") -100px -150px no-repeat; }

*/
/*-------------- btn- side nav  ------------- */
/*-------------- btn- side nav  ------------- */
/*-------------- btn- side nav  ------------- */

#btn-auto {
	height:34px;
	display:block;
	background:url("../images/btn-auto.jpg") no-repeat;
	cursor:pointer;
	}
	
#btn-auto:hover {
	background:url("../images/btn-auto.jpg") 0 -34px no-repeat;
	}
	
body#auto-accidents #btn-auto:hover,  body#car-accident-lawyer #btn-auto:hover {
	background:url("../images/btn-auto.jpg") 0 0 no-repeat;
	}
	

/*-------------- btn- side nav  ------------- */

#btn-defective-prod {
	height:34px;
	display:block;
	background:url("../images/btn-defective-prod.jpg") no-repeat;
	}
	
#btn-test-prod:hover {
	background:url("../images/btn-defective-prod.jpg") 0 -34px no-repeat;
	}
	
body#car-test #btn-defective-prod:hover,  body#defective-tires #btn-defective-prod:hover,  body#rollover-accidents #btn-defective-prod:hover,  body#crashworthiness #btn-defective-prod:hover,  body#roof-crush #btn-defective-prod:hover,  body#defective-seatbelts #btn-defective-prod:hover {
	background:url("../images/btn-defective-prod.jpg") 0 0 no-repeat;
	}
	
#btn-motorcycle {
	height:34px;
	display:block;
	background:url("../images/btn-motorcycle.jpg") no-repeat;
	}
	
/* index page link within #masthead */		#btn-motorcycle:hover {	background:url("../images/btn-motorcycle.jpg") 0 -34px no-repeat;}
body#motorcycle-accidents #btn-motorcycle:hover,  body#motorcycle-death #btn-motorcycle:hover,  body#motorcycle-insurance #btn-motorcycle:hover,  body#motorcycle-laws #btn-motorcycle:hover,  body#what-to-do-motorcycle #btn-motorcycle:hover,  body#motorcycle-reconstruction #btn-motorcycle:hover,  body#atv-accidents #btn-motorcycle:hover {
	background:url("../images/btn-motorcycle.jpg") 0 0 no-repeat;
	}
	
#btn-personal {	height:34px; display:block;	background:url("../images/btn-personal.jpg") no-repeat;}

	#btn-personal:hover { background:url("../images/btn-personal.jpg") 0 -34px no-repeat;}
	
#btn-truck {	height:34px; display:block;	background:url("../images/btn-truck.jpg") no-repeat;}

	#btn-truck:hover { background:url("../images/btn-truck.jpg") 0 -34px no-repeat;}

#btn-boat {	height:34px; display:block;	background:url("../images/btn-boat.jpg") no-repeat;}

	#btn-boat:hover { background:url("../images/btn-boat.jpg") 0 -34px no-repeat;}
	
#btn-hurricane {	height:34px; display:block;	background:url("../images/btn-hurricane.jpg") no-repeat;}

	#btn-hurricane:hover { background:url("../images/btn-hurricane.jpg") 0 -34px no-repeat;}

#btn-products{	height:34px; display:block;	background:url("../images/btn-product.jpg") no-repeat;}

	#btn-products:hover { background:url("../images/btn-product.jpg") 0 -34px no-repeat;}

#btn-wrongful {	height:34px; display:block;	background:url("../images/btn-wrongful.jpg") no-repeat;}

	#btn-wrongful:hover { background:url("../images/btn-wrongful.jpg") 0 -34px no-repeat;}

#btn-medmal {	height:34px; display:block;	background:url("../images/btn-medmal.jpg") no-repeat;}

	#btn-medmal:hover { background:url("../images/btn-medmal.jpg") 0 -34px no-repeat;}

#btn-nursing {	height:34px; display:block;	background:url("../images/btn-nursing.jpg") no-repeat;}

	#btn-nursing:hover { background:url("../images/btn-nursing.jpg") 0 -34px no-repeat;}

#btn-defective { height:34px; display:block; background:url("../images/btn-defective.jpg") no-repeat;}

	#btn-defective:hover { background:url("../images/btn-defective.jpg") 0 -34px no-repeat;}

#btn-premises {	height:34px; display:block;	background:url("../images/btn-premises.jpg") no-repeat;}

	#btn-premises:hover { background:url("../images/btn-premises.jpg") 0 -34px no-repeat;}

#btn-insurance{	height:34px; display:block;	background:url("../images/btn-insurance.jpg") no-repeat;}

	#btn-insurance:hover { background:url("../images/btn-insurance.jpg") 0 -34px no-repeat;}

#btn-business {	height:34px; display:block;	background:url("../images/btn-business.jpg") no-repeat;}

	#btn-business:hover { background:url("../images/btn-business.jpg") 0 -34px no-repeat;}/*-------------- btn- side nav  ------------- */

/*-------------- btn- side nav  ------------- */

/*-------------- btn- side nav  ------------- */
.rss {
	width:73px;
	margin-right:10px;
	margin-top:2px;
	}
	
.blog-new {
	margin-left:657px;
	margin-top:54px;
	width:220px;
	}
	
#lrgthumb {
	height:305px;
	width:635px;
	}
	

.post { margin-top:10px;}

.navigation { margin-left:30px;}

#commentform label { color:#000;}

.feeder { text-align:right;}

.bump-lft { margin-left:20px;}
#video {padding-left: 50px;	}

#flashcontent { text-align:center;}
.l1 { width:220px; float:left;}


.cap {
padding-left:197px;
padding-top:75px;
}

#contact-main label input.cap2 {
font-size:13px;
height:20px;
left:0;
margin:10px 0 0 0px;
position:static;
width:165px;
}
#contact-main label { width:165px;}
.name { display:none;}
#contact-main label.name { display:none;}

