u {
	background-color:#FFFF00;
	color:#000000;
}

body {
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	background-position: left top;

}
a {
	color:#422a66;
	text-decoration:underline;
}
a:hover { 
	color:#327e9c;
}
#container {
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0px;
	margin:0px;
	
}
#container2 {
	background-image: url(../images/container2_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding:0px;
	margin:0px;
}


/* Header */

#top-phone {
	width: 150px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 225px;
	margin-left: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #fff;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	width: 170px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 20px;
	z-index: 89898987;
	background-image: url(../images/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#logo strong {
	color: #7e5fb1;
}


/* Top Nav */

#topNav {
	position: absolute!important;
	width: 800px!important;
	height: 63px;
	top: 0px!important;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -415px;
	left: 50%;	
}

#topNav ul {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5!important;
	list-style:none;
	margin: 0px;
}
#topNav ul li {
	float: left;
	padding: 0px;
	width: 90px;
	color: #FFFFFF;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	text-align: center;
}
#topNav ul li.wider {
	width: 90px;
}
#topNav ul li.wider a {
	width: 90px;
} 
#topNav ul li.widest a {
	width: 120px;	
}
#topNav ul li.widest {
	width: 120px;
}
#topNav ul li a {
	display: block;
	padding-top: 25px;
	height: 36px;
	width: auto;
}
#topNav ul li a:link, #topNav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav ul li a:hover {
	color:#422a66;
	border: #FFFFFF solid 1px;
	background: transparent url(../images/topNav_bg.gif) -200px 0 no-repeat;
}
#topNav ul li .active {
	border: #FFFFFF solid 1px;
	background: transparent url(../images/topNav_bg.gif) -200px 0 no-repeat;
}
#topNav ul li a.active:link, #topNav ul li a.active:visited {
	color:#422a66;
}
#topNav_bg {
	width: 800px;
	height:63px;
}
#topNav ol {
	padding: 5px;
	margin:0;
	list-style: none;
	background-color: #042F3F;
}
#topNav ol li a {
	display: block;
	width: 15em;
	height: auto;
	padding: 0px;
}
#topNav ol li {
	float: left;
	width: 15em;
	padding: 0px;
	background: none;
	text-align: left;
}
#topNav ol li:hover {
	background: none;
	border:none;
	padding: 0px;
	margin: 0px;
}
#topNav ul li ol {
	position: absolute;
	width: 15em;
	left: -999em;
}
#topNav ul li:hover ol {
	left: auto;
	float: left;

}
#topNav li:hover ol, #topNav li.sfhover ol {
	left: auto;
		
}
#topNav ul li ol a:link, #topNav ul li ol a:visited{
	display: block;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	width: 14em;
	float: left;
}
#topNav ul li ol a:hover {
	border: none;
	color:#A2C9D7;
	background-image: none;
	background-repeat: no-repeat;
}
#subNav {
	position: absolute;
	left: 50%;
	top: 284px;
	width:440px;
	height:31px;
	margin-left: -400px;
}
#subNav ul {
	position:absolute;
	top:0px;
	left:1px;
	width:442px;
	height:31px;
	padding:0px;
	margin:0px;
}
#subNav ul li {
	padding:0px;
	margin:0px;
	height:auto;
	width:auto;
	float:left;
	list-style:none;
}
#subNav a {
	margin:0px;
	height:17px;
	width:auto;
	border:none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	background-image: url(../images/subNav_up.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0c2d39;
}
#subNav a:link {

}

#subNav a:hover {
	background-image: url(../images/subNav_over.jpg)!important;
	background-repeat: repeat-x!important;
	background-position: center top;
}
#subNav .active {
	background-image: url(../images/subNav_over.jpg)!important;
}

/*#subNavBG {
	background-repeat: no-repeat;
	background-position: center top;	
	width:auto;
	height:31px;
}*/

/* Content */


#content {	
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;	
}



/* Column Container */


#columnContainer {
	position: relative;
	left: 50%;
	width: 800px;
	height: auto;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -400px;
	padding-top: 270px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	
}
/* Mast */

#mastFlash {
/*	position: absolute;
	top: 0px;
	left: 165px;
	height: 320px;
	width: 850px;
	z-index: 0!important;
*/}
#mast {
	position: absolute;
	top: 0px;
	left: 50%;
	margin:0px 0px 0px -425px;
	height: 320px;
	width: 850px;
	z-index: 0!important;
	
}
.mastBlank {
	background-image: url(../images/_mast_flash.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0!important;	
}
.mast001 {
	background-image: url(../images/_mast_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0!important;	
	background-color:#3399CC;
}
.mast002 {
	background-image: url(../images/_mast_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0!important;	
}
.mast003 {
	background-image: url(../images/_mast_03.png);
	background-repeat: no-repeat;
	background-position: center top;	
	z-index: 0!important;
}
.mast004 {
	background-image: url(../images/_mast_04.png);
	background-repeat: no-repeat;
	background-position: center top;	
	z-index: 0!important;
}
.mast005 {
	background-image: url(../images/_mast_05.png);
	background-repeat: no-repeat;
	background-position: center top;	
	z-index: 0!important;
}
.mast006 {
	background-image: url(../images/_mast_06.png);
	background-repeat: no-repeat;
	background-position: center top;	
	z-index: 0!important;
}
/* Left Column */

#leftColumn {
	z-index: 4!important;
	float: left;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#0c2d39;
	padding: 35px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #e1e1e1;
	border-bottom-color: #e1e1e1;
	border-left-color: #e1e1e1;
	margin-top: 45px;
	background-color: #FFFFFF;
}

#leftColumn h1 {
	margin:0px;
	padding:0px;
	height: 42px;
}
#leftColumn h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#0c2d39;
}
#leftColumn p{
	
	
}

