/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#153277 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.2em; color:#454749; font-weight:bold; }
h2	{ font-size:1.1em; color:#51473D; font-weight:bold; }
h3	{ font-size:1.0em; color:#000; font-weight:bold; }

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

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

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.more {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet.gif") right no-repeat;
	}
		
img.img-medtronics { 
	float:left; 
	margin:10px 10px 20px 33px; 
	padding-bottom: 5px;
	}

img.img-left { 
	float:left; 
	margin:-2px 12px 3px 38px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
div.separator {
	background:url("../images/separator.jpg") bottom no-repeat;
	padding-bottom:20px;
	padding-top:10px;
	}
	
.dianalist {
	margin-left:130px;
	}
	.at-list {
	margin-left:130px;
	}

h3.indent, p.indent {padding-left:10px;}

	
/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:762px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-footer {
	background:#51473D url("../images/bg-wrap-footer.jpg") top left repeat-x;
	width:100%;
	text-align:center;
	padding-top:15px;
	}
	#wrap-footer-div {
	width:762px;
	margin:0 auto;
	}
	
#wrap-index-content {
	background:url("../images/bg-wrap-index-content.jpg") bottom left no-repeat;
	width:554px;
	float:left;
	padding-bottom:10px;
	}
	
#wrap-index-left {
	width:554px;
	float:left;
	}
		

/* ----- column-left ----- */

body#index #column-left {
	width:225px;
	float:left;
	}
	
#column-left {
	width:554px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl, #column-left ol {
		margin:0 36px 10px 42px;
		}
		
	#column-left ol { margin-left:60px; }
	#commentlist li p { margin-left:0; }
	#column-left p.indent, #column-left h2.indent, #column-left h3.indent {
		margin:0 36px 10px 62px;
		}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
/* ----- column-center ----- */

#column-center {
	width:329px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 40px 10px 36px;
		}
	
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
	
	/* definition list */
	#column-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

#column-right {
	width:208px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul.right {
		margin:0 36px 10px 26px;
		}
	#column-right ul.right li ul { margin:0; padding-bottom:10px; }
	#column-right ul.right li ul li {margin:0;}
	
	
	#column-right img.img-left { 
	float:left; 
	margin:2px 5px 0 26px;
	}
	
	/* single column list */
	#column-right ul.right { padding-left:5px; padding-top:10px; }
		#column-right ul.right li { 
			background:transparent url("../images/bullet-right.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			padding-bottom:10px;
			}
	#column-right #contact ul.right { padding-left:5px; }
		#column-right #contact ul.right li { background:none; padding:0; margin:0; }
	
	#column-right a:link, #column-right a:visited	{ color:#000; text-decoration:underline; outline:none; }
    #column-right a:hover, #column-right a:active	{ color:#000; text-decoration:none; outline:none; }
	
/* ----- contact ----- */

div#contact {
	background:url("../images/bg-contact.jpg") repeat-y;
	width:208px;
	float:left;
	}

	div#contact p, div#contact h1, div#contact h2, div#contact h3 {
		margin:0 36px 10px 26px;
		}
	
/* ----- contact ----- */
#none { display:none; }
#areas {
	background:url("../images/bg-column-right-areas.jpg") repeat-y;
	width:208px;
	}
	
	#areas ul {
		margin:5px 18px 0 24px;
		font-size:11px;
		line-height:14px;
		}
		
		#areas ul li {
			background:transparent url("../images/bullet-areas.jpg") 0px 5px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			padding-bottom:5px;
			}
			
		#areas ul li a:link, #areas ul li a:visited { text-decoration:none; }

	#contact ul {
		margin:5px 18px 0 24px;
		font-size:11px;
		line-height:14px;
		}
		
		#contact ul li {
			background:transparent url("../images/bullet-areas.jpg") 0px 5px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			padding-bottom:5px;
			}
			
		#contact ul li a:link, #contact ul li a:visited { text-decoration:none; }
			
	#areas dl {
		margin:0 36px 10px 26px;
		}
	
		/* definition list */
	#areas dl { padding-left:5px; }
		#areas dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#areas dl dd {
			background:transparent url("../images/bullet-areas.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			padding-bottom:10px;
			}
	
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/index-bottom-wrap.jpg");
	height:9px;
	clear:both;
	width:100%; /* fix for Safar */
	}

