/* 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;
	margin-right:8px;
	margin-bottom:5px;
}
* .image-float-right {
	float: right;
	clear: right;
	display: block;
	margin-left:8px;
	margin-bottom:5px;
}

/* 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: 0;
	padding:0 0 10px;
	background-image: url(../images/full-bg.jpg);
	background-color: #0e1940;
	background-repeat: no-repeat;
	background-position: center top;
}
hr{
	color: #c0cee6;
	margin-bottom: 10px;
	margin-top: 8px;
	clear:both;
}

blockquote {
	padding-left: 23px;
}
p{
	padding-top: 3px;
	padding-bottom:15px;
	color: #c0cee6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
a:link, a:visited{
	color: #f6d797;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a:hover{
	color: #ffffff;
}
li{
	color: #c0cee6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 35px;
	list-style: outside;
	line-height:20px;
}

ul{
	margin-bottom:15px;
}
ol{
	margin-bottom:15px;
}
* .top{
	color: #0f70b1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}
.top a:link, .top a:visited{
	color: #0f70b1;
	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: #c0cee6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:18px;
}
.inner2 h1 {
	font-size: 16px;
	}
.inner p {
	max-width: 550px;
	}

.inner p {
	max-width: inherit;
	}

h2{
	color: #f6d797;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.inner h2{
	margin-top: 2em;
	}
h3{
	color: #c0cee6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

* #footer{
	width: 830px;
	height: 98px;
	overflow: hidden;
	padding: 10px 15px 0 15px;
	background-image: url(../images/footer_bkd.gif);
	background-repeat: no-repeat;
}
#footer p{
	padding-bottom:0px;
	
}
	
#footer div.left{
	margin-top:11px;
	padding-left:20px;
	width: 430px;
	float: left;
}

#footer div.right{
	margin-top:11px;
	width: 400px;
	float: left;
}

h5{
	color: #0e1940;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height: 16px;
}
#footer-nav .sesame {
	color:#0e1940;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}
* #footer-nav{
	text-align:right;
	float:right;
	color:#0e1940;
	font-weight:bold;
	padding-left:20px;
	padding-bottom:25px;
	padding-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#footer-nav a {
	color:#0e1940;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	font-weight: normal;
	font-weight:bold;
	text-decoration: none;
}
#footer-nav a:hover{
	text-decoration: underline;
}

ul#nav {list-style: none;}
ul#nav a {display: block; padding: 0; height: 40px;  margin:0;}

ul#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position:absolute;
	top:86px;
	left:35px;
}

ul#nav li {display: inline;
margin:0; float:left;}

ul#nav li ul li {
float:none;}
ul#nav li ul ul {
	position: absolute;
	left: -999em;
	margin-top:-26px;
	margin-left:155px;
	z-index:10;
	border: 1px solid #FFFFFF;
}
ul#nav li ul ul li a{
	width:200px;
}

ul#nav li ul {
	position: absolute;
	left: -999em;
	top:auto;
	z-index:10;
	border: 1px solid #FFFFFF;
}

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


ul#nav ul li a {
	position: relative;
	height:22px;
	background: #0068ad;
	padding: 1px 4px 2px 8px;
	color: #ffffff;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
	width:145px;
}

ul#nav ul li a:hover {
background:#ffffff;color: #0068ad;}

* #office, * #policies, * #ortho, * #invis, * #care, * #contact, * #home {
	overflow: hidden; 
	text-indent: -999em; /* Indents the rich-text so it does not show */
	height: 40px;
	cursor: pointer;
}

/* Set the image for each nav item */
* #office {background: url(../images/btn_office.gif); width:149px;}
* #ortho {background: url(../images/btn_ortho.gif);width:146px;}
* #policies {background: url(../images/btn_policies.gif);width:111px;}
* #care{background: url(../images/btn_care.gif);width:122px;}
* #home{background: url(../images/btn_home.gif);width:83px;}
* #invis {background: url(../images/btn_invis.gif);width:89px;}
* #contact {background: url(../images/btn_contact.gif);width:90px;}

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

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

* #container{
	width: 860px;
	margin: 0px auto;
	position:relative;
	
}
* #content {
	width: 860px;
	background-image: url(../images/content_bkd.gif);
	background-repeat: repeat-y;	
}

* #main {
	width: 860px;
	background-image: url(../images/main_bkd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:630px;
	position:relative;
}
*html #main {
height:630px;
}
#main .inner2 {
padding-top:20px;
	padding-right:45px;
	padding-left:35px;
}

#main .inner {
padding-top:85px;
	padding-right:45px;
	padding-left:35px;
}

* #header{
	width: 860px;
	height: 86px;
	background-image: url(../images/header_bkd.gif);
	background-repeat: no-repeat;
}

