/*--------------------- 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:#043800 url("../images/bg-body.jpg");
	text-align:center; 
	font:11px/14px Verdana, Arial, Helvetica, sans-serif; 
	color:#0A3400;
	}

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

h1	{ font-size:1.2em; color:#0A3400; }
h2	{ font-size:1.1em; color:#629B4C; }
h3	{ font-size:1.0em; color:#629B4C; }


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

a:link,a:visited	{ color:#0A3400; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0A3400; text-decoration:none; outline:none; }

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

.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
div.bg-bottom {
	background:url("../images/bg-left.jpg");
	height:140px;
	}


p.h1	{ font-size:1.2em; color:#0A3400; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#629B4C; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#629B4C; font-weight:bold; }

p.indent {padding-left:15px;}

p.back-to-top, 
p.read-more {
	background:url("../images/btn-read.jpg") right no-repeat;
	text-align:right;
	display:block;
	padding-right:10px;
	}
	
	#column-right p.back-to-top a, p.read-more a { color:#A8957D; }
		
.img-left {
float:left;
margin:3px 10px 3px 0;
}
	
.staff-images {
float:left;
margin:2px 5px 5px 0;
}
	
img.img-right { 
	float:right; 
	margin: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:165px;
	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:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C1B087;
	color:#000;
	width:160px; /* 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;
	}
	
select { width:165px; padding:0; } /* same width as form - !important */

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

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


/* ----- main contact form ----- */ 
 
#contact-main { margin:0 0 18px 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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

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


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

input.submit-contact-main { margin:85px 0 5px 243px; }

input.submit, input.submit-contact-main { 
	background:url("../images/btn-submit.jpg");
	width:54px;
	height:25px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:884px;
	margin:0 auto;
	text-align:left;
	}
	
	#wrap-bottom {
		background:url("../images/bg-wrap-sub-bottom.jpg") bottom no-repeat;
		width:884px;
		padding-bottom:40px;
		}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:99px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:16px;
		width:311px;
		top:22px;
		height:62px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	background:none;
	width:215px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 26px 15px 20px;
		}
	#column-left form { margin-left:20px; }
	
	/* single column list */
	#column-left ul { padding-left:25px; }
		#column-left ul li {
			list-style-type:disc; 
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

	/* definition list */
	#column-left dl { padding-left:25px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc; 
			margin-left:5px;
			}
			
#phone-number {
	background:url("../images/img-phone-number.jpg");
	height:99px;
	}
	
#wrap-artwork {
	background:url("../images/bg-artwork.jpg") no-repeat;
	width:215px;
	}
	
#view-office {
	position:relative;
	background:url("../images/img-view-office.jpg");
	height:108px;
	}
	/* index page link within #masthead */	
		
	#view-office a {	
		position:absolute;
		left:14px;
		width:177px;
		top:41px;
		height:67px; 
		}
	#view-office a span {
		display:none;
		}
			
/* ----- column-right ----- */

body#index #column-right {
	background:none;
	width:669px;
	float:left;
	}

#column-right {
	background:url("../images/bg-right.jpg") 0 344px no-repeat;
	width:669px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 38px 15px 26px;
		}
	#column-right form { margin-left:20px; }
	 
	/* single column list */
	#column-right ul { padding-left:25px; }
		#column-right ul li { 
			list-style-type:disc; 
			}

	#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 {
			list-style-type:disc; 
			margin-left:5px;
			}
			
p.featured-procedure {
padding-left:120px; font-size:1.1em; color:#629B4C; font-weight:bold;
}

#staff-left {
	width:200px;
	float:left;
	text-align:center;
	margin-right:40px;
	padding-left:120px;
}

#staff-right {
	width:200px;
	float:left;
	text-align:center;
}

.staff-names {
text-align:center;
}

#bna-thumb {
	position:relative;
	background-image:url(../images/img-bna.jpg);
	height:175px;
}

	#bna-thumb a {
	position:absolute;
	left:22px;
	width:220px;
	top:13px;
	height:103px;
		}
		
	#bna-thumb a span {
		display:none;
		}


#bna-thumb2 {
position:relative;
background-image:url(../images/img-bna.jpg);
height:164px;
}

	#bna-thumb2 a {	
		position:absolute;
		left:64px;
		width:142px;
		top:0px;
		height:128px; 
		}
		
	#bna-thumb2 a span {
		display:none;
		}


/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:51px;
	clear:both;
	width:100%; 
	}

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

