@charset "utf-8";
/* CSS Document */

/* RESET */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* END RESET */

body {
 font-size: 12px;
 text-align: center;
 font-family: arial, helvetica, sans-serif;
 background: #fff;
}

#container {
 width: 1046px;
 margin: 20px auto 100px auto;
 text-align: left;
}

#header {
 position: relative;
 width:1010px;
 margin-left:18px;
 margin-right:18px;
}

#quick-contact {
	position: absolute;
	right: 2px;
	bottom: 20px;
}

ul, li {
	color: #676767;
	line-height:22px;
	}
	

/*** MENU CSS ***/

#nav  {
 margin: 0;
 padding: 0;
 width: 390px;
 float: left;
 padding-top: 140px;

}

#nav ul {
 position: relative;
 width: 130px;
 background: #fff;
}

#nav li a {
 display: block;
 color: #444;
 text-decoration: none;
 font-size: 11px;
 padding: 8px 3px;
 text-align: right;
 width: 120px;
}

#nav li {
 position: relative;
 list-style: none; 
}

#nav li ul {
 width: 110px;
}

#nav li:hover, #nav li a:hover {
 font-weight: bold;
}

#nav li ul {
 margin: 0;
 padding: 0;
 position: absolute;
 display: none;
 left: 100%;
 top: 0;
}

#nav li:hover > ul {
 display: block;
}


#nav li ul li, #nav li li a {
 float: none;
}

#nav li ul li {
 font-weight: normal;
}

#nav li ul li a {
 display: block;
 text-align: left;
}

#nav li ul li:hover {
 font-weight: bold;
}

#nav li ul li ul {
 left: 100%;
 top: 0;
}

/* SET CURRNT LINKS ACTIVE */

#doctor .doctors, #service .services, #office .office, #contact .contact {
	font-weight: bold;	
}

/* END MENU */

#content {
 float: left;
 width: 656px;
 margin-top:20px;
}


#gallery {
 margin: 0px auto 0px auto;
 min-height: 250px;
 width: 656px;
 position: relative;
}

#gallery-fade img {
 position: absolute;
}

#gallery span#fadenav {
 display: block;
 text-align: center;
 font-weight: bold;
 color: #676767;
 position: relative;
 top: 250px;
}

#gallery span#fadenav span {
	margin: 0px 5px;
	cursor: pointer;
}

#slide {
	position: absolute;
	left: 0;
}

#gallery img {
	width: 659px;
	outline: 0px solid #fff;
}

#gallery span#gnav {
 display: block;
 text-align: center;
 font-weight: bold;
 color: #676767;
 margin-top: 250px;
}

#gallery #gnav span {
	margin: 0px 5px;
	cursor: pointer;
}

#content h1 {
	font-size: 21px;
	color: #a1af92;
	margin-bottom: 15px;
	font-weight: normal;
}

#content h2 {
	font-size: 14px;	
}

#content p {
 margin: 15px 0px;
 line-height: 24px;
 color: #747474;
}

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

img.center {
 display: block;
 margin: 0px auto;
}

img.right {
	float: right;
	margin: 0px 0px 0px 10px;
	width: auto;
}

.right {
	float: right;
	width: 230px;
	margin: 0px 0px 0px 10px;
}

#content a {
	color: #687559;	
}

#content ul {
	margin-left: 35px;	
}

.treatment-options li {
	font-weight: bold;
	padding: 3px 0px;
}

.treatment {
	width: 740px;
	margin: 20px;
	font-size: 13px;
	line-height: 20px;
}

.contact-block {
	width: 195px;
	float: left;
	padding: 5px;
	margin: 10px 0px;
	background: #e1e6db;
	min-height: 60px;
	border: 1px solid #C4D0B7;
	line-height: 18px;
}

.contact-block a {
	color: #333;	
}

.middle {
	margin: 10px 15px;	
}

table#tblContact td {
	padding: 3px;	
}

table#tblContact th {
	padding-right: 10px;
}

.clear {
	clear: both;	
}

.header-table{
	background-color: #F2F2F2; 
	height:30px; 
	vertical-align:middle; 
	text-align:center; 
	font-weight:bold;
}

.main-table{
	padding-left:10px;
	padding-right:10px;
}
