* {margin: 0px; padding: 0px;}
body { 
	background: #014190 url(../images/bg-fixed-solid-strawberry.png) top center fixed no-repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 24px;
	color: #0f0f3d;
}
.p1 {
	background: #014190 url(../images/bg-fixed-p1.jpg) top center fixed no-repeat; 
}
.p2 {
	background: #014190 url(../images/bg-fixed-p2.jpg) top center fixed no-repeat; 
}
.p3 {
	background: #014190 url(../images/bg-fixed-p3.jpg) top center fixed no-repeat; 
}
.p4 {
	background: #014190 url(../images/bg-fixed-p4.jpg) top center fixed no-repeat; 
}
.p5 {
	background: #014190 url(../images/bg-fixed-p5.jpg) top center fixed no-repeat; 
}
.p6 {
	background: #014190 url(../images/bg-fixed-p6.jpg) top center fixed no-repeat; 
}
.p7 {
	background: #014190 url(../images/bg-fixed-p7.jpg) top center fixed no-repeat; 
}
h1 {
	font-size: 17px;
	color: #FFFFFF;
	line-height: 20px;
}
h1 a:link, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:active, h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #d4cb96;
	text-indent: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
.container {
}
/* Header */
#header {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -430px;
	padding: 0px 0px 0px 0px;
	width: 830px;
	height: auto;
	top: 0px;
	z-index: 3;
}
a.practiceLogo {
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 5;
	width: 188px;
	height: 224px;
	background: url(../images/topLogo.png) top center no-repeat;
}
#contactInfo {
	position: absolute;
	top: 230px;
	left: 35px;
}
#contactInfo p {
	font-size: 18px;
	font-weight: bold;
	color: #deedfd;
}
#contactInfo a:link, #contactInfo a:visited {
	font-weight: normal;
	color: #deedfd;
}
#contactInfo a:hover, #contactInfo a:active {
	color: #FFFFFF;
}
/* Mast */
#mast {
	position: fixed;
	top: 3px;
	right: 9%;
	display: block;
}

/* Top Nav */
#topNav {
	position: absolute;
	top: 272px;
	left: 0px;
	width: 784px;
	height: 34px;
	background: url(../images/topNav.png) top center no-repeat;
	padding: 6px 6px 6px 20px;
}
#topNav ul{
	list-style: none;
}
#topNav ul li {
	float: left;
	font-weight: bold;
}
#topNav ul li ul li {
	padding: 0px;
}
#topNav ul li a.topLevel{
	color: #deedfd;
	font-weight: bold;
	display: block;
	padding: 6px 12px;
	text-decoration: none;
}
#topNav ul li a.topLevel:hover, #topNav ul li a.topLevel:active {
	background-color: #deedfd;
	color: #26274d;
}
/*///////////////////////////////////////////////////////////////////////////// */

#topNav li ul { /* second-level lists */
	position: absolute;
	background-color: #26274D;
	padding: 0px;
	margin: 0px;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#topNav li ul li {
/*	padding: 3px;*/
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
/*	line-height: 16px;*/
	float: none;
}
#topNav li ul a:link, #topNav li ul a:visited {
	display: block;
	width: 14em;
	padding: 3px;
	margin: 0px;
	color: #deedfd;
	text-decoration: none;
}
#topNav li ul a:hover, #topNav li ul a:active {
	width: 14em;
	padding: 3px;
	background-color: #deedfd;
	color: #26274d;
}
#topNav li ul ul { /* third-and-above-level lists */
	top: 0px;
	margin: 0 0 0 14em;
}

