
/* Note: there are some display:none styles starting at line 375 that need to be removed once Sesame Interactive is installed for this Member. */


/* GENERAL -----------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
/* Sets all padding and margins to 0 - forces all browsers to behave... */
body {
	color: #333;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #DDCFA4;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 28px;
	color: #153AA6;
	font-weight: lighter;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 12px;
}
h3 {
	color: #153AA6;
	font-style: italic;
}
ul, ol {
	margin-top: 0;
	margin-left: 20px;
}
img {
	border: none;
}
* .float-right {
	float: right;
	margin: 0 0 20px 20px;
	clear: both;
}
* .img-right {
	background-color: #F2E3B7;
	padding: 2px;
	border: 1px dotted #153AA6;
	float: right;
	margin-bottom: 14px;
	margin-left: 24px;
}
* .img {
	background-color: #F2E3B7;
	padding: 2px;
	border: 1px dotted #153AA6;
}
p {
	margin: 0 0 10px 0;
	text-align: left;
}
/* PAGE LAYOUT-----------------------------------------*/
* #container {
	position: relative;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
}
/* LOGO----------------------------------------*/
* #logo-container {
	float: left;
	height: 235px;
	width: 410px;
}
* .logo {
	letter-spacing : -1000em;
}
/* Just for Opera, but hide from MacIE *//*\*/
html>body .logo {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
	width: 410px;
	height: 235px;
	background: transparent;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* End of hack */
h1.logo a {
	padding: 0;
	margin: 0;
	width: 410px;
	height: 235px;
	display: block;
	background: transparent;
	float: left;
}
/* TAGLINE----------------------------------------*/
* #tagline {
	letter-spacing : -1000em;
	line-height: normal;
	margin-bottom: 10px;
}
/* Just for Opera, but hide from MacIE *//*\*/
html>body #tagline {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
	padding: 0;
	width: 400px;
	height: 15px;
	line-height: normal;
	background-image: url(../images/welcome.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
/* NAVIGATION -----------------------------------------*/
* #nav-container {
	color: #FFF;
	float: left;
	width: 177px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 51px;
}
* #nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
/*  Sets styles for all links that are inside the ul id="nav" */
#nav a {
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	width: 177px;
}
/* Shift the image position up to show the active state */
#nav a:hover, #nav .active {
	background-position: -177px 0px;
}
/* Set cursor to default arrow so link does not appear clickable */
#nav .active {
	cursor: default
}
/* SUB-NAVIGATION -----------------------------------------*/
#nav li {
	display: inline;
	float: left;
	font-size: 11px;
}
* #home {
	width: 177px;
	height: 30px;
	background-image: url(../images/nav-home.gif);
}
* #office {
	width: 177px;
	height: 30px;
	background-image: url(../images/nav-office.gif);
}
* #orthodontics {
	width: 177px;
	height: 30px;
	background-image: url(../images/nav-orthodontics.gif);
}
* #faq {
	width: 177px;
	height: 30px;
	background-image: url(../images/nav-faq.gif);
}
* #braces {
	width: 177px;
	height: 30px;
	background-image: url(../images/nav-braces.gif);
}
* #treatment {
	width: 177px;
	height: 30px;
	background-image: url(../images/nav-treatment.gif);
}
* #emergency {
	width: 177px;
	height: 30px;
	background-image: url(../images/nav-emergency.gif);
}
* #contact {
	width: 177px;
	height: 30px;
	background-image: url(../images/nav-contact.gif);
}
* #header {
	position: relative;
	width: 800px;
	height: 235px;
	background-image: url(../images/bg-header.gif);
	background-repeat: no-repeat;
}
#nav ul li a {
	COLOR: #024f96;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 20px;
	height: 20px;
	width: 145px;
	text-indent: 0px;
	font-size: 12px;
}
#nav ul li .active {
	text-decoration: underline;
}
#nav ul li {
	background-image: url(../images/bg-submenu.gif);
	background-position: left;
}
#nav ul li a:hover {
	COLOR: #A1946F;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 20px;
	height: 20px;
	width: 145px;
	text-indent: 0px;
	font-size: 12px;
}
#nav a.selected {
	background-position: -354px 0px;
}
#nav ul #submenu-shim {
	height: 10px;
	background-image: url(../images/submenu-shim.gif);
	background-repeat: no-repeat;
	width: 177px;
}
* #header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}
* #contact-info {
	color: #fff;
	clear: both;
	overflow: hidden;
	width: 190px;
	position: absolute;
	left: 433px;
	top: 71px;
	font-size: 11px;
	line-height: 15px;
}
* #content {
	width: 800px;
	margin: 0px;
	background-image: url(../images/bg-content.gif);
	text-align: left;
	padding: 0px;
}
#content a {
	color: #333;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
