/*--------------------- 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:#fff;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#102135;
	}
	
blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#000; font-weight:bold; }
h2	{ font-size:1.1em; color:#000; 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:#0c1234; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#474c6e; text-decoration:none; outline:none; }

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

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

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:20px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

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

form {
	width:167px;
	margin:10px 0 0 0;
	}

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

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

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #345561;
	color:#333858;
	width:162px; /* 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:Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:167px; padding:0; } /* same width as form - !important */

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

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

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

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

#contact-main label { 
	width:200px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:170px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 
input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit-main.jpg");
	width:61px;
	height:31px;
	border:none;
	cursor:pointer;
	}

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

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:61px;
	height:31px;
	border:none;
	cursor:pointer;
	}


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

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

body#index #wrap{
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:117px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:196px;
		width:376px;
		top:55px;
		height:55px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:499px;
	float:left;
	padding:0 0 0 26px;
	}

	body#index #column-left {
		width:499px;
		background:url("../images/bg-welcome.jpg") top right repeat-y;
		}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 55px 10px 28px;
		}
	#column-left h1 { padding-top:125px; }
	#column-left p.thankyou { padding-top:125px; }

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

	#column-left #subnav {
		float:right;
		margin:0;
		padding:38px 0 10px 10px; 
		width:193px;
		}
		
	/* single column list */
	#column-left #subnav ul { padding-left:10px; margin:0; }
		#column-left #subnav ul li { 
			background:transparent url("../images/bullet-subnav.jpg") 0px 4px no-repeat;
			padding-left:12px; /* pushes text to the right to display bg img */
			}
	
	/* 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;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
#btn-read-more {
	position:relative;
	background:url("../images/btn-read-more.jpg");
	height:39px;
	}
	#btn-read-more a {	
		position:absolute;
		left:370px;
		width:78px;
		top:8px;
		height:18px; 
		}
	#btn-read-more a span {
		display:none;
		}

#btn-attorneys {
	position:relative;
	background:url("../images/btn-attorneys.jpg");
	height:223px;
	}
	#btn-attorneys a.leavitt {	
		position:absolute;
		left:27px;
		width:137px;
		top:70px;
		height:125px; 
		}
	#btn-attorneys a.yamane {	
		position:absolute;
		left:164px;
		width:137px;
		top:70px;
		height:125px; 
		}
	#btn-attorneys a.soldner {	
		position:absolute;
		left:301px;
		width:137px;
		top:70px;
		height:125px; 
		}
	#btn-attorneys a span {
		display:none;
		}
		

		
/* ----- column-right ----- */

#column-right {
	width:231px;
	float:left;
	color:#0c1234;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 30px 10px 34px;
		}
	#column-right form { margin-left:34px; }
		#column-right form input.submit-image { margin-left:-6px; }
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul 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 { padding-left:5px; } 
		#column-right ul 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;
			}
			
#vms-lightwindow-link { display: none; }

#video_website { margin-left: 5px; }

#column-right ul#social-media {
	width:212px;
	height:299px;
	background:url("../images/social.jpg") no-repeat;
	margin:10px 0 10px 15px;
	}
	#column-right ul#social-media li, #column-right ul#social-media li a {
		display:block;
		width:60px;
		height:80px;
		float:left;
	}	
	#column-right ul#social-media li.media-top {
		margin:30px 0 0 27px;
		padding:0 0 0 0;
	}
	#column-right ul#social-media li.media-bottom {
		margin:10px 0 0 27px;
		padding:0 0 0 0;
	}
	#column-right ul#social-media li.media-blog {
		margin:10px 0 0 75px;
		padding:0 0 0 0;
	}
	#column-right ul#social-media li {
		background-image:none;
	}
	#social-media span {
		display:none;
	}		
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap-index {
	background:url("../images/bottom-wrap-index.jpg");
	height:30px;
	clear:both;
	width:100%; /* fix for Safar */
	}

