/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  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
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#e6b36f url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#304d70;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#304d70; }
h2	{ font-size:1.1em; color:#202a4c; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#2a5820; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	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;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 6px 0px 0px;
	}
img.img-left-welcome { 
	float:left; 
	margin:0px 6px 0px 30px;
	}
img.img-right { 
	float:right; 
	margin:0px 30px 0px 10px; 
	}
p.h1 { 
	font-size:1.2em; 
	color:#304d70; 
	font-weight:bold; 
	padding:6px 0 0 12px;
	}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; color:#2a5820; font-weight: bold; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fffbf3 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #decbb0;
	color:#253366;
	width:227px; /* 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: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ 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; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:55px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	color: #ffffff;
	border: solid 1px #304d70;
	background-color: #304d70 !important;
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:877px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/wrap-img.jpg") bottom no-repeat;
	width:877px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 115px;
	}

#content-wrap {
	background: url("../images/content-top.jpg") top no-repeat;
	width: 877px;
	float: inherit;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:98px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:20px;
	width:300px;
	top:9px;
	height:83px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:277px;
	float:left;
	margin-left: 10px;
	display: inline;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 28px 10px 23px;
		}

	#column-left form { margin-left:23px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-list.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:580px;
	float:left;
	margin-right: 10px;
	display: inline;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 30px 10px 30px;
		}

	#column-right form { margin-left:30px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet-list.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:17px;  /* pushes text to the right to display bg img */
			}
#column-right ul.staff-list { padding-left:5px; margin-left:20px;} 
		#column-right ul.staff-list li { 
			background:none;
			padding-left:0px;  /* pushes text to the right to display bg img */
			float:left;
			width:160px;
			height:300px;
			text-align:left;
			}

	#sub-nav {
		background: url("../images/subnav-bottom.jpg") bottom no-repeat;
		padding-bottom: 20px;
		width: 180px;
		float: right;
		margin: 0px 30px 10px 5px;
		}
		#column-right #sub-nav ul {padding-left: 30px;}
		#column-right #sub-nav ul li {
			background: transparent;
			padding-left: 0px;	 
			line-height: 20px;
		}
		#sub-nav-top {background: url("../images/sub-nav-top.jpg"); height: 28px;}
	
	#column-right #sub-nav ul {margin: 5px 1px 0 4px; padding:0 3px 0 12px;}
	#column-right #sub-nav ul li ul { padding-left:0px; margin: 1px 0px 4px 3px; }

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet-list.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			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-list.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:284px; background:url("../images/header-graphic.jpg"); } /* 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#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
*/

/* ------------------------ subhead framework ------------------------ */
#subhead { height:113px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#team #subhead { background:url("../images/subhead-team.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#veneers #subhead { background:url("../images/subhead-veneers.jpg"); }
	body#invisalign #subhead { background:url("../images/subhead-invisalign.jpg"); }
	body#makeover #subhead { background:url("../images/subhead-makeover.jpg"); }
	body#laser #subhead { background:url("../images/subhead-laser.jpg"); }
	body#gum #subhead { background:url("../images/subhead-gum.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg"); }
	body#implant #subhead { background:url("../images/subhead-implant.jpg"); }
	body#tmj #subhead { background:url("../images/subhead-tmj.jpg"); }
	body#reconstructive #subhead { background:url("../images/subhead-reconstructive.jpg"); }
	body#general #subhead { background:url("../images/subhead-general.jpg"); }
	body#sedation #subhead { background:url("../images/subhead-sedation.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }

/* ------------------------ index call to actions ------------------------ */
#zoom-index {
	padding-top:152px;
	float: left;
	width: 281px;
	background:url("../images/zoom-index.jpg") top no-repeat ;
	position: relative;
	display: inline;
	}
	#zoom-index a.zoom-link {
		position: absolute;
		top: 34px;
		left: 30px;
		width: 217px;
		height: 93px;
		}
#invisalign-index {
	padding-top:152px;
	float: left;
	width: 281px;
	background:url("../images/invisalign-index.jpg") top no-repeat ;
	position: relative;
	display: inline;
	}
	#invisalign-index a.invisalign-link {
	position:absolute;
	top: 10px;
	left: 30px;
	width: 229px;
	height: 120px;
		}
	
#waterlase-index {
	padding-top: 152px;
	float: left;
	width: 299px;
	background: url("../images/waterlase-index.jpg") top no-repeat ;
	position: relative;
	display: inline;
	}
	#waterlase-index a.waterlase-link {
		position:absolute;
		top: 10px;
		left: 30px;
		width: 238px;
		height: 120px;
		}
		
#teeth-in-hour-index {
	padding-top: 152px;
	float: left;
	width: 299px;
	background: url("../images/teeth-in-hour-index.jpg") top no-repeat ;
	position: relative;
	display: inline;
	}
	#teeth-in-hour-index a.teeth-link {
		position:absolute;
		top: 10px;
		left: 30px;
		width: 238px;
		height: 120px;
		}
	
