/*--------------------- 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,h5,h6,pre,form,body,html,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

h4 {
	padding-left: 12px;
}

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background-color:#4A0101;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	}

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

h1,h2,h3 {
	font-size:24px;
	color:#000;
	line-height: 25px;
	padding-top: 10px;
	border-bottom: dotted #4a0101 thin;
	text-align: center;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	font-variant: normal;
	letter-spacing: normal;
}

h4 {
	font-size:18px;
	color:#000;
	line-height: 20px;
	padding-top: 10px;
	border-bottom: dotted #4a0101 thin;
	text-align: center;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
}

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


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

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

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

p.back-to-top {
	text-align:right;
	display:block;
	}
	
img.img-left {
	float:left;
	margin:0 5px 0px 8px;
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:135px;
	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 #4A0101;
	color:#000;
	width:130px; /* 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:150px; 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:46px;
	height:11px;
	border:none;
	cursor:pointer;
	}


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

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:760px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:348px;
		top:60px;
		height:34px; 
		}
	#masthead a span {
		display:none;
		}

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

#column-left {
	width:160px;
	float:left;
	font-size:11px;
	line-height:15px;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0 15px 20px 10px;
		}
	#column-left form { margin-left:10px; }
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li {
			list-style-type:disc;
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }

#column-left p.vidLink {
		margin:0 15px 10px 10px;
		}

#column-left .video {
	margin:0 15px 10px 10px;
}
	
#column-left .video a {
	display: block;
	width: 135px;
	height: 90px;
}

#column-left .video a:link, #column-left .video a:active, #column-left .video a:visited {
	background: url(../images/videoCTA.jpg) top center no-repeat;
}

#column-left .video a:hover {
	background: url(../images/videoCTA.jpg) bottom center no-repeat;
}

#blogger-navigation{
}
#blogger-navigation h3{
}
#blogger-navigation ul{
	list-style-type: none;
}
#blogger-navigation ul li{
	list-style-type: none!important;
}
#blogger-navigation ul li a{
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
}
#blogger-navigation #powered-by{
}
			
/* ----- column-middle ----- */

#column-middle {
	width:450px;
	float:left;
	}

	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle h4, #column-middle ul, #column-middle dl {
	margin:0 10px 15px 15px;
		}
	#column-middle p{ text-indent:30px;}
	#column-middle form { margin-left:15px; }
	 
	/* single column list */
	#column-middle ul { padding-left:5px; }
		#column-middle ul li {
			list-style-type:disc; 
			}
			
	/* multi column list */
	#column-middle ul.multi {
	padding-left:25px;
	padding-bottom: 15px;
} 
		#column-middle ul.multi li {
	list-style-type:none;
	float:left;
	width:200px; /* sets the width of each column */
	line-height:20px;
			}

	#column-middle ul li ul { margin:0 0 0 5px; }
	
#blogDiv ul {
	margin:0 10px 20px 35px;
}
	
/* ----- column-right ----- */

body#index #column-right {
	width:150px;
	float:left;
	}

	body#index #column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {	margin:0 0 20px 0;
		}

#column-right {
	width:600px;
	float:left;
	}
#column-right p {
	text-indent:30px;
	}


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

#column-right #viewClip {
	float: left;
	width: 294px;
	margin: 10px;
}

#column-right #selectClip {
	float: left;
	margin: 10px;
	border: 1px solid #4A0101;
	height: 252px;
	width: 220px;
	overflow: auto;
	
}

#column-right #selectClip ul {
	padding: 0;
	margin: 0;
}

#column-right #selectClip ul li {
	list-style-type: none;
	display: block;
	width: 198px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #4A0101;
	padding: 18px 0px 22px 5px;
	height: 15px;
}

