/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


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

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { 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:#FFFFFF url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/18px Verdana, Arial, Helvetica, sans-serif; 
	color:#08448B;
	}

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

h1	{ font-size:1.2em; color:#08448B; }
h2	{ font-size:1.1em; color:#5D4719; }
h3	{ font-size:1.0em; color:#5D4719; }

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

a:link,a:visited	{ color:#5C4719; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#08448B; text-decoration:underline; outline:none; }

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

div.clear	{ 
	clear:both;
	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:0px 7px 5px 0px; 
	}
	
	body#prevent img.img-left { 
	float:left; 
	margin:0px 7px 0px 31px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 20px 10px 10px; 
	}


p.center {
text-align:center;
}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #08448B;
	color:#08448B;
	width:186px; /* 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:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:62px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	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; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:784px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:81px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:30px;
		width:281px;
		top:13px;
		height:63px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:530px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 10px 31px;
		}
		
		#column-left ol {
		margin:0 20px 20px 87px;}
		
		#column-left ol li {
	padding-left:2px; /* pushes text to the right to display bg img */
	margin-bottom:10px;
	list-style-type: decimal;
			}
		
	#column-left form { margin-left:40px; }
	
	/* single column list */
	#column-left ul { padding-left:20px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			padding-bottom:3px;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#000;
			}
		#column-left 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;
			}
			
	img#bac-chart { margin:0 0 10px 30px; }
			
/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 10px 25px;
		}
	#column-right form { margin-left:25px; }
	 
	/* single column list */
	#column-right ul.bullet { padding-left:5px; }
		#column-right ul.bullet li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:40px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-flash { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/flash-header.jpg") top no-repeat;} /* sets height
 for the flash header - REMOVE IF NOT USED */
 #header-caplis { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-caplis.jpg") top no-repeat;}
 #header-dansloane { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-caplis.jpg") top no-repeat;}
  #header-deasy { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-deasy.jpg") top no-repeat;}
   #header-waheed { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-butt.jpg") top no-repeat;}
   #header-tasker {height: 231px; width: 784px; padding: 0 0px 0 0px; background: url("../images/header-tasker.jpg") top no-repeat;}
   #header-george { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-george.jpg") top no-repeat;}
	#header-practice { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-practice.jpg") top no-repeat;}
	#header-car { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-car.jpg") top no-repeat;}
	#header-prevent { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-prevent.jpg") top no-repeat;}
	#header-drunk { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-drunk.jpg") top no-repeat;}
	#header-motor { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-motor.jpg") top no-repeat;}
	#header-truck { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-truck.jpg") top no-repeat;}
	#header-ped { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-ped.jpg") top no-repeat;}
	#header-malpractice { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-malpractice.jpg") top no-repeat;}
	#header-product { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-product.jpg") top no-repeat;}
	#header-cat { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-cat.jpg") top no-repeat;}
	#header-wrongful { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-wrongful.jpg") top no-repeat;}
	#header-on-job { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-on-job.jpg") top no-repeat;}
	#header-911 { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-911.jpg") top no-repeat;}
	#header-verdicts { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-verdicts.jpg") top no-repeat;}
	#header-faq { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-faq.jpg") top no-repeat;}
	#header-contact { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-contact.jpg") top no-repeat;}
	#header-map { height:231px; width: 784px;  padding: 0 0px 0 0px; background: url("../images/header-map.jpg") top no-repeat;}
	
	
	
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}
#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:64px;} /* 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#dancaplis h1#subhead { background:url("../images/subhead-dancaplis.jpg"); margin: 0px;}
	body#susankudla h1#subhead { background:url("../images/subhead-susankudla.jpg"); margin: 0px;}
	body#dansloane h1#subhead { background:url("../images/subhead-dansloane.jpg"); margin: 0px;}
	body#davidwoodruff h1#subhead { background:url("../images/subhead-davidwoodruff.jpg"); margin: 0px;}
	body#michaelnimmo h1#subhead { background:url("../images/subhead-michaelnimmo.jpg"); margin: 0px;}
	body#neilhillyard h1#subhead { background:url("../images/subhead-neilhillyard.jpg"); margin: 0px;}
	body#pennieclor h1#subhead { background:url("../images/subhead-pennieclor.jpg"); margin: 0px;}
	body#stephenwahlberg h1#subhead { background:url("../images/subhead-stephenwahlberg.jpg"); margin: 0px;}
	body#dandeasy h1#subhead { background:url("../images/subhead-dandeasy.jpg");  margin: 0px;}
	body#babarwaheed h1#subhead { background:url("../images/subhead-babarbutt.jpg");  margin: 0px;}
	body#tomtasker h1#subhead { background: url("../images/subhead-tomtasker.jpg"); margin: 0px;}
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#results #subhead { background:url("../images/subhead-results.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"); }

	body#car #subhead { background:url("../images/subhead-car.jpg"); }
	body#drunk #subhead { background:url("../images/subhead-drunk.jpg"); }
	body#prevent #subhead { background:url("../images/subhead-prevent.jpg"); }
	body#motorcycle #subhead { background:url("../images/subhead-motorcycle.jpg"); }
	body#truck #subhead { background:url("../images/subhead-truck.jpg"); }
	body#pedestrian #subhead { background:url("../images/subhead-pedestrian.jpg"); }
	body#med-mal #subhead { background:url("../images/subhead-med-mal.jpg"); }
	body#birth #subhead { background:url("../images/subhead-birth.jpg"); }
	body#nursing #subhead { background:url("../images/subhead-nursing.jpg"); }
	body#product #subhead { background:url("../images/subhead-product.jpg"); }
	body#drugs #subhead { background:url("../images/subhead-drugs.jpg"); }
	body#catastrophic #subhead { background:url("../images/subhead-catastrophic.jpg"); }
	body#wrongful #subhead { background:url("../images/subhead-wrongful.jpg"); }
	body#onjob #subhead { background:url("../images/subhead-onjob.jpg"); }
	body#system-911 #subhead { background:url("../images/subhead-911.jpg"); }

