/*--------------------- 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:#4A7C9C url("../images/bg-body.jpg") 0 0 repeat-x;
	text-align:center; 
	font:11px/18px Arial, Helvetica, sans-serif; 
	color:#140E0D;
	}

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

p.h1	{ font-size:1.3em; color:#407393; font-weight:bold; }
p.h1ad	{ font-size:1.3em; color:#ae7667; font-weight:bold; }
p.h2	{ font-size:1.2em; color:#407393; font-weight:bold; }
p.h3	{ font-size:1.1em; color:#407393; font-weight:bold; }

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

a:link,a:visited	{ color:#185174; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#185174; text-decoration:none; outline:none; font-weight:bold; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	}

img.img-left { 
	float:left; 
	margin:0 5px 0 0; 
	}

img.img-right { 
	float:right; 
	margin:0 0 0 5px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:190px;
	margin:10px 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:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #3A5E76;
	color:#000;
	width:185px; /* 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:190px; 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; } /* 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:21px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:#DEE7EB url("../images/bg-wrap.jpg") repeat-y;
	width:748px;
	margin:0 auto;
	text-align:left;
	}
#inner-wrap { background:transparent url("../images/bg-inner-wrap.jpg") bottom no-repeat; }

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:#B5D5EA url("../images/masthead.jpg") 0 7px no-repeat;
	height:76px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:269px;
		width:209px;
		top:29px;
		height:47px; 
		}
	#masthead a span {
		display:none;
		}
/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:206px;
	background:url("../images/header-index.jpg");
	}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	height:64px; 
	}

#nav span { display: none; }

#nav li, #nav a { height:64px; display:block; }

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

#nav-01 { width: 68px; margin-left: 109px;}
#nav-02 { width: 97px;}
#nav-03 { width: 74px;}
#nav-04 { width: 112px;}
#nav-05 { width: 93px;}
#nav-06 { width: 87px;}

#nav-01 a:hover { background:url("../images/nav.jpg") -109px -64px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -177px -64px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -274px -64px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -348px -64px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -460px -64px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -553px -64px no-repeat; }

body#index #nav-01 { background:url("../images/nav.jpg") -109px -64px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -177px -64px no-repeat; }
body#family #nav-03 { background:url("../images/nav.jpg") -274px -64px no-repeat; }
body#restorative #nav-04 { background:url("../images/nav.jpg") -348px -64px no-repeat; }
body#cosmetic #nav-05 { background:url("../images/nav.jpg") -460px -64px no-repeat; }
body#contact #nav-06 { background:url("../images/nav.jpg") -553px -64px no-repeat; }

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:506px;
	float:left;
	}

	#column-left p, #column-left p.h1, #column-left p.h2, #column-left p.h3, #column-left ul, #column-left dl {
		margin:0px 31px 18px 50px;
		}

	#column-left form { margin-left:50px; } /* set form margin here */

	#column-left p.h1, #column-left p.h2, #column-left p.h3 { margin-bottom:9px; }
	#column-left p.h2 {
		background:transparent url("../images/bg-h-tags.jpg") bottom repeat-x;
		padding-bottom: 2px;
	}
		
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;
			margin-bottom:3px;
			}
	#column-left ul li ul {
		margin-left:0px;
		margin-bottom:0px;
		}

	#column-left dl dt {
		font-weight:bold;
		width:29%;
		float:left;
		clear:left;
		}
	#column-left dl dd {
		width:69%;
		float:left;
		}
		
	#column-left #directions	{ margin-top:18px; }
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:242px;
	float:left;
	}

	#column-right p, #column-right p.h1, #column-right p.h2, #column-right p.h3, #column-right ul, #column-right dl, .vcard {
		margin:0px 31px 10px 22px;
		}

	#column-right form { margin-left:22px; }

/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:82px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	body#index #subhead { background-image:url("../images/subhead-index.jpg"); }
	body#about #subhead { background-image:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background-image:url("../images/subhead-contact.jpg"); }
	body#cosmetic #subhead { background-image:url("../images/subhead-cosmetic.jpg"); }
	body#family #subhead { background-image:url("../images/subhead-family.jpg"); }
	body#restorative #subhead { background-image:url("../images/subhead-restorative.jpg"); }
	body#thankyou #subhead { background-image:url("../images/subhead-thankyou.jpg"); }


/* ------------------------ title framework with varying heights ------------------------- */
#title-contact-us {
	height:151px;
	background:url("../images/title-contact-us.jpg") ;
	}
.index-sub-column {
	padding-top:59px;
	float:left;
	width:131px;
	display:inline;
}		
#column-left .index-sub-column p { margin:0 0 10px 0; }
.learn-more {
	text-align:right;
	}
.learn-more a {
	background:url("../images/bullet.jpg") 0 4px no-repeat;
	padding-left: 12px;
	}
	

#family-sub {
	background:#DEE7EB url("../images/title-family.jpg") 0 26px no-repeat;
	margin-left:49px;
	margin-right:17px;
	}
#restorative-sub {
	background:#DEE7EB url("../images/title-restorative.jpg") 0 26px no-repeat;
	}
#cosmetic-sub {
	background:#DEE7EB url("../images/title-cosmetic.jpg") 0 26px no-repeat;
	margin-left:17px;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-map {
	height:130px;
	display:block;
	background:url("../images/btn-map.jpg") 15px 0 no-repeat;
	text-indent:-9999px;
	margin-bottom:20px;
	}
	#btn-map:hover {
		background:url("../images/btn-map.jpg") 15px -130px no-repeat;
		}

.logos { margin-left:22px; padding-bottom:15px; }

#no{ }


#new-patient-specials {position:relative; width:189px; height:248px; margin:20px 31px 10px 22px;}
#new-patient-specials h2 {background:url("../images/specials-title.jpg") 0px 0px no-repeat; width:189px; height:45px;}
#new-patient-specials a {position:absolute; height:45px; width:189px;}
#new-patient-specials a span, #new-patient-specials h2 span{display:none;}
#procedure { background:url("../images/button-50-off.jpg") 0px 0px no-repeat; top:45px; left:0px;}
#implants-coupon { background:url("../images/button-implants-consult.jpg") 0px 0px no-repeat;  top:110px; left:0px;}
#lumineer { background:url("../images/button-lumineers-consult.jpg") 0px 0px no-repeat;  top:175px; left:0px;}
#yellow { background:url("../images/costsaving.jpg") 0px 0px no-repeat;  top:175px; left:0px;}
a#yellow span { display:none; }
a#yellow { display:block; width:189px; height:45px; margin:20px 31px 10px 22px; }
#procedure:hover, #implants-coupon:hover, #lumineer:hover, #yellow:hover {background-position:0px -45px;}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:31px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#FFF;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFF; }
#footer a:hover, #footer a:active { color:#FFF; }

#footer ul {margin: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 #FFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