#column-right #selectClip ul li.menu {
	background: url(../images/video_icon.gif) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.jennifer {
	background: url(../images/jennifer.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.clay {
	background: url(../images/clay.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.sonya {
	background: url(../images/sonya.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.dawn {
	background: url(../images/dawn.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.jim {
	background: url(../images/jim.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.paul {
	background: url(../images/paul.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.kai {
	background: url(../images/kai.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.anne {
	background: url(../images/anne.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.mike {
	background: url(../images/mike.jpg) 5px 5px no-repeat!important;
} 

#column-right #selectClip ul li.anna-marie {
	background: url(../images/anna-marie.jpg) 5px 5px no-repeat!important;
	padding: 14px 0px 24px 5px!important;
} 

#column-right #selectClip ul li.lee {
	background: url(../images/lee.jpg) 5px 5px no-repeat!important;
	border-bottom: 0;
} 

#column-right #selectClip ul li img {
	top: 5px;
	left: 5px;
}

#column-right #selectClip ul li span {
	margin-left: 50px;
	font-weight: bold;
}

#video-container {
	text-align: center!important;
	margin:0 20px 5px 12px;
	z-index: 0;
}

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

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

#header-flash { 
height:296px; 
background-color:#1B1414;
} /* sets height for the flash header - REMOVE IF NOT USED */

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

#subhead { height:72px; } /* sets height for all subheads */

	body#index h1#subhead { background:url("../images/subhead-index.jpg"); height:90px; margin:0; padding:0; }
		h1#subhead span { display:none; }
		body#index h1#subhead-blog { background:url("../images/subhead-blog.jpg"); height:90px; margin:0; padding:0; }
		h1#subhead-blog span { display:none; }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#implants #subhead { background:url("../images/subhead-implants.jpg"); }
	body#cosmetic #subhead { background:url("../images/subhead-cosmetic.jpg"); }
	body#restorative #subhead { background:url("../images/subhead-restorative.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"); }
	body#video #subhead { background:url("../images/subhead-video.jpg"); }
	body#policy #subhead { background:url("../images/subhead-policy.jpg"); }
	body#mapsub #subhead { background:url("../images/subhead-map.jpg"); }
	body#cosmetic-dentistry #subhead { background:url("../images/subhead-cosmetic-dentistry.jpg"); }

/* ----- subhead framework with varying heights ----- */

h4#subhead-cosmetic-services {
	height:90px;
	background:url("../images/subhead-cosmetic-services.jpg") ;
	margin:0;
	}

h4#subhead-contactus{
	height:90px;
	background:url("../images/subhead-contactus.jpg") ;
	margin:0;
	}

h4#subhead-dental-implants {
	height:72px;
	background:url("../images/subhead-dental-implants.jpg") ;
	margin:0;
	margin:0;
	}

h4#subhead-doctor {
	height:72px;
	background:url("../images/subhead-doctor.jpg") ;
	margin:0;
	}

h4#subhead-outstanding {
	height:90px;
	background:url("../images/subhead-outstanding.jpg") ;
	margin:0;
	}

h4#subhead-philosophy {
	height:72px;
	background:url("../images/subhead-philosophy.jpg") ;
	margin:0;
	}

h4#subhead-zoom {
	height:72px;
	background:url("../images/subhead-zoom.jpg") ;
	margin:0;
	}
	
#subhead-cases {
	background:url("../images/subhead-cases.jpg");
	height:55px; 
	}

#subhead-qcontact {
	background:url("../images/subhead-qcontact.jpg");
	height:59px; 
	}

body#contact #subhead-qcontact, body#thankyou #subhead-qcontact {
	background:url("../images/subhead-locate.jpg");
	height:59px; 
	}



/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:760px;
	margin:0 auto;
	text-align:center;
	color:#ccc;
	font-size:11px;
	}

#footer p {
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#ccc; }

#footer a:hover, #footer a:active { color:#ccc; }

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

	#footer li.first { border: none; }

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

#nav {
	background-color: #580000;
	width:760px;
	height:32px;
	margin:0;
	padding:0;
}

#nav span { display: none; }

#nav li, #nav a {
	height:22px;
	display:block;
	color: #999;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;} /* change height here also */
