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

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

/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/

* {
	border:0;
	margin:0;
	padding:0;
	}

.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }

	
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	position: relative;
	width: 900px;
	text-align: center;
	margin: 0 auto;
	color: #000000;
	background-color:#ffc;
	font-size: 12px;
	line-height: 1.4;
	font-weight:normal;
}
body.orange {

}
a {
	color: #000;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #999A01;
	}
p {
	font-size: 13px;
	margin-top: 5px;
}
p.small {
	font-size: 11px;
}
h1, h2, h3, h4 {
		color: #000;
		font-weight:bold;
		
}
h1 {
	font-size: 20px;
	padding-bottom: 5px;
}
h2 {
	font-size: 18px;
}		
h3 {
	font-size: 18px;
	margin-top: 10px;
	}
h1.leaf {
	background-image:url(../i/header_leaf.gif);
	padding-left: 25px;
	background-position: 0px 2px;
	background-repeat:no-repeat;
	margin-left: -25px;
	margin-top: 10px;
/* -----------------------------------*/
/* ---- Main Body <<<-----------*/
/* -----------------------------------*/
	}

#main_wrapper {
	width: 900px;
	height: 868px;
	background-color:#ffffcc;
	color: #000;
}
#main_wrapper.orange {
	background-color: #CD6601;
}

#main_wrapper_home.contact {
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: 300px 50px;
}
#main_wrapper_internal {
	width: 900px;
	height: 768px;
	background-image: url(../images/bg_internal.jpg);
	background-repeat: no-repeat;
	background-position: 114px 20px;
	margin-top: 0px;
	position: relative;
}
#top {
	float:left;
}
#top h1 {
	float:left;
	height: 233px;
}
#home_logo {
	position: absolute;
	left: 100px;
	top: 0px;
	}
#logo {
	position: absolute;
	width: 100px;
	height: 443px;
	left: 118px;
	top: 65px;
}
#mid_wrapper {
	margin: 114px 0px 0px 250px;
	text-align: left;
	font-size: 11px;
	float: left;
	width: 640px;
	}
#top_nav {
	clear:left;
	float:left;
	text-align: left;
	margin-left: 70px;
}
	
#top_nav ul {
	width: 800px;
	list-style:none;
	height: 35px;
}
#top_nav ul li {
	display:inline;
}

#top_nav ul li h3 a {
	color:#000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 25px;
	padding-bottom: 20px;
	height: 35px;
	display: block;
	float: left;
	padding: 5px 30px 10px 5px;
}
#top_nav.orange ul li h3 a {
	color:#ffffcc;	}
#top_nav ul li h3 a:hover, #top_nav ul li h3 a:active {
	background-image: url(../i/menu_active.gif);	
	}
#top_nav.orange ul li h3 a:hover, #top_nav.orange ul li h3 a:active {
	background-image: url(../i/menu_active_o.gif);
	color:#fff;
}
#top_nav.orange ul li.current h3 a {
	background-image: url(../i/menu_active_o.gif);	
	}
#top_nav ul li.current h3 a {
	background-image: url(../i/menu_active.gif);	
	}
/************************************************ START FOOTER ****************************************************************/

#content {
	width: 100%;
	float:left;
	text-align:left;
	background-repeat: no-repeat;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	background-position: 600px 20px;

}
#content.home {
	background-image: url(../i/bg_home.jpg);
	background-position: 620px 20px;
}
#content.doctor {
	background-image: url(../i/bg_doctor.jpg);
	background-position: 620px 20px;
}
#content.patient {
	background-image: url(../i/bg_patient.jpg);
	background-position: 550px 20px;
}
#content.services {
	background-image: url(../i/bg_services.jpg);
	background-position: 540px 20px;
}
#content.contact {
	background-color:#CD6601;
background-image:url(../i/bg_contact.jpg);
background-position:600px 20px;
}
#text {
	padding: 20px 400px 20px 75px;
}	

img.space {
	margin:10px;
	}
/************************************************ START FOOTER ****************************************************************/

#footer {
	clear:both;
display:block;
font-size:10px;
margin-left:70px;
margin-top:100px;
padding-bottom:20px;
text-align:left;
}
#footer h2 {
	clear:left;
	color:#000;
	display:block;
	font-size:11px;
	font-weight:normal;
	margin-left:10px;
	margin-right:90px;
	text-align:justify;
	

}
#footer ul {
	margin-top: 10px;
	width: 800px;

	}
#footer ul li {
	display: inline;
	font-size:11px;
}
#footer ul li h3 a {
	display: inline;
	float:left;
	font-size:11px;
	border-bottom: none;
	margin: 3px 10px 3px 10px;

}
#footer ul li a:link, #footer ul li a:visited {
color: #999;
text-decoration: none;
}
#footer.orange ul li a:link, #footer.orange ul li a:visited {
	color: #ffc;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li a:active,
#footer.orange ul li a:hover, #footer.orange ul li a:active {
	text-decoration: underline;
}
#footer p {
text-align:center;
margin-top: 10px;
font-size:11px;
}	

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

