/*--------------------- 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;
}
.special { display:none;}
.home { 
 width: 0;
 height: 0;
 display:none;
 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:#D7C8A7 url(../images/bg-hori.jpg) top repeat-x;
	text-align:center;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.2em;
	color:#000;
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size:1em;
	color:#003300;
}
h1 span, h2 span, h3 span {
	display:none;
}
a:link, a:visited {
	color:#CC0000;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#2f86af;
	text-decoration:underline;
	outline:none;
}
h1, h2, h3, h4, p {
	margin-bottom:10px;
}
h2.nav {
	display:none;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
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:0 10px 10px 0;
	display: block;
}
.video-pods img.img-left {
	display:block;
	padding:2px;
	background-color:#C4B691;

}
img.img-right {
	float:right;
	margin:0 0 10px 10px;
	display: block;
}
img.img-center {
	margin:0 auto 10px auto;
	display: block;
}

.index-award{
	display:block;
	float:right;
	margin:0 0 10px 15px;
	width: 327px;
	text-align: center;
	font: 10px/12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.index-p2{
	display:block;
	float:left;
	margin:0 15px 10px 0;
	width: 147px;
}
.index-award img{ margin-bottom:10px;}
/* ------------------------ form elements ------------------------ */
form {
	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 #665835;
	color:#665835;
	width:145px; /* 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:1em;
}
input {
	border-bottom:1px solid #665835;
	border-top:none;
	border-left:none;
	border-right:none;
}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from, input#check-form {
	display:none;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
}
#contact-main fieldset {
	width:300px;
	float:left;
	margin-right: 20px;
}
#contact-main label {
	width:125px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1em;
}
#contact-main label.extend {
	width:100%;
	color:#FF0000;
	text-align:center;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:160px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label input.checkbox{
	border:none;
	outline: none;
	width: 17px;
}
#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:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:90px 0 10px 260px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(../images/button-contact.jpg);
	width:104px;
	height:40px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url(../images/bg-verti.jpg) repeat-y;
	width:1016px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url(../images/masthead.jpg);
	height:246px;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:100px;
	width:121px;
	top:55px;
	height:173px;
}
#masthead a span {
	display:none;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:301px;
	float:left;
}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:715px;
	float:left;
}
#column-right .content {
	width:685px;
	margin: 10px 0 10px 10px;
}
#column-right .content-video {
	width:687px;
	margin: 10px 0 10px 8px;
}
#column-right .content-video h3.header {
	display:block;
	background-color:#3F6937;
	border-bottom: 1px solid #A89B7B;
	color: #FFF;
	padding: 0 10px 0 18px;
	font-size: 10px;
}
#column-right .content-video .video-pods{
	width:328px;
	margin:0 15px 10px 0;
	float: left;
}
	.award-content{
	width:300px;
	display:block;
	float:left;
	padding:0;
	margin:0 25px 20px 0;
}
.award-content-bold{
	width:300px;
	display:block;
	float:left;
	padding:0;
	margin:0 25px 20px 0;
	font-weight:bold;
}
.award-content p{ margin:0 0 5px 0;}
#column-right h2.header{
	width:100%;
	display:block;
	border-bottom:2px #665835 solid;
	padding: 0;
	color: #665833;
}

#column-right .content h2 a:link, #column-right .content h2 a:visited { text-decoration:none;}
#column-right .content h2 a:hover, #column-right .content h2 a:active { text-decoration:underline;}

#column-right .content a:link, #column-right .content a:visited {
	color:#665833;
	text-decoration:underline;
	outline:none;
}
#column-right .content a:hover, #column-right .content a:active {
	color:#665833;
	text-decoration:none;
	outline:none;
}
#featured-film {
	background:url(../images/bg-film-special.jpg) top no-repeat;
	height:135px;
}
#featured-film h2, #featured-film p {
	display:none;
}
#featured-film p.appear{
	display:block;
	color:#000000;
	text-align: center;
	padding: 105px 0 0 0;
	font-size: 0.8em;
}
#column-right .content ul {
	padding-left:10px;
	margin-bottom: 30px;
}
#column-right .content ul li {
	background: 0px 6px no-repeat;
	list-style:none;
	padding-left:10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#column-right .content ul li ul li {

	list-style: square;

}
#column-right .content ul.multi {
	padding-left:0px;
}
#column-right .content ul.multi li {
	padding:0;
	float:left;
	width:215px;
	line-height:20px;
	list-style: none;
	margin: 0;
}

/* HIDE 
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }

	



	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px;  
			float:left;
			width:150px;
			line-height:20px; 
			}


	#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; 
			padding-left:10px;  
			margin-left:5px;
			}
*/
/* ------------------------ header framework ------------------------ */
#header-flash {
	height:250px;
	background:url(../images/header-video.jpg);
	position:relative;
} /* sets height for the flash header - REMOVE IF NOT USED */
#header-flash .movie-screen {
	position:absolute;
	width:680px;
	height:180px;
	top:16px;
	left:14px;
}
#header-flash .movie-screen p {
	color: #FFFFFF;
}
#header-graphic {
	height:300px;
} /* 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);
}

#flash-smoothop{
	display:block;
	margin:0 auto 10px auto;
	width: 340px;
	height: 280px;
}
/* ------------------------ subhead framework ------------------------ */
#subhead, .header-awards {
	height:48px;
	background:url(../images/subhead-blank.jpg);
	position:relative;
} /* sets height for all subheads */
#subhead h1 , .header-awards h2{
	display:block;
	position:absolute;
	top:25px;
	left:26px;
	margin: 0;
	color: #251e0d;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* ------------------------------------- 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:20px;
	clear:both; /* important - do not remove */
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:100%;
	margin:0 auto;
	text-align:center;
	background: #000000 url(../images/bg-hori-bottom.jpg) top repeat-x;
	padding-top: 85px;
	padding-bottom: 25px;
}
#footer p {
	color:#D7C8A7;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#D7C8A7;
}
#footer a:hover, #footer a:active {
	color:#D7C8A7;
}


