/*--------------------- 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:#000000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#ffffff;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.3em; color:#91b5bb;}
h2	{ font-size:1.2em; color:#91b5bb;}
h3	{ font-size:1.0em; color:#91b5bb;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#ffffff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#ffffff; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

#column-right p.back-to-top {
	text-align:right;
	display:block;
	height:23px;
	background:url("../images/bg-back-to-top.gif") 0px 0px repeat-x;
	margin-right:0px;
	margin:10px 0 10px 0px;
	}
	p.back-to-top a {
		width:77px;
		height:23px;
		float:right;
		background:url("../images/bullet-back-to-top.gif") 0px 0px no-repeat;
		}
	p.back-to-top a:hover {background-position:0px -23px;} 	
	p.back-to-top a span {display:none;}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 17px;
	}

img.img-right { 
	float:right; 
	margin:-12px 0px 0px 10px; 
	}
	
.thumb-left {margin-left:17px;}

.faux-h2 {
	font-size:1.2em; color:#91b5bb; font-weight:bold;
	}	
.misspellings {margin-top:40px;}

.btn-vid-leftcol {margin:30px 0 25px 23px;}

.click-to-call {margin:15px 0 3px 23px;}

/* ------------------------ form elements ------------------------ */
form {
	width:188px;
	margin:30px 0 15px 0; /* set margin left and right below */
	}

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 #346772;
	color:#000000;
	width:183px; /* 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:"Trebuchet MS", 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 */ 


/* ------------------------ 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; height:20px; } /* 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:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ----------------------------- Quick COntact --------------------------------- */
	#contact-quick-wrap {
		background:url("../images/title-contact-us.gif") 0px 0px no-repeat;
		margin-top:38px;
		padding-top:37px;
		width:241px;
		}
	#column-left form#contact-quick {margin-left:24px;}
	
	#contact-quick-wrap-gallery {
		background:url("../images/title-contact-us.gif") 0px 0px no-repeat;
		margin-top:0px;
		padding-top:37px;
		width:241px;
		}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	/*background:url("../images/bg-wrap.jpg") repeat-y;*/
	background-color:#000000;
	width:869px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:76px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:10px;
	width:406px;
	top:31px;
	height:42px;
		}
	#masthead a span {
		display:none;
		}
/*------------------------- top-nav -------------------------------------*/
#top-nav-bg {
	background: url("../images/top-nav.jpg") 0px 0px no-repeat;
	height:32px;
	position:relative;
	}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:241px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 28px 10px 28px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			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.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
#googlemap {
	position:relative;
	width:185px;
	height:60px;
	margin-top:30px;
	}
#googlemap a{
	position:absolute;
	top:0px; left:0px;
	background:url("../images/google-map.jpg") 0px 0px no-repeat;
	margin-left:28px;
	width:185px;
	height:60px;
	}
	#googlemap a:hover	{background-position:0px -60px;}	

#vms-lightwindow-link {display:none;}


/* ------------ column-left media player -------------------------------- */
body#gallery #media-player-call-out {
	width:241px;
	}
	
	body#gallery #media-player-call-out p {
	margin:10px 12px 15px 12px;
	}
	
	body#gallery #bg-video-smile-gallery p.note {margin-left:12px;}

#media-player-call-out {
	width:840px;
	}
	#media-player-call-out p {
	margin:60px auto 10px 100px;
	}
	
	#bg-video-smile-gallery p.note {margin-left:100px;}

/* ------------ column-left media player -------------------------------- */
#bg-video-smile-gallery {
	background:url("../images/bg-video-smile-gallery.jpg") no-repeat;
	width:869px;
	height:194px;
	}