#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:35px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-graphic { height:205px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#aboutpractice #header-graphic { background:url("../images/header-aboutpractice.jpg"); }
	body#blog #header-graphic { background:url("../images/header-aboutpractice.jpg"); }
	body#contactus #header-graphic { background:url("../images/header-contactus.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#caraccident #header-graphic { background:url("../images/header-caraccident.jpg"); }
	body#motorcycle-faq #header-graphic { background:url("../images/header-caraccident.jpg"); }
	body#personalinjury #header-graphic { background:url("../images/header-personalinjury.jpg"); }
	body#pip #header-graphic { background:url("../images/header-personalinjury.jpg"); }
	body#braininjury #header-graphic { background:url("../images/header-braininjury.jpg"); }
	body#spinalinjury #header-graphic { background:url("../images/header-spinalinjury.jpg"); }
	body#birthinjury #header-graphic { background:url("../images/header-birthinjury.jpg"); }
	body#burninjury #header-graphic { background:url("../images/header-burninjury.jpg"); }
	body#truckaccident #header-graphic { background:url("../images/header-truckaccident.jpg"); }
	body#motorcycle #header-graphic { background:url("../images/header-motorcycle.jpg"); }
	body#motorcycle-faq #header-graphic { background:url("../images/header-motorcycle.jpg"); }
	body#bikeaccident #header-graphic { background:url("../images/header-bikeaccident.jpg"); }
	body#medmal #header-graphic { background:url("../images/header-medmal.jpg"); }
	body#productliab #header-graphic { background:url("../images/header-productliab.jpg"); }
	body#premisesliab #header-graphic { background:url("../images/header-premisesliab.jpg"); }
	body#municipal-liability #header-graphic { background:url("../images/header-premisesliab.jpg"); }

	body#wrongfuldeath #header-graphic { background:url("../images/header-wrongfuldeath.jpg"); }
	body#childreninjuries #header-graphic { background:url("../images/header-childreninjuries.jpg"); }
	body#touristsinjuries #header-graphic { background:url("../images/header-touristsinjuries.jpg"); }
	body#faqs #header-graphic { background:url("../images/header-faqs.jpg"); }
	body#moto-auto-faq #header-graphic { background:url("../images/header-faqs.jpg"); }
	body#truck-auto-faq #header-graphic { background:url("../images/header-faqs.jpg"); }
	body#truck-accdent-faqs #header-graphic { background:url("../images/header-faqs.jpg"); }
	body#faqs-bike-accidents #header-graphic { background:url("../images/header-faqs.jpg"); }
	body#ui-coverage #header-graphic { background:url("../images/header-faqs.jpg"); }
	body#faqs-medmal #header-graphic { background:url("../images/header-faqs-medmal.jpg"); }
	body#faqs-auto #header-graphic { background:url("../images/header-faqs-auto.jpg"); }
	body#faqs-wrongfuldeath #header-graphic { background:url("../images/header-faqs-wrongfuldeath.jpg"); }
	body#drunkdriving #header-graphic { background:url("../images/header-caraccident.jpg"); }
	body#pedestrian #header-graphic { background:url("../images/header-pedestrian.jpg"); }
	body#dogbites #header-graphic { background:url("../images/header-dogbites.jpg"); }
	body#spinal-corl-faq #header-graphic { background:url("../images/header-spinalinjury.jpg"); }
	body#brain-injury-faqs #header-graphic { background:url("../images/header-braininjury.jpg"); }
	
/* subhead framework
 * ------------------------------------------------------------------------- */

