body {
	margin: 0;
	padding: 0;
	background: #080808 url(../images/background.gif) top left repeat-x;
}

#topBkgd {
	width: 100%;
	height: auto;
	background: url(../images/background_top.gif) center top repeat-x;
	position: absolute;
	left: 0;
	top: 0;
}

#btmBkgd {
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
	background: url(../images/background_bottom.gif) bottom left repeat-x;
	margin: 0;
	padding: 0 0 1px 0;
}

#container {
	width: 670px;
	height: auto;
	position: relative;
	left: 50%;
	top: 92px;
	margin: 0 0 92px -335px;
	padding: 0;
	background: url(../images/background_container.gif) left top repeat-y;
}

#btmContainer {
	width: 670px;
	height: auto;
	background: url(../images/bottom.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 0 50px 0;
}

/* Header */

#header {
	width: 640px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -325px;
	padding: 20px 25px 0 5px;
}

#header img {
	margin-top: 5px;
}

#contactInfo {
	width: 200px;
	height: 50px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	line-height: 16px;
}

#contactInfo a:link, #contactInfo a:visited {
	color: #136487;
	font-weight: bold;
	text-decoration: underline;
}

#contactInfo a:hover, #contactInfo a:active {
	color: #136487;
	font-weight: bold;
	text-decoration: none;
}

#mast {
	width: 650px;
	height: 243px;
	position: absolute;
	left: 50%;
	top: 92px;
	background-color: #666666;
	margin-left: -325px;
	z-index: 0;
}

#flashcontent01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4b6c8;
	z-index: 0;
}

/* Top Nav */

#topNav {
	width: 646px;
	height: 25px;
	position: absolute;
	left: 12px;
	top: 242px;
	background: url(../images/background_topNav.gif) left top no-repeat;
	margin: 0;
	padding: 14px 0 0 0;
	text-align: center;
}

#topNav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#topNav a {
	margin: 0 15px;
}

#topNav a:link, #topNav a:visited {
	color: #202d33;
	text-decoration: none;
}

#topNav a:hover, #topNav a:active {
	color: #136487;
	text-decoration: none;
}

/* Column Container */

#columnContainer {
	width: 658px;
	height: auto;
	background: url(../images/background_header.jpg) left top no-repeat;
	margin: 0;
	padding: 0 12px 0 0;
}

#caseOpening {
	position: absolute;
	right: 12px;
	top: 283px;
	z-index: 100;
}

/* -- sideNav -- */

#sideNav {
	width: 205px;
	height: auto;
	float: left;
	margin: 283px 0 0 0;
	padding: 17px 7px 0 18px;
}

#sideNav h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #68cffc;
	text-transform: uppercase;
	margin: 0 0 6px 6px;
	padding: 6px 0 0 0;
	width: 200px;
	height: 14px;
}

#sideNav ul {
	list-style: none;
	margin: 6px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sideNav ul li {
	margin: 0;
	padding: 0;
}

#sideNav ul li a {
	width: 200px;
	height: 14px;
	display: block;
	padding: 6px 0 6px 6px;
}

#sideNav a:link, #sideNav a:visited {
	color: #68cffc;
	text-decoration: none;
}

#sideNav a:hover, #sideNav a:active {
	color: #136487;
	text-decoration: none;
}

#sideNav ul li a:link, #sideNav ul li a:visited {
	background-color: none;
}

#sideNav ul li a:hover, #sideNav ul li a:active {
	background-color: #9cbfd0;
}

#sideNav h3 a {
	padding: 0 !important;
}

#sideNav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -- miniContact -- */

#miniContact {
	width: 190px;
	height: 262px;
	background: url(../images/miniContact.gif) left top no-repeat;
	margin: 10px 0;
	padding: 48px 8px 0 7px;
}

#miniContact input {
	width: 180px;
	height: 14px;
	background-color: #e3e8e9;
	border: 1px solid #92a8bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #080808;
	margin: 0 0 2px 0;
	padding: 5px;
}

