/*--------------------- 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, p.h1, p.h2, p.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;
}
p.h1, p.h2, p.h3, h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#000 url("../images/bg-top.jpg") top repeat-x;
	text-align:center;
	font:12px/16px "Arial", Helvetica, sans-serif;
	color:#f1e1b0;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
p.h1, h1 {
	font-size:1.2em;
	color:#f1e1b0;
	margin-bottom: 15px;
	font-weight:bold;
}
p.h2, h2 {
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
}
p.h3, h3 {
	font-size:1.0em;
	color:#AE9842;
	font-weight:bold;
}
p.h1 span, p.h2 span, p.h3 span {
	display:none;
}
a:link, a:visited {
	color:#af9b3a;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#ffffff;
	text-decoration:underline;
	outline:none;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
}
div.clear {
	overflow:hidden;
	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;
}

#column-left p.read-more {
	margin-top:5px;
	text-align:right;
	display:block;
}

img.img-left {
	float:left;
	margin:0px 12px 12px 0px;
}
img.img-right {
	float:right;
	margin:0px 12px 12px 12px;
}
img.img-center {
	margin-left:47px;
}
#testimonial-vid {
	float:right;
	margin-top:5px;
	margin-right:10px;
	}
/* ------------------------ form elements ------------------------ */
form {
	width:192px;
	margin:0px 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:#c9b677 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #000;
	color:#000;
	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: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:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:95px 0 0 243px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:816px;
	margin:0 auto;
	text-align:left;
}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead-2.jpg");
	height:111px;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:40px;
	width:363px;
	top:48px;
	height:38px;
}
#masthead a span {
	display:none;
}
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:556px;
	float:left;
}
#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:0px 39px 18px 39px;
}
#column-left h1, #column-left h2, #column-left h3 {
	line-height:1.1em;
	}
#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 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:15px; /* pushes text to the right to display bg img */
}

/* 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;
}
#flash-container {
	margin-left:150px;
	margin-right:75px;
	margin-bottom:15px;
	text-align:center;
	border:1px dashed #FFFF00;
	}
#flash-porcelain {
	margin-left:25px;
	margin-right:25px;
	margin-bottom:15px;
	text-align:center;
	border:1px dashed #FFFF00;
	}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:260px;
	float:left;
	
}
#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
	margin:0px 0px 0px 34px;
}
#column-right p strong {color:#79692e;}
p.contact {
	padding-top:20px;
	}
	
#column-right form {
	margin-left:34px;
	margin-top:20px;
}

#column-right form input, #column-right form textarea{
	width:197px; 
}

#column-right form input.submit-image{
	width:64px; 
}
/* 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;
}
#smile-header {
	margin-left:5px;
}
#smileover {
	margin:15px 0 15px 40px;
}

/* ------------------------ header framework ------------------------ */
#header-graphic {
	height:287px;
	width:816px;	
	background:url("../images/header-graphic-index.jpg");
	} /* sets height for all non-flash headers */

/*
body#index #header-graphic {
	background:url("../images/header-graphic-index.jpg");
}
body#about #header-graphic {
	background:url("../images/header-about.jpg");
}
body#cosmetic #header-graphic {
	background:url("../images/header-cosmetic.jpg");
}
body#general #header-graphic {
	background:url("../images/header-general.jpg");
}
body#anxious #header-graphic {
	background:url("../images/header-anxious.jpg");
}

body#contact #header-graphic {
	background:url("../images/header-graphic-index.jpg");
}
body#thankyou #header-graphic {
	background:url("../images/header-graphic-index.jpg");
}
*/

