/* GENERAL 
-----------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}/* Sets all padding and margins to 0 - forces all browsers to behave... */
body {
	background-color: #D2DBE4;
	background-image: url(../images/background.jpg);
	background-position: top;
	padding: 0px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

/* edit.com visible styles */
BODY, TD, .NormalText { text-decoration: none; font-weight: normal; font-style: normal; color: #FFF; line-height: 18px; font-family: Arial, Helvetica, sans-serif, Times New Roman; font-size: 12px; }

.Title		{ color: #FFFFFF; font-size: 22px; font-weight: normal; font-family: Times New Roman, Times serif; }
.Header		{ color: #7CDEC1; font-size: 16px; font-weight: bold; font-family: Arial; }
.Subheader	{  }

.Green		{ color: #7CDEC1; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 1em; }
.LargeText	{ font-size: 24px; line-height: 1em; }

IMG.FloatLeft 	{ float: left; margin: 0 10px 10px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 10px 10px; }

a {
	color: #606;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#contentInside2 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #957555;
	margin-bottom: 24px;
}
h2 {
	color: #7CDEC1;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h3 {
	color: #FFF;
	margin: 10px 0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
ul, ol {
	margin-top: 0;
	margin-left: 20px;
}
img {
	border: none;
}
p {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* LOGO
----------------------------------------*/
* #logo-container {
	float: left;
	height: 100px;
	width: 265px;
}
* .logo {
	letter-spacing : -1000em;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .logo {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
	width: 280px;
	height: 62px;
	background: transparent;
	float: left;
}
/* End of hack */

h1.logo a {
	padding: 0;
	margin: 0;
	width: 255px;
	height: 62px;
	display: block;
	background: transparent;
	float: left;
}
/* TAGLINE
----------------------------------------*/
* #tagline {
	letter-spacing : -1000em;
}
/* Just for Opera, but hide from MacIE */
/*\*/html>body #tagline {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
	padding: 0;
	margin: 0;
	width: 410px;
	height: 35px;
	line-height: 0;
	float: left;
	background: transparent;
}
/* End of hack */


/* UTILTY 
-----------------------------------------*/
* #utility-container {
	float: right;
	margin-top: 15px;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
* #utility, #utility ul { /* all lists */
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 400px;
}
/* Set cursor to default arrow so link does not appear clickable */
#utility .active {
	cursor: default
}

#utility li { display:inline;
float:left;
}

#utility li a {
	margin-left: 25px;
	margin-right: 0px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#utility li a:link {
	text-decoration: none;
}
#utility li a:hover {
	color: #51a192;
	text-decoration: none;
}
#utility li a.active {
	color: #51a192;
	text-decoration: none;
}
/* NAVIGATION 
-----------------------------------------*/
* #nav-container {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 26px;
	width: 220px;
}
* #nav, #nav ul { /* all lists */
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*  Sets styles for all links that are inside the ul id="nav" */
#nav a {
	height: 36px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 175px;
}
* #braces {
	width: 175px;
	background-image: url(../images/nav-braces.gif);
}
* #orthodontics {
	width: 175px;
	background-image: url(../images/nav-ortho.gif);
}
* #office {
	width: 175px;
	background-image: url(../images/nav-office.gif);
}
* #emergency {
	width: 175px;
	background-image: url(../images/nav-emergency.gif);
}
* #games {
	width: 175px;
	background-image: url(../images/nav-games.gif);
}

/* Shift the image position up to show the active state */
#nav a:hover, #nav .active {
	background-position: -175px 0px;
}
/* Set cursor to default arrow so link does not appear clickable */
#nav .active {
	cursor: default
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display:block;
}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover { /* lists nested under hovered list items */
	color: #fff;
	background: #460132;
}
#nav ul li a {
	FONT-SIZE: 12px;
	COLOR: #1A3057;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: normal;
	height: 20px;
	width: 160px;
	text-indent: 0px;
}


