/*--------------------- 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:#2F1D04 url("../images/bg.jpg") repeat;
	text-align:center; 
	font:14px/20px  Arial, Helvetica, sans-serif; 
	color:#F8F1E6;
	}
#bg { 
	background:url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.7em; color:#F8F1E6; text-transform:uppercase; font-family:Georgia, Times, serif; line-height: 25px; }
h2	{ font-size:1.5em; color:#DFC7A6; text-transform:uppercase; font-family:Georgia, Times, serif; line-height: 23px; }
	#column-right h2 { font-size:1.3em; line-height: 20px; }

h3	{ font-size:1.3em; color:#ebe2bd; text-transform:uppercase; font-family:Georgia, Times, serif; line-height: 19px; }
h4	{ font-size:1.2em; color:#FFFFFF; }

h1 span.fancy-title, h2 span.fancy-title, h3 span.fancy-title { display: inline; color: #E6c5a2;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#F8F1E6; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FFFFFF; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
span.fancy-text {color: #e6c5a2; font-weight: bold;}
span.dr-name {color: #DFC7A6; font-weight: bold;}
.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:15px;
	background:url("../images/bullet-back-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 5px 0px 0px;
	}
img.img-left-smile-01 { 
	float:left; 
	margin:0px 15px 0px 0px;
	}
img.img-right { 
	float:right; 
	margin:0px 0px 0px 5px; 
	}
	img.img-right2 { 
	float:right; 
	margin:0 40px 0 0;
	}
img.img-right-smile { 
	float:right; 
	margin:18px 30px 0px 10px; 
	}
img.img-left-margin { 
	float:left; 
	margin:0px 8px 0px 64px;
	}
img.img-right-margin { 
	float:right; 
	margin:0px 30px 0px 8px; 
	}
img.logo-space {margin: 10px;}
	
span.location-name {
	color: #DFC7A6;
	font-family: "Georgia";
	font-weight:bold;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 5px;
	}
p.fairy-text {color: #dfa6a6;}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #414141;
	color:#414141;
	width:197px; /* 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;  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 */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:940px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:653px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left dl {
		margin:0px 30px 15px 64px;
		}

	#column-left form { margin-left:90px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:35px; }
		#column-left ul li { 
			list-style: disc;
			}

	#column-left ul.indent {padding-left: 0px; margin: 3px 0 5px 24px;}
	
	/* multi column list */
	#column-left ul.multi { padding-left:15px; clear: both; } 
		#column-left ul.multi li {
	background:transparent url("../images/bullet.jpg") 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:160px; /* sets the width of each column */
	line-height:20px;
	margin-right: 10px;
			}
		body#contact #column-left ul.multi li {background: none; padding-left: 0px; list-style:none;}

	/* 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.jpg") 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;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:287px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 60px 10px 25px;
		}

	#column-right form { padding-left:24px; }

	/* single column list */
	#column-right ul { padding-left:10px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:13px;  /* pushes text to the right to display bg img */
			margin-bottom: 5px;
			}


/* ------------------------ header framework ------------------------ */
#header-flash { height:278px; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:278px; background:url("../images/flash-patient-01main.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 { padding-top:105px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; }
	body#team #subhead { background:url("../images/subhead-team.jpg") top no-repeat; }
	body#facilities #subhead { background:url("../images/subhead-facilities.jpg") top no-repeat; }
	body#insurance #subhead { background:url("../images/subhead-insurance.jpg") top no-repeat; }
	body#preventative #subhead { background:url("../images/subhead-preventative.jpg") top no-repeat; }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg") top no-repeat; }
	body#crowns-bridges #subhead { background:url("../images/subhead-crowns-bridges.jpg") top no-repeat; }
	body#teeth-whitening #subhead { background:url("../images/subhead-teeth-whitening.jpg") top no-repeat; }
	body#veneers-laminates #subhead { background:url("../images/subhead-veneers-laminates.jpg") top no-repeat; }
	body#implants #subhead { background:url("../images/subhead-implants.jpg") top no-repeat; }
	body#periodontia #subhead { background:url("../images/subhead-periodontia.jpg") top no-repeat; }
	body#orthodontia #subhead { background:url("../images/subhead-orthodontia.jpg") top no-repeat; }
	body#oral-surgery #subhead { background:url("../images/subhead-oral-surgery.jpg") top no-repeat; }
	body#project-smile #subhead { background:url("../images/subhead-project-smile.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; height: 300px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#btn-patient-form {
	height:92px;
	background:url("../images/btn-patient-form.jpg") left no-repeat ;
	position: relative;
	}
	#btn-patient-form a {
		position:absolute;
		top: 14px;
		left: 10px;
		height: 71px;
		width: 223px;
		}
		
	#btn-dental-direct-form {
	height:92px;
	background:url("../images/btn-dental-direct-form.png") left no-repeat ;
	position: relative;
	}
	#btn-dental-direct-form a {
		position:absolute;
		top: 14px;
		left: 10px;
		height: 71px;
		width: 223px;
		}
		
		
#btn-schools-form {
	height:105px;
	background:url("../images/btn-schools-form.jpg") left no-repeat;
	position: relative;
	}
	#btn-schools-form a {
		position:absolute;
		top: 14px;
		left: 10px;
		height: 71px;
		width: 223px;
		}
		
#affiliations-logos {
	height: 143px;
	background: url("../images/affiliations-logos.jpg");
	position:relative;
	}
	#affiliations-logos a {
		position:absolute;
		top: px;
		left: px;
		width: px;
		height: px;
		}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:105px;
	background:url("../images/title-contact.jpg") ;
	}
