/*--------------------- Last Modified  2006.02.17 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 ---------------------------------------------------------------------------- 
*/


/* 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:#FF00FF url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background-color:#E4EDF3;
	line-height: 1.2;
	}

body#sub {
	background:#FF00FF url("../images/sub/bg-body-sub.jpg") top repeat-x;
	text-align:center; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background-color:#E4EDF3;
	line-height: 1.2;
}


p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #44556D;
	margin-left:39px;
	margin-right:16px;
	}

h1 span.h1black	{ 
	color:#000000;
	display:inline;
	}
	
h1 span.h1black em {font-size:.95em;}

h2	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #44556D;	
	margin-left:39px;
	margin-right:16px;
	}
	
body#home h2	{ margin:0; padding:0;}
	
 
h3	{ 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #44556D;	
	margin-left:39px;
	margin-right:16px;
 }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#44556D; text-decoration:underline; }
a:hover,a:active	{ color:#768497; text-decoration: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/bullet-back-to-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; 
	}

img.recent-news { margin:20px 0 0 12px; border:none;}
img.press-release { margin:20px 0 0 26px; border:none;}
img.aacd-logo { margin:20px 0 0 23px; border:none;}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #44556D;
}

.accredited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
	
/* ----- global form elements ----- */ 

form {
	width:150px;
	padding:10px 0 15px 40px;
	}

form label	{ font-size:.95em; }

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#B4CDDD !important; /* to prevent highlighting by Google Toolbar */
	border: 0px solid #86B2B3;
	color:#000;
	width:150px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { 
	width:155px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 0 242px; }

input.submit-image { 
	background:url("../images/btn-submit.jpg");
	width:63px;
	height:15px;
	border:none;
	cursor:pointer;
	}

#contact_business { display: none; } /* do not remove */ 

/* ----- main contact form ----- */ 
 
#contact-main { padding:20px 0 10px 45px; }
	
#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:150px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select {
	width:155px;
	}
	
#contact-main label textarea { height:100px; }



/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg");
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:52px;
	}
	/* home link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

body#sub #masthead {
	position:relative;
	height:52px;
	background:url("../images/sub/masthead-sub.jpg") no-repeat;}
	

/* ----- column-left ----- */

#column-left {
	width:504px;
	float:left;
	display: inline;
	}
	
	#column-left div.content { margin-left:31px; background-image:url(../images/bg-welcome.jpg); background-repeat:no-repeat;}
	
	
	#column-left p {
	margin:10px 30px 10px 39px;}
	
#column-left ul { 
		margin:10px 0 10px 45px;
}

.under-gallery-text { padding: 0; margin: 0; float: left;}
	
	/* background image list items */
body#home #column-left ul { 
		margin:10px 0 0 88px;
		float:left;
		}
		
#column-left ul li { 
		background:transparent url("../images/bullet.gif") 0px 2px no-repeat;
		padding-left:10px; 
		}

#case-home { float:left; padding:10px 0 0 33px;}

#case-sub { width:430px; float:left; display:block; padding:4px 0 10px 40px;}
.case { float:left; padding:15px 10px 0 0; display:inline;}


/* ----- column-right ----- */

#column-right {
	width:256px;
	float:left;
	}
	
	#column-right div.content-right { padding-top:20px; background-image:url(../images/bg-contact.jpg); background-repeat:no-repeat;}
  
	#col-right-contact {
	background: url("../images/col-right-contact-us.jpg") no-repeat;
	width:214px;
	height:49px;
	margin:0 0 0 12px;
	}
	
	#col-right-ptt { background: url("../images/ptt.jpg") no-repeat; height:45px;}
	
	#col-right-locate {
	background: url("../images/col-right-locate-us.jpg") no-repeat;
	width:214px;
	height:49px;
	margin:0 0 0 12px;
	}
	

	#column-right p { 	
	margin:0 39px 10px 26px;
	}
	
	/* background image list items */
	#column-right ul { 
		margin-left:5px; 
		} 

	#column-right ul li { 
		background:transparent url("../images/bullet.gif") 0px 6px no-repeat;
		padding-left:8px; 
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:93px;
	clear:both;
	width:100%;
	}
	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash {
	height:0px;
	background:url("../images/bg-header-flash.jpg") no-repeat;
	}