/* FOOTER-----------------------------------------*/
* #footer {
	color: #FFF;
	margin: 0px;
	text-align: center;
	clear: both;
	vertical-align: middle;
	overflow: hidden;
	width: 620px;
	font-size: 10px;
	line-height: 15px;
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
	height: 190px;
	padding-top: 25px;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 110px;
}
#footer a {
	color: #024f96;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer h2 {
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FFF;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#footer h2 a {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #FFF;
}
#footer p {
	text-align: center;
}
* #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: 484px;
	height: 209px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
#flash-homepage p {
	background-color: #E3F0FB;
	margin: 5px;
}

* .ptlogin {display:none;} /* Remove this line to show all patient login link */

* #patient-login-container {
	color: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	width: 114px;
	left: 663px;
	top: 80px;
	font-size: 11px;
	line-height: 14px;
	height: 35px;
}
#patient-login-container a {
	color: #fff;
	overflow: hidden;
	left: 662px;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/nav-login.gif);
	display: block;
	height: 35px;
	width: 114px;
}
#patient-login-container a:hover {
	color: #fff;
	overflow: hidden;
	left: 662px;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/nav-login2.gif);
	display: block;
	height: 35px;
	width: 114px;
}
* .plogin {
	letter-spacing : -1000em;
}
html>body .plogin {
	letter-spacing : normal;
	text-indent : -999em;
	overflow : hidden;
	width: 113px;
	height: 35px;
	background: transparent;
	float: left;
	margin: 0px;
	padding: 0px;
}
* #rightcol {
	background-image: url(../images/bg-home.gif);
	background-repeat: no-repeat;
	float: right;
	height: 850px;
	width: 554px;
	position: relative;
}
#rightcol #home-logos {
	position: absolute;
	left: -1px;
	top: 767px;
}
#rightcol ul li, #rightcol2 ul li {
	margin-bottom: 10px;
	list-style-image: url(../images/bullet.gif);
	margin-left: 5px;
}
* #leftcol {
	float: left;
	width: 235px;
	text-align: left;
}
* .clear {
	clear: both;
}
* #quote {
	font-style: italic;
	color: #FFF;
	margin-left: 51px;
	margin-right: 25px;
	clear: both;
	display: block;
	padding-left: 27px;
	padding-top: 73px;
}
* #text-home {
	width: 490px;
	margin-left: 23px;
	color: #024f96;
	margin-top: 20px;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 30px;
}
#text-home a {
	text-decoration: underline;
	color: #024f96;
}
* .highlight {
	font-style: italic;
	color: #024f96;
	font-size: 13px;
	margin-bottom: 18px;
}
* #text {
	width: 485px;
	margin-left: 23px;
	margin-top: 5px;
	margin-bottom: 10px;
}
* .short-page {
	height: 400px;
}
* #rightcol2 {
	float: right;
	width: 554px;
	position: relative;
}
* #shim {
	height: 17px;
	width: 539px;
	background-image: url(../images/bg-shim.gif);
	background-repeat: no-repeat;
	clear: both;
}
/* The Game Room */
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;
}
img.right {
	float:right;
	margin:0 0 10px 10px;
}
* .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;
}

/* edit.com */

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

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

.SubjectHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #153AA6;
	font-weight: normal;
}