#zoom-index span, #invisalign-index span, #waterlase-index span, #teeth-in-hour-index span {display: none;}

/* ------------------------ title framework with varying heights ------------------------- */
#title-questions {
	height:46px;
	background:url("../images/title-questions.jpg") ;
	}
#title-locate {
	height:46px;
	background:url("../images/title-locate.jpg") ;
	}
#title-advance-tech {
	height:95px;
	background:url("../images/title-advance-tech.jpg") ;
	}
#title-about-our-dentists {
	height:104px;
	background:url("../images/title-about-our-dentists.jpg") ;
	}
#title-smile-gallery {
	height: 59px;
	background: url("../images/title-smile-gallery-2.jpg");
	}

/* ------------------------------------- Buttons ---------------------------------------- */

#media-player {
	background: url("../images/media-player-2.jpg");
	height: 190px;
	}
#media-player h1{
	margin-left:35px;
	padding-top:6px;
}	
		#media-player span {display: none;}
#column-left p.media-player {margin: 19px 20px 0px 22px;}
/* ----------------------------------------------------------------------*/

#map {
	background: url("../images/img-map.jpg") no-repeat;
	height: 75px;
	position: relative;
	}
#map a {
	position: absolute;
	width: 201px;
	height: 60px;
	left: 17px;
	}
	#map a:hover {
		background:url("../images/img-map-over.jpg") -17px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
	#map span {display: none;}

/*------------------------------------------------------------------------*/	

#btn-implant-dentistry {
	height: 130px;
	position:relative;
	background: url("../images/btn-implant-dentistry.jpg");
	}
#btn-implant-dentistry a {
	position: absolute;
	width: 240px;
	height: 130px;
	left: 17px;
	}
	#btn-implant-dentistry a:hover {
		background:url("../images/btn-implant-dentistry-over.jpg") -17px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
	#btn-implant-dentistry span { display:none; }
	
/*---------------------------------------------------------------------*/	

#btn-tmj-dentistry {
	height: 130px;
	position: relative;
	background: url("../images/btn-tmj-dentistry.jpg");
	}
#btn-tmj-dentistry a {
	position: absolute;
	width: 240px;
	height: 130px;
	left: 17px;
	}
	#btn-tmj-dentistry a:hover {
		background:url("../images/btn-tmj-dentistry-over.jpg") -17px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
		}
	#btn-tmj-dentistry span { display:none; }
/*-------------------------------------------------------------------*/
#btn-pro-dentistry{
	background: url("../images/btn-pro-dentistry.jpg");
	height:130px;
	position:relative;
}	
#btn-pro-dentistry a{
	position:absolute;
	width:240px;
	height: 130px;
	left: 17px;
}
#btn-pro-dentistry a:hover{
	background: url("../images/btn-pro-dentistry-over.jpg") -17px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
}

/* ------------------------footer framework ------------------------ */
#footer {
	width:877px;
	margin:0 auto;
	text-align:center;
	padding: 10px 0 10px 0;
	}

#footer p {
	color:#304d70;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#2a5820; }
#footer ul a:link, #footer ul a:visited { text-decoration: none; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #2a5820;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:877px; 
	height:39px; 
	margin:0;
	padding:0; 
	z-index: 999;
	}

#nav span { display: none; }

#nav li, #nav a { height:39px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 92px; margin-left: 10px;}
#nav-02 { width: 103px;}
#nav-03 { width: 176px;}
#nav-04 { width: 191px;}
#nav-05 { width: 168px;}
#nav-06 { width: 127px;}

/*-------------- (-79px) X position of button / (-39px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -39px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -102px -39px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -205px -39px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -381px -39px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -572px -39px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -740px -39px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -10px -39px no-repeat; }
body.about-pages #nav-02 { background:url("../images/nav.jpg") -102px -39px no-repeat; }
body.cosmetic-pages #nav-03 { background:url("../images/nav.jpg") -205px -39px no-repeat; }
body.restorative-pages #nav-04 { background:url("../images/nav.jpg") -381px -39px no-repeat; }
body.general-pages #nav-05 { background:url("../images/nav.jpg") -572px -39px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -740px -39px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:0; /* Fixes one px spacing for border-right in FF */
	background-color:#ffffff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	z-index: 9999;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #e9bb75;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#304d70;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover { 
	background-image:none;
	background-color:#f2d489;
	color:#304d70;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:125px; z-index: 9999; }		
#nav-03 ul, #nav-03 li { width:176px; z-index: 9999; }		
#nav-04 ul, #nav-04 li { width:191px; }
#nav-05 ul, #nav-05 li { width:168px; }


#vms-lightwindow-link{display:none;}