#bottom-wrap {
	height:22px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:378px;} /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:378px; } /* sets height for all non-flash headers */
	
	body#index #header-graphic { background: url("../images/header6.jpg"); }
	body#about #header-graphic { background: url("../images/header1.jpg"); }
	body#blog #header-graphic { background: url("../images/header2.jpg"); }
	body#contactus #header-graphic { background: url("../images/header3.jpg"); }
	body#lawyers #header-graphic { background: url("../images/header4.jpg"); }
	body#news #header-graphic { background: url("../images/header5.jpg"); }
	body#practice #header-graphic { background: url("../images/header6.jpg"); }
	body#review #header-graphic { background: url("../images/header1.jpg"); }
	body#settlements #header-graphic { background: url("../images/header2.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header4.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header3.jpg"); }
	
	body#after-serious-injury #header-graphic { background:url("../images/header1.jpg"); }
	body#amputation #header-graphic { background:url("../images/header2.jpg"); }
	body#anesthesiology-mistakes #header-graphic { background:url("../images/header3.jpg"); }
	body#atv-accidents #header-graphic { background:url("../images/header4.jpg"); }
	body#auto-accidents #header-graphic { background:url("../images/header5.jpg"); }
	body#auto-faqs #header-graphic { background:url("../images/header6.jpg"); }
	body#birth-injury #header-graphic { background:url("../images/header1.jpg"); }
	body#birth-injury-causes #header-graphic { background:url("../images/header2.jpg"); }
	body#boat-accidents #header-graphic { background:url("../images/header3.jpg"); }
	body#brain-faqs #header-graphic { background:url("../images/header4.jpg"); }
	body#brain-injury #header-graphic { background:url("../images/header5.jpg"); }
	body#burn-injury #header-graphic { background:url("../images/header6.jpg"); }
	body#cancer-misdiagnosis #header-graphic { background:url("../images/header1.jpg"); }
	body#car-commercial #header-graphic { background:url("../images/header2.jpg"); }
	body#car-death #header-graphic { background:url("../images/header3.jpg"); }
	body#railroad-accidents #header-graphic,
	body#railroad-law #header-graphic,
	body#railroad-resource #header-graphic,
	body#car-defective #header-graphic { background:url("../images/header4.jpg"); }
	body#car-insurance #header-graphic { background:url("../images/header5.jpg"); }
	body#car-reconstruction #header-graphic { background:url("../images/header6.jpg"); }
	body#cerebral-palsy #header-graphic { background:url("../images/header1.jpg"); }
	body#construction #header-graphic { background:url("../images/header2.jpg"); }
	body#construction-types #header-graphic { background:url("../images/header3.jpg"); }
	body#crashworthiness #header-graphic { background:url("../images/header4.jpg"); }
	body#death-entitlements #header-graphic { background:url("../images/header5.jpg"); }
	body#death-statutes #header-graphic { background:url("../images/header6.jpg"); }
	body#defective-drugs #header-graphic { background:url("../images/header1.jpg"); }
	body#defective-seatbelts #header-graphic { background:url("../images/header2.jpg"); }
	body#defective-tires #header-graphic { background:url("../images/header3.jpg"); }
	body#dental-malpractice #header-graphic { background:url("../images/header4.jpg"); }
	body#failure-diagnose #header-graphic { background:url("../images/header5.jpg"); }
	body#filing-lawsuit #header-graphic { background:url("../images/header6.jpg"); }
	body#food-contamination #header-graphic { background:url("../images/header1.jpg"); }
	body#other-resources #header-graphic { background:url("../images/header5.jpg"); }
	body#injury-faqs #header-graphic { background:url("../images/header2.jpg"); }
	body#juries #header-graphic { background:url("../images/header3.jpg"); }
	body#law-car #header-graphic { background:url("../images/header4.jpg"); }
	body#medication-errors #header-graphic { background:url("../images/header5.jpg"); }
	body#medmal #header-graphic { background:url("../images/header6.jpg"); }
	body#medmal-case #header-graphic { background:url("../images/header1.jpg"); }
	body#medmal-causes #header-graphic { background:url("../images/header2.jpg"); }
	body#medmal-entitlements #header-graphic { background:url("../images/header3.jpg"); }
	body#medmal-faqs #header-graphic { background:url("../images/header4.jpg"); }
	body#medmal-laws #header-graphic { background:url("../images/header5.jpg"); }
	body#medmal-statutes #header-graphic { background:url("../images/header6.jpg"); }
	body#motorcycle-accidents #header-graphic { background:url("../images/header1.jpg"); }
	body#motorcycle-death #header-graphic { background:url("../images/header2.jpg"); }
	body#motorcycle-insurance #header-graphic { background:url("../images/header3.jpg"); }
	body#motorcycle-laws #header-graphic { background:url("../images/header4.jpg"); }
	body#motorcycle-reconstruction #header-graphic { background:url("../images/header5.jpg"); }
	body#nursing-home #header-graphic { background:url("../images/header6.jpg"); }
	body#osha #header-graphic { background:url("../images/header1.jpg"); }
	body#peanut-butter-recall #header-graphic { background:url("../images/header3.jpg"); }
	body#hydroxycut-recall #header-graphic { background:url("../images/header3.jpg"); }
	body#personal-injury #header-graphic { background:url("../images/header2.jpg"); }
	body#personal-injury-entitlements #header-graphic { background:url("../images/header3.jpg"); }
	body#product-liability #header-graphic { background:url("../images/header4.jpg"); }
	body#rollover-accidents #header-graphic { background:url("../images/header5.jpg"); }
	body#roof-crush #header-graphic { background:url("../images/header6.jpg"); }
	body#serious-injury #header-graphic { background:url("../images/header1.jpg"); }
	body#serious-injury-entitlements #header-graphic { background:url("../images/header2.jpg"); }
	body#spinal-injury #header-graphic { background:url("../images/header3.jpg"); }
	body#surgical-error #header-graphic { background:url("../images/header4.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header5.jpg"); }
	body#truck-accidents #header-graphic { background:url("../images/header6.jpg"); }
	body#truck-death #header-graphic { background:url("../images/header1.jpg"); }
	body#trucking-faqs #header-graphic { background:url("../images/header2.jpg"); }
	body#trucking-reconstruction #header-graphic { background:url("../images/header3.jpg"); }
	body#truck-insurance #header-graphic { background:url("../images/header4.jpg"); }
	body#truck-law #header-graphic { background:url("../images/header5.jpg"); }
	body#what-to-do #header-graphic { background:url("../images/header6.jpg"); }
	body#what-to-do-motorcycle #header-graphic { background:url("../images/header1.jpg"); }
	body#what-trucking #header-graphic { background:url("../images/header2.jpg"); }
	body#wrongful-death #header-graphic { background:url("../images/header3.jpg"); }
	body#medtronic-leads #header-graphic { background:url("../images/header4.jpg"); }
	body#medtronic-leads-faqs #header-graphic { background:url("../images/header5.jpg"); }
	body#bankruptcy #header-graphic { background:url("../images/header1.jpg"); }
	body#loan-modification #header-graphic { background:url("../images/header2.jpg"); }

