@charset "utf-8";
body  {
	padding: 50px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #C0C0C0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*height:600px;*/
	height:auto;
	background: #FFFFFF;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	height: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 

.thrColFixHdr #sidebar1 {
	padding: 15px 10px 15px 49px;
	left: 0px;
	width: 200px;
	float: left;
	margin-top: 120px;
	height: 220px;
}
.thrColFixHdr #sidebar2 {
	padding: 15px 20px 15px 10px;
	width: 245px;
	float: right;
	margin-top: 120px;
	height: 220px;
}
.thrColFixHdr #mainContent {
	width: auto;
	height: 365px;
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	overflow:auto;
} 

.thrColFixHdr #specialistContent {
	width: auto;
	height: 415px;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	overflow:auto;
} 

#mainContentIndex {
	width: auto;
	height: 365px;
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	overflow:visible;
} 

.thrColFixHdr #mapContent {
	width: auto;
	height: 465px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 50px;
} 

.thrColFixHdr #footer {
	width:710px;
	height:50px;
	clear:both;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	position:relative;
	bottom:0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	color: #33CCFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #33CCFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h3 {
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

h4 {
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

ul {
	display: inline;
	list-style-position:outside;
	list-style:none;
	text-align:left;
	padding:0px;
	margin:0px;
}

li {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#mainContent ul a {
	text-decoration:none;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding: 2px;
	text-align:left;
	background-color:#999999;
}

#specialistContent ul a:hover {
	background-color: #33CCFF;
}

#specialistContent ul a {
	text-decoration:none;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding: 2px;
	text-align:left;
	background-color:#999999;
}

#mainContent ul a:hover {
	background-color: #33CCFF;
}

#mainContentIndex ul a {
	text-decoration:none;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	padding: 2px;
	text-align:left;
	background-color:#999999;
}

#mainContentIndex ul a:hover {
	background-color: #33CCFF;
}

p {
	color:#999999;
	font-size:9pt;
	padding:0px;
	margin:0px;
}

#footerPhone {
	float:left;
	width: 213px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 49px;
	height: 35px;
}

#footerPhone h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:14pt;
	font-weight:200;
}

#footerNav {
	float:right;
	width:220px;
	text-align:left;
	height: 21px;
	margin:0px;
	clear: none;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*vertical-align: baseline;*/
}

#footerAddress {
	width:260px;
	float: right;
	text-align:center;
	height: 22px;
	padding-top: 13px;
}

#footerAddress h2{
	color:#999999;
	font-size:7pt;
	font-weight:bold;
}

#footerNav li a {
	color:#999999;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	padding:0px;
	margin:0px;
	vertical-align: text-top;
}

#footer ul {
	padding:0px;
	margin:0px;
	vertical-align: text-top;
	font-size:8pt;
}

#footer li{
	padding:0px;
	margin:0px;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
	font-weight: bold;
	vertical-align: text-top;
}

#footer li a:hover{
	color:#33CCFF;
}

.navBar1 {
	position:inherit;
	height: 100px;
	top: 150px;
	width: 190px;
}

.navBar2 {
	position:inherit;
	height: 100px;
	top: 150px;
	padding-top:23px;
	width: 200px;
}

.bodytext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9pt;
	padding:0 0 5px 0;
}

.bodytextUl {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9pt;
	text-decoration:underline;
}

.bodytextSmall {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:7pt;
}

.bodytextWhite {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9pt;
}

.bodytextDarkUl {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:9pt;
	text-decoration: underline;
}

.bodytextDark {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:9pt;
}

#dla {
	float:left;
	width:120px;
	height: 60px;
	text-align: center;
	padding: 80px 10px 0px 0px;
}

#mhra {
	width:120px;
	height: 60px;
	float: left;
	padding: 80px 10px 0px 10px;
	text-align: center;
}

#privPatients {
	float:right;
	margin-top: -50px;
	width: 200px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #000000;
}

.bottomText {
	position:relative;
	bottom: 0px;
	width: 100%;
}

#footer h2{
	color:#CCCCCC;
	font-size:16pt;
	font-weight:bold;
}

#footer a {
	color:#999999;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	padding:0px;
	margin:0px;
	vertical-align: text-top;
}

#footer ul {
	padding:0px;
	margin:0px;
}

#footer li{
	padding:0px;
	margin:0px;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:6pt;
	color:#999999;
	font-weight: bold;
	vertical-align: text-top;
	width:100px;
}

#footer li a:hover{
	color:#33CCFF;
}

.topNav {
	float:right;
	width:75%;
	/*clear: both;*/
}

.topnavLeft {
	float:left;
	width:75%;
	margin: 0 0 10px 0;
}