/* ----- subhead framework with varying heights ----- */

#subhead-index-drunk {
	position: relative;
	background:url("../images/subhead-index-drunk.jpg") top no-repeat;
	width:530px;
	height: 270px;
	background-color:#e9e9e9;
	}
	#subhead-index-drunk p {
    margin:0 20px 0px 31px;
	padding-bottom:10px;
	}
	
	#archbishop {
	padding-top:20px;
	background:url("../images/archbishop.jpg") top no-repeat ;
	}
	
#subhead-index-drunk a.lm01 {
	position: absolute;
	top: 3px;
	left: 421px;
	height: 25px;
	width: 79px;
	}
#subhead-index-drunk a.dd01 {
	position: absolute;
	top: 119px;
	left: 27px;
	height: 146px;
	width: 493px;
	}
body#index #click-to-call {
	height: 130px;
	background: url("../images/click-to-call.jpg") top no-repeat; 
	position: relative;
	}
body#index #click-to-call a{
	position: absolute;
	top: 12px;
	height: 62px;
	left: 20px;
	width: 200px;
	}
#click-to-call {
	height: 146px;
	background: url("../images/click-to-call-inside.jpg") top no-repeat; 
	position: relative;
	}
#click-to-call a{
	position: absolute;
	top: 20px;
	height: 62px;
	left: 20px;
	width: 200px;
	}
body#contact #click-to-call, body#thankyou #click-to-call {
	height: 123px;
	background: url("../images/click-to-call-locate.jpg") top no-repeat; 
	position: relative;
	}
body#contact #click-to-call a, body#thankyou #click-to-call a{
	position: absolute;
	top: 20px;
	height: 62px;
	left: 20px;
	width: 200px;
	}
#map {
	background: url("../images/map.jpg") top no-repeat;
	height: 111px;
	position:relative;
	}	
#map a {
	position: absolute;
	top: 10px;
	height: 95px;
	left: 20px;
	width: 195px;
	}
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:820px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#08448B;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#08448B; }

#footer a:hover, #footer a:active { color:#08448B; text-decoration: none;}

#footer ul {margin-bottom:10px;}

#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 #08448B;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

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

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

#nav-01 { width: 59px; margin-left: 32px;}
#nav-02 { width: 120px;}
#nav-03 { width: 99px;}
#nav-04 { width: 103px;}
#nav-05 { width: 94px;}
#nav-06 { width: 163px;}
#nav-07 { width: 83px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -32px -39px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -91px -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -211px -39px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -310px -39px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -413px -39px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -507px -39px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -670px -39px 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:#FFD45D;	/* 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 #08448B;
	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:#08448B;
	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 { 
	background-image:none;
	background-color:#FFFFFF;
	color:#08448B;
	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:130px; }		
#nav-04 ul, #nav-04 li { width:160px; }		

/* Vertical Sprite areas-nav
 * ------------------------------------------------------------------------- */

#column-right #areas-nav {
	background:url("../images/areas-nav.jpg") top left no-repeat;					
	width:254px;		/* Width of buttons, not entite image (or half of entire image) */
	height:572px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#areas-nav li span { display: none; }

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

#areas-nav li, #areas-nav a { 
	height:68px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the areas-nav should begin */
#areas-nav-01 { margin-top:78px; width:254px; }

/* margin-top if there is a spacing between each areas-nav button */
#areas-nav-02, #areas-nav-03, #areas-nav-04, #areas-nav-05, #areas-nav-06, #areas-nav-07 { margin-top:0; width:254px; }

#areas-nav-01 a:hover { background:url("../images/areas-nav.jpg") -254px -78px no-repeat; }
#areas-nav-02 a:hover { background:url("../images/areas-nav.jpg") -254px -146px no-repeat; }
#areas-nav-03 a:hover { background:url("../images/areas-nav.jpg") -254px -214px no-repeat; }
#areas-nav-04 a:hover { background:url("../images/areas-nav.jpg") -254px -282px no-repeat; }
#areas-nav-05 a:hover { background:url("../images/areas-nav.jpg") -254px -350px no-repeat; }
#areas-nav-06 a:hover { background:url("../images/areas-nav.jpg") -254px -418px no-repeat; }
#areas-nav-07 a:hover { background:url("../images/areas-nav.jpg") -254px -486px no-repeat; }

