/*--------------------- 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 { 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:#C9D3DF url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#01183F;
	}
body#referafriend {
	background:#C9D3DF ;
	}
blockquote { 
	margin-left:30px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#01183F; }
h2	{ font-size:1.1em; color:#01183F; }
h3	{ font-size:1.0em; color:#01183F; }

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

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

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

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
div.clear-h2	{ 
	clear:both;
	height:10px; 
	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 4px 0px 40px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
	
	

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

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

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

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:none;
	color:#01183F;
	width:130px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:16px;
	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:150px; padding:0; } /* same width as form - !important */

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

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


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

#contact-main label, #commentform 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,
#commentform label input, #commentform label textarea, #commentform label select
{ 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select , #commentform label select { width:175px; }
	
#contact-main label textarea, #commentform 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, input.commentform-submit { margin:95px 0 0 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:60px;
	height:16px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
#right-bottom {
	background:url("../images/right-bottom.jpg") right bottom no-repeat;
	}
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:111px;
	}
	/* index page link within #masthead */		
	#masthead a.home-link {	
		position:absolute;
		left:45px;
		width:315px;
		top:57px;
		height:55px; 
		}
	#masthead a.bookmark-link {	
		position:absolute;
		left:485px;
		width:145px;
		top:30px;
		height:25px; 
		}
	#masthead a.refer-link {	
		position:absolute;
		left:630px;
		width:110px;
		top:30px;
		height:25px; 
		}

	#masthead a span {
		display:none;
		}

/* ----- index column structure----- */

body#index #column-left {
	width:197px;
	float:left;
	}
body#index #column-left-wrap{
		background: url("../images/left-wrap.jpg") repeat-y;
		}
		body#index #column-left-wrap p { color: #FFFFFF;}

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

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet-left.jpg") 0px 4px 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:#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;
			}
			
/* ----- column-right ----- */

#column-right {
	width:198px;
	float:left;
	padding-bottom: 300px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 30px 10px 25px;
		}
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul {  }
		#column-right ul li {
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:12px;  /* 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;
			}
			
#vms-lightwindow-link { display: none; }			
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap1.jpg");
	height:71px;
	clear:both;
	width:100%; /* fix for Safar */
	}

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

#header-graphic { height:178px; background:url("../images/header.jpg");} /* sets height for all non-flash headers */


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

#subhead { padding-top:100px; margin: 0px; width: 562px;} /* sets height for all subheads */
h1 span {display: none; height: 0px;}
	body#index #subhead { background:url("../images/subhead-index.jpg"); height: 136px; width: 365px; padding-top: 0px;}
	body#workers #subhead { background:url("../images/subhead-workers-comp.jpg") top no-repeat; }
	body#construction #subhead { background:url("../images/subhead-construction.jpg") top no-repeat; }
	body#wrongful #subhead { background:url("../images/subhead-wrongful.jpg") top no-repeat; }
	body#chiro #subhead { background:url("../images/subhead-chiro.jpg") top no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") top no-repeat; }
	body#firm #subhead { background:url("../images/subhead-firm.jpg") top no-repeat; }
	body#attorney #subhead { background:url("../images/subhead-attorney.jpg") top no-repeat;}
	body#news #subhead { background:url("../images/subhead-news.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }
	body#been-injured #subhead { background:url("../images/subhead-been-injured.jpg") top no-repeat; }
	body#rights-of-the-injured #subhead { background:url("../images/subhead-rights-injured.jpg") top no-repeat; }
	body#filing-a-claim #subhead { background:url("../images/subhead-filing-a-claim.jpg") top no-repeat; }
	body#high-risk-occupations #subhead { background:url("../images/subhead-high-occupations.jpg") top no-repeat; }
	body#statistics #subhead { background:url("../images/subhead-statistics.jpg") top no-repeat; }
	body#common-injuries #subhead { background:url("../images/subhead-common-injuries.jpg") top no-repeat; }
	body#wrongful-death-jobs #subhead { background:url("../images/subhead-death-jobs.jpg") top no-repeat; }
	body#chiropractors-care #subhead { background:url("../images/subhead-chiropractors-care.jpg") top no-repeat; }
	body#case-studies-results #subhead { background:url("../images/subhead-studies-results.jpg") top no-repeat; }

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

#left-contact {
	height:100px;
	background:url("../images/left-contact.jpg") ;
	}
#left-bottom {
	height:93px;
	background:url("../images/left-bottom.jpg") ;
	}
body#index #right-subhead {
	height:100px;
	background:url("../images/news-index.jpg") ;
	}
body#attorney #right-subhead {
	height:100px;
	background:url("../images/our-firm-profile.jpg") ;
	}
#right-subhead {
	height:100px;
	background:url("../images/our-attorneys.jpg") ;
	}

#contact-subhead {
	height:75px;
	background:url("../images/inside-contactus.jpg") ;
	}
#contactform {margin:0 5px 10px 25px;}

#right-subhead-blog {
	height:100px;
	background:url("../images/blog-navigation.jpg") ;
	}	
#workers-index {
	height:74px;
	background:url("../images/workers-index.jpg") ;
	position: relative;
	}
#workers-index a{
	position: absolute;
	top: 0px;
	height: 10px;
	left: 205px;
	width: 100px;
	}
#bio-index {
	height:86px;
	background:url("../images/bio-index.jpg") ;
	position: relative;
	}
#bio-index a{
	position: absolute;
	top: 6px;
	height: 10px;
	left: 205px;
	width: 100px;
	}

#learn-more-center {
	height:15px;
	background:url("../images/btn-learn-more-center.jpg") left no-repeat;
	position: relative;
	}
#learn-more-center a{
	position: absolute;
	top: 0px;
	height: 10px;
	left: 205px;
	width: 100px;
	}

#learn-more-right {
	height:15px;
	background:url("../images/btn-learn-more-right.jpg") ;
	position: relative;
	margin-bottom: 15px;
	}
#learn-more-right a{
	position: absolute;
	top: 0px;
	height: 10px;
	left: 92px;
	width: 80px;
	}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	padding-top: 10px;
	width:800px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#01183F;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#01183F; }

#footer a:hover, #footer a:active { color:#01183F; 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 #01183F;
	}

	#footer li.first { border: none; }

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 45px; margin-left: 21px;}
#nav-02 { width: 166px;}
#nav-03 { width: 110px;}
#nav-04 { width: 94px;}
#nav-05 { width: 137px;}
#nav-06 { width: 89px;}
#nav-07 { width: 86px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -21px -25px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -66px -25px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -232px -25px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -342px -25px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -436px -25px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -573px -25px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -662px -25px 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:#FFFFFF;	/* 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 #273854;
	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:#273854;
	text-decoration:none;
	font-weight: bold;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-image:none;
	background-color:#7688A0;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:250px; }		
#nav-03 ul, #nav-03 li { width:200px; }		


/* BLOG styles 
 * ------------------------------------------------------------------------- */

.buttonblog {margin:0 0px 0 26px;}

.meta { background-color:#7688A0; 
		font-size:.8em;
		margin-left:38px;
		margin-right:10px;
		margin-bottom:5px;}

.feedback {
			text-align:center;
			margin:0 10px 0 470px;
			 		
			font-size:.8em;
			}



#menu ul { margin:0 0 5px 25px; }