* #logo {
	position:absolute;
	height: 56px;
	width: 309px;
	left:0px;
	top:0px;}

#logo a {
	display: block;
	height: 56px;
	width: 309px;
	line-height: 0px;
	text-indent: -999em;
	background: url(../images/logo.gif) no-repeat left;}

img {
	border: 0px;}

* #flash{
	margin-left:16px;
}

* #nav-sub{
	position:absolute;
	right:35px;
	padding-top:21px;
	line-height:15px;
	margin-top:27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	color: #0f70b1;
	font-weight:bold;
}
#nav-sub a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0f70b1;
	line-height:15px;
	font-weight:bold;
text-decoration:none;
}
#nav-sub a:hover, #nav-sub .active{
	text-decoration:underline;}

* .address{
	color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	line-height:17px;
	right:10px;
	top:8px;
	text-align:right;
}
#pt-login { width:120px; height:40px; position:absolute; top:265px; left:645px; text-indent:-999em; z-index:1000}
#pt-login a { width:120px; height:40px; background:url(../images/pt-login.gif); display:block; overflow:hidden }
#pt-login a:hover { background:url(../images/pt-login.gif) 0 40px; }

* #callout_doc{
	float:left;
	width: 216px;
	height:450px;
	background: url(../images/callout_doc.jpg) no-repeat left 8px;
	padding-right:30px;
}

#callout_doc p{
padding-top:286px;
text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fee2a9;
	font-weight:bold;
}
#callout_doc a:link, #callout_doc a:visited{
text-decoration:underline;
font-size:10px;
}
#callout_doc a:hover{
color: #ffffff;
}

/* Global form styles */
* .comments {margin: 18px auto;}
fieldset {border: none; padding: 9px 0;}
fieldset div {clear: both;}
* .form-header {border-bottom: 1px solid #c0cee6;/*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 #c0cee6;/*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:#c0cee6;/* customize me! */
	border: 1px solid #ffffff;
	text-align:center;
	line-height:31px;
	color:#0e1940;/* customize me! */
	font-size:12px;
	font-weight:bold;}
/* comment form */	
* .comments {
	margin: 18px 0;
	padding: 10px;}
.comments li {font-weight: bold;list-style-type: decimal;}
.comments label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#c0cee6;
	width:45%;
	float:left;
	padding-top: 4px;}
.comments label span {/*sits below labels; holds instructions*/
	color:#c0cee6;
	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:solid 1px #c0cee6;/* 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 #c0cee6;}/* 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%;
}

/* 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;
	color:#c0cee6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:45%;
	float:left;
	line-height: 18px;
	padding-top: 4px;}
.referral-form label span {/*sits below labels; holds instructions*/
	color:#c0cee6;
	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 #c0cee6;/* 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 #c0cee6;}/* 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;}
	
/* appointment form */
* .appointment-form {
	margin: 18px 0;
	padding: 10px;}
.appointment-form fieldset {border: none; padding: 9px 0;}
.appointment-form label {/*floats labels left*/
	font-size: 12px;
	display:block;
	font-weight:bold;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#c0cee6;
	width:45%;
	float:left;
	line-height: 18px;
	padding-top: 4px;}
.appointment-form label span {/*sits below labels; holds instructions*/
	color:#c0cee6;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:100%;}
.appointment-form input, .appointment-form select, .appointment-form textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #c0cee6;/* customize me! */
	width:45%;
	margin:9px 0 9px 2%;
	background: #ffffff;}
.appointment-form p.radio, .appointment-form p.verification {
	clear: both;
	margin: 9px 0 9px 47%;
	font-size: 12px;}
.appointment-form p.radio-float {
	clear: none;
	float:left;
	width: 45%;
	padding:0;
	margin:9px 0 9px 2%;}
.appointment-form span#found-other {width: 100%;}
.appointment-form span#found-other input {margin-left: 47%; background: #fff0b2}
.appointment-form p.verification {margin-top: 0;}
.appointment-form p.verification img {border: 1px solid #c0cee6;}/* customize me! */
.appointment-form p.radio input, .appointment-form p.radio-float input {
	float: none;
	width: auto;
	margin: 0 0 0 2%;
	padding: 4px 2px;}
	
* #flash-emergency-care {margin-bottom: 2em;}

#racingvideos img {
	float: left; 
	width: 225px; 
	height: 168px; 
	margin: 20px 15px;
}

/* edit.com */

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

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

* .WhiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #FFF;
	font-weight: bold;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #0E1940;
	font-weight: normal;
}

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

.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #C0CEE6;
	font-weight: bold;
}

td.WhiteBorderBottom {border-bottom: solid 2px #FFF;}