body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-color: #000000;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #970730;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 3px 0px;
	padding: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 3px 0px 10px 0px;
	padding: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#container a:link {
	color: #000000;
	text-decoration: underline;
}

#container a:visted {
	color: #000000;
	text-decoration: underline;
}

#container {
	position: absolute;
	left: 50%;
	margin: 0px 0px 10px -375px;
	width: 750px;
	height: auto;
	top: 15px;
}

/* Top Content */

#info {
	margin-top: 5px;
}

#info p{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: right;
	margin: 3px 2px;
	padding: 0px;
}

#info a:link, #info a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

#background {	
	background-color: #c7b198;
	width: 100%;
	height: auto;
	padding: 2px;
}

#content {
	position: relative;
	margin: 0px;
	padding: 20px 10px;
	border: #000000 solid 2px;
	min-height: 740px;
}

#content .headerimg{
	margin-left: 5px;
}

#content #navigation {
	margin: 15px 0px;
	width: auto;
	height: 50px;
	padding: 0px 2px;
}

#content #navigation img{
	margin: 0px -2px;
	padding: 0px;
	border: #000000 solid 1px;
}

#columnContainer {
	position: relative;
	margin: 0px;
	padding: 0px;
}


/* Left Column */

#leftColumn {
	float: left;
	width: 185px;
	margin-right: 15px;
}

#leftColumn h4 {
	text-align: center;
	margin: 10px 0px 5px 0px;
}

#leftColumn #leftNav {
	background: url(../images/bg_sidenav.gif) top left no-repeat;
	width: 171px;
	height: auto;	
	padding: 10px 2px 10px 12px;
}

#leftColumn #leftNav  h2{
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	color:#FFFFFF;
}

#leftColumn #leftNav h2 a:link {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	color: #FFFFFF;
}

#leftColumn #leftNav p{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 5px 0px 0px 0px;
}

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

#leftColumn #leftNav li{
	font-size:12px;
    color: #FFFFFF;
	margin-left: 18px;
	line-height: 14px;
}

#leftColumn #leftNav .off {
	display: none;
}
#leftColumn #leftNav .on {
	display: block;
}

#leftColumn img.LVI{
	margin: 0px 0px 0px 10px;
}

#leftColumn h4 a:link, #leftColumn h4 a:visited {
	text-decoration: none;
    color: #000000;	
}

#leftColumn #leftNav a:link{
    color: #FFFFFF;	
	text-decoration: none;
}

#leftColumn #leftNav a:visited{
    color: #FFFFFF;	
	text-decoration: none;
}


/* Middle Column */

#middleColumn {
	position: relative;
	float: right;
	width: 525px;
	min-height: 500px;
}

#middleColumn ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#middleColumn ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#middleColumn ul.nested {
	list-style: disc;
	margin: 5px 0px 10px 15px;
	padding: 0px;
	line-height: 14px;
}

#middleColumn ul.secondlevel {
	list-style: circle;
	margin: 5px 0px 10px 20px;
	padding: 0px;
	line-height: 14px;
}


#middleColumn ol {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#middleColumn ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#middleColumn a:link {
	color: #000000;
	text-decoration: underline;
}

#middleColumn a:visited {
	color: #000000;
	text-decoration: underline;
}

#middleColumn hr {
	height: 1px;
	width: auto;
	margin: 10px 0px 20px 0px;
	background: url(../images/hr.gif) repeat-x;
	border: none;
}

#middleColumn blockquote{
	margin: 5px 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#middleColumn blockquote p{
	text-indent: 15px;
}

#middleColumn .baWrapper {
	width: 320px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#middleColumn .baWrapper img.before {
	position: relative;
	float: left;
	margin: 0px;
	border: #000000 solid 2px;
	z-index: 1;
}

#middleColumn .baWrapper img.after {
	position: relative;
	float: right;
	margin: -20px 0px 20px 0px;
	border: #000000 solid 2px;
	z-index: 2;
}

