/* 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:11px;
	margin-bottom:5px;
}
.image-tour {
	display:block;
	margin:0 auto 30px;
}
/* Image Replacement -- add class="replace" to root element, i.e. <p> 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: 0;
	background-image: url(images/bkd5.jpg);
	background-repeat: repeat-x;
	background-color: #457faf;
}
hr{
	color: #b0d6eb;
	margin-bottom: 15px;
}
p{
margin-top: 3px;
	margin-bottom:15px;
	color: #b0d6eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;	
}
a:link, a:visited{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
a:hover, a.active{
	text-decoration: underline;
}
#main li{
	color: #b0d6eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 35px;
	list-style: outside;
	line-height:20px;
}
#main li ul li{
	margin-left: 20px;
}
#main ul{
	margin-bottom:15px;
}
#main ol{
	margin-bottom:15px;
}
.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, .top a:visited{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}
.top a:hover{
	text-decoration: underline;
}
h1{
	color: #bdbdbd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h2{
	color: #b0d6eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}

#footer{
	width: 817px;
	margin:auto;
	height:111px;
	color:#001f4e;
	overflow: hidden;
	font-size: 10px;
	background-image: url(images/footer_bkd.png);
	background-repeat: no-repeat;
	line-height: 16px;
	text-align:center;
	behavior:url(iepngfix.htc);
}
	
#footer .inner{
margin-top:10px;
	padding-right: 100px;
	padding-left: 100px;
	}

#footer p{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}
#footer a {
color:#001f4d;
	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-bottom:11px;
line-height:14px;}
#footer-nav a {
color:#001f4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#footer-nav a:hover{
	text-decoration: underline;
}

ul#nav, #nav ul {
position:absolute;
top:178px;
	padding: 0;
	width:790px;
	margin-left:13px;
	list-style: none;
	z-index:10;
}
ul#nav a {
	display: block;
}
ul#nav li{
	position: relative;
	float: left; 
	z-index:10;
}
ul#nav li ul {
	position: absolute;
	left: -999em;
	top: 29px;
	width:150px;
	z-index:10;
}

ul#nav ul li a {
	background: #ffffff;
	padding: 1px 4px 2px;
	color: #002B6A;
	font-weight: bold;
	text-decoration: none;
	width:155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

ul#nav ul li a:hover {
background:#001f4d;
color: #ffffff;}

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

ul#nav .office{margin-left:11px;}
ul#nav .braces{margin-left:5px;}
ul#nav .options{margin-left:4px;}

#office, #ortho, #braces, #options, #care {
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
	height: 29px;
	cursor: pointer;
}
/* Set the image for each nav item */
#office {background: url(images/btn_office.jpg); width:162px;}
#ortho {background: url(images/btn_ortho.jpg);width:193px;}
#braces {background: url(images/btn_braces.jpg);width:122px;}
#options {background: url(images/btn_options.jpg);width:174px;}
#care {background: url(images/btn_care.jpg);width:139px;}

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

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

#nav-sub{
	margin-bottom:10px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#header-nav{
position:absolute;
right:14px;
	top:152px;
	list-style: none;
		z-index:20;
}

ul#header-nav a {
	display: block;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#header-nav li{
	position: relative;
	float:left;
	list-style:none;
	z-index:10;
}
ul#header-nav li ul {
position: absolute;
	left: -999em;
	top: 24px;
	list-style:none;
	width:150px;
	z-index:10;
	}

ul#header-nav ul li a {
	background: #6ca6d8;
	padding: 1px 4px 2px;
	color: #ffffff;
	list-style:none;
	line-height:17px;
	font-weight: bold;
	text-decoration: none;
	width:155px;
}

ul#header-nav ul li a:hover {
background:#001f4d;}


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

#login,#contact,#doclogin,#home{
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
		height: 24px;
	cursor: pointer;
}
/* Set the image for each nav item */
#login {background: url(images/btn_login.jpg);	width: 161px;}
#doclogin{background: url(images/btn_doclogin.jpg);	width: 167px;}
#contact {background: url(images/btn_contact.jpg);	width: 136px;}
#home {background: url(images/btn_home.jpg);	width: 84px;}

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

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

#container{
	width: 817px;
	margin: auto;
	position:relative;	
}
#content {
	width: 790px;
	margin: auto;
}
#main {
	width: 817px;
	min-height:426px;
	background-image: url(images/content_bkd.png);
	background-repeat: repeat-y;
	behavior:url(iepngfix.htc);
	margin-left: -13px;
}
*html #main {height:381px;
margin-top:24px;
margin-left: 0px;}
#main .inner {
padding-top:45px;
padding-bottom:10px;
	margin-left: 258px;
	padding-right:36px;
}
#main .inner2 {
padding-top:20px;
padding-bottom:10px;
	margin-left: 258px;
	padding-right:36px;
}
*html #main .inner {
padding-top:15px;
}
*html #main .inner2 {
padding-top:15px;
}
#flash{margin-left:13px;
margin-top:29px;}
*html #flash{margin-left:13px;
margin-top:0px;}
#header{
	width: 817px;
	margin:auto;
	height: 178px;
	background-image: url(images/header_bkd.png);
	background-repeat: no-repeat;
	behavior:url(iepngfix.htc);
}
#logo {
margin-left:13px;
	height: 178px;
	width: 242px;}
