* {	margin: 0px;	padding: 0px;}
body {
	background-color: #f0daab;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
}

/* edit.com visible styles */
BODY, TD, .NormalText { text-decoration: none; font-weight: normal; font-style: normal; color: #000; line-height: 18px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.Title		{ color: #FFFFFF; font-size: 24px; font-weight: normal; font-family: Tahoma; line-height: 24px; letter-spacing: 0.1em; }
.Header		{ color: #0F3768; font-size: 16px; font-weight: bold; font-family: Arial; line-height: 24px; }
.Subheader	{ color: #000000; font-size: 13px; font-weight: bold; font-family: Arial; }

.Blue		{ color: #0F3768; }
.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: #003768;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #003768;
	outline: none;
}
h1 {
	font-size: 16px;
	line-height: 24px;
	color: #0F3768;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 12px;
	font-weight: bold;
}
h3 {color: #153AA6;	font-style: italic;}
img {border: none;}
* .float-right {float: right;margin: 0 0 20px 20px;clear: both;}
* .img-right {
	background-color: #FBEBBF;
	float: right;
	margin-bottom: 14px;
	margin-left: 24px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #134A79;
	border-right-color: #134A79;
	border-bottom-color: #134A79;
	border-left-color: #134A79;
	margin-top: 5px;
	padding: 2px;
}
p {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}

/* PAGE LAYOUT-----------------------------------------*/
* #container {
	position: relative;
	width: 925px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
* #header {
	width: 925px;
	clear: both;
	height: 152px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

/* LOGO----------------------------------------*/
* #title {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 57px;
	line-height: 57px;
	width: 902px;
	color: #FFF;
	vertical-align: middle;
	font-size: 24px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	/*padding-top: 20px;*/
	padding-bottom: 0px;
	padding-right: 23px;
	letter-spacing: .1em;
}
h1.logo a {
	width: 274px;
	height: 152px;
	display: block;
	background: transparent;
	float: left;
	text-indent: -999em;
}

/* nav ---------- */
* #nav{
	position:absolute;
	top:210px;
	left:0px;
	margin: 0 0 0 0px;
	padding:0;
	width:274px;
	display:block;
	z-index: 100;
}
#nav a {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	width: 274px;/*min-he0ight: 37px; _height:37px*/
	
}
#nav ul{padding:0;border-bottom: 1px solid #fff;}
* #nav-apart {
	background: url(../images/nav-apart.gif) 0 0;
	height:53px;
}
* #nav-us {
	background: url(../images/nav-us.gif) 0 0;
	height:53px;
}
* #nav-why {
	background: url(../images/nav-why.gif) 0 0;
	height:53px;
}
* #nav-braces {
	background: url(../images/nav-braces.gif) 0 0;
	height:53px;
}
* #nav-emergency {
	background: url(../images/nav-emergency.gif) 0 0;
	height:53px;
}
* #nav-contact {
	background: url(../images/nav-contact.gif) 0 0;
	height:53px;
}
* #nav-home {
	background: url(../images/nav-home.gif) 0 0;
	height:53px;
}

#nav ul li:hover a, #nav a:hover, #nav .active {background-position: -274px 0}
#nav li.active a, #nav-with-sub li.active a {background-position: -274px 0;}


/* DROP-DOWN-NAVIGATION ----------------*/
#nav li {display: inline; z-index:100; margin:0; padding:0;}
#nav li ul {
	border: 1px solid #964421;
	width: 170px;
	position: absolute;
	left: -999em;
	line-height: 33px;
	font-size: 12px;
	height: auto;
	background-color: #964421;
	margin-top: -53px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 274px;
}
#nav li ul a {
	list-style-image:none;
	padding: 2;
	width: 170px;
	color: #fbebbf;
	text-indent: 10px;
	text-decoration: none;
	height: auto;
	line-height: 24px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display:block;
	z-index:100;
	padding: 5px;
}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover {
	color: #d69859;
}

/* sub_nav ----------------*/
#sub_nav li a:visited {
	text-decoration: none;
}
#sub_nav li:hover a, #sub_nav li a.active {font-weight:normal; text-decoration:none;}

* #content {
	width: 925px;
	margin: 0px;
	text-align: left;
	padding: 0px;
	background-image: url(../images/bg-content.gif);
}
#content a:hover {text-decoration: none;}

/* FOOTER-----------------------------------------*/
* #footer {
	margin: 0px;
	clear: both;
	overflow: hidden;
	width: 895px;
	text-align: left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
}
#footer a {
	color: #573618;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {	text-decoration: underline;}
