/*--------------------- 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:#344149 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:15px; color:#ffcc66; }
h2	{ font-size:14px; color:#ffcc66; }
h3	{ font-size:14px; color:#ffcc66; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#ffcc66; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#ffcc66; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}
.clear-box{
	height:150px;

	}
div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:240px;
	margin:0 0 20px 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:none;
	color:#000;
	width:240px; /* 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:11px;
	}

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; } /* 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:62px;
	height:18px;
	cursor:pointer; 
	padding:0;
	background:url("../images/btn-submit.jpg");
	margin-top:5px; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------ 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%; 
	height:230px;
	}*/

/* ------------------------ main framework ------------------------ */
#wrap {
	background-image:url("../images/bg-wrap.jpg");
	background-repeat:repeat-y;
	width:920px;
	margin:0 auto;
	text-align:left;
	}
#content-bottom {
	background:url("../images/content-bottom.jpg") bottom no-repeat;
	}
#boxClear{ background-image:url("../images/content-bottom2.jpg");
		float:right;
		width:920px;
		height:56px;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:84px;
	}
	/* index page link within #masthead */		
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:263px;
	width:441px;
	top:27px;
	height:43px;
		}
	#masthead a span {
		display:none;
		}

/*-------------------------- index boxes ---------------------*/

#index-boxes {
	position:relative;
	height:680px;
	background:url("../images/index-boxes.jpg") no-repeat;
	width:920px;
	float:left;
	}
	#index-boxes div.cosmetic-box {
		position:absolute;
		width:241px;
		height:281px;
		left: 50px;
		top: 241px;
		}
		#index-boxes a#learn-cosmetic {
	position:absolute;
	width:104px;
	height:23px;
	left: 118px;
	top: 629px;
			}
	#index-boxes div.restorative-box {
		position:absolute;
		width:241px;
		height:281px;
		left: 339px;
		top: 241px;
		}
		#index-boxes a#learn-restorative {
	position:absolute;
	width:104px;
	height:23px;
	left: 408px;
	top: 628px;
			}
	#index-boxes div.advanced-box {
	position:absolute;
	width:241px;
	height:281px;
	left: 629px;
	top: 241px;

		}
		#index-boxes a#learn-advanced {
	position:absolute;
	width:104px;
	height:23px;
	left: 698px;
	top: 628px;
			}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:606px;
	float:left;
	padding-bottom:25px;
	background-image:url("../images/content-top.jpg");
	background-repeat:no-repeat;
	}
body#index #column-left { padding-bottom:0; }

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl, #column-left ol {
		margin:0px 16px 20px 40px;
		}
		
	#column-left blockquote { margin:0 46px 20px 70px; }

	#column-left form { margin-left:40px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:15px; }
		#column-left ul li { 
			list-style:disc;
			margin-left:15px;
			}
			
	#column-left ol { padding-left:20px; }
		#column-left ol li { 
			list-style:decimal;
			margin-left:15px;
			}

	/* definition list */
	#column-left dl { padding-left:15px; }
		#column-left dl dt {
			font-weight:bold;
			color:#02a3d8;
			}
		#column-left dl dd {
			list-style:disc;
			margin-left:15px;
			}
			
	#banner-ftrd-case {
		background:url("../images/banner-ftrd-case.jpg");
		height:210px;
		position:relative;
		}
		#banner-ftrd-case p {
			position:absolute;
			top: 61px;
			height: 100px;
			width: 329px;
			left: 242px;
			margin:0;
			padding:0;
			}
		#banner-ftrd-case a.ftrd-case-thumb {
	position:absolute;
	width: 160px;
	height: 148px;
	left: 60px;
	top: 20px;
			}	

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:314px;
	float:right;
	padding-bottom:88px;
	background-image:url("../images/right-column-bg.jpg");
	background-repeat:no-repeat;
	
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 40px 20px 34px;
		}

	#column-right form { margin-left:34px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul 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 */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul 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: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.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;
			}
			
	#btn-ctc {
		height:91px;
		background:url("../images/btn-ctc.jpg");
		position:relative;
		margin-bottom:20px;
		}
		#btn-ctc a {
			position:absolute;
			height:91px;
			width:240px;
			left: 34px;
			top: 0px;
			}
			
	#map {
		position:relative;
		background:url("../images/img-map.jpg");
		height:110px;
		}
		#map a {
			position:absolute;
			height:89px;
			width:111px;
			left: 34px;
			top: 0;
			}


/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:300px;}
#header-graphic { height:370px; 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:45px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg"); }
	body#cosmetic-general #subhead { background:url("../images/subhead-cosmetic-general.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"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:45px;
	background:url("../images/title-contact.jpg") ;
	}

#title-location {
	height:116px;
	background:url("../images/title-location.jpg") ;
	}

	body#contact #title-location{
	height:116px;
	background:url("../images/title-location-contact.jpg") ;
	}
	
#title-about {
	height:79px;
	background:url("../images/title-about.jpg");
	}
/* ------------------------------------- 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 {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:230px;
	clear:both; /* important - do not remove */
	}



/* ------------------------footer2 framework ------------------------ */
#footer2 {
	width:920px;
	margin:0 auto;
	text-align:center;
	padding-top:60px;
	
	
	}
	
body#index #footer {
	background:url("../images/bg-footer.jpg") no-repeat;
	}

#footer2 p {
	color:#fff;
	margin-bottom:10px;
	}

#footer2 a:link, #footer2 a:visited { color:#fff; }
#footer2 a:hover, #footer2 a:active { color:#fff; }

#footer2 ul {margin:0 0 10px 0;}
	#footer2 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;
		}
	#footer2 li.first { border: none; }




/* ------------------------footer framework ------------------------ */
#footer {
	width:920px;
	margin:0 auto;
	text-align:center;
	padding-top:60px;
	
	
	}
	
body#index #footer {
	background:url("../images/bg-footer.jpg") no-repeat;
	}

#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:0 0 10px 0;}
	#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 ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav-2.jpg") no-repeat; 
	width:920px; 
	height:41px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:41px; display:block; margin:0; padding:0; } /* change height here also */

#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}

#nav-01 {width: 86px;}
#nav-02 { width: 84px;}
#nav-03 {
	width: 284px;
}
#nav-04 {
	width: 273px;
}
#nav-05 { width: 85px;}
#nav-06 { width: 108px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav-2.jpg")  0px -41px no-repeat; }
#nav-02 a:hover { background:url("../images/nav-2.jpg") -86px -41px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-2.jpg") -170px -41px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-2.jpg") -454px -41px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-2.jpg") -727px -41px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-2.jpg") -812px -41px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav-2.jpg")  0px -41px no-repeat; }
body#about #nav-02 { background:url("../images/nav-2.jpg") -86px -41px no-repeat; }
body#restorative #nav-03 { background:url("../images/nav-2.jpg") -170px -41px no-repeat; }
body#cosmetic-general #nav-04 { background:url("../images/nav-2.jpg") -454px -41px no-repeat; }
body#gallery #nav-05 { background:url("../images/nav-2.jpg")  -727px -41px no-repeat; }
body#contact #nav-06 { background:url("../images/nav-2.jpg") -812px -41px no-repeat; }


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