#logo a {
	display: block;
	height: 178px;
	width: 242px;
	line-height: 0px;
	text-indent: -999em;
	background: url(images/logo.jpg) no-repeat left;}
	
#h-home,#h-office,#h-lemchen,#h-salzer,#h-yakoby,#h-tour,#h-policies,#h-forms,#h-ortho,#h-why,#h-child,#h-phase,#h-adults,#h-dic,#h-ask,#h-resources,#h-braces,#h-life,#h-types,#h-apps,#h-expander,#h-diagram,#h-video,#h-retainers,#h-color,#h-options,#h-common,#h-invis,#h-damon,#h-inovation,#h-dentofacial,#h-sleep,#h-tmj,#h-surg,#h-care,#h-contact,#h-location,#h-refer,#h-comment,#h-appt,#h-site,#h-faq,#h-visit
{width:495px;
height:21px;
	margin-bottom:15px;
	overflow: hidden;
	text-indent: -999em; /* Indents the rich-text so it does not show */
	background-repeat: no-repeat;}	
	
#h-home{background: url(images/h-home.jpg)}
#h-office{background: url(images/h-office.jpg)}
#h-lemchen{background: url(images/h-lemchen.jpg)}
#h-salzer{background: url(images/h-salzer.jpg)}
#h-yakoby{background: url(images/h-yakoby.jpg)}
#h-tour{background: url(images/h-tour.jpg)}
#h-policies{background: url(images/h-policies.jpg)}
#h-forms{background: url(images/h-forms.jpg)}
#h-ortho{background: url(images/h-ortho.jpg)}
#h-why{background: url(images/h-why.jpg)}
#h-child{background: url(images/h-child.jpg)}
#h-phase{background: url(images/h-phase.jpg)}
#h-adults{background: url(images/h-adults.jpg)}
#h-dic{background: url(images/h-dic.jpg)}
#h-ask{background: url(images/h-ask.jpg)}
#h-resources{background: url(images/h-resources.jpg)}
#h-braces{background: url(images/h-braces.jpg)}
#h-life{background: url(images/h-life.jpg)}
#h-types{background: url(images/h-types.jpg)}
#h-apps{background: url(images/h-apps.jpg)}
#h-expander{background: url(images/h-expander.jpg)}
#h-diagram{background: url(images/h-diagram.jpg)}
#h-video{background: url(images/h-video.jpg)}
#h-retainers{background: url(images/h-retainers.jpg)}
#h-color{background: url(images/h-color.jpg)}
#h-options{background: url(images/h-options.jpg)}
#h-common{background: url(images/h-common.jpg)}
#h-invis{background: url(images/h-invisalign.jpg)}
#h-damon{background: url(images/h-damon.jpg)}
#h-inovation{background: url(images/h-inovation.jpg)}
#h-dentofacial{background: url(images/h-dentofacial.jpg)}
#h-sleep{background: url(images/h-sleep.jpg)}
#h-tmj{background: url(images/h-tmj.jpg)}
#h-surg{background: url(images/h-surg.jpg)}
#h-care{background: url(images/h-care.jpg)}
#h-contact{background: url(images/h-contact.jpg)}
#h-location{background: url(images/h-location.jpg)}
#h-refer{background: url(images/h-refer.jpg)}
#h-comment{background: url(images/h-comment.jpg)}
#h-appt{background: url(images/h-appt.jpg)}
#h-site{background: url(images/h-site.jpg)}
#h-faq{background: url(images/h-ask.jpg)}
#h-visit{background: url(images/h-visit.jpg)}

blockquote {
	padding-left: 23px;
}
#banner{
	position:absolute;
	top: 387px;
	width:193px;
	height:381px;
	background: url(images/banner_bkd.jpg) no-repeat;
	left:47px;
}
#banner p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001f4d;	
	line-height:17px;
	margin-left:17px;
	margin-right:5px;
}
#banner2{
	position:absolute;
	top: 207px;
	width:193px;
	height:381px;
	background: url(images/banner_bkd.jpg) no-repeat;
	left:47px;
	z-index:1;
}
#banner2 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001f4d;	
	line-height:17px;
	margin-left:17px;
	margin-right:5px;
}

.left {
float:left;
margin:0 10px 10px 0;}
img.right {
float:right;
margin:0 0 10px 10px;}
.clear {
clear:both;}
h2.media-center {
background:#000033;
color:#FFF;
margin:0;
padding:5px;}
div.media-center {
background:#336699;
color:#FFF;
display:inline-block;
margin-bottom:10px;
overflow:auto;
padding:10px;}
div.media-center a {
color:#FFF;}
div.media-center img {
border:1px solid #FFF;}

#flash-braces-diagram,#flash-patient-care,#flash-emergency-care,#flash-brushing-and-flossing{margin-bottom:15px;}
#flash-patient-care{position:relative;
z-index:-1;}
.inovation{color:#001f4e;}

#flash-patient-care{position:relative;
z-index:8;}