/* Play nice with the WWW, validate me! */
/* clear floats */
* {
	margin: 0;
	padding: 0;
}/* sets all elements margin and padding to 0 */

* .clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* .clear {
    display: inline-block;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {/* For IE =< 6 */
    height: 1%;
}


* .image-float-left {
	float: left;
	clear: left;
	display: block;
}
* .image-float-right {
	float: right;
	clear: right;
	display: block;
	margin-left:8px;
	margin-bottom:5px;
}
* .image-center {
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* Image Replacement -- add class="replace" to root element, i.e.  and add a bg image*/

* .replace { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .replace { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

.replace ul, .replace ul li {letter-spacing: 0; text-indent: 0; overflow: auto;}


html {
     /*overflow: -moz-scrollbars-vertical;*/
}

body {
	margin: 00px;
	background-image: url(images/bkd.jpg);
	padding: 0px;
}
hr{
	color: #014891;
	margin-bottom: 8px;
}
p{
margin-top: 3px;
	margin-bottom:15px;
	color: #014891;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;	
}
blockquote {
	padding-left: 23px;
}
a:link, a:visited{
	color: #014891;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	color: #0c8327;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
li{
	color: #014891;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 35px;
	list-style: outside;
	line-height:20px;
}
ul{
	margin-bottom:15px;
}
ol{
	margin-bottom:15px;
}
* .top{
	color: #0c8327;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.top a:link, .top a:visited{
	color: #0c8327;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.top a:hover{
color: #f3a345;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
h1{
	color: #014891;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2{
	color: #0c8327;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3{
	color: #e18529;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

* #footer{
	margin:auto;
	height:106px;
	width: 780px;
	margin-top:20px;
	padding-top: 10px;
	color:#014891;
	font-size: 11px;
	background-image: url(images/footer_bkd.jpg);
	background-repeat: no-repeat;}
	
#footer .inner{
	padding-top: 6px;
	margin-right: 20px;
	margin-left: 20px;}

#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
color:#014891;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:0px;
}
#footer a {
color:#118f2d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
* #footer-nav{margin-top:13px;margin-bottom:13px;}
#footer-nav a {
color:#014891;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#footer-nav a:hover{
	text-decoration: underline;
}

* #left{
	position:absolute;
	top:226px;
	width:183px;
	left:12px;
}
#left p{
	color:#ffffff;
	font-size:11px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}
ul#nav {list-style: none;}
ul#nav a {display: block; padding: 0; width: 183px; margin: 0; padding: 0;}
ul#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
	line-height:1.2em;
}
ul#nav li {display: inline;
margin:0;}

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

ul#nav li ul {
	position: absolute;
	left: -999em;
	top:auto;
	margin-left:183px;
	z-index:10;
}

ul#nav ul li a {
	top:-30px;
	position: relative;
	background: #6bd682;
	padding: 2px 4px 3px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
	width:165px;
}
ul#nav .contact, ul#nav .info{margin-top:-15px;}
ul#nav .team{margin-top:2px;}

ul#nav ul li a:hover {
color:#0c8327;}

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

/* ---- tertiary nav ---- */
ul#nav li ul ul {
	position: absolute;
	left: -999em;
	top:70px;
	margin-left:173px;
	z-index:10;
}

ul#nav li:hover ul ul, ul#nav li.sfhover ul ul {
	left: -999em;
}

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

* #team, * #home, * #ortho, * #services, * #info, * #games, * #forms, * #faq, * #contact, * #club {
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
	width: 183px;
	cursor: pointer;
}
/* Set the image for each nav item */
* #team {background: url(images/btn_team.jpg); height:32px;}
* #home {background: url(images/btn_home.jpg);height:30px;}
* #services {background: url(images/btn_services.jpg);height:34px;}
* #info {background: url(images/btn_info.jpg);height:47px;}
* #ortho{background: url(images/btn_ortho.jpg);height:32px;}
* #games {background: url(images/btn_games.jpg);height:34px;}
* #forms{background: url(images/btn_forms.jpg);height:34px;}
* #contact{background: url(images/btn_contact.jpg);height:47px;}
* #faq{background: url(images/btn_faq.jpg);height:33px;}
* #club {background: url(images/btn_club.jpg);height:47px;}

/* Shift the image position up to show the active state */
#nav a:hover, #nav .active{
	background-position:-183px 0px}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}

