/*--------------------- 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:#FCFAEC;
	font: 14px/18px Arial, Helvetica, sans-serif; 
	color:#000;
	text-align:left;
	}

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

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

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

a:link,a:visited	{ color:#648166; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

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

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
p.bmi form#bmi {font-size: .95em;}
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: 3px 7px 2px 30px;
	}
img.img-procedure { 
	float:left; 
	margin: 3px 7px 0px 20px;
	}

img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}
div.img-center { 
	text-align: center; 
	width: 564px;
	font-size: .9em;
	margin-bottom: 15px;
	}
	
/* ----- 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 */

body#index input, body#index textarea, body#index select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8B289;
	color:#000;
	width:213px; /* 5 pixles smaller than form width !important */
	height:16px;
	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:.95em;
	}
input, textarea, select { 
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C8B289;
	color:#000;
	width:213px; /* 5 pixles smaller than form width !important */
	height:16px;
	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:.95em;
	}
select { width:150px; padding:0; } /* same width as form - !important */

textarea, body#index textarea { height:58px; overflow:auto; }

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


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

#contact-main label { 
	width:250px; 
	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:175px; height: 20px;}
	
#contact-main label textarea { height:100px; overflow:auto; }

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


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main, body#index input.submit { 
	width:60px;
	height:21px;
	cursor:pointer; 
	padding:0; 
	}

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


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

#wrap-top {
	background:url("../images/wrap-top.jpg") repeat-x;
	}
	#wrap-top-content {
		width:800px;
		margin:0 auto;
		text-align:left;
		}
#wrap-main {
	background:url("../images/wrap-main-index.jpg") bottom repeat-x;
	text-align:left;
	float: left;
	width: 100%;
	}
	#wrap-main-content {
		width:800px;
		text-align:left;
		}
	#wrap-main-content p {
		margin: 0 20px 10px 30px;
	}
	#wrap-welcome-info {
	background:url("../images/wrap-lower-index.jpg") top repeat-x;
	text-align:left;
	float: left;
	width:100%; 
	}
	#wrap-welcome-info-content {
		width:800px;
		text-align:left;
		}
	
/* ----- column-left INDEX----- */

body#index #column-left {
	background: url("../images/bg-left-index.jpg") top no-repeat;
	padding-top: 60px;
	width:266px;
	float:left;
	}
	
	body#index #column-left p, body#index #column-left p.h1, body#index #column-left p.h2, body#index #column-left p.h3  {
		margin:0 15px 10px 30px;
		}
	body#index #column-left form#bmi { width:135px; float:left; font-weight: bold; font-size:0.95em;}
	
	/* single column list */
	body#index #column-left ul.bmi-def { width:130px; float:left; font-weight:bold;}
	body#index #column-left ul { width:80px; float:left; font-weight:bold; font-size:.95em;}
		body#index #column-left ul li { 
			background:none;
			}
		
	body#index #bmi input, body#index #bmi textarea, body#index #bmi select { 
		
		border:1px solid #000;
		color:#000;
		width:40px; /* 5 pixles smaller than form width !important */
		height:16px;
		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:.95em;
		font-weight:bold;
		}
	body#index #bmi input#calculate {width: 90px; height: 22px;}
	body#index #bmi input#body {width: 60px;}
	body#index #column-left #bmi-bg { border: 1px solid #000; width: 220px; height: 108px; margin-left: 25px; padding-left: 5px; background-color:#C8B289;}
	body#index #column-left p.bmi {
		float: left;
		width: 60px;
		margin-top: 5px;
		display: inline;
		font-weight:bold;
		font-size: .95em;
		margin-left: 0px;
		}
/* ----- column-center INDEX----- */

body#index #column-center {
	background: url("../images/bg-center-index.jpg") top no-repeat;
	padding-top: 62px;
	width:268px;
	float:left;
	}

	body#index #column-center p, body#index #column-center h1, body#index #column-center h2, body#index #column-center h3, body#index #column-center ul, body#index #column-center dl {
		margin:0 15px 10px 20px;
		}
 			