/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:132px;
} /* sets height for all subheads */
body#index #subhead {
	background:url("../images/subhead-index.jpg");
}
body#about #subhead {
	background:url("../images/subhead-about.jpg");
}
body#cosmetic #subhead {
	background:url("../images/subhead-cosmetic-dentistry.jpg");
}
body#general #subhead {
	background:url("../images/subhead-general-dentistry.jpg");
}
body#anxious #subhead {
	background:url("../images/subhead-anxious-patients.jpg");
}
body#contact #subhead {
	background:url("../images/subhead-contact.jpg");
}
body#thankyou #subhead {
	background:url("../images/subhead-thankyou.jpg");
}
body#testimonials #subhead {
	background:url("../images/subhead-testimonial.jpg");
}
body#porcelain #subhead {
	background:url("../images/subhead-porcelain.jpg");
}
body#invisalign #subhead {
	background:url("../images/subhead-invisalign.jpg");
}
body#implants #subhead {
	background:url("../images/subhead-implants.jpg");
}
body#veneers #subhead {
	background:url("../images/subhead-veneers.jpg");
}
body#sitemap #subhead {
	background:url("../images/subhead-sitemap.jpg");
}
body#gallery #subhead {
	background:url("../images/sub-gallery.jpg");
}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:112px;
	background:url("../images/title-contact.jpg");	
}
	#index #title-contact {
		height:33px;
		background:url("../images/sidebar-top.jpg");
	}
#title-dr-sisson {
	height:100px;
	background:#fff url("../images/title-dr-sisson.jpg");
}
#porcelain-veneers {
	height:75px;
	background:#fff url("../images/title-porcelain-veneers.jpg");
}
#porcelain-veneers-banner {
	position:relative;
	height:327px;
	background:#fff url("../images/porcelain-veneers-banner.jpg");
}

#porcelain-veneers-banner p {
		padding-top:155px;
		margin:0px 60px 0 20px;
			
			}
#porcelain-veneers-banner img {
		padding-top:100px;
		float:left;
		margin:0px 30px 0 60px;
		}
#porcelain-veneers-banner a.video {
	position:absolute;
	left:250px;
	width:120px;
	top:250px;
	height:15px;
	background:url(../images/btn_watch_video.jpg)
}
			
#porcelain-veneers-banner a {
	position:absolute;
	left:400px;
	width:73px;
	top:250px;
	height:8px;
}
#porcelain-veneers-banner a span {
	display:none;
}
#img-map-direction {
	position:relative;
	margin-top:10px;
	height:151px;
	background:#fff url("../images/img-map-direction.jpg");
}
#img-map-direction a {
	position:absolute;
	left:31px;
	width:116px;
	top:19px;
	height:84px;
}
#img-map-direction a span {
	display:none;
}
#title-gallery {
	height:93px;
	width: 260px;
	background:#fff url("../images/title-gallery.jpg");
}
#title-gallery-home {
	height:93px;
	width: 556px;
	background:#fff url("../images/title-gallery_2.jpg");
}

#img-smile-worth{
position:relative;
	padding-bottom:15px;
	background:url("../images/img-ftrd-case.jpg") 0px 0px no-repeat;
	height:151px;
	width:260px;
	}
#img-smile-worth-home{
position:relative;
	margin-left: 130px;
	padding-bottom:15px;
	background:url("../images/img-ftrd-case-home.jpg") 0px 0px no-repeat;
	height:151px;
	width:260px;
	}

#img-smile-worth a{
position:absolute;
	padding-bottom:15px;
	background:url("../images/img-ftrd-case.jpg") 0px 0px no-repeat;
	height:151px;
	width:260px;
	}
	


/* ------------------------------------- Testimonials ---------------------------------------- */

#title-testimonial {
	margin:15px 0 0 0;
	height:65px;
	background:#fff url("../images/title-testimonial.jpg");
}

p.testimonial-text {
	font-size: 0.97em;
	font-style: italic;
	width: 210px;
	}

p.testimonial-name {
	font-size: 0.97em;
	font-style: italic;
	width: 210px;
	text-align:right;
	padding-bottom:25px;
	padding-top:5px;
	}
.testimonial-video {
	margin-left: 7px;
	margin-bottom:7px;
}
.testimonialpic {
	margin:0 30px 5px;
}