* #container{
	width: 804px;
	margin: auto;
	position:relative;
	background-image: url(images/content_bkd.jpg);
	background-repeat: repeat-y;
}
* #content {
	width: 780px;
}
* #main {
	width: 531px;
	margin-left:227px;
	min-height:653px;
	padding-top:10px;
}
*html #main{height:490px;}
#main .inner {	
}
* #header{
margin:auto;
	width: 780px;
	height: 226px;
	overflow: hidden;
	background-image: url(images/header_bkd.jpg);
	background-repeat: no-repeat;
}
#header p{
	font-size:11px;
	line-height:13px;
	color:#014891;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
* .address{
	position:absolute;
	margin-top: 3px;
	margin-right:17px;
	right:0;
	top:0;
}
* #logo {
margin-left:71px;
	height: 187px;
	width: 1227px;}
#logo a {
	display: block;
	height: 189px;
	width: 227px;
	line-height: 0px;
	text-indent: -999em;
	background: url(images/logo.jpg) no-repeat left;}
	
* #headerbox{
position:absolute;
	right:0px;
	top:12px;
	height:39px;
	width:468px;
	list-style: none;
	font-size: 10px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*html #headerbox{
	width:503px;
}
ul#header-nav a {
	display: block;
	
}
ul#header-nav li{
	position: relative;
	float: left; 
	list-style: none;
}

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

* #login{
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
		height: 39px;
	cursor: pointer;
}
/* Set the image for each nav item */
* #login {background: url(images/login.jpg);	width: 167px;}

/* Shift the image position up to show the active state */
#header-nav a:hover, #header-nav .active{
	background-position:0px -39px}

/* Set the cursor to default arrow so link does not appear clickable */
#header-nav .active {cursor: default}

* #flash{margin-bottom:10px;}

* #h-team,* #h-docdean,* #h-docjen,* #h-docdang,* #h-docjaju,* #h-staff,* #h-services,* #h-preventative,* #h-laser,* #h-cosmetic,* #h-sedation,* #h-special,* #h-ortho,* #h-root,* #h-extract,* #h-tmj,* #h-sleep,* #h-info,* #h-teeth,* #h-dental,* #h-first,* #h-oral,* #h-good,* #h-wisdom,* #h-emergency,* #h-gallery,* #h-common,* #h-types,* #h-color,* #h-hygiene,* #h-erinfo,* #h-forms,* #h-office,* #h-contact,* #h-conv,* #h-hours,* #h-policies,* #h-tour,* #h-faqresources,* #h-faq,* #h-resources,* #h-games, * #h-club, * #h-site,* #h-frenectomy,* #h-docpat,* #h-stem,* #h-passport
{width:501px;
height:37px;
	margin-bottom:15px;
	overflow: hidden;
	text-indent: -999em; /* Indents the rich-text so it does not show */
	background-repeat: no-repeat;
}	
* #h-stem{background: url(images/title_stemsave.jpg)}	
* #h-docpat{background: url(images/title-pat.jpg)}	
* #h-team{background: url(images/title_team.jpg)}
* #h-docdean{background: url(images/title_docdean.jpg)}
* #h-docjen{background: url(images/title_docjen.jpg)}
* #h-docdang{background: url(images/title_docdang.jpg)}
* #h-docjaju{background: url(images/title_docjaju.jpg)}
* #h-staff{background: url(images/title_staff.jpg)}
* #h-services{background: url(images/title_services.jpg)}
* #h-preventative{background: url(images/title_prevent.jpg)}
* #h-laser{background: url(images/title_laser.jpg)}
* #h-cosmetic{background: url(images/title_cosmetic.jpg)}
* #h-sedation{background: url(images/title_sedation.jpg)}
* #h-special{background: url(images/title_special.jpg)}
* #h-ortho{background: url(images/title_ortho.jpg)}
* #h-root{background: url(images/title_root.jpg)}
* #h-extract{background: url(images/title_extract.jpg)}
* #h-tmj{background: url(images/title_tmj.jpg)}
* #h-sleep{background: url(images/title_sleep.jpg)}
* #h-info{background: url(images/title_info.jpg)}
* #h-teeth{background: url(images/title_teeth.jpg)}
* #h-dental{background: url(images/title_dental.jpg)}
* #h-first{background: url(images/title_first.jpg)}
* #h-oral{background: url(images/title_oral.jpg)}
* #h-good{background: url(images/title_good.jpg)}
* #h-wisdom{background: url(images/title_wisdom.jpg)}
* #h-emergency{background: url(images/title_emergeny.jpg)}
* #h-gallery{background: url(images/title_gallery.jpg)}
* #h-common{background: url(images/title_common.jpg)}
* #h-types{background: url(images/title_types.jpg)}
* #h-color{background: url(images/title_color.jpg)}
* #h-hygiene{background: url(images/title_hygiene.jpg)}
* #h-erinfo{background: url(images/title_erinfo.jpg)}
* #h-forms{background: url(images/title_forms.jpg)}
* #h-office{background: url(images/title_office.jpg)}
* #h-contact{background: url(images/title_contact.jpg)}
* #h-conv{background: url(images/title_conv.jpg)}
* #h-hours{background: url(images/title_hours.jpg)}
* #h-policies{background: url(images/title_policies.jpg)}
* #h-tour{background: url(images/title_tour.jpg)}
* #h-faqresources{background: url(images/title_faqresources.jpg)}
* #h-faq{background: url(images/title_faq.jpg)}
* #h-resources{background: url(images/title_resources.jpg)}
* #h-games{background: url(images/title_games.jpg)}
* #h-site{background: url(images/title_site.jpg)}
* #h-frenectomy{background: url(images/title_frenectomy.jpg)}
* #h-club{background: url(images/title_club.jpg)}
* #h-passport{background: url(images/title_passport.jpg)}