/* ----- column-right INDEX----- */

body#index #column-right {
	background: url("../images/bg-right-index.jpg") top no-repeat;
	padding-top: 71px;
	width:266px;
	float:left;
	}

	body#index #column-right p, body#index #column-right h1, body#index #column-right h2, body#index #column-right h3, body#index #column-right ul, body#index #column-right dl {
		margin:0 20px 10px 25px;
		}
	body#index #column-right form { margin-left:25px; }
	
	
	 			
/* ----- column-left INSIDE PAGES ----- */

#column-left {
	width:236px;
	float:left;
	background: url("../images/left-column-subhead.jpg") top no-repeat;
	padding-top: 70px;
	}
body#contact #column-left, body#thankyou #column-left {
	width:236px;
	float:left;
	background: url("../images/left-column-subhead-visit.jpg") top no-repeat;
	padding: 70px 0 200px 0;
	}
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 0px 10px 10px;
		}
	#column-left form { margin-left:10px; }
	
	/* 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 */
			}

	/* 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: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 INSIDE PAGES ----- */

#column-right {
	width:564px;
	float:left;
	}

	#column-right p, #column-right p.h1, #column-right p.h2, #column-right p.h3, #column-right ul, #column-right dl {
		margin:0 0px 10px 30px;
		}
	#column-right p.description {font-size: .85em; text-align:center; clear:both; padding: 5px 0 0 10px; line-height:15px;} 
	#column-right p.bna { width: 500px; text-align: center;}
	#column-right p.testimonial-right { width: 510px; text-align: right;}
	#column-right form { margin-left:20px; }
	 
	/* 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 ul li.clear-list { clear: both; padding-top: 10px;}
	/* multi column list */
	#column-right ul.multi { padding-left:0px;} 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:0px;  /* pushes text to the right to display bg img */
			float:left;
			width:210px;
			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;
			}
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:240px; } /* sets height for all non-flash headers */
	#header-graphic a {	
		position:absolute;
		left:550px;
		width:425px;
		top:10px;
		height:125px; 
		}

	body#index #header-graphic { background:url("../images/header-index.jpg") left no-repeat; }
	body#about #header-graphic { background:url("../images/header-about.jpg") left no-repeat; }
	body#procedures #header-graphic { background:url("../images/header-index.jpg") left no-repeat; }
	body#faq #header-graphic{ background:url("../images/header-faqs.jpg") left no-repeat; }
	body#testimonials #header-graphic { background:url("../images/header-testimonials.jpg") left no-repeat; }
	body#contact #header-graphic { background:url("../images/header-contact.jpg") left no-repeat; }
	body#seminars #header-graphic { background:url("../images/header-about.jpg") left no-repeat; }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg") left no-repeat; }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg") left no-repeat; }

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

#subhead { height:57px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg") left no-repeat; height: 44px;}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#procedures #subhead { background:url("../images/subhead-procedures.jpg"); }
	body#faq #subhead { background:url("../images/subhead-faq.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#seminars #subhead { background:url("../images/subhead-seminars.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background: #DDD8A6 url("../images/wrap-footer.jpg") top repeat-x;
	padding-bottom:5px;
	}
#footer-content {
	width:800px;
	text-align:left;
	padding: 30px 0 10px 0;
	}
#footer p {
	color:#000000;
	margin: 0 15px 10px 30px;
	}

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

#footer a:hover, #footer a:active { color:#000; text-decoration:none; }

#footer ul {margin:0 0 10px 30px;}

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

	#footer li.first { border: none; }
	
/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav span { display: none; }

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

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

#nav-01 { width: 101px; margin-left: 7px;}
#nav-02 { width: 128px;}
#nav-03 { width: 151px;}
#nav-04 { width: 87px;}
#nav-05 { width: 164px;}
#nav-06 { width: 150px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -7px -28px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -108px -28px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -236px -28px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -387px -28px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -474px -28px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -638px -28px no-repeat; }