body#contact #title-contact, body#thankyou #title-contact {
	height:97px;
	background:url("../images/title-visit.jpg") ;
	}
body#project-smile #title-contact {
	height:105px;
	background:url("../images/title-contact-smile.jpg") ;
	}
	
#technology-logos {
	height: 98px;
	background: url("../images/technology-logos.jpg") top no-repeat;
	clear:both;
	}
#title-media {
	height:240px;
	background:url("../images/title-media.jpg") left no-repeat;
	position: relative;
	margin-bottom: 10px;
	}
	#title-media a.mag1{
	position: absolute;
	top: 85px;
	left: 41px;
	height: 97px;
	width: 78px;
		}
	#title-media a.mag2{
	position: absolute;
	top: 85px;
	left: 137px;
	height: 104px;
	width: 79px;
		}
		
#title-testimonials {
	height:88px;
	background:url("../images/patients-testimonials.jpg") ;
	}
#title-faqs {
	height:88px;
	background:url("../images/patients-faqs.jpg") ;
	}
	
#locations {
	background: url("../images/locations-wrap.jpg") repeat-y;
	margin-bottom: 15px;
	}
	#locations-top {
		padding-top: 88px;
		background: url("../images/locations.jpg") top no-repeat;
		}
	#locations-bottom {
		height: 35px;
		background: url("../images/locations-bottom.jpg") top no-repeat;
		clear: both;
		}
	#locations p, #locations h2 {margin: 0 40px 10px 80px;}
	/* LOCATIONS multi column list */
	#column-left #locations ul.multi { padding-left:15px; clear: both; } 
		#column-left #locations ul.multi li { 
			background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
			list-style:none;
			padding:5px 0 0 0px;  /* pushes text to the right to display bg img */
			float:left;
			width:165px; /* sets the width of each column */
			line-height:18px; 
			}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:30px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background: url("../images/footer.jpg") top no-repeat;
	width:940px;
	margin:0 auto;
	text-align:center;
	padding-top: 10px;
	font-size: .95em;
	}

#footer p {
	color:#F8F1E6;
	margin-bottom:10px;
	}
#footer p.copyright {	color:#FFFFFF;	}

#footer a:link, #footer a:visited { color:#FFFFFF; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#F8F1E6; text-decoration:none; }

#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 #FFFFFF;
		}
	#footer li.first { border: none; }

/* ------------------------ BOTTOM-NAV 2nd  NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#bottom-nav { 
	background:url("../images/bottom-nav.jpg") no-repeat; 
	width:940px; 
	height:37px; 
	margin:0;
	padding:0; 
	}

#bottom-nav span { display: none; }

#bottom-nav li, #bottom-nav a { height:37px; display:block; } /* change height here also */

#bottom-nav li { float:left; list-style:none; _display:inline; position:relative; }

#bottom-nav-01 { width: 171px; margin-left: 203px;}
#bottom-nav-02 { width: 96px;}
#bottom-nav-03 { width: 112px;}
#bottom-nav-04 { width: 161px;}


/*-------------- (-79px) X position of button / (-37px) height of image from above ------------- */
#bottom-nav-01 a:hover { background:url("../images/bottom-nav.jpg") -203px -37px no-repeat; }
#bottom-nav-02 a:hover { background:url("../images/bottom-nav.jpg") -374px -37px no-repeat; }
#bottom-nav-03 a:hover { background:url("../images/bottom-nav.jpg") -470px -37px no-repeat; }
#bottom-nav-04 a:hover { background:url("../images/bottom-nav.jpg") -582px -37px no-repeat; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:940px; 
	height:51px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:51px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 110px; margin-left: 10px;}
#nav-02 { width: 86px;}
#nav-03 { width: 133px;}
#nav-04 { width: 127px;}
#nav-05 { width: 125px;}
#nav-06 { width: 94px;}
#nav-07 { width: 110px;}
#nav-08 { width: 130px;}

/*-------------- (-79px) X position of button / (-51px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -10px -51px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -120px -51px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -206px -51px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -339px -51px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -466px -51px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -591px -51px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -685px -51px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -795px -51px 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:#DFC7A6;	/* 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 #2F1D04;
	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:#191D29;
	text-decoration:none;
	font-weight: bold;
	}

#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, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	background-image:none;
	background-color:#F8F1E6;
	color:#191D29;
	text-decoration:none;
	font-weight: bold;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:190px; }		
#nav-03 ul, #nav-03 li { width:200px; }
#nav-04 ul, #nav-04 li { width:200px; }		
#nav-05 ul, #nav-05 li { width:240px; }
#nav-06 ul, #nav-06 li { width:110px; }		
#nav-07 ul, #nav-07 li { width:175px; }




/*  popup-dental-direct-forms settings */



body#popup-dental-direct-forms #wrap {padding:20px; width:400px; height:300px;   background-image:none; background-color:#242A39; color:#F8F1E6;}
body#popup-dental-direct-forms #wrap img {display:block; margin:0 auto;}

body#popup-dental-direct-forms #wrap h1 {color:#DFC7A6;}

body#popup-dental-direct-forms #wrap p.close {text-align:center;}

body#popup-dental-direct-forms #wrap ul li {
margin-left:15px;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
color:#F8F1E6;
}

iframe {border:0px; margin:0; padding:0; display:block;}
