/*--------------------- 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:#232323 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#131D34;
	}

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

h1	{ font-size:1.2em; color:#041C58; font-weight:bold; }
h2	{ font-size:1.1em; color:#031543; font-weight:bold; }
h3	{ font-size:1.0em; color:#131D34; font-weight:bold; }

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

a:link,a:visited	{ color:#A81430; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#131D34; text-decoration:underline; outline:none; }

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

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
div.clear-h2	{ 
	clear:both;
	height:10px; 
	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 29px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 25px 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:190px;
	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:#FCF9F2 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #5AAFD5;
	color:#50646B;
	width:185px; /* 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:190px; 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: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:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:175px; }
	
#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 { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

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


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:836px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-sub {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:836px;
	margin:0 auto;
	text-align:left;
	}
	
	#wrap-index-top {
		background:url("../images/bg-wrap-index-top.jpg") repeat-y;
		width:836px;
		float:left;
		}
	#wrap-index-bottom {
		width:836px;
		float:left;
		}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:125px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:29px;
		top:20px;
		width:340px;
		height:75px; 
		}
	#masthead a span {
		display:none;
		}

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

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

#column-left {
	background:url("../images/bg-column-left.jpg") top left no-repeat;
	width:595px;
	float:left;
	}
	
body#thankyou #column-left {
	background:url("../images/bg-column-left.jpg") top left no-repeat;
	width:595px;
	float:left;
	padding-bottom:150px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 25px 10px 29px;
		}
	#column-left form { margin-left:29px; }
	#column-left img.bna { margin: 0 0 10px 29px; }
	#column-left img.bna2 { margin: 0 0 10px 10px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 2px 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 2px no-repeat;
			padding-left:15px;  /* 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 2px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* ----- column-right ----- */

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

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 29px 10px 20px;
		}
	#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 0px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
	
/* ----- column-center ----- */

#column-center {
	background:url("../images/bg-column-center.jpg") top left no-repeat;
	width:353px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, #column-center ul, #column-center dl {
		margin:0 25px 10px 29px;
		}
	#column-center form { margin-left:29px; }
	
	/* single column list */
	#column-center ul { padding-left:5px; }
		#column-center 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-center ul.multi { padding-left:5px; } 
		#column-center 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-center dl { padding-left:5px; }
		#column-center dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-center 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-index-left ----- */
			
#bottom-index-left {
	width:410px;
	float:left;
	}
	
	#bottom-index-left p, #bottom-index-left h1, #bottom-index-left h2, #bottom-index-left h3, #bottom-index-left ul {
		margin:0 25px 10px 29px;
		}
	#bottom-index-left form { margin-left:29px; }
	#bottom-index-left table { margin-left:29px; }
	#bottom-index-left td.right { padding-left:29px; }

	/* definition list */
	#bottom-index-left dl { padding:0; margin:0; float:left; width:170px; }
		#bottom-index-left dl dt {
			font-weight:bold;
			color:#131D34;
			float:left;
			margin-bottom:10px; 	
			}
		#bottom-index-left dl dd {
			border-bottom:#6D6143 1px dotted;
			width:170px;
			line-height:27px;
			clear:both;
			}
			
			#bottom-index-left dl dd a:hover, #bottom-index-left dl dd a:active {
			background-color:#AFC7E1;
			width:170px;
			display:block;
			}

			
/* ----- bottom-index-right ----- */
			
#bottom-index-right {
	width:426px;
	float:left;
	}
	
	#bottom-index-right p, #bottom-index-right h1, #bottom-index-right h2, #bottom-index-right h3, #bottom-index-right ul, #bottom-index-right dl {
		margin:0 29px 10px 20px;
		}
	#bottom-index-right form { margin-left:29px; }

	/* multi column list */
	#bottom-index-right ul.multi { padding-left:5px; } 
		#bottom-index-right 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; 
			}
			
/* ----- index gallery box ----- */
div.wrap-box-index { background:url("../images/bg-wrap-box-index.jpg") repeat-y; width:426px; float:left; margin-bottom:20px; }
	
div.box-index { background:url("../images/bg-box-index.jpg") top left no-repeat; }
	
	div.box-index p, h3 {
		color:#FFFFFF;
		margin: 0 50px 0 30px;
		}
	div.box-index a:link, div.box-index a:visited { color:#FFFFFF; text-decoration:underline; }
	div.box-index a:hover, div.box-index a:active { color:#FFFFFF; text-decoration:none; }
	div.box-index img.img-right { margin: 5px 50px 10px 10px; }
				
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#header-flash { height:229px; } /* sets height for the flash header - REMOVE IF NOT USED */
	#header-flash object { margin-left:9px; }
	
#header-graphic { height:229px; } /* sets height for all non-flash headers */
	body#about #header-graphic { background:url("../images/header1.jpg"); }
	body#cosmetic #header-graphic { background:url("../images/header2.jpg"); }
	body#general #header-graphic { background:url("../images/header3.jpg"); }
	body#gallery #header-graphic { background:url("../images/header4.jpg"); }
	body#news #header-graphic { background:url("../images/header2.jpg"); }
	body#contact #header-graphic { background:url("../images/header1.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header1.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header2.jpg"); }
	body#testimonials #header-graphic { background:url("../images/header2.jpg"); }

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

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

	body#index h2#subhead { background:url("../images/subheaders/subhead-welcome.jpg"); margin:0;}
	body#about #subhead { background:url("../images/subheaders/subhead-about.jpg"); }
	body#cosmetic #subhead { background:url("../images/subheaders/subhead-cosmetic.jpg"); }
	body#general #subhead { background:url("../images/subheaders/subhead-general.jpg"); }
	body#gallery #subhead { background:url("../images/subheaders/subhead-gallery.jpg"); }
	body#news #subhead { background:url("../images/subheaders/subhead-news.jpg"); }
	body#contact #subhead { background:url("../images/subheaders/subhead-contactus.jpg"); }
	body#thankyou #subhead { background:url("../images/subheaders/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subheaders/subhead-sitemap.jpg"); }
	body#testimonials #subhead { background:url("../images/subheaders/subhead-testimonials.jpg"); }

/* image replacement 
*  ------------------------------------------------------------------------- */
h2#meet-dr {
	background: url("../images/subheaders/subhead-meet-index.jpg") top no-repeat;
	height: 50px;
	}
h2#procedures {
	background: url("../images/subheaders/subhead-procedures.jpg") top no-repeat;
	height:33px;
	}
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:836px;
	margin:0 auto;
	text-align:center;
	}

#footer p, #footer ul {
	color:#FFFFFF;
	margin: 0 29px 10px 29px;
	}

#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:underline; }

#footer a:hover, #footer a:active { color:#FFFFFF; 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 #FFFFFF;
	}

	#footer li.first { border: none; }

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

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

#nav span { display: none; }

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

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

#nav-01 { width: 69px; margin-left: 9px;}
#nav-02 { width: 70px;}
#nav-03 { width: 156px;}
#nav-04 { width: 180px;}
#nav-05 { width: 82px;}
#nav-06 { width: 111px;}
#nav-07 { width: 67px;}
#nav-08 { width: 83px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")    -9px -34px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -78px -34px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -148px -34px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -304px -34px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -484px -34px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -566px -34px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -677px -34px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -744px -34px no-repeat; }