#leftColumn ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 35px;	
}

#leftColumn li{
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}

#leftColumn img{
	
}

#leftColumn a:link,#leftColumn a:visited{

}

#leftColumn a:hover,#leftColumn a:active{

}
#leftColumn .headerBold {
	font-size: 18px;
	margin-top: 5px;
}
#leftColumn .alphabet {
	width: 63px;
	height: 50px;
	float: left;
	background: url(../images/alphabet.gif) left top no-repeat;
	margin: 5px 10px 10px 0;
	padding: 23px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#leftColumn .pictures {
	margin-left:10px;
	margin-bottom:10px;
	float: right;
}
fieldset legend{
	color: #0c2d39;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}
form .p {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #0c2d39;
}
fieldset {
	background-color:#0c2d39;

}
fieldset label {
	display: block;
	color:#FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color:#0c2d39;
	padding: 5px;
}
fieldset input {
	width:230px;

}
fieldset .button {
	margin-left:60px;
	
}
fieldset form label span {
	display: block;
	float: left;
	width: 85px;
	text-align: left;
}
fieldset textarea {
	margin-left:35px;
	width: 290px;
	height: 180px;
}
#consultation {
	width:360px;
}
#consultation form {
	margin: 0px;
	padding: 0px;
}
.aspCon {
	width: 100% !important;
}
.aspCon label {
	height: auto;
	width: 75% !important;
	text-align: left !important;
	float: left !important;
	display: block;
	padding-left: 15px;
}
.aspCon input {
	float: left !important;
	height: auto;
	width: auto!important;
}
#consultation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#consultation ul li {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	clear: both;
}
#consultation label {
	width: 25%;
	float: left;
	display: block;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
}
#consultation input.reg, #consultation select {
	width: auto;
	height: auto;
	float: left;
	padding: 1px;
	margin: 0 5px 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4F2717;
	background-repeat: repeat-x;
	background-color: #E3CDB0;
	border: 1px solid #4F2717;
}
#consultation input.reg { width: 55%; }
#consultation select { width: 22%; }
#content ul.noBull li {
	background-image: none;
}

#container #content #columnContainer #rightColumn #bna {
	padding-left: 15px;
	padding-top: 10px;
	width: 470px;
}
#container #content #columnContainer #rightColumn #bna ul {
	width: 225px;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
#container #content #columnContainer #rightColumn #bna ul li {	
	clear: both;
	display: block;
	height: auto;
	width: auto;
	overflow: hidden;
	margin: 0px 0px 5px;
	padding: 0px;	
}
#container #content #columnContainer #rightColumn #bna ul li img {
	border: none!important;
}
#container .pictures {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

/* Right Column */

#rightColumn {
	float: right;
	width: 350px;	
}
#rightColumn .invisalign-cta {
	display:block;
	width:350px;
	height:151px;
	background: transparent url(../images/invisalign_cta.jpg) no-repeat 0px 0px;
	text-indent:-999em;
	overflow:hidden;
}
#rightColumn .invisalign-cta:hover {
	background-position: 0px -151px;
}
#CommunityAward{
	/*width:303px;*/
	width: 338px;
	height:auto;
	border:6px solid #3c74b9;
	background:url(../images/beautifulSmile-cta-bkgd.jpg) top left no-repeat #6994ca; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#132d4e;
	line-height:24px;
	margin:0;
	padding:0px; 

}
#CommunityAward img{
margin:0;
padding:0;
border:none;
}
#CommunityAward p{
	margin:0;
	padding:10px 19px 10px 16px; 
}
#CommunityAward a{
	text-decoration:underline;
	color:#fff;
}
#CommunityAward a:hover{
	text-decoration:underline;
	color:#132d4e;
}
#rightColumn p{
	
}

#rightColumn ul{
	
}

#rightColumn li{
	
}

#rightColumn img{
	
}

#rightColumn a:link,#rightColumn a:visited{

}