/* PAGE LAYOUT
-----------------------------------------*/
* #container {
	position: relative;
	width: 749px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg-content.gif);
	border-left-width: 1px;
}
* #header {
	position: relative;
	width: 749px;
	height: 62px;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
}
#header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* #header2 {
	position: relative;
	width: 749px;
	height: 216px;
	background-image: url(../images/bg-header2.gif);
	background-repeat: no-repeat;
}
* #main {
	width: 898px;
	margin: 0px;
	background-image: url(../images/bg-content.gif);
	padding: 0px;
}
#main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* #sidebar {
	float: right;
	width: 190px;
	text-align: center;
	margin-right: 6px;
}
* #address {
	width: 190px;
	padding: 0;
	line-height: 18px;
	color: #1a3057;
	font-size: 12px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	float: left;
}
* #contact-info {
	color: #fff;
	font: 11px tahoma, arial, sans-serif;
	padding: 20px 0 20px 45px;
	clear: both;
	vertical-align: middle;
	line-height: 20px;
	overflow: hidden;
	width: 190px;
}
* #content {
	width: 749px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-content2.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #499281;
}
* #content-home {
	float: right;
	width: 433px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #FFF;
	line-height: 18px;
	margin: 0px;
}
#content-home h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 16px;
	margin-top: 15px;
	line-height: normal;
}
* .clear {
	clear: both;
}
* #contentInside {
	float: right;
	width: 433px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	color: #FFF;
	line-height: 18px;
	margin: 0px;
}
#content a {
	color: #FFF;
}
#content a:hover {
	text-decoration: none;
}
* .float-right {
	float: right;
	clear: both;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
* .img-right {
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2DAE4;
	background-color: #478F7C;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DAE4;
}
* .img-left {
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 20;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2DAE4;
	background-color: #478F7C;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DAE4;
}
* .section-intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A3057;
	margin: 0px;
	line-height: 30px;
	text-transform: uppercase;
}
/* FOOTER
-----------------------------------------*/
* #footer {
	color: #51a192;
	margin: 0px;
	text-align: center;
	clear: both;
	vertical-align: middle;
	width: 749px;
	font-size: 12px;
	line-height: normal;
	border-top-color: #122340;
	background-image: url(../images/bg-footer.gif); 
	background-repeat: no-repeat;
	height: 99px;
	border-left-color: #122340;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	position:absolute;
}
* #abo {
	position: absolute;
	width: 160px;
	height: 33px;
	left: 35px;
	z-index: 1;
	visibility: visible;
	top: -60px;
}
#footer h2 {
	padding: 0px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 12px;
}
#footer a {
	color: #51a192;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 7px;
}
* #flash_standards {
	background: transparent;
	font-size: 10px;
	color: #333;
	text-align: center;
	padding: 0;
}
/* SESAME
-----------------------------------------*/
p#sesame {
	text-align: right;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sesame a {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#sesame a:hover {
	text-decoration: underline;
}
* #flashcontent {
	background-image: url(../images/bg-flash.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 493px;
	margin: 0px;
	height: 216px;
	float: right;
}
#flashcontent p {
	background-color: #919EAF;
}
#nav ul li a:hover {
	FONT-SIZE: 12px;
	COLOR: #51a192;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: normal;
	height: 20px;
	width: 160px;
	text-indent: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav ul li a.active {
	FONT-SIZE: 12px;
	COLOR: #51a192;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: normal;
	height: 20px;
	width: 160px;
	text-indent: 0px;
	font-weight: bold;
}
* #header-office {
	position: relative;
	width: 749px;
	height: 216px;
	background-image: url(../images/bg-header-office.jpg);
	background-repeat: no-repeat;
}
* #header-ortho {
	position: relative;
	width: 749px;
	height: 216px;
	background-image: url(../images/bg-header-ortho.jpg);
	background-repeat: no-repeat;
}
#contentInside h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 16px;
	margin-top: 15px;
	line-height: normal;
}
/* Global form styles */
* .comments {margin: 18px auto;}
fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
* .form-header {border-bottom: 1px solid #479384;/*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;/*optional, change color to match site*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3DBE4;
}
.form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	margin: 9px auto;/*do not change, controls positioning*/
	display: block;
	width:125px;
	height:31px;/* customize me! */
	border: 1px solid #49927C;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;
	background-color: #479384;
}
/* comment form */	
* .comments {
	margin: 18px 0;
	padding: 10px;}
.comments li {font-weight: bold;}
.comments label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	width:45%;
	float:left;
	padding-top: 4px;}
.comments label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.comments .label-block label {float: none; clear: both; width: 100%; text-align: left;}
.comments input, .comments textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:1px solid #4B917E;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;
}
.comments p.verification {
	clear: both;
	margin: 0 0 9px 47%;
	font-size: 12px;}
.comments p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 0;}
.comments p.verification img {
	border: 1px solid #479384;
}/* customize me! */
.comments p.radio input, .comments p.radio-float input {
	float: none;
	margin: 0 0 0 0;
	padding: 4px 2px;
	width: auto;}
.comments p.radio span {padding: 0 2% 0 0;}
.comments .radio {text-align: left; font-weight: normal;}
.comments .comments-box label {float: none; font-weight: normal; display: block; text-align: left;}
.comments .comments-box textarea {float: none; margin-left: 0; width:95%;
}

/* Global form styles */
* .referral-form {margin: 18px auto;}
fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
* .form-header {border-bottom: 1px solid #479384;/*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 #479384;/*optional, change color to match site*/}
.form-footer button {/*these styles control the look of the button, change as necessary*/
	clear:both;/*do not change, forces button to sit below floated elements*/
	margin: 9px auto;/*do not change, controls positioning*/
	display: block;
	width:125px;
	height:31px;
	background:#479384;/* customize me! */
	border: 1px solid #479384;
	text-align:center;
	line-height:31px;
	color:#ffffff;/* customize me! */
	font-size:12px;
	font-weight:bold;}
/* referral form */
* .referral-form {
	margin: 18px 0;
	padding: 10px;}
.referral-form fieldset {border: none; padding: 9px 0;}
.referral-form 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;}
.referral-form label span {/*sits below labels; holds instructions*/
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.referral-form input, .referral-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #479384;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;
	position: relative;}
.referral-form p.radio, .referral-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.referral-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.referral-form p.verification {margin-top: 0;}
.referral-form p.verification img {border: 1px solid #479384;}/* customize me! */
.referral-form p.radio input, .referral-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}
* .link-logo {
	background-color: #FFF;
	padding: 5px;
	text-align: center;
	width: 300px;
}
* #header-contact {
	position: relative;
	width: 749px;
	height: 216px;
	background-image: url(../images/bg-header-contact.jpg);
	background-repeat: no-repeat;
}
* #header-games {
	position: relative;
	width: 749px;
	height: 216px;
	background-image: url(../images/bg-header-games.jpg);
	background-repeat: no-repeat;
}
* #header-braces {
	position: relative;
	width: 749px;
	height: 216px;
	background-image: url(../images/bg-header-braces.jpg);
	background-repeat: no-repeat;
}
* #header-emergency {
	position: relative;
	width: 749px;
	height: 216px;
	background-image: url(../images/bg-header-emergency.jpg);
	background-repeat: no-repeat;
}

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}

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}
* #plogin {
	font-size: 14px;
	color: #1A3057;
	background-color: #47927D;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#header #utility-container #utility li a#plogin {
	color: #FFF;
}
#header #utility-container #utility li a#plogin:hover {
	color: #1A3057;
}