/* subhead framework*/

/* ------------------------------------------------------------------------- */

#subhead.blog { height:58px; } 
#blog #subhead { background: url("../images/subheaders/subhead-blog.jpg"); }

/* subhead framework*/

/* ------------------------------------------------------------------------- */

#subhead { height:80px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subheaders/subhead-welcome.jpg"); }
	body#about #subhead { background: url("../images/subheaders/subhead-about.jpg"); }
	body#lawyers #subhead { background: url("../images/subheaders/subhead-lawyers.jpg"); }
	body#settlements #subhead { background: url("../images/subheaders/subhead-settlements.jpg"); }
	body#practice #subhead { background: url("../images/subheaders/subhead-areas.jpg"); }
	body#news #subhead { background: url("../images/subheaders/subhead-news.jpg"); }
	body#review #subhead { background: url("../images/subheaders/subhead-review.jpg"); }
	body#contactus #subhead { background: url("../images/subheaders/subhead-contactus.jpg"); }
	body#thankyou #subhead { background:url("../images/subheaders/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subheaders/subhead-sitemap.jpg"); }
	
	body#auto-accidents #subhead { background:url("../images/subheaders/subhead-auto-accidents.jpg"); }
	body#car-death #subhead { background:url("../images/subheaders/subhead-car-death.jpg"); }
	body#car-commercial #subhead { background:url("../images/subheaders/subhead-car-commercial.jpg"); }
	body#boat-accidents #subhead { background:url("../images/subheaders/subhead-boat-accidents.jpg"); }
	body#car-insurance #subhead { background:url("../images/subheaders/subhead-car-insurance.jpg"); }
	body#law-car #subhead { background:url("../images/subheaders/subhead-law-car.jpg"); }
	body#what-to-do #subhead { background:url("../images/subheaders/subhead-what-to-do.jpg"); }
	body#car-reconstruction #subhead { background:url("../images/subheaders/subhead-car-reconstruction.jpg"); }
	body#car-defective #subhead { background:url("../images/subheaders/subhead-car-defective.jpg"); }
	body#defective-tires #subhead { background:url("../images/subheaders/subhead-defective-tires.jpg"); }
	body#rollover-accidents #subhead { background:url("../images/subheaders/subhead-rollover-accidents.jpg"); }
	body#crashworthiness #subhead { background:url("../images/subheaders/subhead-crashworthiness.jpg"); }
	body#roof-crush #subhead { background:url("../images/subheaders/subhead-roof-crush.jpg"); }
	body#defective-seatbelts #subhead { background:url("../images/subheaders/subhead-defective-seatbelts.jpg"); }
	body#truck-accidents #subhead { background:url("../images/subheaders/subhead-truck-accidents.jpg"); }
	body#truck-death #subhead { background:url("../images/subheaders/subhead-truck-death.jpg"); }
	body#truck-insurance #subhead { background:url("../images/subheaders/subhead-truck-insurance.jpg"); }
	body#truck-law #subhead { background:url("../images/subheaders/subhead-truck-law.jpg"); }
	body#what-trucking #subhead { background:url("../images/subheaders/subhead-what-trucking.jpg"); }
	body#trucking-reconstruction #subhead { background:url("../images/subheaders/subhead-trucking-reconstruction.jpg"); }
	body#motorcycle-accidents #subhead { background:url("../images/subheaders/subhead-motorcycle-accidents.jpg"); }
	body#motorcycle-death #subhead { background:url("../images/subheaders/subhead-motorcycle-death.jpg"); }
	body#atv-accidents #subhead { background:url("../images/subheaders/subhead-atv-accidents.jpg"); }
	body#motorcycle-insurance #subhead { background:url("../images/subheaders/subhead-motorcycle-insurance.jpg"); }
	body#motorcycle-laws #subhead { background:url("../images/subheaders/subhead-motorcycle-laws.jpg"); }
	body#what-to-do-motorcycle #subhead { background:url("../images/subheaders/subhead-what-to-do-motorcycle.jpg"); }
	body#motorcycle-reconstruction #subhead { background:url("../images/subheaders/subhead-motorcycle-reconstruction.jpg"); }
	body#railroad-accidents #subhead { background:url("../images/subheaders/subhead-railroad-accidents.jpg"); }
	body#railroad-law #subhead { background:url("../images/subheaders/subhead-railroad-law.jpg"); }
	body#railroad-resource #subhead { background:url("../images/subheaders/subhead-railroad-resource.jpg"); }
	body#medmal #subhead { background:url("../images/subheaders/subhead-medmal.jpg"); }
	body#medmal-causes #subhead { background:url("../images/subheaders/subhead-medmal-causes.jpg"); }
	body#anesthesiology-mistakes #subhead { background:url("../images/subheaders/subhead-anesthesiology.jpg"); }
	body#cancer-misdiagnosis #subhead { background:url("../images/subheaders/subhead-cancer-misdiagnosis.jpg"); }
	body#failure-diagnose #subhead { background:url("../images/subheaders/subhead-failure-diagnose.jpg"); }
	body#medication-errors #subhead { background:url("../images/subheaders/subhead-medication-errors.jpg"); }
	body#surgical-error #subhead { background:url("../images/subheaders/subhead-surgical-error.jpg"); }
	body#dental-malpractice #subhead { background:url("../images/subheaders/subhead-dental-malpractice.jpg"); }
	body#nursing-home #subhead { background:url("../images/subheaders/subhead-nursing-home.jpg"); }
	body#medmal-laws #subhead { background:url("../images/subheaders/subhead-medmal-laws.jpg"); }
	body#medmal-case #subhead { background:url("../images/subheaders/subhead-medmal-case.jpg"); }
	body#medmal-entitlements #subhead { background:url("../images/subheaders/subhead-medmal-entitlements.jpg"); }
	body#medmal-statutes #subhead { background:url("../images/subheaders/subhead-medmal-statutes.jpg"); }
	body#birth-injury #subhead { background:url("../images/subheaders/subhead-birth-injury.jpg"); }
	body#birth-injury-causes #subhead { background:url("../images/subheaders/subhead-birth-injury-causes.jpg"); }
	body#cerebral-palsy #subhead { background:url("../images/subheaders/subhead-cerebral-palsy.jpg"); }
	body#wrongful-death #subhead { background:url("../images/subheaders/subhead-wrongful-death.jpg"); }
	body#death-entitlements #subhead { background:url("../images/subheaders/subhead-death-entitlements.jpg"); }
	body#death-statutes #subhead { background:url("../images/subheaders/subhead-death-statutes.jpg"); }
	body#serious-injury #subhead { background:url("../images/subheaders/subhead-serious-injury.jpg"); }
	body#brain-injury #subhead { background:url("../images/subheaders/subhead-brain-injury.jpg"); }
	body#burn-injury #subhead { background:url("../images/subheaders/subhead-burn-injury.jpg"); }
	body#spinal-injury #subhead { background:url("../images/subheaders/subhead-spinal-injury.jpg"); }
	body#amputation #subhead { background:url("../images/subheaders/subhead-amputation.jpg"); }
	body#after-serious-injury #subhead { background:url("../images/subheaders/subhead-after-serious-injury.jpg"); }
	body#serious-injury-entitlements #subhead { background:url("../images/subheaders/subhead-serious-injury-entitlements.jpg"); }
	body#construction #subhead { background:url("../images/subheaders/subhead-construction.jpg"); }
	body#construction-types #subhead { background:url("../images/subheaders/subhead-construction-types.jpg"); }
	body#osha #subhead { background:url("../images/subheaders/subhead-osha.jpg"); }
	body#other-resources #subhead { background:url("../images/subheaders/subhead-other-resources.jpg"); }
	body#peanut-butter-recall #subhead { background:url("../images/subheaders/subhead-peanut-butter-recal.jpg"); }
	body#hydroxycut-recall #subhead { background:url("../images/subheaders/subhead-hydroxycut-recall.jpg"); }
	body#product-liability #subhead { background:url("../images/subheaders/subhead-product-liability.jpg"); }
	body#food-contamination #subhead { background:url("../images/subheaders/subhead-food-contamination.jpg"); }
	body#defective-drugs #subhead { background:url("../images/subheaders/subhead-defective-drugs.jpg"); }
	body#personal-injury #subhead { background:url("../images/subheaders/subhead-personal-injury.jpg"); }
	body#personal-injury-entitlements #subhead { background:url("../images/subheaders/subhead-personal-injury-entitlements.jpg"); }
	body#filing-lawsuit #subhead { background:url("../images/subheaders/subhead-filing-lawsuit.jpg"); }
	body#injury-faqs #subhead { background:url("../images/subheaders/subhead-injury-faqs.jpg"); }
	body#medmal-faqs #subhead { background:url("../images/subheaders/subhead-medmal-faqs.jpg"); }
	body#auto-faqs #subhead { background:url("../images/subheaders/subhead-auto-faqs.jpg"); }
	body#trucking-faqs #subhead { background:url("../images/subheaders/subhead-trucking-faqs.jpg"); }
	body#brain-faqs #subhead { background:url("../images/subheaders/subhead-brain-faqs.jpg"); }
	body#juries #subhead { background:url("../images/subheaders/subhead-what-juries.jpg"); }
	body#bankruptcy #subhead { background:url("../images/subheaders/subhead-bankruptcy.jpg"); }
	body#loan-modification #subhead { background:url("../images/subheaders/subhead-loan-modification.jpg"); }
	body#testimonials #subhead { background:url("../images/subheaders/subhead-testimonials.jpg"); }
	body#medtronic-leads #subhead { background:url("../images/subheaders/subhead-medtronic-leads.jpg"); }
	body#medtronic-leads-faqs #subhead { background:url("../images/subheaders/subhead-medtronic-leads-faqs.jpg"); }

