/*--------------------- 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)HTcoML 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 ----- */ 
html { 
	background:url("../images/bg-html.jpg") left top repeat-x;
	width:100%;
	}

body { 
	background:url("../images/bg-body.jpg") bottom repeat-x;
	text-align:center; 
	font:12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#534B28;
	}

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

h1	{ font-size:1.2em; color:#2F505F; }
h2	{ font-size:1.1em; color:#246887; }
h3	{ font-size:1.0em; color:#534B28; }

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

a:link,a:visited	{ color:#4E8DA6; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#534B28; text-decoration:none; outline:none; }

/* ----- classes ----- */

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:200px;
	}
	
p.align-right {
	text-align:right;
	display:block;
	}

.img-left { 
	float:left; 
	margin:0;

	}
	
.img-left-media { 
	float:left; 
	margin:0 5px 5px 0; 
	}
	
.img-left-staff { 
	float:left; 
	margin:0 5px 3px 0; 
	}
	
img.img-right {
	float:right;
	margin: 0px;
	padding: 0px;
	}
img.img-logo {
	float:right;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
	
img.img-dr { 
	float:left; 
	margin:-10px 0 0 0; 
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
/* ----- global form elements ----- */ 

form {
	width:189px;
	margin:0 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#D4AE19 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #D4AE19;
	color:#FFF;
	width:184px; /* 5 pixels 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;
	}

.three-secrets {
background-color:transparent;
width:150px;
float:right;

}

.three-secrets-checkbox {
background-color:transparent;
width:20px;
float:left;
margin-left:10px;

}


select { width:189px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main, #commentform { margin:0 0 10px 0; }

#contact-main label, #commentform 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,
#commentform label input, #commentform label textarea, #commentform label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select, #commentform label select { width:177px; }
	
#contact-main label textarea, #commentform label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	margin-top:5px;
	outline:none;
	}
	

input.submit-contact-main, input.commentform-submit { margin:85px 0 5px 243px; }
input.commentform-submit {
	width:100px;
	height:20px;
	cursor:pointer;
	padding:0;
	_margin-left:218px;
	}

/* framework
 * ------------------------------------------------------------------------- */
#bg-wrap { 
	background:url("../images/bg-wrap-shadow.jpg") center top no-repeat;
	width:100%;
	}

#wrap {
	background:url("../images/bg-wrap-bottom.jpg") bottom no-repeat;
	width:938px;
	padding-bottom:81px;
	width:938px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:96px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:65px;
	width:140px;
	top:0px;
	height:93px;
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:257px;
	float:left;
	color:#756A5A;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 36px 18px 32px;
		}
	#column-left form { margin-left:32px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:12px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:12px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	.col-left-contact-text {
	padding:0 5px 0 0;
	}
				
/* ----- column-right ----- */

#logo-column {
	width: 200px;
	float: right;
	margin: 0px;
	clear: left;

}


#column-right {
	width:681px;
	float:right;
	}
	

#column-right2 {
	width:650px;
	float:left;
	}


	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right h4, #column-right ul, #column-right dl, #column-right ol {
		margin:0 36px 18px 25px;
		padding-right:200px;
		}
	#column-right form { margin-left:25px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 5px; }
	
	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 3px no-repeat;
			padding-left:12px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-right ol { padding-left:25px; }
			
		#column-right ol li {
			list-style-type:decimal;
			padding-left:0;
			}
			
	#column-right h2 {
		background:url("../images/bg-h2.jpg") -25px 0px repeat-x;
		padding-top:20px;

		}
		
body#thankyou #column-right { height:710px; }
	
.mag-ads {
	margin-right:10px;
}


.bna-tn {
margin-left:35px;
}

.tollfree {
margin:200px 0 0 0;
float:right;
position:relative;
}

#toll-free {
background-image:url(../images/img-toll-free.jpg);
height:66px;
width:211px;
margin:190px 0 0 470px;
_margin:190px 0 0 471px;
position:absolute;
}