body#index #welcome.subhead { background:url("../images/subhead-index.jpg") top right no-repeat; }
body#aboutpractice #column-left.subhead { background:url("../images/subhead-aboutpractice.jpg") top right no-repeat; }
body#contactus #column-left.subhead { background:url("../images/subhead-contactus.jpg") top right no-repeat; }
body#thankyou #column-left.subhead { background:url("../images/subhead-thankyou.jpg") top right no-repeat; }
body#sitemap #column-left.subhead { background:url("../images/subhead-sitemap.jpg") top right no-repeat; }
body#about #column-left.subhead { background:url("../images/subhead-about.jpg") top right no-repeat; }
body#caraccident #column-left.subhead { background:url("../images/subhead-caraccident.jpg") top right no-repeat; }
body#personalinjury #column-left.subhead { background:url("../images/subhead-personalinjury.jpg") top right no-repeat; }
body#pip #column-left.subhead { background:url("../images/subhead-pip.jpg") top right no-repeat; }
body#braininjury #column-left.subhead { background:url("../images/subhead-braininjury.jpg") top right no-repeat; }
body#spinalinjury #column-left.subhead { background:url("../images/subhead-spinalinjury.jpg") top right no-repeat; }
body#birthinjury #column-left.subhead { background:url("../images/subhead-birthinjury.jpg") top right no-repeat; }
body#burninjury #column-left.subhead { background:url("../images/subhead-burninjury.jpg") top right no-repeat; }
body#truckaccident #column-left.subhead { background:url("../images/subhead-truckaccident.jpg") top right no-repeat; }
body#truck-accdent-faqs #column-left.subhead { background:url("../images/subhead-truck-accdent-faqs.jpg") top right no-repeat; }
body#motorcycle #column-left.subhead { background:url("../images/subhead-motorcycle.jpg") top right no-repeat; }
body#motorcycle-faq #column-left.subhead { background:url("../images/subhead-motorcycle-accident-faqs.jpg") top right no-repeat; }
body#truck-auto-faq #column-left.subhead { background:url("../images/subhead-motorcycle-faq.jpg") top right no-repeat; }
body#bikeaccident #column-left.subhead { background:url("../images/subhead-bikeaccident.jpg") top right no-repeat; }
body#drunkdriving #column-left.subhead { background:url("../images/subhead-drunkdriving.jpg") top right no-repeat; }
body#pedestrian #column-left.subhead { background:url("../images/subhead-pedestrian.jpg") top right no-repeat; }
body#dogbites #column-left.subhead { background:url("../images/subhead-dogbites.jpg") top right no-repeat; }
body#medmal #column-left.subhead { background:url("../images/subhead-medmal.jpg") top right no-repeat; }
body#wrongfuldeath #column-left.subhead { background:url("../images/subhead-wrongfuldeath.jpg") top right no-repeat; }
body#productliab #column-left.subhead { background:url("../images/subhead-productliab.jpg") top right no-repeat; }
body#premisesliab #column-left.subhead { background:url("../images/subhead-premisesliab.jpg") top right no-repeat; }
body#childreninjuries #column-left.subhead { background:url("../images/subhead-childreninjuries.jpg") top right no-repeat; }
body#touristsinjuries #column-left.subhead { background:url("../images/subhead-touristsinjuries.jpg") top right no-repeat; }
body#faqs #column-left.subhead { background:url("../images/subhead-faqs.jpg") top right no-repeat; }
body#ui-coverage #column-left.subhead { background:url("../images/subhead-ui-coverage.jpg") top right no-repeat; }
body#faqs-medmal #column-left.subhead { background:url("../images/subhead-faqs-medmal.jpg") top right no-repeat; }
body#faqs-auto #column-left.subhead { background:url("../images/subhead-faqs-auto.jpg") top right no-repeat; }
body#moto-auto-faq #column-left.subhead { background:url("../images/subhead-faqs-moto.jpg") top right no-repeat; }
body#faqs-wrongfuldeath #column-left.subhead { background:url("../images/subhead-faqs-wrongfuldeath.jpg") top right no-repeat; }
body#faqs-bike-accidents #column-left.subhead { background:url("../images/subhead-faqs-bike-accidents.jpg") top right no-repeat; }
body#municipal-liability #column-left.subhead { background:url("../images/subhead-municipal-liability.jpg") top right no-repeat; }
body#blog #column-left.subhead { background:url("../images/subhead-blog.jpg") top right no-repeat; }
body#spinal-corl-faq #column-left.subhead { background:url("../images/spinal-cord-faqs.jpg") top right no-repeat; }
body#brain-injury-faqs #column-left.subhead { background:url("../images/brain-injury-faqs.jpg") top right no-repeat; }

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

#subhead-summary-practice-areas {
	height:50px;
	background:url("../images/subhead-summary-practice-areas.jpg") ;
	}


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

#footer p {
	color:#000;
	margin-bottom:5px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#254553; }

#footer ul {
	margin:10px;
	background-color: #FFFFFF;
}

#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 #501616;
	}

	#footer li.first { border: none; }


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

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

#nav span { display: none; }

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

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

#nav-01 { width: 73px; margin-left: 7px;}
#nav-02 { width: 107px;}
#nav-03 { width: 151px;}
#nav-04 { width: 124px;}
#nav-05 { width: 142px;}
#nav-06 { width: 52px;}
#nav-07 { width: 111px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -7px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -80px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -187px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -338px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -462px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -604px -30px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -656px -30px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#aboutpractice #nav-02 	{ background:url("../images/nav.jpg") -80px -30px no-repeat; }
body#about #nav-03 			{ background:url("../images/nav.jpg") -187px -30px no-repeat; }
body.caraccident #nav-04 	{ background:url("../images/nav.jpg") -338px -30px no-repeat; }
body.personalinjury #nav-05 { background:url("../images/nav.jpg") -462px -30px no-repeat; }
body.faqs #nav-06 { background:url("../images/nav.jpg") -604px -30px no-repeat; }
body#contactus #nav-07 		{ background:url("../images/nav.jpg") -656px -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:#333858;	/* 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 #6d718c;
	border-top:none;
	}	
	#nav li ul li.two-line a { height:40px; line-height:20px; }
	#nav li ul li.two-line { height:40px; }
	#nav li ul li.two-line span { height:40px; }

#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-05 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#030f24;
	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:157px; }		
#nav-04 ul, #nav-04 li { width:150px; }
#nav-05 ul, #nav-05 li { width:147px; }
#nav-06 ul, #nav-06 li { width:160px; }