/* newsticker
 * ------------------------------------------------------------------------- */

#news-spacer { background: url(../images/news-saver-inside.jpg); height:26px; }
body#index #news-spacer { background: url(../images/news-saver.jpg); }
 
#newsticker { height:26px; }


/* index-injury
 * ------------------------------------------------------------------------- */
 
#injury { background:url("../images/bg-index-injury.jpg") bottom left no-repeat; width:554px; padding-bottom:10px; float:left;}
		#injury p, #injury h1, #injury h2, #injury h3, #injury ul, #injury dl {
		margin:0 40px 10px 54px;
		}

/* index-offices
 * ------------------------------------------------------------------------- */
#bg-offices { background:url("../images/bg-offices.jpg"); width:554px; }
 
#offices { background:url("../images/bg-offices-index.jpg") bottom left no-repeat; width:554px; float:left; padding-bottom:30px; }
		#offices p, #offices h1, #offices h2, #offices h3, #offices ul, #offices dl {
		margin:0 30px 10px 35px;
		}
	/* multi column list */
	#offices ul { padding:0; } 
		#offices ul li { 
			background:none;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

/* healing-process
 * ------------------------------------------------------------------------- */
 
#healing-process { background:url("../images/injury-healing-process.jpg") no-repeat; width:554px; height:216px; position:relative;}
	/* index page link within #masthead */		
	#healing-process a {	
		position:absolute;
		left:240px;
		top:75px;
		width:138px;
		height:108px; 
		}
	#healing-process a span {
		display:none;
		}

