/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#414141;
	font-family:Arial, Helvetica, sans-serif;
}

a { color:#FADCC0; text-decoration: none; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.img_btm {
	position:absolute;
	bottom:0;
	left:0;
}

.img_top {
	position:absolute;
	top:0;
	left:0;
}

.page_flag {
	position:relative;
	top:0;
	left:0;
	margin: 175px 0 0 30px;
	font-size: 3.8em;
	font-family: Helvetica, Verdana, Arial;
}

.small_flag {
	color: #f8f0c9;
	font-size: 1.5em;
}

.content_btm-small {
	position:relative;
	top:0;
	left:0;
	width: 280px;
	height:auto;
	margin: 0 20px 0 0;
	float: left;
}

.content_btm-small2 {
	position:relative;
	top:0;
	left:0;
	width: 320px;
	height:auto;
	margin: 0 20px 0 0;
	float: left;
}

.services {
	font-weight: bold;
	font-size: 1.2em;
	list-style: none;
}

.body-link {
	font-weight: bold;
	font-size: 1em;
	color:#660033;
}

.services li {
	display: block;
	text-align: center;
	padding: 2px 0;
	border-bottom: 1px solid #4F0A16;
}

.staff {
	position:relative;
	margin:0 auto;
	width:500px;
	height:280px;
	margin: 10px 0;
}

.staff img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
}

.staff h3 {
	color: #FAE0C9;
	line-height:3px;
	font-size: 1.5em;
	margin: 10px 0 10px 0;
}

.staff_small {
	font-size: .8em;
}

.patient_nav {
	position:relative;
	margin:0 auto;
	width:350px;
	height:auto;
	margin: 40px
	 0 0 50px;
}

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

.option {
	width: 400px;
	font-size: 1em;
	color: #FADFC4;
	text-transform: uppercase;
	border-bottom: 2px solid #3F1018;
}

.faq {	
	border="1"
	color: #fff;
	padding: 5px;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:740px;
	height:256px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

/* ---- start nav id settings ------------------------ */

#nav {
	position:relative;
	top:0;
	left:0;
	width:210px;
	height:330px;
	margin: 130px 0 100px 0;
}
/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:740px;
	height:auto;
	float: right;
	padding: 0 0 20px 0;
	background-color: #fff;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:210px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_sidebar.jpg);
}

#flash {
	position:relative;
	top:0;
	left:0;
	width:210px;
	height:227px;
}

/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_top {
	position:relative;
	top:0;
	left:0;
	width:680px;
	height:auto;
	padding: 20px 40px 70px 20px;
}

#content_btm {
	position:relative;
	top:0;
	left:0;
	height:auto;
	width:700px;
	height:auto;
	padding: 20px;
}

#email_signup {
	position:relative;
	top:0;
	left:0;
	width:500px;
	height:40px;
	padding: 10px 0 0 210px;
	background-repeat: no-repeat;
	background-image: url(images/bg_email-signup.jpg);
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:46px;
	color:#000;
	width:679px;
	height:50px;
	clear:both;
	float:right;
	padding: 25px 90px 0 20px;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:right;
	width:179px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.jpg);
}

a#nav_01 {
	height:37px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: -179px 0;
}

.active_01 {
	background-position: -179px 0 !important;
}

a#nav_02 {
	height:40px;
	background-position:0 -37px;
}

a:hover#nav_02{
	background-position: -179px -37px;
}

.active_02 {
	background-position: -179px -37px !important;
}

a#nav_03 {
	height:41px;
	background-position:0 -77px;
}

a:hover#nav_03{
	background-position: -179px -77px;
}

.active_03 {
	background-position: -179px -77px !important;
}

a#nav_04 {
	height:39px;
	background-position:0 -118px;
}

a:hover#nav_04{
	background-position: -179px -118px;
}

.active_04 {
	background-position: -179px -118px !important;
}

a#nav_05 {
	height:41px;
	background-position:0 -157px;
}

a:hover#nav_05{
	background-position: -179px -157px;
}

.active_05 {
	background-position: -179px -157px !important;
}

a#nav_06 {
	height:40px;
	background-position:0 -198px;
}

a:hover#nav_06{
	background-position: -179px -198px;
}

.active_06 {
	background-position: -179px -198px !important;
}

a#nav_07 {
	height:37px;
	background-position:0 -238px;
}

a:hover#nav_07{
	background-position: -179px -238px;
}

.active_07 {
	background-position: -179px -238px !important;
}

a#nav_08 {
	height:40px;
	background-position:0 -275px;
}

a:hover#nav_08{
	background-position: -179px -275px;
}

.active_08{
	background-position: -179px -275px !important;
}