#copyright a:link, #copyright a:visited {
	color:#D7C8A7;
	text-decoration:none;
}
#copyright a:hover, #copyright a:active {
	color:#D7C8A7;
	text-decoration:none;
}
#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 #009900;
}
#footer li.first {
	border: none;
}
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url(../images/nav.jpg) top left no-repeat;
	width:301px;	/* Width of buttons, not entite image (or half of entire image) */
	height:315px;	 /* Height of entire image */
	margin:0;
	padding:0;
}
#nav li span {
	display: none;
}
#nav li {
	float:left;
	list-style:none;
	position:relative;
}
#nav li, #nav a {
	height:24px;	/* Each button must have the same height, define it here */
	display:block;
}
/* margin-top to set where the nav should begin */
#nav-01 {
	margin-top:0px;
	width:301px;
}
/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10, #nav-11, #nav-12 {
	margin-top:0;
	width:301px;
}
#nav-01 a:hover {
	background:url(../images/nav.jpg) -301px 0px no-repeat;
}
#nav-02 a:hover {
	background:url(../images/nav.jpg) -301px -24px no-repeat;
}
#nav-03 a:hover {
	background:url(../images/nav.jpg) -301px -48px no-repeat;
}
#nav-04 a:hover {
	background:url(../images/nav.jpg) -301px -72px no-repeat;
}
#nav-05 a:hover {
	background:url(../images/nav.jpg) -301px -96px no-repeat;
}
#nav-06 a:hover {
	background:url(../images/nav.jpg) -301px -120px no-repeat;
}
#nav-07 a:hover {
	background:url(../images/nav.jpg) -301px -144px no-repeat;
}
#nav-08 a:hover {
	background:url(../images/nav.jpg) -301px -168px no-repeat;
}
#nav-09 a:hover {
	background:url(../images/nav.jpg) -301px -192px no-repeat;
}
#nav-10 a:hover {
	background:url(../images/nav.jpg) -301px -216px no-repeat;
}
#nav-11 a:hover {
	background:url(../images/nav.jpg) -301px -240px no-repeat;
}
#nav-12 a:hover {
	background:url(../images/nav.jpg) -301px -264px no-repeat;
}
/******************TOP-NAV********************************/
#top-nav {
	background:url(../images/top-nav.jpg) no-repeat;
	width:715px;
	height:56px;
	margin:0;
	padding:0;
	position: relative;
}
#top-nav span {
	display: none;
}
#top-nav li, #top-nav a {
	height:31px;
	display:block;
} /* change height here also */
#top-nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#top-nav-01 {
	width: 92px;
	margin-top:25px;
	margin-left: 148px;
}
#top-nav-02 {
	width: 124px;
	margin-top:25px
}
#top-nav-03 {
	width: 194px;
	margin-top:25px
}
#top-nav-04 {
	width: 157px;
	margin-top:25px
}
#top-nav-01 a:hover {
	background:url(../images/top-nav.jpg) -148px -81px no-repeat;
}
#top-nav-02 a:hover {
	background:url(../images/top-nav.jpg) -240px -81px no-repeat;
}
#top-nav-03 a:hover {
	background:url(../images/top-nav.jpg) -364px -81px no-repeat;
}
#top-nav-04 a:hover {
	background:url(../images/top-nav.jpg) -558px -81px no-repeat;
}
/**************** left-prject ******************************/
#left-project {
	background:url(../images/left-project-repeat.jpg) top repeat-y;
}
#left-project h2 {
	display:none;
}
#left-project .top-wrap {
	background:url(../images/left-project-topwrap.jpg) top no-repeat;
	padding-top:48px;
}
#left-project .content {
	width:228px;
	margin:0;
	padding-left:46px;
	display: block;
	font: 10px/24px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top: 24px;
}

#left-project a:link,#left-project  a:visited {
	color: #000000;
	text-decoration:none;
	outline:none;
}
#left-project a:hover,#left-project  a:active {
	color: #000000;
	text-decoration:underline;
	outline:none;
}
#left-project .bottom {
	background:url(../images/left-project-bottom.jpg);
	height:14px;
}
#project-images {
	background:url(../images/left-bottom-movies.jpg);
	height:286px;
}