/* affiliations
 * ------------------------------------------------------------------------- */

#affiliations { background:url("../images/banner-affiliations.jpg") no-repeat; width:554px; height:245px; position:relative;}
	#affiliations p { font-size:11px; margin:0; line-height:13px; }
	#affiliations p.martindale { position:absolute; width:152px; top:165px; left:35px; }
	#affiliations p.njc {  position:absolute; width:152px; top:163px; left:35px; height:20px;}
	#affiliations p.tlpj { position:absolute; width:105px; top:170px; left:203px; }
	#affiliations p.biaw { position:absolute; width:120px; top:170px; left:316px; }
	#affiliations a {
	position:absolute;
	left:6px;
	top:9px;
	width:148px;
	height:57px;
	color:#433a33;
		}
		#affiliations p.njc a { height:20px;  font:18px/18px times, serif; }
	#affiliations a span {
		display:none;
		}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:#51473D;
	width:762px;
	padding-bottom:10px;
	text-align:center;
	}

#footer p, #footer ul {
	color:#EAE7D2;
	margin:0 36px 10px 42px;
	}

#footer p.footer {
	color:#EAE7D2;
	margin:10px 36px 10px 42px;
	}

#footer a:link, #footer a:visited { color:#EAE7D2; text-decoration:none; }
#footer a:hover, #footer a:active { color:#E6E6E6; text-decoration:underline; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #EAE7D2;
	}

	#footer li.first { border: none; }