* #flash_standards {	background: transparent;	font-size: 10px;	color: #333;	text-align: center;	padding: 0;}
* #flash-homepage {
	background-image: url(../images/bg-flash.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 651px;
	height: 249px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#flash-homepage p {
	background-color: #FBEBBF;
	margin: 5px;
}
* #patient-login-container {
	color: #fff;
	overflow: hidden;
	width: 162px;
	font-size: 11px;
	line-height: 14px;
	height: 39px;
	float: right;
	margin-right: 23px;
	left: -130px;
	top: -4px;
	margin-top: 113px; 
	text-align:-999px;
}
ul #patient-login-container  { 
	text-align:-999em; 
	height: 39px;
	width: 162px; overflow:hidden; display:block 
}
.hideme { 
	text-align:-999em; 
	height: 39px;
	width: 162px; overflow:hidden; display:block; 
}
#patient-login-container {
	color: #fff;
	overflow: hidden;
	left: 662px;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/nav-login.gif);
	display: block;
	height: 39px;
	width: 162px;
	text-align:-999em; 
}
#patient-login-container:hover {
	color: #fff;
	overflow: hidden;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/nav-login.gif);
	display: block;
	background-position: -162px;
	height: 39px;
	width: 162px;
	text-align:-999em; 
}

#patient-login-container li ul {
	border: 1px solid #964421;list-style:none;
	width: 130px;
	position: absolute;
	left: -999em;
	line-height: 33px;
	font-size: 12px;
	height: auto;
	background-color: #964421;
	margin-top: -117px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#patient-login-container li ul a {
	list-style-image:none;
	padding: 2;
	width: 130px;
	color: #fbebbf;
	text-indent: 10px;
	text-decoration: none;
	height: auto;
	line-height: 24px;
	text-align:-999em; 
}
#patient-login-container li:hover ul, #patient-login-container li.sfhover ul {
	left: auto;
	display:block;
	z-index:100;
	padding: 5px;
	text-align:-999em; 
}
#patient-login-container li:hover ul a:hover, #patient-login-container li.sfhover ul a:hover {
	color: #d69859;text-align:-999em; 
}







html>body .plogin {	letter-spacing : normal;	text-indent : -999em;	overflow : hidden;	width: 113px;	height: 35px;	background: transparent;	float: left;	margin: 0px;	padding: 0px;}
* #rightcol {
	float: right;
	width: 651px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
* #address {
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 214px;
	clear: both;
	position: absolute;
	left: 0px;
	top: 600px;
}
#address h2 {
	font-size: 12px;
	font-weight: bold;
	color: #fbebbf;
}
* #shim {
	background-image: url(../images/shim.gif);
	clear: both;
	height: 3px;
	width: 925px;
}
* #rightcol-text {
	text-align: left;
	width: 600px;
	min-height: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
* #leftcol {
	float: left;
	width: 274px;
	text-align: left;
}
* #leftcol-footer {
	float: left;
	width: 245px;
	text-align: center;
	margin-right: 40px;
	height: 125px;
}
* .clear {	clear: both;}
div#sesame-game {background: #000; line-height: 0; margin: 10px auto 30px auto; text-align: center; width: 400px}
ul#sesame-games {list-style: none; margin: 0 18px 0 0; padding: 0}
ul#sesame-games li {clear: both;	display: block;	list-style-image: none;	list-style-type: none;}
ul#sesame-games img {border: 0; float: right; margin: 0 0 10px 10px}
ul#sesame-games a.button {float:right; height:85px; width:200px}
ul#sesame-games p { padding-bottom: 1em}
* .hide {display: none;}
* #flash-brushing-and-flossing-ortho {width: 485px;	height: 300px;	margin: 10px auto;}
.flash-replaced .alt {display: block;width: 0px;height: 0px;position: absolute;overflow: hidden;}
* .left {float:left;margin:0 10px 10px 0;}.clear {clear:both;}
* #damon-bracket {display:block;margin:0 auto 10px auto;}
* #damon-wrap {width:400px;margin:0 auto;}
* #damon-left {float:left;width:175px;margin-right:20px;}
* #damon-right {float:left;width:170px;}
* #flash-damon-system-comparison {margin:0 auto;width:250px;}
* #video-the-damon-system {margin: 0 15px 15px 0;width: 240px;height: 206px;float: left;clear: left;}
* #video-the-damon-system-2 {margin: 0 15px 15px 0;width: 400px;height: 330px;float: left;clear: left;}
* #content-photo {
	padding: 0px;
	width: 651px;
	height: 249px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#rightcol-text ul {
	margin-left: 15px;
	margin-bottom: 16px;
}
* .team-photo {
	padding: 2px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #134A79;
	border-right-color: #134A79;
	border-bottom-color: #134A79;
	border-left-color: #134A79;
	float: left;
}
* .bio {
	clear: both;
	height: 200px;
}
* .img-full {
	background-color: #FBEBBF;
	margin-bottom: 14px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #134A79;
	border-right-color: #134A79;
	border-bottom-color: #134A79;
	border-left-color: #134A79;
	margin-top: 5px;
	padding: 2px;
}