#miniContact textarea {
	width: 180px;
	height: 65px;
	background-color: #e3e8e9;
	border: 1px solid #92a8bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #080808;
	margin: 0 0 2px 0;
	padding: 5px;
}

#miniContact #requiredFields {
	width: 70px;
	height: 25px;
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91bace;
	text-align: center;
}

#submitBtn {
	width: 87px;
	height: 30px;
	float: right;
	margin: 8px 0 0 0;
	padding: 0;
}

#submitBtn input {
	width: 87px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../images/submit.gif) top center no-repeat;
	border: none;
}

/* -- content -- */

#content {
	width: 411px;
	height: auto;
	float: right;
	margin: 283px 0 0 0;
	padding: 17px 6px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #a7c6d5;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 0 0 0;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7995ae;
	margin: 0;
	padding: 0;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #68cffc;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0;
}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #68cffc;
	line-height: 13px;
	margin: 0;
	padding: 5px 0;
}

.h3Narrow {
	width: 200px;
	height: auto;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #68cffc;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px 0 !important;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4b6c8;
	line-height: 20px;
}

#content ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4b6c8;
	line-height: 20px;
}

#content ul li {
	background: url(../images/bullet.gif) left 8px no-repeat;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}

#content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4b6c8;
	line-height: 20px;
}

#content a:link, #content a:visited {
	color: #68cffc;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #68cffc;
	font-weight: bold;
	text-decoration: none;
}

.bigBorders {
	border: 2px solid #68cffc;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#dentistry-case {
	float: right;
	clear: right;
}

#dentistryLittle {
	width: 30px;
	height: 60px;
	float: right;
}

hr {
	border-bottom: 1px solid #4a4a4a;
	border-left: none;
	border-right: none;
	border-top: none;
}

#office {
	text-align: center;
}

#office img {
	margin: 5px 10px;
	border: 1px solid;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

#dentistry {
	font-size: 10px;
}

/* -- gallery -- */

.gallery {
	width: 408px;
	height: auto;
	margin: 15px 0;
	padding: 5px 0;
	background-color: #4a4a4a;
	border: 1px solid #41698f;
	overflow: hidden;
}

.gallery h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a7c6d5;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}

.gallery img {
	border: 1px solid #41698f;
}

.before {
	width: 200px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.after {
	width: 200px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}

/* -- testimonials -- */

.testimonial {
	width: 350px;
	height: auto;
	background: url(../images/testimonial_center.jpg) left top repeat-y;
	margin: 0 0 0 20px;
	padding: 0;
}

.testimonialBtm {
	width: 310px;
	height: auto;
	background: url(../images/testimonial_bkgd.jpg) bottom left no-repeat;
	margin: 0;
	padding: 0 19px 30px 21px;
}

.testimonialTop {
	width: 290px;
	height: auto;
	background: url(../images/testimonial_top.jpg) left top no-repeat;
	margin: 0;
	padding: 5px 10px;
}

.testimonial p {
	color: #373737 !important;
}

.testimonialBtns {
	width: 350px;
	height: 20px;
	display: block;
	margin: 10px 0 30px 20px;
	text-align: center;
}

.testimonialBtns img {
	margin-bottom: -8px;
}

.noLinkLine {
	text-decoration: none !important;
}

/* -- main contact form -- */

#mainContact {
	width: 260px;
	height: auto;
	margin: 0 0 0 70px;
	padding: 0;
	background: url(../images/mainContact_center.gif) left top repeat-y;
	border-bottom: 1px solid #41698f;
}

#mainContactTop {
	width: 240px;
	height: auto;
	background: url(../images/mainContact_top.gif) left top no-repeat;
	margin: 0;
	padding: 60px 10px 0 10px;
}