#middleColumn .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: left;
	float: left;
}

#middleColumn #practice {
	width: 55%;
	min-height: 145px;
	clear: both;
	padding: 40px 0px 15px 0px;
	text-align:center;
}

#middleColumn #practice p{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #3b3329;
	line-height: 19px;
	margin: 0px;
}

#middleColumn #practice a:link, #middleColumn #practice a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #3b3329;
	line-height: 19px;
	text-decoration: underline;
}

#middleColumn .bio {
	width: inherit;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#middleColumn .bio h4 {
	padding: 55px 0px 0px 0px;
}

#middleColumn .bio img {
	border: #000000 solid 2px;
	float: left;
	margin: 5px 10px 10px 0px;
}

#middleColumn #virtualTour {
	margin: 0px;
}

#middleColumn #virtualTour img{
	margin: 10px 2px;
	border: #000000 solid 2px;
}

#middleColumn #virtualTour .invisible {
	visibility:hidden;
}

/* Right Column */

#rightColumn {
	position: static;
	float: right;
	width: 190px;
	min-height: 500px;
	margin-left: 10px;
}

#miniContact {
	position: relative;
	height: 385px;
	width: 185px;
	background: url(../images/bg_minicontact.jpg) top center no-repeat;
}


#miniContact form {
	position: absolute;
	top: 136px;
	left: 15px;
	padding: 0px;
}

#miniContact .ASPform {
	padding-top: 136px;
	padding-left: 15px;
}

#miniContact .textfield {
	margin: 5px 5px 0px 5px;
	background: url(../images/bg_contactrow.gif) no-repeat;
	width: 138px;
	height: 19px;
	padding: 2px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#miniContact .commentfield {
	margin: 5px 5px 0px 5px;
	background: url(../images/bg_contactbox.gif) no-repeat;
	width: 138px;
	height: 70px;
	padding: 2px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#miniContact .button {
	width: 90px;
	height: 23px;
	background: url(../images/bg_submit.gif) no-repeat ;
	border: none;
	margin: 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
}

#mainContact {
	width: 270px;
	height: auto;
	margin: 25px 0px;
	border: #836846 solid 2px;
	background-color: #977c5a;
	padding: 10px 0px;
}

#mainContact form {
	width: 250px;
	margin-left: 32px; 
}

#mainContact ul{
	list-style: none;
}

#mainContact ul li p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 0px; 
	margin-bottom: 2px;
}

#mainContact .field {
	width: 200px;
	height: 20px;
	margin-bottom: 3px;
	border: #836846 solid 1px;
	background-color: #ffffff;
	color: #4a3010;
}

#mainContact .commentfield {
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	border: #836846 solid 1px;
	color: #4a3010;
}

#mainContact .button {
	width: 90px;
	height: 23px;
	background: url(../images/bg_submit.gif) no-repeat ;
	border: none;
	margin: 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
}

/* Footer */

#footer {
	position: relative;
	width: 652px;
	height: 37px;
	background: url(../images/bg_footer.jpg) top center;
	margin: 0px 0px 0px 8px;
	padding: 15px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: underline;
	padding: 2px;
}

/* Copyright Notice */

#copyright {
	margin-top: 5px;
}

#copyright p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin: 2px;
	padding: 0px;
}

#patientForms {
	text-align: center;
	margin-top: 15px;
}
.address2 {
  display: none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
  background-image:none !important;
}
.invalid {
 background-color: #F00000!important;
    color: #FFFFFF!important;
  background-image:none !important;
}

/* Blog */
/*#blog {
	width: 500px;

}*/
/*#blogger-navigation{
}
#blogger-navigation h3{
}
#blogger-navigation ul{
}
#blogger-navigation ul li{
}
#blogger-navigation ul li a{
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}*/
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
	color:#990033;
}
/*#blogger-navigation #powered-by{
}*/
/* Header
----------------------------------------------- */
@media all {
#blog #header {
    width:300px;
	margin-top: 0px;
    }
  }