#header-graphic { height:245px; background:url("../images/header-graphic.jpg"); } 
/* subhead framework
 * ------------------------------------------------------------------------- */

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

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:80px; }
	body#doctors #subhead { background:url("../images/subhead-doctors.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg"); }
	body#invisalign #subhead { background:url("../images/subhead-invisalign.jpg"); }
	body#faqs #subhead { background:url("../images/subhead-faqs.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"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-drs {
	height:58px;
	background:url("../images/subhead-meet-drs.jpg") ;
	}

#subhead-ftrd-procedures {
	height:76px;
	width:669px;
	background:url("../images/subhead-ftrd-procedures.jpg") right no-repeat;
	}

#subhead-other-options {
	height:70px;
	background:url("../images/subhead-other-options.jpg") ;
	}

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

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

#title-artwork {
	height:52px;
	background:url("../images/title-artwork.jpg") ;
	}
	
#title-ftrd-smile {
	background:url("../images/title-ftrd-smile.jpg");
	height:51px;
	}

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

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

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

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:884px;
	margin:20px auto 0 auto;
	text-align:center;
	color:#fff;
	}

#footer p {
	margin:0 20px 15px 20px;
	}
	
#footer a { color:#fff; }

#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 #FFF;
	}

	#footer li.first { border: none; }

/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */

#column-left ul#nav { margin:0; padding:0; }
		#column-left ul#nav li {
			list-style-type:none;
			}
			
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:215px;		/* Width of buttons, not entite image (or half of entire image) */
	height:245px;		/* 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:26px;			/* Each button must have the same height, define it here */
	display:block;
	}

#nav li#nav-01, #nav li#nav-01 a,
#nav li#nav-09, #nav li#nav-09 a { 
	height:27px;			
	display:block;
	}

/* margin-top to set where the nav should begin */
#column-left #nav-01 { margin-top:9px; width:215px; }

/* 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 { margin-top:0; width:215px; }

#column-left #nav-01 a:hover { background:url("../images/nav.jpg") -215px  -9px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -215px  -36px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -215px  -62px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -215px  -88px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -215px -114px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -215px -140px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -215px -166px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -215px -192px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -215px -218px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */

body#index #nav-01 { background:url("../images/nav.jpg") -215px  -9px no-repeat; }
body#doctors #nav-02 { background:url("../images/nav.jpg") -215px  -36px no-repeat; }
body#practice #nav-03 { background:url("../images/nav.jpg") -215px  -62px no-repeat; }
body#cosmetic #nav-04 { background:url("../images/nav.jpg") -215px  -88px no-repeat; }
body#restorative #nav-05 { background:url("../images/nav.jpg") -215px -114px no-repeat; }
body#invisalign #nav-06 { background:url("../images/nav.jpg") -215px -140px no-repeat; }
body#faqs #nav-07 { background:url("../images/nav.jpg") -215px -166px no-repeat; }
body#gallery #nav-08 { background:url("../images/nav.jpg") -215px -192px no-repeat; }
body#contact #nav-09 { background:url("../images/nav.jpg") -215px -218px no-repeat; }

/*-------------- Homepage Wraps ------------- */

#wrap-welcome {
	background:url("../images/bg-bottom-welcome.jpg") bottom no-repeat;
	width:669px;
	padding-bottom:1px;
	}

#wrap-meet {
	width:398px;
	float:left;
	}
	
#wrap-gallery {
	width:271px;
	float:left;
	}

#wrap-2nd-row {
	background:url("../images/bg-2nd-row.jpg");
	width:669px;
	}
	
	#gradient-2nd-row {
		background:url("../images/bg-gradient-2nd-row.jpg") top no-repeat;
		width:669px;
		}

#wrap-ftrd-procedure {
	background:url("../images/bg-wrap-ftrd-procedure.jpg") top no-repeat;
	width:669px;
	}
		
#couple-ftrd-procedure {
	background:url("../images/bg-bottom-ftrd-procedure.gif") bottom no-repeat;
	width:669px;
	padding-bottom:5px;
	}
	
	#wrap-ftrd-procedure p {
		margin-left:147px;
		}
		
#wrap-options {
	background:url("../images/bg-wrap-options.jpg") top no-repeat;
	width:669px;
	}

	#col-invisalign {
		width:223px;
		float:left;
		}
		
	#col-bleaching {
		width:223px;
		float:left;
		}
		
	#col-veneers {
		width:223px;
		float:left;
		margin-right:-3px; /* Fix for IE duplicate character bug */
		}		