/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat;
	width:762px; 
	height:48px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 67px; margin-left: 9px;}
#nav-02 { width: 135px;}
#nav-03 { width: 73px;}
#nav-04 { width: 124px;}
#nav-05 { width: 85px;}
#nav-06 { width: 40px;}
#nav-07 { width: 35px;}
#nav-08 { width: 100px;}
#nav-09 { width: 85px;}

/*-------------- (-48px) X position of button / (-48px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")     -9px -48px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")   -76px -48px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -211px -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -284px -48px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -408px -48px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -493px -48px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -533px -48px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -568px -48px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -668px -48px no-repeat; }


/* ------------------------------------- Practice Areas Buttons ---------------------------------------- */
#areas span, #contact span { display:none; }

#btn-auto {
		height:34px;
		display:block;
		background:url("../images/btn-auto.jpg") no-repeat;	
		}
		
		#btn-auto:hover { background:url("../images/btn-auto.jpg") 0 -34px no-repeat; }
			body#auto-accidents #btn-auto:hover,
			body#car-death #btn-auto:hover,
			body#car-commercial #btn-auto:hover,
			body#boat-accidents #btn-auto:hover,
			body#car-insurance #btn-auto:hover,
			body#law-car #btn-auto:hover,
			body#what-to-do #btn-auto:hover,
			body#car-reconstruction #btn-auto:hover { background:url("../images/btn-auto.jpg") 0 0 no-repeat; }

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

		#btn-defective-prod:hover { background:url("../images/btn-defective-prod.jpg") 0 -34px no-repeat; }
			body#car-defective #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-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; }
			body#truck-accidents #btn-truck:hover,
			body#truck-death #btn-truck:hover,
			body#truck-insurance #btn-truck:hover,
			body#truck-law #btn-truck:hover,
			body#what-trucking #btn-truck:hover,
			body#trucking-reconstruction #btn-truck:hover { background:url("../images/btn-truck.jpg") 0 0 no-repeat; }

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

		#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-railroad {
		height:34px;
		display:block;
		background:url("../images/btn-railroad.jpg") no-repeat;	
		}

		#btn-railroad:hover { background:url("../images/btn-railroad.jpg") 0 -34px no-repeat; }
			body#railroad-accidents #btn-railroad:hover,
			body#railroad-resource #btn-railroad:hover  { background:url("../images/btn-railroad.jpg") 0 0 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; }
			body#medmal #btn-medmal:hover,
			body#medmal-causes #btn-medmal:hover,
			body#anesthesiology-mistakes #btn-medmal:hover,
			body#cancer-misdiagnosis #btn-medmal:hover,
			body#failure-diagnose #btn-medmal:hover,
			body#medication-errors #btn-medmal:hover,
			body#surgical-error #btn-medmal:hover,
			body#dental-malpractice #btn-medmal:hover,
			body#nursing-home #btn-medmal:hover,
			body#medmal-laws #btn-medmal:hover,
			body#medmal-case #btn-medmal:hover,
			body#medmal-entitlements #btn-medmal:hover,
			body#medmal-statutes #btn-medmal:hover { background:url("../images/btn-medmal.jpg") 0 0 no-repeat; }

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

		#btn-birth:hover { background:url("../images/btn-birth.jpg") 0 -34px no-repeat; }
			body#birth-injury #btn-birth:hover,
			body#birth-injury-causes #btn-birth:hover,
			body#cerebral-palsy #btn-birth:hover { background:url("../images/btn-birth.jpg") 0 0 no-repeat; }

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

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

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

		#btn-serious-pi:hover { background:url("../images/btn-serious-pi.jpg") 0 -34px no-repeat; }
			body#serious-injury #btn-serious-pi:hover,
			body#brain-injury #btn-serious-pi:hover,
			body#burn-injury #btn-serious-pi:hover,
			body#spinal-injury #btn-serious-pi:hover,
			body#amputation #btn-serious-pi:hover,
			body#after-serious-injury #btn-serious-pi:hover,
			body#serious-injury-entitlements #btn-serious-pi:hover { background:url("../images/btn-serious-pi.jpg") 0 0 no-repeat; }

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

		#btn-construction:hover { background:url("../images/btn-construction.jpg") 0 -34px no-repeat; }
			body#construction #btn-construction:hover,
			body#construction-types #btn-construction:hover,
			body#osha #btn-construction:hover { background:url("../images/btn-construction.jpg") 0 0 no-repeat; }

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

		#btn-prod-liability:hover { background:url("../images/btn-prod-liability.jpg") 0 -34px no-repeat; }
			body#product-liability #btn-prod-liability:hover,
			body#food-contamination #btn-prod-liability:hover,
			body#peanut-butter-recall #btn-prod-liability:hover,
			body#hydroxycut-recall #btn-prod-liability:hover,
			body#defective-drugs #btn-prod-liability:hover { background:url("../images/btn-prod-liability.jpg") 0 0 no-repeat; }

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

		#btn-pi:hover { background:url("../images/btn-pi.jpg") 0 -34px no-repeat; }
			body#personal-injury #btn-pi:hover,
			body#personal-injury-entitlements #btn-pi:hover,
			body#filing-lawsuit #btn-pi:hover { background:url("../images/btn-pi.jpg") 0 0 no-repeat; }

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

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

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

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