#topNav li:hover ul ul, #topNav li.sfhover ul ul {
	left: -999em;
}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* Content */
#content {
	position: relative;
	left: 50%;
	margin: 0px 0px 0px -430px;
	padding: 0px 0px 0px 0px;
	width: 830px;
	height: auto;
	top: 0px;
	z-index: 3;
}
/* Column Container */
#columnContainer {
	margin-top: 332px;
}
/* Left Column */
#leftColumn {
	float: left;
	width: 504px;
	padding: 0px 0px 65px 0px;
}
#leftCHeader {
	width: 484px;
	height: 65px;
	background: url(../images/leftCheader.png) top center no-repeat;
	padding: 15px 0px 0px 20px;
}
#leftCHeader h1 a:link, #leftCHeader h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftCHeader h1 a:active, #leftCHeader h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#leftCcontainer {
	width: 462px;
	height: auto;
	padding: 10px 20px;
	background-color: #DEEDFD;
	border-left: #0a2b88 solid 1px;
	border-right: #0a2b88 solid 1px;
}
.nonsurgical {
	margin: 0px 0px 0px 60px;
}
#leftCFooter {
	width: 464px;
	height: 10px;
	padding: 0px 20px;
	background: url(../images/leftCfooter.png) top center no-repeat;
}
#leftColumn p{
	margin: 15px 0px;
}
#leftColumn .clientQuotes {
	font-style: italic;
}
#leftColumn p.patientDisclaimer {
	text-align: center;
	font-weight: bold;
	color: #deedfd;
}

#leftColumn a:link, #leftColumn a:visited {
	color: #003591;
	text-decoration: underline;
}

#leftColumn a:hover, #leftColumn a:active {
	text-decoration: none;
}

#leftColumn ul, #leftColumn ol{
	padding: 0px 0px 0px 40px;
}
#leftColumn li{
}
#leftColumn img{
	float: right;
	margin: 5px;
	border: #0f0f3d solid 2px;
}
#leftColumn #galleryNav {
	float: right;
	width: 240px;
	display: block;
	margin-top: 10px;
}
#galleryNav img {
	float: none;
	border: 0px;
}
#leftCcontainer #callOut {
	background: url(../images/call-out.jpg) top center no-repeat;
	width: 264px;
	height: 154px;
	padding: 40px 0px 0px 196px;
}
#leftCcontainer #blog img {
	float: none;
}
#callOut h3 {
	color: #FFFFFF;
}
#callOut ul {
	list-style: none;
}
#callOut ul li {
	padding: 0px;
	line-height: 1.4em;
}
#callOut a:link, #callOut a:visited {
	color: #FFFFFF;
	font-size: 1em;
	text-decoration: none;
}
#callOut a:hover, #callOut a:active {
	color: #deedfd;
	text-decoration: underline;
}
#leftCcontainer .imgGallery {
	text-align: center;
}
#leftCcontainer .imgGallery a:link, #leftCcontainer .imgGallery a:visited {
	text-align: center;
	font-weight: bold;
	color: #0f0f3d;
	text-decoration: none;
}
#leftCcontainer .imgGallery a:active, #leftCcontainer .imgGallery a:hover {
	color: #b8ad6e;
}
/* Right Column */
#rightColumn {
	width: 280px;
	height: auto;
	float: right;
	margin: 0px 20px 20px 0px;
}
#rightColumn p{
	font-size: 12px;
	text-align: center;
}
#rightColumn ul{
}
#rightColumn li{
}
#rightColumn img{
}
#rightColumn a:link,#rightColumn a:visited{
	color: #b8ad6e;
}
#rightColumn a:hover,#rightColumn a:active{
	color: #003591;
}
#qc {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 278px;
    display: block; 
}
.qc-hidden {	
	display:block;
	padding:0px;
	margin:0px;
	position:relative;
}
#qc p {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	width: 265px;
	height: 33px;
	padding: 19px 0px 0px 13px;
	background: url(../images/mini-header.png) top center no-repeat;
}
#qc #btn {
	float: right;
	margin: -34px 15px 0px 0px;
}
#qc div.bgForm {
	width: 257px;
	padding: 10px;
	margin-left: 1px;
	background-color: #DEEDFD;
}
#qc textarea {
    margin: 0px;
    padding: 0px;
    width: 257px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}