/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:276px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#dr-staff #header-graphic { background:url("../images/header-about.jpg"); }
	body#office #header-graphic { background:url("../images/header-office.jpg"); }
	body#exceptional-dentistry #header-graphic { background:url("../images/header-exceptional.jpg"); }
		body#cosmetic-dentistry #header-graphic { background:url("../images/header-cosmetic.jpg"); }
		body#smile-makeover-restoration #header-graphic { background:url("../images/header-makeover.jpg"); }
		body#teeth-whitening #header-graphic { background:url("../images/header-whitening.jpg"); }
		body#invisalign #header-graphic { background:url("../images/header-invisalign.jpg"); }
		body#restorative-dentistry #header-graphic { background:url("../images/header-restorative.jpg"); }
		body#sedation-dentistry #header-graphic { background:url("../images/header-sedative.jpg"); }
		body#dental-implants #header-graphic { background:url("../images/header-implants.jpg"); }
		body#tmj-tmd-treatment #header-graphic { background:url("../images/header-tmj.jpg"); }
		body#dental-health #header-graphic { background:url("../images/header-dental-health.jpg"); }
	body#gallery #header-graphic { background:url("../images/header-gallery.jpg"); }
	body#technology #header-graphic { background:url("../images/header-technology.jpg"); }
	body#media #header-graphic { background:url("../images/header-media.jpg"); }
	body#blog #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-exceptional.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-technology.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:71px; } /* sets height for all non-flash subheads */

	body#index #subhead {
	background-image: url(../images/subhead-index.jpg);
	background-repeat: no-repeat;
}
	body#dr-staff #subhead { background:url("../images/subhead-about.jpg");
	background-repeat: no-repeat; }
	body#office #subhead {
	background-image: url(../images/subhead-office.jpg);
	background-repeat: no-repeat;
}
	body#exceptional-dentistry #subhead { background:url("../images/subhead-exceptional.jpg");
		background-repeat: no-repeat; }
		body#cosmetic-dentistry #subhead { background:url("../images/subhead-cosmetic.jpg");
			background-repeat: no-repeat; }
		body#smile-makeover-restoration #subhead { background:url("../images/subhead-smile.jpg");
			background-repeat: no-repeat; }
		body#teeth-whitening #subhead { background:url("../images/subhead-teeth.jpg");
			background-repeat: no-repeat; }
		body#invisalign #subhead { background:url("../images/subhead-invisalign.jpg");
			background-repeat: no-repeat; }
		body#restorative-dentistry #subhead { background:url("../images/subhead-restorative.jpg");
			background-repeat: no-repeat; }
		body#sedation-dentistry #subhead { background:url("../images/subhead-sedation.jpg");
			background-repeat: no-repeat; }
		body#dental-implants #subhead { background:url("../images/subhead-implants.jpg");
			background-repeat: no-repeat; }
		body#tmj-tmd-treatment #subhead { background:url("../images/subhead-tmj.jpg");
			background-repeat: no-repeat; }
		body#dental-health #subhead { background:url("../images/subhead-health.jpg");
			background-repeat: no-repeat; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg");
		background-repeat: no-repeat; }
	body#technology #subhead { background:url("../images/subhead-technology.jpg");
		background-repeat: no-repeat; }
	body#media #subhead { background:url("../images/subhead-media.jpg");
		background-repeat: no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg");
		background-repeat: no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg");
		background-repeat: no-repeat; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg");
		background-repeat: no-repeat; }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-about-practice {
	height:85px;
	background:url("../images/subhead-about-practice.jpg");
	background-repeat: no-repeat;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact {
	height:84px;
	background:url("../images/title-qcontact.jpg");
	}

#title-gallery {
	height:56px;
	background:url("../images/title-gallery.jpg") ;
	margin-bottom:5px;
	}

.left-col-gallery-thumb {
margin-left:8px;
}

#title-location {
	height:56px;
	background:url("../images/title-location.jpg") ;
	}

#title-testimonials {
	height:56px;
	background:url("../images/title-testimonials.jpg") ;
	}

