/*--------------------- 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:#384965 url("../images/bg-body.jpg") top left;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#7C4F3A;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

/* .h1	{ font-size:1.2em; color:#5A5C37; font-weight:bold; } */
.h1	{ font-size:1.2em; color:#5D3827; font-weight:bold; }
.h2	{ font-size:1.1em; color:#5D3827; font-weight:bold; }
.h3	{ font-size:1.0em; color:#7C4F3A; font-weight:bold; }

h1 span, h2 span, h3 span	{ display:none; }

a:link,a:visited	{ color:#7C4F3A; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#5A5C37; 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:10px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
	
body#index img.img-left { 
	float:left; 
	margin:2px 10px 10px 15px; 
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 37px; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 15px 10px 15px; 
	}

img.bna { 
	float:left; 
	margin:0 10px 0 32px; 
	}
	
img.map {margin-left: 60px;}

	
/* ----- 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #5A5F2D;
	color:#5A5F2D;
	width:145px; /* 5 pixles smaller than form width !important */
	height:15px;
	line-height:15px;
	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; 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:52px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; }


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:826px;
	margin:0 auto;
	text-align:left;
	}
	body#index #wrap {
	background:url("../images/bg-wrap-index.jpg") repeat-y;
	width:826px;
	margin:0 auto;
	text-align:left;
	}
	
#wrap-columns {
	background:url("../images/bg-wrap-columns-sub.jpg") bottom no-repeat;
	width:826px;
	float:left;
	padding-bottom:15px;
	}
	body#index #wrap-columns {
	background:url("../images/bg-wrap-columns-index.jpg") bottom no-repeat;
	width:826px;
	float:left;
	padding-bottom:20px;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:165px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	background: url("../images/bg-column-left-sub.jpg") top left no-repeat;
	width:287px;
	float:left;
	}
	body#index #column-left {
	background: url("../images/bg-column-left-index.jpg") top left no-repeat;
	width:242px;
	float:left;
	padding:0;
	}
	body#thankyou #column-left {
	background: url("../images/bg-column-left-sub.jpg") top left no-repeat;
	width:242px;
	float:left;
	padding-bottom:100px;
	}
	
	body#index #column-left p, body#index #column-left h1, body#index #column-left h2, body#index #column-left h3, body#index #column-left ul, body#index #column-left dl {
		margin:0 15px 10px 58px;
		}
	body#index #column-left form { margin-left:58px; }
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 40px 10px 60px;
		}
	#column-left form { margin-left:60px; }
	
			
/* ----- column-left ----- */

#column-center {
	background: url("../images/bg-column-center.jpg") top left no-repeat;
	width:344px;
	float:left;
	}
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3 {
		margin:0 15px 10px 15px;
		}
	#column-center ul {margin:0 15px 10px 20px;}
	#column-center p.procedures {margin:10px 15px 5px 20px; font-size:1.1em; color:#986E52; font-weight:bold;}
	
	/* multi column list */
	#column-center ul { padding-left:5px; } 
		#column-center ul li { 
			background:transparent;
			float:left;
			width:150px;
			line-height:20px; 
			}
	#column-center ul.bottom { padding-left:5px;  } 
		#column-center ul.bottom li { 
			background:transparent;
			width:300px;
			}
			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-column-right-sub.jpg") top left no-repeat;
	width:539px;
	float:left;
	}
	body#index #column-right {
	background: url("../images/bg-column-right-index.jpg") top left no-repeat;
	width:240px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 60px 10px 37px;
		}
	#column-right form { margin-left:37px; }
	 
	/* 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:15px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			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;
			}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:3px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
body#index #header-graphic { height:227px; } /* sets height for all non-flash headers */
#header-graphic { height:230px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background: url("../images/header-about.jpg"); }
	body#surgical #header-graphic { background: url("../images/header-surgical.jpg"); }
	body#nonsurgical #header-graphic { background: url("../images/header-nonsurgical.jpg"); }
	body#gallery #header-graphic { background: url("../images/header-gallery.jpg"); }
	body#contactus #header-graphic { background: url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background: url("../images/header-contact.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:80px; } /* sets height for all subheads */

	body#index #subhead { background: url("../images/subheaders/subhead-welcome.jpg"); }
	body#about #subhead { background: url("../images/subheaders/subhead-about.jpg"); }
	body#surgical #subhead { background: url("../images/subheaders/subhead-surgical.jpg"); }
	body#nonsurgical #subhead { background: url("../images/subheaders/subhead-nonsurgical.jpg"); }
	body#gallery #subhead { background: url("../images/subheaders/subhead-gallery.jpg"); }
	body#contactus #subhead { background: url("../images/subheaders/subhead-contactus.jpg"); }
	body#thankyou #subhead { background: url("../images/subheaders/subhead-thankyou.jpg"); }

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	background:url("../images/bg-footer.jpg") top left no-repeat;
	width:826px;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
	}

#footer p {
	color:#FFFFFF;
	margin:0 60px 10px 58px;
	}

#footer p.motto { font-size:1.2em; font-weight:bold; }

#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#FFFFFF; text-decoration:none; }

#footer ul {padding-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:826px;
	height:31px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }
     
#nav li, #nav a { height:31px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 79px; margin-left: 35px;}
#nav-02 { width: 157px;}
#nav-03 { width: 180px;}
#nav-04 { width: 110px;}
#nav-05 { width: 119px;}
#nav-06 { width: 109px;}


/*-------------- (-9px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")   -35px -31px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -114px -31px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -271px -31px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -451px -31px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -561px -31px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -680px -31px no-repeat; }

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#subnav { 
	background:url("../images/subnav.jpg") no-repeat; 
	width:826px;
	height:28px; 
	margin:0;
	padding:0; 
	}

#subnav span { display: none; }

#subnav li, #subnav a { height:28px; display:block; } /* change height here also */

#subnav li { float:left; list-style:none; _display:inline; position:relative; }

#subnav-01 { width: 79px; margin-left: 35px;}
#subnav-02 { width: 157px;}
#subnav-03 { width: 180px;}
#subnav-04 { width: 110px;}
#subnav-05 { width: 119px;}
#subnav-06 { width: 109px;}


/*-------------- (-9px) X position of button / (-30px) height of image from above ------------- */
#subnav-01 a:hover { background:url("../images/subnav.jpg")   -35px -28px no-repeat; }
#subnav-02 a:hover { background:url("../images/subnav.jpg") -114px -28px no-repeat; }
#subnav-03 a:hover { background:url("../images/subnav.jpg") -271px -28px no-repeat; }
#subnav-04 a:hover { background:url("../images/subnav.jpg") -451px -28px no-repeat; }
#subnav-05 a:hover { background:url("../images/subnav.jpg") -561px -28px no-repeat; }
#subnav-06 a:hover { background:url("../images/subnav.jpg") -680px -28px no-repeat; }