/*--------------------- 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:#959595 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1	{ font-size:1.2em; color:#000; font-weight:bold; }
p.h2	{ font-size:1.2em; color:#000; font-weight:bold; border-bottom:1px dotted black;}
p.h3	{ font-size:1.0em; color:#000; font-weight:bold;}

p.h1 span,p.h2 span,p.h3 span	{ display:none; }

a:link,a:visited	{ color:#343434; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#ADA049; 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:15px;
	background:url("../images/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: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:#ADA049 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #ADA049;
	color:#fff;
	width:148px; /* 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 { 
	width:190px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:195px; }
	
#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 5px 197px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:781px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-sub {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:781px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:145px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:66px;
		width:368px;
		top:62px;
		height:48px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	background:url("../images/col-left-procedures.jpg") no-repeat;
	width:267px;
	float:left;
	padding-top:84px;
	}
	
	#column-left p, #column-left p.h1, #column-left p.h2, #column-left p.h3, #column-left ul, #column-left dl {
		margin:0 21px 10px 86px;
		}
	#column-left form { margin-left:0px; }

	
	/* definition list */
	#column-left dl { padding-left:0px; }
		#column-left dl dt {
			font-size:1.2em;
			font-weight:bold;
			color:#363636;
			border-bottom:dotted #848484 1px;
			padding:5px 0 2px 0;
			}
		
		#column-left dl dd {
			padding:5px 0 2px 0;  /* pushes text to the right to display bg img */
			margin:0px;
			border-bottom:dotted #848484 1px;
			color:#363636;
			}
		
		#procedures { background:url("../images/btn-more-procedures.jpg") no-repeat; height:37px; position:relative;}
			#procedures a { position:absolute; left:82px; top:3px; width:130px; height:31px;}
			#procedures a span { display:none}
			
#column-left-sub {
	width:516px;
	float:left;
	}
			
		#column-left-sub p, #column-left-sub p.h1, #column-left-sub p.h2, #column-left-sub p.h3 {
		margin:0 36px 10px 66px;
		}
	#column-left-sub form { margin-left:36px; }
			
	.left { float:left; height:270px}
	.left1 { float:left; height:160px}
			
	/* multi column list */
	#column-left-sub ul.dots { padding-left:66px; } 
		#column-left-sub ul.dots li { 
			background:transparent url("../images/bullet-sub.jpg") 0px 8px no-repeat;
			padding:0 0 3px 13px;  /* pushes text to the right to display bg img */
			width:189px;
			line-height:20px;
			border-bottom:dotted #848484 1px;
			color:#7E7E62;
			margin:0 15px 0 0;
			}
		

	.btn-procedures { background:url("../images/btn-procedures.jpg") no-repeat; height:41px; position:relative;}
	.btn-procedures a.btn-1 { position:absolute; left:66px; top:9px; width:133px; height:30px;}
	.btn-procedures a.btn-2 { position:absolute; left:281px; top:9px; width:133px; height:30px;}
	.btn-procedures a span { display:none;}
	
/* ----- column-middle ----- */
			
#column-middle {
	background:url("../images/col-middle-index.jpg") no-repeat;
	width:249px;
	float:left;
	padding-top:99px;
	}
			
	#column-middle p, #column-middle p.h1, #column-middle p.h2, #column-middle p.h3, #column-middle ul, #column-middle dl {
		margin:0 21px 10px 22px;
		}
	
	/* single column list */
	#column-middle ul { padding-left:0px; }
		#column-middle ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}
			
	#more { background:url("../images/btn-readmore.jpg") no-repeat; height:39px; position:relative;}
	#more a { position:absolute; left:19px; top:4px; height:32px; width:93px;}
	#more a span { display:none;}
			
	#member { background:url("../images/col-middle-member.jpg") no-repeat; height:98px;}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/col-right-contact.jpg") no-repeat;
	width:265px;
	float:left;
	padding-top:100px;
	color:#555555;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 88px 10px 24px; text-align:center;
		}
	#column-right form { margin-left:24px; }
	 
	/* 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 */
			}

	#column-right hr { width:148px; margin:0 0 10px 24px; border:dotted #848484 .1px; }
	
	
	/* 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:97px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
#bottom-wrap-sub {
	background:url("../images/bottom-wrap-sub.jpg");
	height:71px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { text-align:center; padding-left:2px; height:207px; background:url("../images/flash-area.jpg"); } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:0px;}
#header-graphic { height:207px; } /* sets height for all non-flash headers */

	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#procedure #header-graphic { background:url("../images/header-procedures.jpg"); }
	body#consultation #header-graphic { background:url("../images/header-contact.jpg"); }
	body#faq #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-procedures.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-contact.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { padding-top:84px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") no-repeat;; }
	body#about #subhead { background:url("../images/subhead-about.jpg") no-repeat; }
	body#procedure #subhead { background:url("../images/subhead-procedures.jpg") no-repeat; }
	body#consultation #subhead { background:url("../images/subhead-consultation.jpg") no-repeat; }
	body#faq #subhead { background:url("../images/subhead-faq.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; padding-bottom:120px }


/* ----- subhead framework with varying heights ----- */

#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/footer.jpg") no-repeat;
	width:781px;
	margin:0 auto;
	text-align:center;
	padding-bottom:30px;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#000; text-decoration:underline; }

#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 #000;
	font-weight:bold;
	font-size:1.1em;
	}

	#footer li.first { border: none; }
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:781px; 
	height:41px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:41px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 95px; margin-left: 42px;}
#nav-02 { width: 122px;}
#nav-03 { width: 132px;}
#nav-04 { width: 149px;}
#nav-05 { width: 91px;}
#nav-06 { width: 109px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -42px -41px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -137px -41px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -259px -41px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -391px -41px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -540px -41px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -631px -41px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -42px -41px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -137px -41px no-repeat; }
body#procedure #nav-03 { background:url("../images/nav.jpg") -259px -41px no-repeat; }
body#consultation #nav-04 { background:url("../images/nav.jpg") -391px -41px no-repeat; }
body#faq #nav-05 { background:url("../images/nav.jpg") -540px -41px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -631px -41px no-repeat; }