body#contact #title-location, body#thankyou #title-location {
	height:56px;
	background:url("../images/title-location-sub.jpg") ;
	}

#title-view-results {
	height:56px;
	background:url("../images/title-view-results.jpg") ;
	}
	
#title-contact-us {
	background-image:url("../images/title-contact-sub.jpg");
	height:90px;
	}

#title-contact-gallery {
	background-image:url("../images/title-contact.jpg");
	height:56px;
	}

#title-smile-gallery {
	background-image:url("../images/title-smile-gallery.jpg");
	height:56px;
	}


/* ------------------------------------- Buttons ---------------------------------------- */
.btn-read-more {
		height:9px;
		width:138px;
		display:block;
		background:url("../images/btn-read-more.gif") no-repeat;
		margin-left:480px;
		}

		.btn-read-more span { display:none; }

/*--------------------- bottom-wrap ----------------------------- */

#bottom-wrap {
	width:100%; /* fix for Safar */
	height:6px;
	clear:both; /* important - do not remove */
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:938px;
	margin:0 auto;
	text-align:center;
	color:#837954;
	padding-bottom:10px;
	padding-top:20px;
	}
	
#footer a { color:#B29215; text-decoration:none; }
#footer ul li a { color:#837954; text-decoration:none; }

#footer p {
	margin:0 20px 18px 20px;
	}

#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;
	display: inline;
	border-left: 1px solid #837954;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:transparent url("../images/nav.jpg") no-repeat; 
	width:938px; 
	height:35px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* change height here also */

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

#nav-01 { width: 99px; margin-left:6px;}
#nav-02 { width: 91px;}
#nav-03 { width: 72px;}
#nav-04 { width: 159px;}
#nav-05 { width: 141px;}
#nav-06 { width: 103px;}
#nav-07 { width: 72px;}
#nav-08 { width: 62px;}
#nav-09 { width: 127px;}


/*-------------- (-79px) X position of button / (-35px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -6px -35px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -105px -35px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -196px -35px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -268px -35px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -427px -35px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -568px -35px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -671px -35px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -743px -35px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -805px -35px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg") -6px -35px no-repeat; }
body#dr-staff #nav-02 { background:url("../images/nav.jpg") -105px -35px no-repeat; }
body#office #nav-03 { background:url("../images/nav.jpg") -196px -35px no-repeat; }
body#exceptional-dentistry #nav-04 { background:url("../images/nav.jpg") -268px -35px no-repeat; }
body#gallery #nav-05 { background:url("../images/nav.jpg") -427px -35px no-repeat; }
body#technology #nav-06 { background:url("../images/nav.jpg") -568px -35px no-repeat; }
body#media #nav-07 { background:url("../images/nav.jpg") -671px -35px no-repeat; }
body#blog #nav-08 { background:url("../images/nav.jpg") -743px -35px no-repeat; }
body#contact #nav-09 { background:url("../images/nav.jpg") -805px -35px 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:#EDD26B;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

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

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

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

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


/* Blog Styles
 * ------------------------------------------------------------------------- */
#menu { margin:0 33px 0 36px; }

#menu ul { margin:0; padding:0 0 18px 0; }
	#menu ul li {
		background-image:none;
		list-style-type:disc;
		padding-left:0;
		margin-left:10px;
		}
	
	#search form { margin:0 0 18px 0; width:170px; }
		#search form input { width:170px; }
		#search form input.submit { width:60px; height:20px; }
	
	.meta, .feedback { margin:0 36px 18px 25px; }
	
div.storycontent {
	padding-right:20px;
}

ol#commentlist {
	padding-right:200px;
}

#blog-ie-fix {
margin:0 -20px 0 0;
}

	
#contact #bg-wrap #wrap #column-right .img-right {
	top: 583px;
	padding-top: 0px;
	bottom: 583px;
	margin-top: 0px;
}

.right-col-content {
	margin-right: 25px;
	padding-right:0px;
}

#vw {
	float: right;
	width: 211px;
	}
	
#vw span {display:none;}