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

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

h1	{ font-size:1.0em; color:#2D4165; }
h2	{ font-size:1.0em; color:#2D4165; }
h3	{ font-size:1.0em; color:#2D4165; }

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

a:link,a:visited	{ color:#2D4165; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2D4165; text-decoration:none; outline:none; }

span {display:none;}
/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
p.txt-cerec {
	font-size:10px;
	line-height:14px;
	}
	
img.img-left { 
	float:left; 
	margin:-1px 0 0 0; 
	}
	
img.img-right { 
	float:right; 
	margin:-5px 0 0 0; 
	}
	

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:226px;
	margin:0 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:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #97afc7;
	color:#1d3757;
	width:221px; /* 5 pixels 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:11px;
	}
	
select { width:226px; 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:0 0 18px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	#contact-main label.name { display:none;}
	
#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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit-contact-main { margin:85px 0 5px 243px; }

input.submit, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:59px;
	height:18px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:797px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:72px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:26px;
		width:287px;
		top:42px;
		height:30px; 
		}
	#masthead a span {
		display:none;
		}

#bg-gradient {
	background:url("../images/bg-gradient-sub.jpg") no-repeat;
	width:797px;
	}
	
/* ----- column-left ----- */

#column-left {
	width:279px;
	float:left;
	font-size:11px;
	line-height:15px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 20px 18px 30px;
		}
	#column-left form { margin-left:30px; }
	
	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-left dl { padding-left:15px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left 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;
			}
	
	#googlemap { margin-left:30px; margin-bottom:18px; }
	
#videowebsite {
margin:25px 0 15px 0;
}	
			
/* ----- column-right ----- */

#column-right {
	width:518px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 41px 18px 16px;
		}
		
		#column-right h1, #column-right h2, #column-right h3, #column-right h4 { margin-bottom:0; }
		
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:15px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-right dl { padding-left:15px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#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;
			}
			
	img.img-doctor {
		margin:0 10px;
		float:left;
		}
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:155px;
	clear:both;
	width:100%; 
	}

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

#header-flash { height:256px; background:url("../images/bg-flash.jpg"); padding-left:8px; }
#launcher { height:256px; float:left; background:url("../images/bg-launcher.jpg") no-repeat; padding-left:6px; }
#header-graphic { height:256px; width:486px; float:right; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */

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

#subhead { height:108px; } /* sets height for all non-flash subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:68px; }
	body#about-us #subhead { background:url("../images/subhead-about.jpg"); }
	body#implant-dentistry #subhead { background:url("../images/subhead-implant.jpg"); }
	body#sedation-dentistry #subhead { background:url("../images/subhead-sedation.jpg"); }
	body#general-dentistry #subhead { background:url("../images/subhead-general.jpg"); }
	body#cosmetic-dentistry #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#restorative-dentistry #subhead { background:url("../images/subhead-restorative.jpg"); }
	body#invisalign #subhead { background:url("../images/subhead-invisalign.jpg"); }
	body#technology #subhead { background:url("../images/subhead-technology.jpg"); }
	body#gallery #subhead { background:url("../images/subhead-gallery.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"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-dr {
	height:85px;
	background:url("../images/subhead-meet-dr.jpg") ;
	}

#subhead-office {
	height:64px;
	background:url("../images/subhead-office.jpg") bottom no-repeat;
	padding-top:20px;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:44px;
	background:url("../images/title-qcontact.jpg") ;
	}
	
#title-patient-forms {
	height: 24px;
	background:url("../images/patient-forms-title.jpg") no-repeat ;
	}
	
	#title-patient-forms ul {
		font-size: 14px;
		padding-top: 34px;
		}

body#contact #title-qcontact, body#thankyou #title-qcontact {
	height:44px;
	background:url("../images/title-location.jpg") no-repeat ;
	}

#title-invisalign {
	height:231px;
	background:url("../images/title-invisalign.jpg") ;
	}

#title-procedures {
	height:97px;
	background:url("../images/title-procedures.jpg") ;
	}

#title-cerec {
	height:29px;
	background:url("../images/title-cerec.jpg") no-repeat;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
body#index #btn-ctc {
		height:93px;
		display:none; /* CHANGE BACK TO BLOCK IF EVER NEEDED CTC */
		background:url("../images/btn-ctc.jpg") no-repeat;	
		}
		
		body#index #btn-ctc a {
			display:block;
			height:93px;
			}

