/* 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 {
    clear:both
}

html[xmlns] .clear {
    display: block;
}

* html .clear {/* For IE =< 6 */
    height: 1%;
}


* .image-float-left {
	float: left;
	clear: left;
	display: block;
	margin:0 10px 10px 0
}
* .image-float-right {
	float: right;
	clear: right;
	display: block;
	margin-bottom: 10px;
}
img{ 
 behavior: url(iepngfix.htc); }


/* 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-top: 20px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
}
p{
	margin-top: 2px;
	margin-bottom:15px;	
}
* .text{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

ul.text,.text ul{
	margin-bottom:15px;
	margin-left:6px;
	margin-top: 2px;
}
li.text,.text li{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 32px;
	list-style: disc inside;
}
.text a:link{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.text a:visited{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.text a:hover{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
* .top{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.top a:link{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.top a:visited{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}
.top a:hover{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

* #footer{
	float:left;
	margin-top: 25px;
	margin-bottom: 20px;
	width: 835px;
	height:144px;
	background-image: url(images/footerbkd.png);
	background-repeat: no-repeat;
}

* #footernav {
	text-align:left;
	float: left;
	width: 835px;
}
* #footernav .inner {
	margin: 15px 10px 0px 25px;
}
* .footerguide {
	color: #Ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	line-height: 15px;
}
.footerguide a:link{
	color: #Ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: none;
}
.footerguide a:visited{
	color: #Ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: none;
}
.footerguide a:hover{
	color: #Ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	text-decoration: underline;
}			
* .footertext {color: #b7d4e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
}
* #design{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	text-align:left;
	width: 507px;
}
#design a:link{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}
#design a:visited{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}
#design a:hover{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #044a76;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	behavior: url(iepngfix.htc);
}
h1 span{
background-repeat: no-repeat; 
height: 100%; 
position: absolute; 
width: 100%;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #033758;
	font-weight: bold;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #033758;
	font-weight: bold;
}
/* headings */
* #h-office,* #h-doc,* #h-tour,* #h-staff,* #h-policies,* #h-ortho,* #h-child,* #h-why,* #h-adults,* #h-two,* #h-treatments,* #h-dic,* #h-ask,* #h-resources,* #h-braces,* #h-life,* #h-types,* #h-apps,* #h-diagram,* #h-painter,* #h-retainers,* #h-invis,* #h-surg,* #h-care,* #h-game,* #h-contact,* #h-location,* #h-comment,* #h-refer,* #h-appoint,* #h-site,* #h-kit,* #h-events,#h-testimonials {
	line-height: 0px;
	height: 45px;
	width: 524px;
}
* #h-office {background: url(images/title_office.png);}
* #h-doc{background: url(images/title_doc.png);}
* #h-staff{background: url(images/title_staff.png);}
* #h-tour{background: url(images/title_tour.png);}
* #h-policies{background: url(images/title_policies.png);}
* #h-ortho{background: url(images/title_ortho.png);}
* #h-child{background: url(images/title_child.png);}
* #h-why{background: url(images/title_why.png);}
* #h-adults{background: url(images/title_adults.png);}
* #h-two{background: url(images/title_two.png);}
* #h-treatments{background: url(images/title_treatments.png);}
* #h-dic{background: url(images/title_dic.png);}
* #h-ask{background: url(images/title_ask.png);}
* #h-resources{background: url(images/title_resources.png);}
* #h-braces{background: url(images/title_braces.png);}
* #h-life{background: url(images/title_life.png);}
* #h-types{background: url(images/title_types.png);}
* #h-apps{background: url(images/title_apps.png);}
* #h-diagram{background: url(images/title_diagram.png);}
* #h-painter{background: url(images/title_painter.png);}
* #h-retainers{background: url(images/title_retainers.png);}
* #h-invis{background: url(images/title_invis.png);}
* #h-surg{background: url(images/title_surg.png);}
* #h-care{background: url(images/title_care.png);}
* #h-game{background: url(images/title_game.png);}
* #h-contact{background: url(images/title_contact.png);}
* #h-location{background: url(images/title_location.png);}
* #h-comment{background: url(images/title_comment.png);}
* #h-refer{background: url(images/title_refer.png);}
* #h-appoint{background: url(images/title_appoint.png);}
* #h-site{background: url(images/title_site.png);}
* #h-kit{background: url(images/title_kit.png);}
* #h-events{background: url(images/title_events.png);}
#h-testimonials{background: url(images/title_testimonials.png);}