#qc input {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 257px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}
#qc .mini-form-button {
    margin: 0px;
    padding: 0px;
    width: 278px;
    height: 54px;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
	background: url(../images/btnSubmit.png) top center no-repeat;
}
#qc input.button {
	height: 21px;
	width: 60px;
	margin: 11px 0px 0px 110px;
	border: none;
	cursor: pointer;
	background:url(../images/submit.png) top center no-repeat;
}
#qc div.mini-form-button p{
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	background: none;
	margin: 0px;
	padding: 0px;
}
#qc div.mini-form-button p a:link, #qc div.mini-form-button p a:visited{
	color: #b8ad6e;
}
#qc div.mini-form-button p a:hover, #qc div.mini-form-button p a:active{
	color: #003591;
}
#qc ul {
	list-style: none;
}
#qc ul li{
}
#qc span {
}
#qc span a{
}
#qc span a:hover, #qc span a:active{
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA;
}
.invalid {
  background-color: #EC8486;
}
#qc input.single-line {
	width: 220px;
}
#qc img {
  vertical-align: bottom;
}
#contact img {
	border: none;
	float: none;
	margin: 3px;
}
#galleryCTA {
	margin-top: 0px;
}
.ctaFooter {
	width: 280px;
	height: 32px;
	background: url(../images/cta-footer.png) top center no-repeat;
}
a.btnCTA {
	display: block;
	width: 39px;
	height: 40px;
	float: right;
	margin: -35px 15px 0px 0px;
	background: url(../images/btn-up.png) top center no-repeat;
}
a.btnCTA:hover, a.btnCTA:active {
	background: url(../images/btn-over.png) top center no-repeat;
}
#minigalleryCTA {
	width: 280px;
	height: 54px;
	margin-top: 54px;
}
#minigalleryCTA p.header {
	font-size: 21px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	width: 270px;
	height: 35px;
	padding: 19px 0px 0px 10px;
	background: url(../images/cta-header.png) top center no-repeat;
}
#minigalleryCTA a:link, #minigalleryCTA a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#minigalleryContent {	
	position:relative;
	width: 257px;
	height: auto;
	padding: 10px;
	background-color: #DEEDFD;
}
#blogCTA {
	width: 280px;
}
#blogCTA p.header {
	font-size: 21px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	width: 270px;
	height: 35px;
	padding: 19px 0px 0px 10px;
	background: url(../images/cta-header.png) top center no-repeat;
}
#blogCTA a:link, #blogCTA a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#blogContent {	
	display:none;
	position:relative;
	width: 257px;
	height: auto;
	padding: 10px;
	background-color: #DEEDFD;
}
#blogContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
#blogContent p.more {
	text-align: right;
}
#blogContent ul {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
#blogContent ul li {
	padding: 5px 0px; 
}
#blogContent a:link, #blogContent a:visited {
	color: #003591;
	text-decoration: underline;
}

#blogContent a:hover, #blogContent a:active {
	text-decoration: none;
}
#aboutDr {
	width: 280px;
}
#aboutDr p.header {
	font-size: 21px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	width: 270px;
	height: 35px;
	padding: 19px 0px 0px 10px;
	background: url(../images/cta-header.png) top center no-repeat;
}
#aboutDr a:link, #aboutDr a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#aboutContent {
	display:none;
	position:relative;
	width: 257px;
	padding: 10px;
	margin-left: 1px;
	background-color: #DEEDFD;
}
#aboutContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

#aboutContent img {
	float: right;
	margin: 5px;
}

#lviLogo {
	margin-top: 15px;
}
#lviLogo img {
	float: left;
}
/* Footer */
#footer {
	position: relative;
	width: 100%;
	height: 460px;
	background: #091550 url(../images/bg_footer_blue.gif) top left repeat-x;
	margin:0px;
	padding: 30px 0px;
	z-index: 3;
	}
