/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#DAE7F8 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/15px Arial, Helvetica, sans-serif; 
	color:#667B8F;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#667B8F; }
h2	{ font-size:1.1em; color:#667B8F; }
h3	{ font-size:1.0em; color:#667B8F; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#667B8F; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#667B8F; text-decoration:none; outline:none; font-weight:bold; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:18px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:0 5px 5px 35px;
	position:relative;
	z-index:99;
	}
	
img.img-right { 
	float:right; 
	margin:0 25px 5px 5px; 
	}
	
body#index img.img-left { 
	float:left; 
	margin:0 5px 5px 0px;
	position:relative;
	z-index:99;
	}
	
img.simpson-fix { 
	padding-top:40px;
	}

	
img.btn-app { margin:0 0 20px 28px; }

div.bnas { margin-left:35px; }

	
/* ----- global form elements ----- */ 

form {
	width:145px;
	margin:10px 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:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #F2F8FF;
	color:#667B8F;
	width:140px; /* 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:11px;
	}
	
select { width:145px; 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: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: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:95px 0 5px 243px; }

input.submit, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:18px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:740px;
	margin:0 auto;
	text-align:left;
	}
	
#bg-masthead {
	background:url("../images/bg-masthead.jpg") top center no-repeat;
	width:860px;
	margin:0 auto;
	} /* this is the shadow behind the masthead */
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:123px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:542px;
		top:23px;
		height:61px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:544px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 25px 20px 35px;
		}
		
	#column-left form { margin-left:0px; }
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet-purple.gif") 0px 4px no-repeat;
			padding-left:10px; /* 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;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet-purple.gif") 0px 4px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#services {
		background:url("../images/services-bg.jpg");
		width:544px;
		height:215px;
		}

		#bottom-services {
			background:url("../images/bottom-services.gif") right bottom no-repeat;
			height:107px;
			position:relative;
			z-index:99;
			padding-bottom:60px;
			}
			
	#column-left #services div.left-margin { margin-left:35px; padding-top:60px; }
	
	#column-left #services ul { padding-left:0px; width:165px; float:left; margin:0; }
		#column-left #services ul li { 
			background:transparent url("../images/bullet-purple.gif") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			position: relative;
			}
			
	#column-left #services ul li ul { margin:0 0 0 5px; }
	
	#module-smile {
		width:544px;
		background:url("../images/bg-module-smile.jpg");
		}
		
		#bottom-module-smile {
			background:url("../images/bottom-module-smile.jpg") no-repeat;
			height:26px;
			}
			
	#module-doctors {
		width:544px;
		background:url("../images/bg-module-doctors.jpg");
		}
		
		#bottom-module-doctors {
			background:url("../images/bottom-module-doctors.jpg") bottom right no-repeat;
			width:544px;
			}
			
.mini-left {
	width:324px;
	float:left;
	}
	
	#bottom-module-doctors div.mini-left {
		background:url("../images/bg-module-doctors-mini-left.jpg") top no-repeat;
		color:#8F68A2;
		}
	
	#column-left .mini-left p { margin: 0 10px 20px 35px; position:relative; z-index:99; }
			
.mini-right {
	width:220px;
	float:left;
	}
	
	#module-smile .mini-right {
		color:#0c4872;
		}

	#column-left .mini-right p { margin: 0 35px 20px 43px; }
	
	#column-left #module-doctors .mini-right p { margin: 0 16px 20px 17px; }
			
/* ----- column-right ----- */

#column-right {
	width:196px;
	float:left;
	background:url("../images/bg-right.jpg");
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 29px 20px 20px;
		}
	#column-right form { margin-left:20px; }
	 
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* 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;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#box-lt-blue {
		background:url("../images/bg-lt-blue.jpg");
		width:196px;
		color:#1A466D;
		font:12px/16px Arial, Helvetica, sans-serif;
		}
		
		#bottom-lt-blue {
			background:url("../images/bg-bottom-lt-blue.jpg") bottom no-repeat;
			padding-bottom:60px;
			}
			
	/* single column list */
	#column-right #box-lt-blue ul { padding-left:5px; }
		#column-right #box-lt-blue ul li { 
			background:transparent url("../images/bullet-lt-blue.jpg") 0px 6px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	#column-right #box-lt-blue ul li ul { margin:0 0 0 5px; }
			
	#column-right #box-lt-blue a:link, #column-right #box-lt-blue a:visited	{ color:#1A466D; text-decoration:none; outline:none; font-weight:normal; }
	#column-right #box-lt-blue a:hover, #column-right #box-lt-blue a:active	{ color:#1A466D; text-decoration:underline; outline:none; font-weight:normal; }

/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:175px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic { height:204px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */
#header-graphic span { display:none; } 


/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:180px; margin-bottom:-24px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:82px; margin-bottom:0; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#services-main #subhead { background:url("../images/subhead-services.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.jpg"); }
	body#implant #subhead { background:url("../images/subhead-implant.jpg"); }
	body#whitening #subhead { background:url("../images/subhead-whitening.jpg"); }
	body#veneers-page #subhead { background:url("../images/subhead-veneers.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"); }

#video-website {
	background: url(../images/videowebsite-bkgd.jpg) no-repeat;
	}
	
	#video-website a {
		display: none;
		}

/* ----- subhead framework with varying heights ----- */

#subhead-qcontact {
	height:145px;
	background:url("../images/subhead-qcontact.jpg") no-repeat;
	margin-bottom:-63px;
	}
	
#subhead-packet {
	height:140px;
	background:url("../images/subhead-packet.jpg") ;
	margin-bottom:-30px;
	}

#subhead-services-index {
	height:149px;
	background:url("../images/subhead-services-index.jpg") ;
	margin-bottom:-85px;
	}

#subhead-ftrd-smile {
	height:47px;
	background:url("../images/subhead-ftrd-smile.jpg") ;
	}

#subhead-specials {
	height:187px;
	background:url("../images/subhead-specials.jpg") ;
	margin-bottom:-116px;
	}

#subhead-doctors {
	background:url("../images/subhead-doctors.jpg") top right no-repeat ;
	float:right;
	width:196px;
	height:55px;
	}

#subhead-finance {
	height:151px;
	background:url("../images/subhead-finance.jpg") ;
	margin-bottom:-70px;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:740px;
	margin:0 auto;
	text-align:center;
	}

#footer p { margin-bottom:10px; }
#footer p.docshop { font-style:italic; }

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { font-weight:normal; }

#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 #667B8F;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:740px; 
	height:30px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:30px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 59px; margin-left: 4px;}
#nav-02 { width: 49px;}
#nav-03 { width: 64px;}
#nav-04 { width: 65px;}
#nav-05 { width: 80px;}
#nav-06 { width: 58px;}
#nav-07 { width: 70px;}
#nav-08 { width: 63px;}
#nav-09 { width: 49px;}
#nav-10 { width: 89px;}
#nav-11 { width: 86px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -4px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -63px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -112px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -176px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -241px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -321px -30px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -379px -30px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -449px -30px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -512px -30px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -561px -30px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -650px -30px no-repeat; }



/*---------- SWF POSITIONING ----------*/
#noflash {
padding:0 0 0 4px;
}
#column-left .mini-left h2 {
	margin-bottom: 10px;
	margin-top:10px;
}

.bio-left {
	float:left;
	padding:0 10px 5px 20px;
	clear:left;
	}
	