#mainContact input {
	width: 228px;
	height: 14px;
	background-color: #e3e8e9;
	border: 1px solid #92a8bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #080808;
	margin: 0 0 2px 0;
	padding: 5px;
}

#mainContact select {
	width: 238px;
	height: 24px;
	background-color: #e3e8e9;
	border: 1px solid #92a8bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #080808;
	margin: 0 0 2px 0;
	padding: 0px;
}

#mainContact textarea {
	width: 228px;
	height: 100px;
	background-color: #e3e8e9;
	border: 1px solid #92a8bc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #080808;
	margin: 0 0 2px 0;
	padding: 5px;
}

#mainSubmitBtn input {
	width: 87px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../images/submit.gif) top center no-repeat;
	border: none;
}

#mainContact p {
	margin: 5px 0;
	padding: 0;
}

.nobullets {
	list-style:none;
	}

/* -- consultation -- */

#consultation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4b6c8;
	line-height: 20px;
}

#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 {
	list-style: none;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}

#consultation ul li {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	clear: both;
	background-image: none;
}

#consultation label {
	width: 20%;
	float: left;
	display: block;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

#consultation input.reg, #consultation select {
	width: auto;
	height: auto;
	float: left;
	padding: 1px;
	margin: 0 10px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #080808;
	background-color: #e3e8e9;
	border: 1px solid #92a8bc;
}

#consultation input.reg {
	width: 55%;
}

.address2 {
  display: none;
}
#miniContact input.valid, #mainContact input.valid, #consultation input.valid {
    background-color: #007940!important;
}
#miniContact input.invalid, #mainContact input.invalid, #consultation input.invalid {
    background-color: #F00000!important;
}
#miniContact input.single-line {
	width: 150px;
}
#mainContact input.single-line {
	width: 200px;
}
#miniContact img, #mainContact img{
  vertical-align: top;
}


/* map */

#map {
	width: 400px;
	height: 500px;
	border: 2px solid #68cffc;
	margin-top: 20px;
}

/* Footer */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68cffc;
	text-align: center;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68cffc;
	text-align: center;
	line-height: 16px;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	font-weight: normal;
	text-decoration: underline;
}

/* Disclaimer */

#disclaimer {
	
}
/* ASPX form/Error box controls */

#cbl906ID5276 {
	width: 220px;
}

#cbl906ID5276 input {
	float: left;
}

#cbl906ID5276 label {
	width: 150px;
	float: right;
	text-align: left;
}

#errors {
	margin-bottom: 20px;
	clear:both;
}

#errors ul {
	font-size: 16px!Important;
}

#lblErrors li {
	color: #00FFFF;
	font-weight: bold;
	line-height: 12px;
}

#btnValidateForm {
	margin: 40px 20px 20px 20px;
	clear: both;
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
     width: 380px;
	 color: #a4b6c8;
}
/* the text above the captcha */
#pnlCaptcha label {
     color: #a4b6c8;
}
/* the div which wraps around captcha, text and input */
.captcha {
}
/* actual captcha image */
.captcha img {
     border: 1px solid #30587C;
	 text-align: center;
	 margin: 10px 0;
}
/* wraps around text and input alone */
.captcha div {
	line-height: 20px;
}
/* the atual text */
.captcha span {
}
/* the input for validation */
.captcha input {
    padding-top: 0 3px;
	margin-left: 5px;
    border: 1px solid #30587C;
}
/* the submit button */

#btnSubmitForm {
	margin-top: 10px;
}

#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, .sIFR-hasFlash h2, .sIFR-hasFlash h3 {
	visibility: hidden;
}

#video-container {
	text-align: center;
}

/*----------------------> Page 1 Forms <---------------------*/
#contact{
}
#contact form{
}
#contact ul{
}
#contact ul li{
}
#contact div{
}
#contact input{
}
#contact textarea{
}
#contact input.select{
}
#contact input.button{
}
#contact input.orange-main{
}

#contact img {
    vertical-align:middle;
}
.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
.invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}


	