/*--------------------- 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: url("../images/bg-body.gif");
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#FFF;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#FFF; }
h2	{ font-size:1.1em; color:#FFF; }
h3	{ font-size:1.0em; color:#FFF; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#FFF; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#FFF; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

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.html") 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:205px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}
	#contact form {
		margin:10px 0 0 0;
		}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#D8D5D5 !important;
	border:1px solid #B8B7B7;
	color:#000;
	width:200px; /* 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:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

#contact-main input.contact_inform {
	border: 0;
	width: 14px;
	height: 14px;
	background-color: #3C4350;
	background-image: none;
	margin-top: 10px;
}


/* ------------------------ 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 img {
	position: absolute;
	left: 110%;
	top: 20px;
}
#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

#captcha-dd { margin-top: 93px; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
		#contact input.submit {
			margin-left:70px;
			}

input.submit-contact-main { margin:83px 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.html");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.html") repeat-y;
	width:800px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("../images/masthead.gif") top repeat-x;
	height:193px;
	margin-bottom: 10px;
	}
	body#index #masthead {
		background:url("../images/masthead-index.gif") top repeat-x;
		height:324px;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:522px;
	background:url("../images/bg-left-col.gif") top repeat-y;
	float:left;
	margin-right: 5px;
	}
	body#index #column-left {
		width:522px;
		background: none;
		float:left;
		}
	#column-left #column-left-bottom {
		background:url("../images/column-left-bottom.gif") bottom no-repeat;
		height: 33px;
		}
		#column-left #exceptional {
			background:url("../images/bg-left-col.gif") top repeat-y;
			}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 25px 10px 27px;
		}
		#column-left ul li ul {
			margin:0px 25px 0px 0px;
			}
			#column-left #exceptional p {
				margin: 0px 20px 0px 27px;
				}
				#column-left img.smiles {
					margin: 10px 0;
					}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.gif") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			line-height: 15px;
			}
			#column-left ul li.embedded-list { 
				background:none; /* 0px = horizontal position for left, 6px = vertical position from top */
				padding-left:10px; /* pushes text to the right to display bg img */
				line-height: 15px;
				}
			
	#column-left #specialties {
		background:url("../images/bg-specialties.gif") top repeat-y;
		width: 258px;
		}
		#column-left .boxes-bottom {
			background:url("../images/specialties-bottom.gif") bottom no-repeat;
			height: 14px;
			}

	#column-left #procedures {
		background:url("../images/bg-specialties.gif") top repeat-y;
		width: 258px;
		float: right;
		}
		#doc-image {
			float: right;
			margin:5px 30px 10px 10px;
			}
	#column-left #bnas {
		width: 240px;
		margin: 0 auto 15px;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	background:url("../images/bg-right-col.gif") top repeat-y;
	width:270px;
	float:right;
	padding: 0;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul {
		margin:10px 28px 10px 35px;
		}
		
		#column-right .bna-index {
			margin: 10px 0px 10px 16px;
			}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.gif") 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 */
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			color:#FFFFFF;
			width: 152px;
			}
	
	#column-right #contact {
		margin: 0 auto;
		width: 210px;
		}
		body#contact #column-right #title-locate, body#thankyou #column-right #title-locate {
			text-align: center;
			}
		
	#column-right-bottom {
		background:url("../images/col-right-bottom.gif") bottom no-repeat;
		height: 13px;
		}

/* ------------------------ header framework ------------------------ */
#header-flash { height:303px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:303px;}
		
#header-graphic { height:172px; width: 760px; margin: 0 auto; position: relative; } /* sets height for all non-flash headers */	
	#header-graphic a { position: absolute; width: 380px; height: 172px; top: 0; left: 380px; }	
		body#index #header-graphic { height:303px; width: 760px; margin: 0 auto; } /* sets height for all non-flash headers */

	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#procedures #header-graphic { background:url("../images/header-procedures.jpg"); }
	body#results #header-graphic { background:url("../images/header-results.jpg"); }
	body#technology #header-graphic { background:url("../images/header-technology.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-contact.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-technology.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top: 33px;} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.gif") no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.gif"); }
	body#procedures #subhead { background:url("../images/subhead-procedures.gif"); }
	body#results #subhead { background:url("../images/subhead-results.gif"); }
	body#technology #subhead { background:url("../images/subhead-technology.gif"); }
	body#contact #subhead { background:url("../images/subhead-contact.gif"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.gif"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.gif"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.html") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.html");
	}
	
#title-specialties {
	background:url("../images/title-specialties.gif") top no-repeat;
	padding-top: 30px;
	}
	
#title-procedures {
	background:url("../images/title-featured.gif") top no-repeat;
	padding-top: 30px;
	}

#title-locate {
	background:url("../images/title-locate.gif") top no-repeat;
	padding-top: 30px;
	}	
	
#title-contact {
	background:url("../images/title-contact.gif") top no-repeat;
	padding-top: 30px;
	}	
		body#index #title-contact {
			background:url("../images/title-contact-index.gif") top no-repeat;
			height: 148px;
			}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.html") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.html") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }

/* ------------------------footer framework ------------------------ */
#footer {
	color: #FFF;
	width:522px;
	text-align:center;
	clear: both;
	padding-top: 10px;
	}

#footer p {
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#FFF; text-decoration: underline;}
#footer a:hover, #footer a:active { color:#CCC;}

#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 #FFF;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav-wrap {
	margin: 0 auto;
	width: 800px;
	}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.gif") no-repeat; 
	width:546px; 
	height:21px; 
	margin-left: 233px;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:21px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 51px;}
#nav-02 { width: 61px;}
#nav-03 { width: 91px;}
#nav-04 { width: 68px;}
#nav-05 { width: 103px;}
#nav-06 { width: 71px;}
#nav-07 { width: 83px;}


/*-------------- (-79px) X position of button / (-21px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.gif")  -0px -21px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.gif")  -51px -21px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.gif") -112px -21px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.gif") -203px -21px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.gif") -271px -21px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.gif") -374px -21px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.gif") -445px -21px no-repeat; }
