/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2005. 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
 ---------------------------------------------------------------------------- 
*/


/* 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-color:#000;
	text-align:center; 
	font:12px/18px Arial,Verdana, Helvetica, sans-serif; 
	color:#F2E8C2; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-bottom: 0;
	margin-top: 30px; 
	margin-left: 10px; 
	margin-right: 10px; 
	font-style: italic;
	}
	blockquote.special{
		margin-left: 100px; 
		margin-right: 100px; 
		}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.3em; color:#A8B9A6; }
h2	{ font-size:1.1em; color:#C7D4C5; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#C7D4C5; text-decoration:underline; }
a:hover,a:active	{ color:#D5C891; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both; 
	height:.01em; 
	overflow:hidden; 
	}

p.top {
	text-align:right;
	display:block;
	} 
	
img.img-left { 
	float:left; 
	margin:2px 10px 0px 0; 
	}
	
img.img-right { 
	float: right; 
	margin: 5px 0 0px 20px; 
	}
	
div.content {
	margin-left: 23px;
	margin-right: 23px;
	}
	
div.content ul {
	list-style-type:disc;
	margin-left:17px;
	}

	
/* ----- global form elements ----- */ 

form { 
	width:200px; 
	padding:10px 0 15px 0; 
	margin-left: 50px;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#C7D4C5; 
	border:1px solid #fff;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	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:1.0em;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }



/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:20px 0 10px 0; 
	margin-left: 0px;
	float: left;
	}
	
#contact-main 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 { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.gif") repeat-y; 
	width:744px; 
	margin:10px auto; 
	text-align:left; 
	}
	
body#index #wrap {
	background:none;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.gif");
	height:93px;
	}		

#header {
	background:url("../images/header.jpg");
	height:221px;
	}
	
#tagline {
	background:url("../images/tagline.jpg");
	height:56px;
	}
	
body#contact #header {
	background:url("../images/header-contact.jpg");
	height:221px;
	}		
	
body#procedures #header {
	background:url("../images/header-procedures.jpg");
	height:221px;
	}	
	
body#index #header {
	background:url("../images/header-index.jpg");
	height:221px;
	}
	
body#gallery #header {
	background:url("../images/header-gallery.jpg");
	height:221px;
	}

body#testimonials #header {
	background:url("../images/header-testimonials.jpg");
	height:221px;
	}

.procedure-image {
	margin: 10px 0 20px 0;
	text-align: center;
	}

#contact-info {
	margin: 40px 0 0 0;
	float: right;
	width: 225px;
	}
 
#bottom-wrap { 
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:4px; 
	margin-top:5px;
	clear:both; 
	overflow:hidden; 
	}
	
body#index #bottom-wrap {
	margin-top:0px;
	}


/* inside framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:57px; /* sets height for all subheads */
	}
	
body#about #subhead {
	background:url("../images/subhead-about.gif");
	}
	
body#gallery #subhead {
	background:url("../images/subhead-smiles.gif");
	}

body#testimonials #subhead {
	background:url("../images/subhead-test.gif");
	}
	
body#contact #subhead {
	background:url("../images/subhead-contact.gif");
	}

body#thankyou #subhead {
	background:url("../images/subhead-thankyou.gif");
	}
	
body#procedures #subhead {
	background:url("../images/subhead-procedures.gif");
	}
	
#header-doctors {
	background:url("../images/subhead-doctors.gif");
	height:34px; 
	}
		
body#about #header {
	background:url("../images/header-about.jpg");
	}
/* bna gallery
*  ------------------------------------------------------------------------- */
dd.bna{width:225; text-align:center; float:left; height:150px; margin-right:15px; font-size:10px;}


/* testimonial fonts
 * ------------------------------------------------------------------------- */
 
#marie-chagnon{
	font: 14px/18px "Times New Roman", Times, serif;
}

#amy-easterling{
	font: 13px/18px "Arial Black", Arial, Helvetica, sans-serif;
}

#bill-hanna{
	font: 14px/18px "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
}
#betty-lesane{
	font: 14px/18px "FrnkGothITC Bk BT", Arial, Helvetica, sans-serif;
}
#henriette-landis{
	font: 16px/18px "Humanst521 BT", Arial, Helvetica, sans-serif;
}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:744px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#fff;
	font-size:.95em;
	}

#footer a:link, #footer a:visited {
	color:#D5C891;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#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;
	}

	#footer li.first { border: none; }
	
	
/* navigation: #nav
 * ------------------------------------------------------------------------- */

#nav { 
	background: url("../images/nav.gif") no-repeat; 
	width:744px; 
	height:34px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height: 34px; display: block; }

#nav li { float: left; list-style: none; display: inline; position:absolute; }

#nav-01 { width: 99px; margin-left:  11px;}
#nav-02 { width: 148px; margin-left: 110px;}
#nav-03 { width: 117px; margin-left: 260px;}
#nav-04 { width: 124px; margin-left: 377px;}
#nav-05 { width: 120px; margin-left: 501px;}
#nav-06 { width: 111px; margin-left: 623px;}

#nav-01 a:hover {background: transparent url("../images/nav.gif") -11px -34px no-repeat;}
#nav-02 a:hover {background: transparent url("../images/nav.gif") -110px -34px no-repeat;}
#nav-03 a:hover {background: transparent url("../images/nav.gif") -260px -34px no-repeat;}
#nav-04 a:hover {background: transparent url("../images/nav.gif") -377px -34px no-repeat;}
#nav-05 a:hover {background: transparent url("../images/nav.gif") -501px -34px no-repeat;}
#nav-06 a:hover {background: transparent url("../images/nav.gif") -623px -34px no-repeat;}
	