#footerInfo {
	position: relative;
    float: right;
	top: -24px;
	left: 0px;
	width: 220px;
}
#footerInfo a.footerLogo {
	position: absolute;
	top: 0px;
	left: 15px;
	z-index: 5;
	width: 190px;
	height: 221px;
	background: url(../images/footerLogo.png) top center no-repeat;
}
#footerInfo p {
	text-align: right;
	clear: both;
	color: #deedfd;
	font-size: 14px;
	line-height: 18px;
	margin: 231px 8px 15px 0px;
}
#footerInfo p.Page1 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
}
#footerContent {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -400px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 400px;
	top: 30px;
	z-index: 3;
}
#footerContent h3 {
	font-size: 22px;
	color: #DEEDFD;
	margin: 0px 0px 0px 25px;
}	
#footerContent #listwrap {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	height: auto;
	width: 70%;
	border-top: #deedfd solid 1px;
}
#footerContent ul {
	list-style: none;
	margin: 0px 35px;
	float: left;
}
#footerContent ol{
	list-style: none;
	margin-left: 25px;
}	
#footerContent ul li {
	font-size: 18px;
	font-weight: bold;
	color: #deedfd;
	line-height: 36px;
}
#footerContent ol li{
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
#footerContent  a:link, #footerContent a:visited {
	color: #deedfd;
	text-decoration: none;
}
#footerContent  a:hover, #footerContent a:active {
	color: #ffffff;
	text-decoration: underline;
}
/* Disclaimer */
#disclaimer {
	clear: both;
	width: 100%;
	font-size: 10px;
	line-height: 14px;
	color: #deedfd;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	border-top: #deedfd solid 1px;
}
/* Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.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 {
	visibility: hidden;
}
/*-------------------->Bennett Styles<--------------------*/
#pnlCaptcha {
 width: 240px;
 height: auto;
 clear: both;
}
#pnlCaptcha p{
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
}
#pnlCaptcha label {
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
}
.captcha {
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
}
.captcha img {
 width: 240px;
 float: left;
 clear: both;
 margin: 15px 0px 15px 0px;
 padding: 0px;
}
.captcha span {
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
}
.captcha span input {
 width: 240px;
 height: auto;
 float: left;
 clear: both;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
}
#bennett{
}
#bennett input{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
#bennett textarea{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
#bennett ul{
 width: 240px;
 height: auto;
 margin: 0px;
 padding: 0px;
}
#bennett ul li{
 margin: 0px;
 padding: 0px;
}
#ValidationSummary1 {
 width: 240px;
 height: auto;
 float:left;
 clear:both;
 margin: 15px 0px 15px 0px;
 padding: 0px;
}
#ValidationSummary1 ul{
 width: 240px;
 height: auto;
 float:left;
 clear:both;
 margin: 0px;
 padding: 0px;
 list-style: none;
}
#ValidationSummary1 ul li{
 float:left;
 clear:both;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #990000; 
}
#errors {
 float:left;
 clear:both;
 width: 240px;
 height: auto;
 margin: 0px;
 padding: 0px;
 color: #990000; 
}
#errors span{

}
#errors ul{
 float:left;
 clear:both;
 width: 240px;
 height: auto;
 padding: 0px;
 margin: 20px 0px 20px 0px;
}
#errors ul li{
 float:left;
 clear:both;
 width: 240px;
 height: auto;
 margin: 7px 0px 0px 0px;
 padding: 0px;
 text-align:left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 list-style: none;
 color: #990000; 
}
input#btnValidateForm {
 float: left;
 clear: both;
 width: 240px;
 height: auto;
 margin: 10px 0px 0px 0px;
 padding: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 background-color: #FFFFFF;
 border: 1px solid #990000;
}
input#btnSubmitForm {
 float: left;
 clear: both;
 width: 240px;
 height: auto;
 margin: 10px 0px 0px 0px;
 padding: 2px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 background-color: #FFFFFF;
 border: 1px solid #990000;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////// Lightbox Css */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*---------------------------------- Blogger Navigation ---------------------------------------*/

#blogger-navigation{
	width:280px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	margin-top: 25px
}
#blogger-navigation h3{
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
}
#blogger-navigation a{
	color:#ffffff!important;
}
#blogger-navigation a:hover{
	color:#5180c6!important;
}

#blogger-navigation ul{
	margin:0 0 20px 35px;
}
#blogger-navigation li{
	margin-bottom:5px;
}