#nav-line {
	background:url("../images/img-nav-line-bottom.jpg") repeat-x;
	height:11px;
	width:869px;
	}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:628px;
	display:inline;
	float:left;
	}
	
	body#index #column-right {
	width:628px;
	display:inline;
	float:left;
	}
	
	#column-right h1, #column-right h2, #column-right h3{
		margin:30px 7px 14px 17px;
		}
	
	#column-right p, #column-right ul, #column-right dl  {
		margin:0px 7px 17px 17px;
		}
		
		#column-right p.nbsp  {
		margin:-10px 7px 17px 17px;
		}	
	
		#column-right p.index-indent  {
		margin:0px 37px 17px 30px;
		}
	
	
	#column-right img.left-margin {margin-left:17px;}	
		
	#column-right ul ul {margin-left:8px; margin-bottom:0px;}
	#column-right form { margin-left:17px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}


	/* 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.gif") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
			
	a.large-incharge  {font-size:1.7em; color:#91b5bb;}
/*--------------- gallery buttons on gallery page ---------------- */
	.bna-thumb {
		position:relative;
		width:270px;
		height:166px;
		float:left;
		margin-left:17px;
		}
	.gallery-link {
	position:absolute;
	width:73px;
	height:35px;
	left:40px;
	top:48px;
		}
	.video-link {
	position:absolute;
	width:116px;
	height:102px;
	left:147px;
	top:14px;
		}

	.case-1 {
		background: url("../gallery/thumbs/bna-thumb-bryan.jpg") 0px 0px no-repeat;
	}
	   
	.case-2 {
		background: url("../gallery/thumbs/bna-thumb-kate.jpg") 0px 0px no-repeat;
	}
	
	
	.case-3 {
		background: url("../gallery/thumbs/bna-thumb-cary.jpg") 0px 0px no-repeat;
	}
	.case-4 {
		background: url("../gallery/thumbs/bna-thumb-cheri.jpg") 0px 0px no-repeat;
	}
	.case-5 {
		background: url("../gallery/thumbs/bna-thumb-daniel.jpg") 0px 0px no-repeat;
	}
	.case-6 {
		background: url("../gallery/thumbs/bna-thumb-2.jpg") 0px 0px no-repeat;
	}
	.case-7 {
		background: url("../gallery/thumbs/bna-thumb-mandy.jpg") 0px 0px no-repeat;
	}
	.case-8 {
		background: url("../gallery/thumbs/bna-thumb-mary.jpg") 0px 0px no-repeat;
	}
	.case-9 {
		background: url("../gallery/thumbs/bna-thumb-stephanie.jpg") 0px 0px no-repeat;
	}
	
	.case-sue {
		background: url("../gallery/thumbs/bna-thumb-sue.jpg") 0px 0px no-repeat;
		}
	
	
	.bna-thumb-new {
		position:relative;
		width:285px;
		height:166px;
		float:left;
		display:inline;
		margin-left:17px;
		}
	.gallery-link-new {
	position:absolute;
	width:116px;
	height:148px;
	left:9px;
	top:10px;
		}
	.video-link-new {
	position:absolute;
	width:134px;
	height:155px;
	left:135px;
	top:6px;
		}

	.case-1-new {
		background: url("../gallery/thumbs/thumb-zample-testimonial3.jpg") 0px 0px no-repeat;
	}
	   
	.case-2-new {
		background: url("../gallery/thumbs/thumb-zample-testimonial2.jpg") 0px 0px no-repeat;
	}
	
	.bna-thumb-newer {
		background: url("../gallery/thumbs/thumb-zample-testimonial1.jpg") 0px 0px no-repeat;
		position:relative;
		width:580px;
		height:170px;
		float:left;
		display:inline;
		margin-left:17px;
		margin-bottom:15px;
		}
	.gallery-link-newer {
	position:absolute;
	width:116px;
	height:148px;
	left:9px;
	top:10px;
		}
	.video-link-newer {
	position:absolute;
	width:134px;
	height:155px;
	left:135px;
	top:6px;
		}

/*---------------- gallery button on home page ------------------- */ 
#gallery-button {
	position:relative;
	width:610px;
	height:175px;
	margin-left:5px;
	}
	#gallery-button a {
		background:transparent url("../images/gallery-page-button.jpg") 0px 0px no-repeat;
		position:absolute;
		top:0px; left:0px;
		width:610px; height:175px;
		}
		#gallery-button a:hover {
		background-position:0px -175px;
		}
		#gallery-button a span {display:none;}
