/*--------------------- 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:#336999 url(../images/bg-body.jpg) repeat-x scroll 0 0;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#336999; }
h2	{ font-size:1.1em; color:#7EADCE; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#336999; 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:2px 10px 10px 38px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 21px 10px 10px; 
	}

	
/* ----- 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 #F0EADB;
	color:#000;
	width:145px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:180px; 
	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 { 
	border:1px solid #336999;
	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, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 1px 200px; border:1px solid #336999;}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:764px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:103px;
	}
	/* index page link within #masthead */		
	#masthead .home-link {	
		position:absolute;
		left:30px;
		top:30px;
		width:294px;
		height:48px; 
		}

	#masthead .en-espanol {	
		position:absolute;
		left:371px;
		top:49px;
		width:100px;
		height:20px; 
		}

	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	background:url("../images/bg-column-left.jpg") top left no-repeat;
	width:488px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 21px 10px 38px;
		}
	#column-left form { margin-left:38px; }
	#column-left hr {margin:10px 21px 10px 38px;}
	
	/* 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:15px; /* 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.jpg") 0px 6px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:160px;
			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 {
	background:url("../images/subhead-column-right-contact.jpg") top left no-repeat;
	width:276px;
	float:left;
	padding-top:100px;
	color:#FFFFFF;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 78px 10px 45px;
		}
	#column-right form { margin-left:45px; }
	 
	/* 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;
			}
			
#column-right2 {
	background:url("../images/contact-location.jpg") top left no-repeat;
	width:276px;
	float:left;
	padding-top:100px;
	color:#FFFFFF;
	}

	#column-right2 p, #column-right2 h1, #column-right2 h2, #column-right2 h3, #column-right2 ul, #column-right2 dl {
		margin:0 78px 10px 45px;
		}
	#column-right2 form { margin-left:45px; }
	 
	/* single column list */
	#column-right2 ul { padding-left:5px; }
		#column-right2 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-right2 ul { padding-left:5px; } 
		#column-right2 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-right2 dl { padding-left:5px; }
		#column-right2 dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right2 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") no-repeat;
	height:89px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:235px; width:720px; background-position:center; padding: 10px 0 0 22px; } /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:255px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:#FFF url("../images/headers/header-index.jpg"); }
	body#about #header-graphic { background:#FFF url("../images/headers/header-about.jpg"); }
	body#commercial #header-graphic { background:#FFF url("../images/headers/header-commercial.jpg"); }
	body#defective #header-graphic { background:#FFF url("../images/headers/header-defective.jpg"); }
	body#injury #header-graphic { background:#FFF url("../images/headers/header-injury.jpg"); }
	body#insurance #header-graphic { background:#FFF url("../images/headers/header-insurance.jpg"); }
	body#medmal #header-graphic { background:#FFF url("../images/headers/header-medmal.jpg"); }
	body#sitemap #header-graphic { background:#FFF url("../images/headers/header-sitemap.jpg"); }
	body#contact #header-graphic { background:#FFF url("../images/headers/header-about.jpg"); }
	body#thanks #header-graphic { background:#FFF url("../images/headers/header-about.jpg"); }
	body#sitemap #header-graphic { background:#FFF url("../images/headers/header-about.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:96px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subheaders/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subheaders/subhead-about.jpg"); }
	body#commercial #subhead { background:url("../images/subheaders/subhead-commercial.jpg"); }
	body#defective #subhead { background:url("../images/subheaders/subhead-defective.jpg"); }
	body#injury #subhead { background:url("../images/subheaders/subhead-injury.jpg"); }
	body#insurance #subhead { background:url("../images/subheaders/subhead-insurance.jpg"); }
	body#medmal #subhead { background:url("../images/subheaders/subhead-medmal.jpg"); }
	body#sitemap #subhead { background:url("../images/subheaders/subhead-sitemap.jpg"); }
	body#contact #subhead { background:url("../images/subheaders/subhead-contact.jpg"); }
	body#thanks #subhead { background:url("../images/subheaders/subhead-thanks.jpg"); }
	body#sitemap #subhead { background:url("../images/subheaders/subhead-sitemap.jpg"); }


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFF; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#FFF; text-decoration:none; }

#footer ul {margin-top: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 #FFF;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:764px; 
	height:56px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:56px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 67px; margin-left: 16px;}
#nav-02 { width: 72px;}
#nav-03 { width: 129px;}
#nav-04 { width: 87px;}
#nav-05 { width: 131px;}
#nav-06 { width: 78px;}
#nav-07 { width: 90px;}
#nav-08 { width: 78px;}

/*-------------- (-79px) X position of button / (-56px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")   -16px -56px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")   -83px -56px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -155px -56px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -284px -56px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -371px -56px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -502px -56px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -580px -56px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -670px -56px 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:#336999;	/* 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 #336999;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#5CA7D6;
	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:260px; }		
#nav-04 ul, #nav-04 li { width:90px; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
	#column-left ul#subnav { margin:0; padding:0; }
		#column-left ul#subnav li { 
			background:none;
			padding-left:0; 
			}

#column-left #subnav-wrap { width:200px; float:right; padding: 0 21px 0 5px;}

#column-left #subnav {
	background:url("../images/subnav-index.jpg") top left no-repeat;					
	width:200px;		/* Width of buttons, not entire image (or half of entire image) */
	height:431px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:right;
	}

#column-left #subnav li span { display: none; }

#column-left #subnav li {
	float:left;
	list-style:none;
	}

#column-left #subnav li, #column-left #subnav a { 
	height:55px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#column-left #subnav-01 { margin-top:21px; width:200px; }

/* margin-top if there is a spacing between each nav button */
#column-left #subnav-02, #column-left #subnav-03, #column-left #subnav-04, #column-left #subnav-05, #column-left #subnav-06, #column-left #subnav-07 { margin-top:0; width:200px; }

#column-left #subnav-01 a:hover { background:url("../images/subnav-index.jpg") -200px  -21px no-repeat; }
#column-left #subnav-02 a:hover { background:url("../images/subnav-index.jpg") -200px  -76px no-repeat; }
#column-left #subnav-03 a:hover { background:url("../images/subnav-index.jpg") -200px -131px no-repeat; }
#column-left #subnav-04 a:hover { background:url("../images/subnav-index.jpg") -200px -186px no-repeat; }
#column-left #subnav-05 a:hover { background:url("../images/subnav-index.jpg") -200px -241px no-repeat; }
#column-left #subnav-06 a:hover { background:url("../images/subnav-index.jpg") -200px -296px no-repeat; }
#column-left #subnav-07 a:hover { background:url("../images/subnav-index.jpg") -200px -351px no-repeat; }


#column-right .blog-link {margin-left:31px; margin-top:40px }

div#newsfeed {
	background:#f8f8f8;
	width: 100%;
}