@media handheld {
#blog  #header {
    width:50%;
    }
  }
#blog #blog-title {
  	margin:5px 5px 0;
  	border:none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
  }
#blog #blog-title a {
  	color: #970730;
  	text-decoration:none;
  }
#blog #blog-title a:hover {
  	color: #970730;
  }
#blog #description {
  	margin: 3px 0px;
	padding: 0px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
  }

/* Content
----------------------------------------------- */
@media all {
#blog  #content {
    margin:0 auto;
    padding:0;
    text-align:left;
    }
#blog  #main {
    width:325px;
    float:left;    
}
#blog  #sidebar {
	clear: right;
    width: 125px;
    float:right;
    }
  }


/* Headings
----------------------------------------------- */
#blog h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#000;
  }


/* Posts
----------------------------------------------- */
@media all {
#blog  .date-header {
    margin:1.5em 0 .5em;
    }
#blog  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #836846;
    padding-bottom:1.5em;
    }
  }
@media handheld {
#blog  .date-header {
    padding:0 1.5em 0 1.5em;
    }
#blog  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
#blog .post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  }
#blog .post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color: #000000;
  font-weight:normal;
  }
#blog .post-title strong, .post-title a:hover {
  color: #000000;
  }
#blog .post div {
  margin:0 0 .75em;
  line-height:1em;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
#blog p.post-footer {
  margin:-.25em 0 0;
  color:#000;
  }
#blog .post-footer em, .comment-link {
  font:78%/1.4em Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#blog .post-footer em {
  font-style:normal;
  color:#000;
  margin-right:.6em;
  }
#blog .comment-link {
  margin-left:.6em;
  }
#blog .post img {
  padding:4px;
  border:1px solid #836846;
  }
#blog .post blockquote {
  margin:1em 20px;
  }
#blog .post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#blog #comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#000;
  }
#blog #comments h4 strong {
  font-size:130%;
  }
#blog #comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#blog #comments-block dt {
  margin:.5em 0;
  }
#blog #comments-block dd {
  margin:.25em 0 0;
  }
#blog #comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#blog #comments-block dd p {
  margin:0 0 .75em;
  }
#blog .deleted-comment {
  font-style:italic;
  color:gray;
  }


/* Sidebar Content
----------------------------------------------- */
#blog #sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #836846;
  list-style:none;
  }
#blog #sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#blog #sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#blog #profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #836846;
  padding-bottom:1.5em;
  }
#blog .profile-datablock {
  margin:.5em 0 .5em;
  }
#blog .profile-img {
  display:inline;
  }
#blog .profile-img img {
  float:left;
  padding:4px;
  border:1px solid #836846;
  margin:0 8px 3px 0;
  }
#blog .profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#blog .profile-data strong {
  display:none;
  }
#blog .profile-textblock {
  margin:0 0 .5em;
  }
#blog .profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#blog #blog_footer {
  width:460px;
  clear:both;
  margin:0 auto;
  }
#blog #blog_footer hr {
  display:none;
  }
#blog #blog_footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }


/* Light Box */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/* ASPX form/Error box controls */
#errors {
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
	margin: 5px;
}
/* the text above the captcha */
#pnlCaptcha label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* the div which wraps around captcha, text and input */
.captcha {
	margin: 5px 0px;
}
/* actual captcha image */
.captcha img {
	margin: 3px;
}
/* wraps around text and input alone */
.captcha div {
	margin: 3px;
}
/* the actual text */
.captcha span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* the input for validation */
.captcha input {
	margin: 5px;
}
/* the submit button */
#pnlCaptcha #btnSubmit {
	width: 90px;
	height: 23px;
	background: url(../images/bg_submit.gif) no-repeat ;
	border: none;
	margin: 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
}

/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

/* sIFR al rescante! http://www.mikeindustries.com/sifr/
now with tasty 2.0.2 flava */
/* 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;
}
/* end sIFR goodness */