.topNav2 {
	float:right;
	width:75%;
	clear: both;
	margin: -8px 0 0 0;
}

.topText {
	padding:0px 0px 0px 30px;
	margin: 0px;
}

.autoHeight {
	height:60px;
}

.paragraph {
	width:710px;
	height:auto;
	float:left;
	clear:both;
}

.thrColFixHdr #specialistContainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-image:url(images/bg_specialist.jpg);
	background-repeat:no-repeat;
	background-position:right 250px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 

.thrColFixHdr #costsContainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-image:url(images/bg_specialist.jpg);
	background-repeat:no-repeat;
	background-position:450px top;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.thrColFixHdr #collectionContainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-image:url(images/bg_specialist.jpg);
	background-repeat:no-repeat;
	background-position:500px center;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.thrColFixHdr #testimonialContainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-image:url(images/bg_specialist.jpg);
	background-repeat:no-repeat;
	background-position:500px top;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.thrColFixHdr #postalContainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-image:url(images/teeth.jpg);
	background-repeat:no-repeat;
	background-position:right -120px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.thrColFixHdr #contactContainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-image:url(images/bg_specialist.jpg);
	background-repeat:no-repeat;
	background-position:right -200px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.thrColFixHdr #mapContainer {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:auto;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

.tableTextDark {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:9pt;
	padding:5px 0px 5px 0px;
}

.tableTextDarkBold {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:9pt;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}

tr {
	padding:5px 0px 5px 0px;
}

#spec {
	float:right;
	width:250px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #33CCFF;
}

#specialOffer {
	width: 240px;
	background-color: #3AD0FF;
	text-align: left;
	float: right;
	clear: right;
	left: 596px;
	top: 529px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#specialOffer a {
	color:#FFFFFF;
}

#specialOffer a:hover {
	color:#FFFFFF;
}

#specialOffer2 {
	width: 320px;
	padding: 5px 5px 10px 5px;
	background-color: #3AD0FF;
	text-align: left;
	float: right;
	clear: right;
	margin-top: -125px;
	margin-right: -75px;
}

#specialOffer2 a {
	color:#FFFFFF;
}

#specialOffer2 a:hover {
	color:#FFFFFF;
}

#offerContent {
	width:510px;
}

a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

img {
	margin:0px;
	padding:0px;
}

#mailForm {
	float:right;
	clear:none;
	width:300px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: -5px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}

/* --- forms --- */

.row {
	clear: both;
	padding-top: 5px;
		}

form {
		margin-bottom: 1em;
		}
		
fieldset {
		margin-bottom: 10px;
		padding: 10px;
		}		

legend {
		padding: 0 10px;
		background: #ffffff;
		text-transform: uppercase;
		color: #999999;
		font-size: 1.0em;
		}

.formLabel {
	font-size: 9pt;
	line-height: 1.6em;
	text-align: left;
	margin-right: 10px;
	width: 90px;
	float: left;
	color: #999999;
		}

.formControl {
		float: left;
		width: auto;
		}
		
input, textarea {
	border: 1px solid #33CCFF;
	padding: 2px;
	font: 9pt Geneva, Arial, Helvetica, sans-serif;
	color:#999999;
	background-color:#ffffff;
		}	
		
input {
	font-size: 9pt;
	width: 200px;
		}			

textarea {
	width: 280px;
		}
		
.submitButton {
	background: #eeeeee;
	font: bold 9pt Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 6px;
	width: auto;
	margin-top: 10px;
		}		

.warning {
	color:#FF0000;
}

#footerUrl {
	height:30px;
	width:230px;
	float: left;
	padding: 5px 0px 0px 0px;
}

.googleMap {
	height: 400px;
	width:600px;
	border: 20px solid #eee;
	margin: 10px auto 10px 0px;
}

.smallBold {
	font-size:8pt;
	font-weight:bold;
}

.specialHead {
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
}

.specialFree {
	color:#FFFFFF;
	font-weight:bold;
	font-size:36pt;
	line-height:36px;
}

.specialCrown {
	color:#FFFFFF;
	font-size:24pt;
	font-weight:bold;
	line-height:24px;
}

.offerBlue {
	color:#33CCFF;
	font-size: 18pt;
}

.offerBlueLarge {
	color:#33CCFF;
	font-size: 18pt;
	font-weight: bolder;
}

.offerHead	{
	font-size:18pt;
}

#rightPanel {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float:right;
	width:230px;
	margin-top: -218px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 260px;
}

ul.bullets {
	list-style-type:disc;
	list-style:inside;
}

ul.bullets li {
	font-weight:bold;
	margin:0;
	padding:5px 0 0px 10px;
}