* .module{
	margin-bottom: 13px;
}

* #nav-column {
	width: 194px;
	float: right;
	margin: 0;
}
* #nav-column .inner {
	margin: 0px;
}

ul#nav, #nav ul  {
width: 169px;
height:209px;
list-style: none;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

ul#nav a {
	display: block;
}
ul#nav li {
	position: relative;
	float: left;
}
ul#nav li ul {
	position: absolute;
	left: -999em;
	top:-4px;
	right: 160px;
}

ul#nav ul li a {
	background: #eef4f9;
	padding: 4px 4px 5px;
	color: #044a76;
	font-weight: bold;
	text-decoration: none;
	width:150px;
}
ul#nav ul li a:hover {
background:#044a76;
	color: #eef4f9;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
* #office, * #braces, * #care, * #ortho, * #contact, * #game {
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
	width: 169px;
	cursor: pointer;
}
/* Set the image for each nav item */
* #office {background: url(images/office.jpg);
height:30px;}
* #braces {background: url(images/braces.jpg);
height:36px;}
* #care {background: url(images/care.jpg);
height:34px;}
* #ortho {background: url(images/ortho.jpg);
height:36px;}
* #contact {background: url(images/contact.jpg);
height:35px;}
* #game {background: url(images/game.jpg);
height:37px;}

/* Shift the image position up to show the active state */
#nav a:hover, #nav .active{
	background-position:-169px 0px
}

/* Set the cursor to default arrow so link does not appear clickable */
* #nav .active {cursor: default}


/* Image Replacement */

* #container{
	width: 834px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
		
}
* #content {
	width: 834px;
	background-image: url(images/main_bkd.jpg);
	background-repeat: repeat-x;
	background-color: #619dc3;
}

* #main {
	float: left;
	width: 620px;
}
* #main .inner {
	margin: 10px 10px 0px 27px;
}
* #header{
	overflow:hidden;
	width: 834px;
	height: 152px;
}
* #logo {
float:left;
	width: 257px;
	height: 152px;
	
}
#logo a {
	display: block;
	width: 257px;
	height: 152px;
	text-indent: -999em;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	cursor:pointer;	
	behavior: url(iepngfix.htc);
}
* #sub  {
	width:577px;
	height:152px;
	overflow: hidden;
	float:right;
}
ul#navsub {
margin-left:220px;
	height: 41px;
	list-style: none;	
}

/*  Makes the list items sit next to each other */
#navsub li {
	float: left;
}

/*  Sets styles for all links that are inside the ul id="nav" */
#navsub a {
display: block;
height: 41px;
overflow: hidden; 
text-indent: -999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */
* #login {background-image: url(images/login_patient.png);
width:128px;
height:41px;}
* #doc {background-image: url(images/login_doc.png);width:127px;
height:41px;}
* #home {background-image: url(images/btn_home.png);width:71px;
height:41px;
}

/* Shift the image position up to show the active state */
#navsub a:hover, #navsub .active {
	background-position:0px -41px;
}

/* Set the cursor to default arrow so link does not appear clickable */
* #navsub .active {cursor: default}

blockquote {
	padding-left: 35px;
} 
* #address{
	background-image: url(images/address.png);
	width:170px;
	height:120px;
	margin-top:17px;
	background-repeat: no-repeat;
	behavior: url(iepngfix.htc);
	padding-top:6px;
	line-height:14px;
	margin-bottom:-8px;
}
* .address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #044a76;
	margin-left:9px;	
}

.email{margin-left:9px;}
* #banner{margin-top:17px;
width:170px;
	height:120px;}