#nav a:hover{
	color: #fff;
}

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

#nav-01 { width: 54px; margin-left: 0px;}
#nav-02 { width: 125px; margin-left:2px; }
#nav-03 { width: 69px; margin-left:2px; }
#nav-04 { width: 67px; margin-left:2px; }
#nav-05 { width: 86px; margin-left:2px; }
#nav-06 { width: 70px; margin-left:2px; }
#nav-07 { width: 118px; margin-left:2px; }
#nav-08 { width: 62px; margin-left:2px; }
#nav-09 { width: 91px; margin-left:2px; }



/*-------------- (-79px) X position of button / (-32px) height of image from above 
#nav-01 a:hover { background:url("../images/nav1.jpg")  0px -32px no-repeat; }
#nav-02 a:hover { background:url("../images/nav1.jpg") -56px -32px no-repeat; }
#nav-03 a:hover { background:url("../images/nav1.jpg") -183px -32px no-repeat; }
#nav-04 a:hover { background:url("../images/nav1.jpg") -254px -32px no-repeat; }
#nav-05 a:hover { background:url("../images/nav1.jpg") -323px -32px no-repeat; }
#nav-06 a:hover { background:url("../images/nav1.jpg") -411px -32px no-repeat; }
#nav-07 a:hover { background:url("../images/nav1.jpg") -483px -32px no-repeat; }
#nav-08 a:hover { background:url("../images/nav1.jpg") -603px -32px no-repeat; }
#nav-09 a:hover { background:url("../images/nav1.jpg") -667px -32px no-repeat; }
------------- */

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id 
body#SPECIFY #nav-01 { background:url("../images/nav1.jpg")  -79px -32px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav1.jpg") -158px -32px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav1.jpg") -247px -32px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav1.jpg") -341px -32px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav1.jpg") -428px -32px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav1.jpg") -460px -32px no-repeat; }
------------- */


/* superfish dd */
#nav .nav-sub {
	white-space:nowrap;
	padding:5px;
	margin:0px;
	background-color:#580000!important;
	position:absolute!important;
	top:30px!important;
	left:0px!important;
	z-index:845!important;

}
#nav .nav-sub li {
	float:left!important;
	clear:both!important;
	padding:0px!important;
	margin:0px!important;
	display:inline;
	background-color:transparent;
	list-style:none;
	
}
#nav .nav-sub li a {
	height:20px;
	color:#796b5e;
	display:block!important;
	float:left!important;
	clear:left!important;
	display:inline;
	padding: 15px 5px 5px 5px;
	margin:0px!important;
	background-color:transparent;

}
#nav .nav-sub li a:hover {
	color:#fff;	
	background-image:none !important;
}
#nav li:hover ul, #nav li.sfHover ul {

}
#nav li:hover li ul, #nav li.sfHover li ul {
	top:-999em;
	position:relative;
}
#nav li li:hover ul, #nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
	position:relative;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}


/*----------*/
/**/#nav li {
	position:relative;
}

#nav li ul {
	position: absolute;
	height: auto;
	background-color: #580000;
}
#nav li ul li {
	height:25px;
	padding:0 !important;
	margin:0!important;
}
#nav li ul li a {
	height: auto;
	display: block;
	background-image:none !important;
	padding: 5px 5px 5px 10px;
	color:#FFFFFF;
}


#nav li:hover ul {
	left: auto;
}

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

#map {
	text-align: center;

/*	margin:5px 0 10px 0;
*/}
bennett ul{
 list-style:none;

}
bennett ul li{
 list-style:none;

}
.address2 {
  display: none;
}
.valid {
    background-color: #007940!important;
}
.invalid {
    background-color: #F00000!important;
}
#index #wrap #column-middle .tag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	color: #4A0101;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #4A0101;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#index #wrap #nav a {
	text-align: center;
}
#about #wrap #column-right h5 {
	font-size: 16px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#about #wrap #column-right span {
	font-size: 12px;
	font-weight: bold;
}