#btn-pi-faqs {
		height:34px;
		display:block;
		background:url("../images/btn-pi-faqs.jpg") no-repeat;	
		}
		
		#btn-pi-faqs:hover { background:url("../images/btn-pi-faqs.jpg") 0 -34px no-repeat; }
			body#injury-faqs #btn-pi-faqs:hover,
			body#medmal-faqs #btn-pi-faqs:hover,
			body#auto-faqs #btn-pi-faqs:hover,
			body#trucking-faqs #btn-pi-faqs:hover,
			body#railroad-law #btn-pi-faqs:hover,
			body#brain-faqs #btn-pi-faqs:hover { background:url("../images/btn-pi-faqs.jpg") 0 0 no-repeat; }


.feedback {
	text-align:right;
	margin:0 0 20px;
	}

#vms-lightwindow-link {
	display: none;
	}
	
body#lawyers .separator h2 a {
	color:#51473D;
	}


/* Medtronic Defibrillators */

#medtronic {
	width:554px;
	background:url("../images/bg-medtronic.jpg") top no-repeat;
	padding-top: 15px;
	}
	
	
#trasylol-button {
	width:554px;
	background:url("../images/btn-trasylol2.jpg") top no-repeat;
	height: 100px;
	position:relative;
	padding-bottom: 15px;
	}		

	#trasylol-button a.nuvaring {
	position:absolute;
	left:285px;
	width:230px;
	top:5px;
	height:67px;
		}
		
