/*--------------------- 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:#99bf98 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#333;
	}

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

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

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

a:link,a:visited	{ color:#333; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#333; 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 10px 0px 0; 
	}

img.img-left-doc { 
	float:left; 
	margin:4px 10px 0px 20px; 
	}
	
	
img.img-right { 
	float:right; 
	margin:5px 50px 0px 10px; 
	}

hr { width:144px; margin-left:39px}

	
/* ----- 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:#306130 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #333;
	color:#fff;
	width:125px; /* 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:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


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

#contact-main label { 
	width:160px; 
	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:210px;
	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 0 175px; }



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

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

#container { background:url("../images/container.jpg") bottom no-repeat; float:left; padding-bottom:20px;}

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

#container-sub { background:url("../images/container-sub.jpg") bottom no-repeat; float:left; padding-bottom:190px;}

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

#column-left {
	width:205px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3 {
		margin:0 37px 10px 40px;
		}
	#column-left form { margin-left:0px; }
	
	#address { background:url("../images/col-left-address.jpg") no-repeat; height:81px; margin-left:26px;}
	

#column-left-sub {
	background:url("../images/col-left-sub-contact.jpg") no-repeat;
	width:205px;
	float:left;
	padding-top:150px;
	}

	#column-left-sub form { margin:0 0 0 43px;}

	#column-left-sub p, #column-left-sub ul { margin:0 30px 10px 43px;}

	#column-left-sub ul { margin-top:20px;}

	#column-left-sub ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin:0 0px 5px 0;
			}
			
	.map { margin:0 0 0 33px}

/* ----- column-middle ----- */

#column-middle {
	background:url("../images/col-middle-subhead.jpg") no-repeat;
	width:365px;
	float:left;
	}

	#column-middle p, #column-middle h2, #column-middle h3, #column-middle ul {
		margin:0 20px 10px 20px;
		}
		
	#column-middle h1 {
		margin:80px 20px 10px 20px;
		}

	#team { background:url("../images/col-middle-team.jpg") no-repeat; height:89px;}

	#date { color:#fff; text-align:center; margin-top:14px; padding-bottom:2px;}
	
	.docs { float:left; width:172px; padding-bottom:10px}
	
	 #column-middle p.left-p { margin:0 0px 10px 20px;}
	 #column-middle p.right-p { margin:0 0px 10px 20px;}
	
	#protect { background:url("../images/col-middle-protect.jpg") no-repeat; height:112px;}	
	
	#column-middle ul { padding-left:0px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet.jpg") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin:0 20px 10px 0;
			}

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

#column-right {
	background:url("../images/col-right-contact.jpg") no-repeat;
	width:200px;
	float:left;
	padding-top:150px;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 40px 10px 30px;
		}
	#column-right form { margin-left:30px; }
	 
	#practice-areas { background:url("../images/col-right-practice.jpg") no-repeat; height:60px; margin-left:12px;}
	
	#column-right ul { margin:10px 40px 0 30px;}
	
	#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin:0 0px 5px 0;
			}
			

#column-right-sub {
	width:565px;
	float:left;
	}
	
	#date-sub { color:#fff; text-align:right; margin:0px; padding:26px 50px 0 0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:.95em;}

	#column-right-sub p, #column-right-sub h2, #column-right-sub h3, #column-right-sub ul, #column-right-sub dl {
		margin:0 40px 10px 30px;
		}
		
	#column-right-sub ul{}
	
	#column-right-sub ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin:0 0px 5px 0;
			}
		
	#column-right-sub h1 { margin:112px 40px 10px 30px;}
	
	#practice-areas-sub { background:url("../images/col-right-practice.jpg") no-repeat; height:60px; margin:20px 0 0 26px;}
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:33px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#bottom-wrap-sub {
	background:url("../images/bottom-wrap-sub.jpg");
	height:34px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-graphic { height:231px; width:770px; position:relative; } /* sets height for all non-flash headers */

	#header-graphic span { display:none}
	
	#header-graphic a {	
		position:absolute;
		width:770px;
		height:231px; 
		}

	body#index #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#practice #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#attorneys #header-graphic { background:url("../images/header-attorneys.jpg") no-repeat; }
	body#practice-a #header-graphic { background:url("../images/header-practice-a.jpg") no-repeat; }
	body#auto #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#social #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#personal #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#product #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#nursing #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#medical #header-graphic { background:url("../images/header-index.jpg") no-repeat; }
	body#legal #header-graphic { background:url("../images/header-legal.jpg") no-repeat; }
	body#contact #header-graphic { background:url("../images/header-contact.jpg") no-repeat; }
	body#thankyou #header-graphic { background:url("../images/header-contact.jpg") no-repeat; }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg") no-repeat; }

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

#subhead { } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg") no-repeat; }
	body#practice-a #subhead { background:url("../images/subhead-practice-areas.jpg") no-repeat; }
	body#attorneys #subhead { background:url("../images/subhead-attorneys.jpg") no-repeat; }
	body#auto #subhead { background:url("../images/subhead-auto.jpg") no-repeat; }
	body#social #subhead { background:url("../images/subhead-social.jpg") no-repeat; }
	body#personal #subhead { background:url("../images/subhead-personal.jpg") no-repeat; }
	body#product #subhead { background:url("../images/subhead-product.jpg") no-repeat; }
	body#nursing #subhead { background:url("../images/subhead-nursing.jpg") no-repeat; }
	body#medical #subhead { background:url("../images/subhead-medical.jpg") no-repeat; }
	body#legal #subhead { background:url("../images/subhead-legal.jpg") no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; height:700px; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; }

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

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

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

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

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

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 0px 0 0px;
	display: inline;

	}

	#footer li.first { border: none; }

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

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:770px; 
	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; }

#nav-01 { width: 84px; margin-left:27px;}
#nav-02 { width: 121px;}
#nav-03 { width: 107px;}
#nav-04 { width: 128px;}
#nav-05 { width: 140px;}
#nav-06 { width: 138px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -27px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -111px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -232px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -339px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -467px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -607px -30px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -27px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -30px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -30px no-repeat; }


/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

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

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

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

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

/* margin-top to set where the nav should begin */
#left-01 { margin-top:122px; width:205px; }

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

#left-01 a:hover { background:url("../images/left-nav.jpg") -205px -122px no-repeat; }
#left-02 a:hover { background:url("../images/left-nav.jpg") -205px -199px no-repeat; }
#left-03 a:hover { background:url("../images/left-nav.jpg") -205px -276px no-repeat; }
#left-04 a:hover { background:url("../images/left-nav.jpg") -205px -353px no-repeat; }
#left-05 a:hover { background:url("../images/left-nav.jpg") -205px -430px no-repeat; }
#left-06 a:hover { background:url("../images/left-nav.jpg") -205px -507px no-repeat; }