#rightColumn a:hover,#rightColumn a:active{

}
#qc {
	padding: 0px;
	background-image: url(../images/qc_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 307px;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
}
#qc form {
	margin: 0px;
	padding: 10px;
}
#qc ul {
	float: left;
	margin: 0px;
	width: 160px;
	position: relative;
	padding: 0px;
}
#qc li {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	list-style-type: none;
}
#qc input {
	padding: 2px;
	width: 152px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#qc .qcInactive {
	/*background-image: url(../images/qc_input.gif);
	background-repeat: no-repeat;*/
	color: #333;
	border: 2px solid #000000;
}
#qc .qcActive {
	/*background-color:#FFFFFF;*/
	color: #333;
	border: 2px solid #000000;
}

#qc textarea {
	padding: 2px;
	width: 322px;
	height: 125px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 14px;
	clear: left;
	float: left;
	position: relative;
	margin: 0px;
}
#qc .qcTxtInactive {
	background-image: url(../images/qc_input.gif);
	background-repeat: no-repeat;
	color: #333;
	border: 2px solid #000000;
}
#qc .qcTxtActive {
	background-color:#FFFFFF;
	color: #333;
	border: 2px solid #000000;
}
#qc .button {
	text-indent: -2000px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	height: 35px;
	width: 327px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
	float: left;
	position: relative;
	background: url(../images/qc_submit.jpg) left top no-repeat;
	cursor: pointer;
}
#qc #qcSpacer {
	margin-right: 10px;
}
#qc p {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #59a6c1;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	clear: left;
	float: right;
}
#qc p strong {
	font-size: 24px;
}

#qc p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #59a6c1;
	text-decoration: none;
}
.qcButton {
	cursor: pointer;
}
#form-fields {
	padding: 0px 0px 10px 0px;
}
#form-fields2 {
	padding: 0px 0px 10px 0px;
}
#form-fields2 .miscellaneous {
	background-color:663399;
	width:270px;
	color:#000000;
}

#form-fields .sub-button {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 10px 0px;
	height: 35px;
	width: 327px;
	background: url(../images/qc_submit.jpg) left top no-repeat;
	cursor: pointer;
}
#form-fields2 .sub-button {
	margin: 0px 0px 0px 9px;
	padding: 0px 0px 10px 0px;
	height: 35px;
	width: 327px;
	background: url(../images/qc_submit.jpg) left top no-repeat;
	cursor: pointer;
}

#form-fields .fields {
	width:230px;
}
#form-fields2 .fields {
	width:230px;
}

#ctaVideo {
	margin-bottom: 10px;
}
#rightColumn #book-cta {
	height:176px;
	width:350px;
	display:block;
	margin: 10px 0px 10px 0px;
}
#rightColumn #book-cta a:active, #rightColumn #book-cta a:link{
	display:block;
	height:176px;
	width:350px;
	background: url(../images/BookCover-cta.jpg)left top no-repeat;
}
#rightColumn #book-cta a:hover, #rightColumn #book-cta a:visited {
	display:block;
	height:176px;
	width:350px;
	background: url(../images/BookCover-cta.jpg)left bottom no-repeat;
}
#rightColumn #ctaBNA {
	margin: 0px;
}
#rightColumn #ctaLogos {
	margin: 10px 0px;
}
#rightColumn #ctaLogos p{
	text-align: center;
}
#rightColumn #ctaLogos img {
	margin: 0px 7px;
	border: none;
	text-decoration: none;
}
/* Footer */

#footer {
	display: block;
	width: 800px;
	clear: both;
	float: left;
	position: relative;
	margin: 0px;
	padding-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#999999;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7d6c4;	
}
#footer p {
	margin:0px;
	padding:0px;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
}
#footerClear {
	height: 50px;
	clear:both;
	width: 800px;

}
#map {
    width:370px;
    height:370px;
	border: #000000 solid 1px;
}

/* Disclaimer */

#disclaimer {
	
}
#sitemap {
	font-family: Arial, Helvetica, sans-serif;
	color: #0c2d39;
}
#sitemap h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding:0px;
	color:#0c2d39;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d6c4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#panel {
	display: none;
}
#sitemap h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:0px;
	padding:0px;
	color:#0c2d39;
}
#sitemap .floatLeft {
	float: left;
	margin-right: 25px;
}
#sitemap .clearUl {
	clear:both;
}
#sitemap ul {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sitemap li {
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
}
#sitemap a {
	color:#0c2d39;
	text-decoration:none;
}
#sitemap a:hover {
	color:#422a66;
	text-decoration:underline;
}
/* ASPX form/Error box controls */
#errors {
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
}
/* the text above the captcha */
#pnlCaptcha label {
}
/* the div which wraps around captcha, text and input */
.captcha {
}
/* actual captcha image */
.captcha img {
}
/* wraps around text and input alone */
.captcha div {
}
/* the atual text */
.captcha span {
}
/* the input for validation */
.captcha input {
}
/* the submit button */
#pnlCaptcha #btnSubmit {
}
/* Clearfix http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1{
	visibility: hidden;
}
.address2 {
	display: none;
}
#captcha img {
	margin-bottom: -7px;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