#header-graphic {
    background:url("../images/header-graphic.jpg") no-repeat;
	height:221px; /* sets height for all non-flash headers */
	}

#header-graphic span { display:none;}


	body#sub #header-graphic {
		background:url("../images/sub/header-about.jpg") no-repeat;
		height:161px; 
		}


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead {
	background:url("../images/subhead-welcome.jpg") no-repeat;
	height:74px; /* sets height for all subheads */
	}

	body.about #subhead {
		background:url("../images/sub/subhead-about.jpg");
		height:74px; 
		}
		
	body.cosmetic #subhead {
		background:url("../images/sub/subhead-cosmetic.jpg");
		height:74px; 
		}
	body.restorative #subhead {
		background:url("../images/sub/subhead-restorative.jpg");
		height:74px;
		}	
		
	body.experience #subhead {
		background:url("../images/sub/subhead-experience.jpg");
		height:74px;
		}	

	body.gallery #subhead {
		background:url("../images/sub/subhead-gallery.jpg");
		height:74px;
		}	
	
	body.contact #subhead {
		background:url("../images/sub/subhead-contact.jpg");
		height:74px;
		}	
	
	body.sitemap #subhead {
		background:url("../images/sub/subhead-sitemap.jpg");
		height:74px;
		}	
	
	body.thankyou #subhead {
		background:url("../images/sub/subhead-thankyou.jpg");
		height:74px;
		}		
	
#featured-cases span { display: none; }	
#featured-cases { background:url("../images/featured-cases.jpg") no-repeat; width:220px; height:50px; float:left;}

#featured-procedures span { display: none; }	
#featured-procedures { background:url("../images/featured-procedures.jpg") no-repeat; width:222px; height:50px; float:left;}


#personal-health {width:214px; height:50px; margin:20px 0px 0px 12px;}
	
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#44556D;
	text-decoration: underline;
	}

#footer a:hover, #footer a:active {
	color:#768497;
	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 #44556D;
	}

	#footer li.first { border: none; }


/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:28px; 
	margin-bottom:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:28px; display:block; }

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 72px; margin-left:93px;}
#nav-02 { width: 82px;}
#nav-03 { width: 89px;}
#nav-04 { width: 94px;}
#nav-05 { width: 71px;}
#nav-06 { width: 93px;}
#nav-07 { width: 82px;}


#nav-01 a:hover { background: transparent url(../images/nav.jpg) -93px -28px no-repeat;}
#nav-02 a:hover { background: transparent url(../images/nav.jpg) -165px -28px no-repeat;}
#nav-03 a:hover { background: transparent url(../images/nav.jpg) -247px -28px no-repeat;}
#nav-04 a:hover { background: transparent url(../images/nav.jpg) -336px -28px no-repeat;}
#nav-05 a:hover { background: transparent url(../images/nav.jpg) -430px -28px no-repeat;}
#nav-06 a:hover { background: transparent url(../images/nav.jpg) -501px -28px no-repeat;}
#nav-07 a:hover { background: transparent url(../images/nav.jpg) -594px -28px no-repeat;}

/* Sub Page Nav */

#nav-sub { 
	background:url("../images/sub/nav-sub.jpg") no-repeat; 
	width:760px; 
	height:28px; 
	margin-bottom:0; 
	}

#nav-sub span { display: none; }

#nav-sub li, #nav-sub a { height:28px; display:block; }

#nav-sub li { float:left; list-style:none; display:inline; position: relative;}








#vms-lightwindow-link{display:none;}

#column-right ins {margin:0 0 15px 25px;}