#trasylol-button a.trasylol {
	position:absolute;
	left:37px;
	width:232px;
	top:5px;
	height:67px;
		}

	#trasylol-button a span {
		display:none;
		}	
		
		
/* ----- global form elements ----- */ /* ----- global form elements ----- */ 
/* ----- global form elements ----- */ /* ----- global form elements ----- */
/* ----- global form elements ----- */ /* ----- global form elements ----- */
/* ----- global form elements ----- */ /* ----- global form elements ----- */
/* ----- global form elements ----- */ /* ----- global form elements ----- */


form { margin: 0 0 0 43px;}
#form1 span.label { display:block;}
#contact form { margin-left:24px;}

body#review form, body#contactus form { margin: 0 0 0 230px;}

label { display:block; width:135px;}

input { margin-bottom:5px; width:135px;}
input.phone1, input.phone2, input.phone3  { width:30px; margin:0 0 5px 0; padding:0;}

textarea { width:135px; height:60px;}
input.submit-image, input.submit-case-review { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg") no-repeat;
	width:63px;
	height:16px;
	border:none;
	cursor:pointer;
	}

.snap_noshots { margin-left:40px;}

TD.news {
	font: 10px arial, sans-serif;
}
.menu 
{
	BORDER-RIGHT: #949494 1px solid; 
	BORDER-TOP: #949494 1px solid; 
	padding: 2px;
	FONT: 11px tahoma; 
	BORDER-LEFT: #949494 1px solid; 
	BORDER-BOTTOM: #949494 1px solid;
	color: #4e4e4e;
}