* .welcome{color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 19px;}
* .welcomesmall{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}
* #braces-diagram {background: url(images/braces-diagram/braces-diagram-bg.gif); height: 374px; position: relative; width: 425px}
#braces-diagram a {cursor: help; display: block; position: absolute}
#braces-diagram a:hover {background: transparent}
a#elastic-tie {height: 20px; left: 90px; top: 100px; width: 65px}
a#loop-archwire {height: 20px; left: 150px; top: 80px; width: 100px}
a#archwire {height: 20px; left: 190px; top: 100px; width: 65px}
a#bracket {height: 20px; left: 230px; top: 120px; width: 60px}
a#headgear-tube {height: 20px; left: 335px; top: 100px; width: 90px}
a#coil-spring {height: 20px; left: 150px; top: 300px; width: 65px}
a#tie-wire {height: 20px; left: 235px; top: 325px; width: 65px}
a#band {height: 20px; left: 270px; top: 300px; width: 40px}
a#hook {height: 20px; left: 315px; top: 280px; width: 35px}
a#elastic {height: 40px; left: 355px; top: 280px; width: 45px}
a#print {cursor: pointer; height: 23px; left: 365px; top: 351px; width: 60px}
#braces-diagram a img {border: none; display: block; height: 0; position: absolute; width: 0}
#braces-diagram a:hover img {height: 74px; width: 425px}
a#elastic-tie:hover img {left: -90px; top: -100px}
a#loop-archwire:hover img {left: -150px; top: -80px}
a#archwire:hover img {left: -190px; top: -100px}
a#bracket:hover img {left: -230px; top: -120px}
a#headgear-tube:hover img {left: -335px; top: -100px}
a#coil-spring:hover img {left: -150px; top: -300px}
a#tie-wire:hover img {left: -235px; top: -325px}
a#band:hover img {left: -270px; top: -300px}
a#hook:hover img {left: -315px; top: -280px}
a#elastic:hover img {left: -355px; top: -280px}

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;
padding: .5em 0;}

ul#sesame-games img {
border: 0;
float: left;
margin-left: -210px;}

ul#sesame-games p {
padding-left: 210px;}


hr{
	color: #044a76;
	margin:15px 0 15px 0;
clear:both;
}
* .forms {
	float: right;
	clear: right;
	display: block;
	background-color: #b6d0e2;
	width: 176px;
	margin-left: 3px;
	margin-right: 7px;
	border: 4px solid #044a76;
}
* .formtext{
	color: #0f0f0f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-left: 11px;
	margin-right: 10px;
}
h4{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #044a76;
	font-weight: bold;
	margin-top:5px;
	margin-left:5px;}
	
	/* edit.com */
	
	ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

* .SdAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #044a76;
	padding-left:9px;	
}


.NormalText, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
    text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-style:normal;
}

.SubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #033758;
}

.SubjectHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #033758;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #033758;
}

td.BlackBorder {border-bottom: solid 1px #000;}

a.resources:link, a.resources:visited, a.resources:active {color: #000; font-weight: bold; font-size:11px; }
a.resources:hover {color: #FFF; font-weight: bold; font-size:11px; }

.right-border {
	border: solid 1px #333; /* Customize me!! */
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	}
img.right {
	float: right;
	margin: 0 0 15px 15px;
	}
.left-border {
	border: solid 1px #000;
	margin: 0 15px 15px 0;
	float: left;
	}
img.left {
	margin: 0 15px 15px 0;
	float: left;
	}
span.indent {
	padding-left: 40px;
	}
#invisalign-sidebar {
	background: #fff;
	width: 275px;
	margin: 0 0 15px 15px;
	padding: 0;
	border: solid 1px #000;
	line-height: 18px;
	font-size: 11px;
	float: right;
	clear: right;
	}
#invisalign-sidebar a {
	color: #036;
	}
#invisalign-sidebar h3 {
	background: #97AFC2;
	margin: 0;
	padding: 15px;
	color: #fff;
	}
#invisalign-sidebar p {
	padding: 0 15px;
	margin: 15px 0;
	}
.thumb {
	border: solid 1px #000;
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
	}
	
/* Clear Fix */
.clear {clear: both;}
.cf:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.cf {display: inline-block;} /*this trips hasLayout for ie7*/
.cf {display: block;} /*this returns it back to normal*/
* html .cf {height: 1px;}