/* ------------------------------------- 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:39px;
	clear:both; /* important - do not remove */
}
/* ------------------------footer framework ------------------------ */
#footer {
	width:860px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#f1e1b0;
	margin-bottom:10px;
}
#footer a:link, #footer a:visited {
	color:#af9b3a;
}
#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 #af9b3a;
}
#footer li.first {
	border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:816px;
	height:36px;
	margin:0;
	padding:0;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:36px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 85px;
	margin-left: 8px;
}
#nav-02 {
	width: 143px;
	margin-left: 8px;
}
#nav-03 {
	width: 146px;
	margin-left: 8px;
}
#nav-04 {
	width: 137px;
	margin-left: 8px;
}
#nav-05 {
	width: 137px;
	margin-left: 8px;
}
#nav-06 {
	width: 120px;
	margin-left: 8px;
}
/*-------------- (-79px) X position of button / (-36px) height of image from above ------------- */
#nav-01 a:hover {
	background:url("../images/nav.jpg") -8px -36px no-repeat;
}
#nav-02 a:hover {
	background:url("../images/nav.jpg") -101px -36px no-repeat;
}
#nav-03 a:hover {
	background:url("../images/nav.jpg") -252px -36px no-repeat;
}
#nav-04 a:hover {
	background:url("../images/nav.jpg") -406px -36px no-repeat;
}
#nav-05 a:hover {
	background:url("../images/nav.jpg") -551px -36px no-repeat;
}
#nav-06 a:hover {
	background:url("../images/nav.jpg") -696px -36px 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:#000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	padding-left:20px;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #000;
	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:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover { 
	background-image:none;
	background-color:#000;
	color:#af9b3a;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:126px; }		

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 {
	background:url("../images/nav.jpg") -101px -36px no-repeat;
}
body#SPECIFY #nav-02 {
	background:url("../images/nav.jpg") -151px -36px no-repeat;
}
body#SPECIFY #nav-03 {
	background:url("../images/nav.jpg") -154px -36px no-repeat;
}
body#SPECIFY #nav-04 {
	background:url("../images/nav.jpg") -145px -36px no-repeat;
}
body#SPECIFY #nav-05 {
	background:url("../images/nav.jpg") -145px -36px no-repeat;
}
body#SPECIFY #nav-06 {
	background:url("../images/nav.jpg") -120px -36px no-repeat;
}
#leftColumn {
	clear:left;
	float:left;
	padding-top:30px;
	width:660px;
}
#rightColumn {
	float:right;
	width:531px;
}
#column-right .galleria {
	display:block;
	left:-10px;
	list-style:none outside none;
	list-style-image:none;
overflow:hidden;
	padding:10px 0 5px;
	position:relative;
	top:0;
	width:255px;
}
#column-right .galleria  li img{
	width:30px;
}
#column-right .galleria li img.thumb {
	cursor:pointer;
	height:auto;
	left:auto;
	top:auto;
	width:auto;
}
#column-right .galleria li {
	background-image:none;
	border:1px solid #666666;
	display:block;
	float:left;
	height:57px;
	margin:0 5px 10px;
	overflow:hidden;
	padding-left:0;
	width:86px;
}
 #column-right .galleria li img{
	 width:85px !important;
	 height:auto !important;
	 margin-left:0px !important;
 }
 fieldset.free-reports{
	 margin:20px;
	 border:1px solid #7B712A;
	 padding:20px;
 }
.free-reports label{
	width:100px;
}
.free-reports .report-sub-but{
	width:100px;
}
 .home-main{
	 margin:0 0 27px 32px;
	 border:2px solid #3F3B3B;
	 padding:5px;
	 overflow:auto;
	 width:489px;
 }
 .home-left{
	 width:204px;
	 float:left;
	  overflow:auto;
 }
 .slideshow{
	 width:281px;
	 height:186px;
	 float:right;
 }
 .home-right{
	 float:right;
	 width:281px;
 }
 .errorField{
	 border:1px solid #F00;
 }
 
 .socialMedia, .reviews
 {
   margin-top: 20px; 
 }
 
 .alignCenter
 {
   text-align: center; 
 }