/* ------------------------ header framework ------------------------ */
#header-flash { height:379px; } /* sets height for the flash header - REMOVE IF NOT USED */
#cs_noexpressUpdate {text-align:center;}
#header-graphic { height:379px; background:url("../images/header.jpg");} /* sets height for all non-flash headers */


/* ------------------------ subhead framework ------------------------ */
#subhead { 
	height:38px;
	border-bottom:1px solid #507980; 
	margin: 20px 0px 25px 17px;
	 } /* sets height for all subheads */
	 #subhead span {display:none;}
	body#index #subhead { background:url("../images/subhead-index.gif"); }
	body#practice #subhead { background:url("../images/subhead-practice.gif"); }
	body#team #subhead { background:url("../images/subhead-team.gif"); }
	body#makeover #subhead { background:url("../images/subhead-makeover.gif"); }
	body#veneers #subhead { background:url("../images/subhead-veneers.gif"); }
	body#whitening #subhead { background:url("../images/subhead-whitening.gif"); }
	body#invisalign #subhead { background:url("../images/subhead-invisalign.gif"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.gif"); }
	body#sedation #subhead { background:url("../images/subhead-sedation.gif"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
/* ---------------- click-to-learn ------------------------------ */
a.button-learn{
	background: url("../images/link-click-to-learn.gif") 0px 0px no-repeat;
	width:117px;
	height:9px;
	position:relative;
	}
	a.button-learn:hover { background-position: 0px -9px;}

#subhead .button-learn { 
	float:right;	
	margin-top:28px;
	}
	
.title .button-learn { 
	float:right;	
	margin-top:18px;
	}
/*----------------------- title framework ---------------------------------*/
.title {
	border-bottom:1px solid #507980;
	margin:10px 0px 20px 17px;
	height:28px;

	 }
	 .title span {display:none;}
	.practice {
	background:url("../images/title-about-practice.gif");
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:4px;
	clear:both; /* important - do not remove */
	padding-top:40px;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background:#111111 url("../images/bottom-wrap.gif") 0px 0px repeat-x;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
	}
#footer p {
	color:#698aa6;
	margin-bottom:10px;
	padding:0 25px;
	width:869px;
	margin:0 auto 10px;
	}

#footer a:link, #footer a:visited { color:#a3cedc; }
#footer a:hover, #footer a:active { color:#a3cedc; }

#footer ul {margin:0px auto 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 #a3cedc;
		}
	#footer li.first { border: none; }
	
#footer p.last {margin-bottom:0px;}	

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:869px; 
	height:32px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:32px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 90px; margin-left:0px;}
#nav-02 { width: 165px;}
#nav-03 { width: 140px;}
#nav-04 { width: 180px;}
#nav-05 { width: 160px;}
#nav-06 { width: 130px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif") -0px -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif") -90px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -255px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -395px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -575px -32px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -735px -32px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -30px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#000000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #ffffff;
	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:12px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover{ 
	background:#000000 url("../images/drop-down-bullet.gif") 3px 6px no-repeat;
	color:#FFFFFF;
	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:160px;}	
#nav-01 ul, #nav-01 li { width:80px;}

#nav-01 ul, #nav-02 ul {margin-top:0px; margin-left:10px;}
/*----------------------------------- top nav ---------------------------------- */
#top-nav { 
	background:url("../images/top-nav.gif") no-repeat; 
	width:223px; 
	height:32px; 
	margin:0;
	padding:0; 
	float:right;
	}

#top-nav span { display: none; }

#top-nav li, #top-nav a { height:32px; display:block; } /* change height here also */

#top-nav li { float:left; list-style:none; _display:inline; position:relative; }

#top-nav-01 { width: 110px;}
#top-nav-02 { width: 113px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#top-nav-01 a:hover { background:url("../images/top-nav.gif") 	0px -32px no-repeat; }
#top-nav-02 a:hover { background:url("../images/top-nav.gif") -110px -32px no-repeat; }