div#sesame-game {
background: #000;
line-height: 0;
margin: 10px auto;
text-align: center;
width: 400px}

ul#sesame-games {
list-style: none;
margin: 0;
padding: 0}

ul#sesame-games li {
clear: both;
display: block;
margin-left:0px;}

ul#sesame-games img {
border: 0;
margin: 0 0 10px 10px}

ul#sesame-games a.button {
float:right;
height:85px;
width:200px}

ul#sesame-games p {
padding-bottom: 1em}

* .starburst{
	background-image: url(images/starburst.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: right;
	display:block;
	margin-left: 8px;
	height: 175px;
	width: 250px;
}
.starburst p{
width:130px;
	padding-top:54px;
	padding-left:85px;
}
* .retainer-text{
	margin-top: 3px;
	margin-bottom:15px;
	color: #014891;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;}
/* Global form styles */
* .retainer_request {margin: 18px auto;}
fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
* .form-header {border-bottom: 1px solid #6395d2;/*optional, change color to match site*/}
.form-header h3 {margin: 0 0 9px;}
.form-header p {margin: 0 0; padding-bottom: 18px;}
* .form-footer {padding-top: 18px; text-align: center; border-top: 1px solid #6395d2;/*optional, change color to match site*/}
.form-footer button {/*these styles control the look of the button, change as necessary*/
	/*do not change, forces button to sit below floated elements*/
	margin: 9px auto;/*do not change, controls positioning*/
	width:125px;
	height:31px;
	background:#6395d2;/* customize me! */
	border: 1px solid #6395d2;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;}
/* appointment form */
* .retainer_request {
	margin: 18px 0;
	padding: 10px;}
.retainer_request fieldset {border: none; padding: 9px 0;}
.retainer_request label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	line-height: 18px;
	padding-top: 4px;
	color: #014891;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
.retainer_request label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.retainer_request input, .retainer_request select, .retainer_request textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #6395d2;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.retainer_request p.radio, .retainer_request p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.retainer_request p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.retainer_request span#found-other {width: 100%;}
.retainer_request span#found-other input {margin-left: 47%; background: #fff0b2}
.retainer_request p.verification {margin-top: 0;}
.retainer_request p.verification img {border: 1px solid #6395d2;}/* customize me! */
.retainer_request p.radio input, .retainer_request p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}
	
/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.NormalText, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014891;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style:normal;
}

.BlueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014891;
	font-weight: normal;
}

.WhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

.SubjectHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0C8327;
	font-weight: bold;
}

.PageTitle {
	font-family: Comic Sans MS, sans-serif;
	font-size: 30px;
	line-height: 34px;
	color: #0C8327;
	font-weight: bold;
}

div.e_address {width: 183px; padding-left: 35px;}

td.GrayBorderBottom {border-bottom: solid 1px #808080; padding-bottom: 20px;}
td {line-height: 18px;}