#btn-ctc {
		height:143px;
		display:block;
		background:url("../images/btn-ctc-sub.jpg") no-repeat;	
		}
		
		#btn-ctc a {
			display:block;
			height:143px;
			}

		#btn-ctc span { display:none; }


#btn-bookmark {
		height:86px;
		display:block;
		background:url("../images/btn-bookmark-sub.jpg") no-repeat;	
		}
		
		#btn-bookmark a {
			display:block;
			height:86px;
			margin-top:112px;
			}

		#btn-bookmark span { display:none; }


#btn-refer {
		height:94px;
		display:block;
		background:url("../images/btn-refer.jpg") no-repeat;	
		}
		
		#btn-refer a {
			display:block;
			height:94px;
			}

		#btn-refer span { display:none; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:797px;
	margin:0 auto;
	text-align:center;
	color:#c0daf0;
	}

#footer p {
	margin:0 20px 18px 20px;
	}
	
#footer a { color:#c0daf0; }

#footer ul {margin-bottom:18px;}

#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 #c0daf0;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:797px; 
	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: 115px; margin-left: 8px;}
#nav-02 { width: 102px;}
#nav-03 { width: 126px;}
#nav-04 { width: 111px;}
#nav-05 { width: 107px;}
#nav-06 { width: 73px;}
#nav-07 { width: 76px;}
#nav-08 { width: 70px;}


/*-------------- (-79px) X position of button / (-32px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -8px -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -123px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -225px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -351px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -462px -32px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -569px -32px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -642px -32px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -718px -32px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#cosmetic-dentistry #nav-01 { background:url("../images/nav.jpg") -8px -32px no-repeat; }
body#general-dentistry #nav-02 { background:url("../images/nav.jpg") -123px -32px no-repeat; }
body#restorative-dentistry #nav-03 { background:url("../images/nav.jpg") -225px -32px no-repeat; }
body#implant-dentistry #nav-04 { background:url("../images/nav.jpg") -351px -32px no-repeat; }
body#sedation-dentistry #nav-05 { background:url("../images/nav.jpg") -462px -32px no-repeat; }
body#invisalign #nav-06 { background:url("../images/nav.jpg") -569px -32px no-repeat; }
body#technology #nav-07 { background:url("../images/nav.jpg") -642px -32px no-repeat; }
body#gallery #nav-08 { background:url("../images/nav.jpg") -718px -32px no-repeat; }

/* Nav Top
 * ------------------------------------------------------------------------- */

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

#nav-top span { display: none; }

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

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

#nav-top-01 { width: 50px; margin-left: 606px;}
#nav-top-02 { width: 58px;}
#nav-top-03 { width: 74px;}


/* Da Vinci Veneers
 * ------------------------------------------------------------------------- */
#module-davinci {
	background:url("../images/bg-davinci.jpg");
	width:797px;
	font-size:11px;
	line-height:15px;
	}

#subhead-davinci {
	background:url("../images/subhead-davinci.jpg");
	height:160px;
	}
	
	p.txt-davinci {
		margin:-78px 35px 18px 295px;
		}
	
#bottom-davinci {
	background:url("../images/bottom-davinci.jpg");
	height:47px;
	}
	
/* Featured Procedures
 * ------------------------------------------------------------------------- */
#module-procedures {
	background:url("../images/bg-blue.jpg");
	width:518px;
	}
	
	#bg-dentist-chair {
		background:url("../images/bg-dentist-chair.jpg") bottom right no-repeat;
		width:518px;
		}
	
	#procedures-left {
		width:248px;
		float:left;
		}
		
		#procedures-left p, #procedures-left h2, #procedures-left h3, #procedures-left ul, #procedures-left dl {
			margin-right:18px;
			}
		
	#procedures-right {
		width:270px;
		float:left;
		}
		
		#procedures-right p, #procedures-right h2, #procedures-right h3, #procedures-right ul, #procedures-right dl {
			margin-left:22px;
			}
			
		#column-right #procedures-right ul { padding-left:0; }
		#column-right #procedures-right ul li { 
			background:transparent url("../images/bullet-blue.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}


/* ----Gallery Thumbnails---- */
img.gallery-tn-01  {
	width:260px;
	height:170px;
	}

.name { display:none;}

#videowebsite { display:none;}
#btn-ctc{ display:none;}
