@font-face {
	font-family: handsean;
	src: url('fonts/handsean.ttf');
}
@font-face {
	font-family: agenda;
	src: url('fonts/Agenda-Small.ttf');
}
body {
	margin: 0px;
	zoom: 1;
	behavior: url("csshover3.htc");
	font: 12px agenda, sans-serif;
	letter-spacing: .25px;
	color: #333333;
	text-align: center;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	background-color: #6F9109;
}

.clear { clear: both; }
#clear { clear: both; }

a {
	cursor: hand;
}
#back {
	width: 902px;
}

#content {
	margin: 0 auto;
	width: 902px;
}

#header {
	margin-top: 80px;
	padding: 0px;
	height: 105px;
	width: 902px;
	background-image: url('images/Background-Header.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}

#menu{
	margin: 0px;
	padding: 0px;
	font: 12px Helvetica, sans-serif;
	height: 105px;
	width: 902px;
	color: #FFFFFF;
	background-image: url('images/menuBG.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}

#logo {
	position: absolute;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	float: left;
	top: 10px;
    left: 50%;
	height: 350px;
	width: 249px;
	margin-left: -125px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}

#contentBody {
	margin: 0 auto;
	position: relative;
	text-align: left;
	min-height: 392px;
	width: 902px;
	background: url('images/mainContentBG.png') repeat-y center;
}

.infoBox, .success, .error {
	text-align: left;
	width: 300px;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 80px;
	background-repeat: no-repeat;
	background-position: 10px 4px;
	background-image:url('images/white_balloons.png');
}

.success {
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #289946;
}

.error {
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #DE2526;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#footer {
	margin: 0px;
	text-align: center;
	height: 142px;
	width: 902px;
	background: url('images/footer.png') no-repeat center;
}
#footerText {
	margin: 0px;
	padding-top: 82px;
	font-size: 9px;
	height: 142px;
	width: 902px;
}

#hpContent {
	min-height: 500px;
	width: 800px;
}
#hpBody {
	padding: 120px 0px 0px 50px;
	margin-right: 20px;
	background: url('images/Balloon-sm.png') no-repeat 520px 190px;
}
#spBody {
	padding: 120px 0px 0px 50px;
	margin-right: 20px;
}
#hpHeader {
	width: 800px;
}
#hpContentLeft{
	float: left;
	width: 350px;
}
#hpLinksLeft{
	margin-top: 15px;
	font-weight: bold;
}
#hpContentRight{
	font: 14px agenda;
	float: left;
	text-align: justify;
	min-height: 480px;
	padding: 10px 0px 0px 20px;
	width: 430px;
}
#spLeftContentLeft{
	float: left;
	font: 15px agenda;
	width: 350px;
}
#spLeftContentRight{
	float: left;
	text-align: justify;
	font: 15px agenda;
	min-height: 480px;
	padding: 30px 0px 0px 20px;
	width: 430px;
}
#spRightContentRight{
	float: left;
	font: 15px agenda;
	padding: 30px 0px 0px 20px;
	width: 350px;
}
#spRightContentLeft{
	float: left;
	text-align: justify;
	font: 15px agenda;
	min-height: 480px;
	width: 430px;
}
#hpContentRightText{
	min-height: 200px;
}
#hpContentRightSig{
	margin: -10px 50px 0px 0px;
	text-align: right;
}

#hpLinksRight {
	text-align: center;
}


.menuItem1 {
	z-index: 9999;
	list-style-type:none; 
	float: left;
}
.menuItem1 li {
	float: left; 
	padding-top: 30px;
	margin-left: -40px;
	height: 55px;
	width: 80px;
}
.menuItem1 li a {
	height: 55px;
	width: 80px;
	display: block; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}

.menuItem1 li:hover a {
	color: #3C3C3C;
	text-decoration: underline;
}

.menuItem1 ul {
	padding: 0px;
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	list-style-type: none;
}
.menuItem1 li:hover {
	position: relative; 
}
.menuItem1 li:hover ul {
	z-index: 9999;
	left: 0px; 
	top: 30px; 
	padding: 3px; 
	width: 151px;
}
.menuItem1 li:hover ul li {
	height: 18px; 
	border: none;
}
.menuItem1 li:hover ul li a {
	height: 18px; 
	padding: 0px; 
	display: block; 
	font-size: 11px; 
	width: 149px; 
	line-height: 18px; 
	text-indent: 5px; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.menuItem1 li:hover ul li a:hover {
	height: 18px; 
	color: #FFFFFF; 
}

.menuItem2 {
	z-index: 9999;
	list-style-type:none; 
	float: left;
}
.menuItem2 li {
	float: left; 
	padding-top: 5px;
	margin-left: -40px;
	height: 65px;
	width: 120px;
}

.menuItem2 li a {
	height: 65px;
	width: 120px;
	color: #FFFFFF; 
	display: block; 
	text-decoration: none; 
	font-weight: bold;
}

.menuItem2 li:hover a {
	text-decoration: underline;
}
.menuItem2 li ul li:hover a {
	background-color: #67B5E2;
	border: 1px solid #FFFFFF;
}

.menuItem2 ul {
	padding: 0px;
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	list-style-type: none;
	min-height: 145px;
}
.menuItem2 li:hover {
	position: relative; 
}
.menuItem2 li:hover ul {
	z-index: 9999;
	left: 60px; 
	top: 42px; 
	width: 151px;
}

.menuItem2 li ul li{
	width: 151px;
	background-image: url('images/AboutUs_02.png');
	background-repeat: repeat-y;
}
.menuItem2 .first{
	padding-top: 37px;
	width: 151px;
	background-image: url('images/AboutUs_01.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
.menuItem2 .last{
	padding-bottom: 35px;
	background-image: url('images/AboutUs_04.png');
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.menuItem2 li:hover ul li {
	height: 18px; 
}
.menuItem2 li:hover ul li a {
	height: 18px; 
	padding: 0px; 
	display: block; 
	font-size: 11px; 
	width: 149px;
	line-height: 18px; 
	text-indent: 5px; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.menuItem2 li:hover ul li a:hover {
	height: 18px; 
	color: #FFFFFF; 
}

.menuItem3 {
	z-index: 9999;
	list-style-type:none; 
	float: left;
}
.menuItem3 li {
	float: left; 
	padding-top: 5px;
	margin-left: -40px;
	height: 65px;
	width: 130px;
}

.menuItem3 li a {
	height: 65px;
	width: 130px;
	display: block; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}

.menuItem3 li:hover a {
	text-decoration: underline;
}
.menuItem3 li ul li:hover a {
	background-color: #67B5E2;
	border: 1px solid #FFFFFF;
}

.menuItem3 ul {
	padding: 0px;
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	list-style-type: none;
	min-height: 145px;
}
.menuItem3 li:hover {
	position: relative; 
}
.menuItem3 li:hover ul {
	z-index: 9999;
	left: 19px; 
	top: 42px; 
	width: 151px;
}

.menuItem3 li ul li{
	width: 151px;
	background-image: url('images/NewPatients_02.png');
	background-repeat: repeat-y;
}
.menuItem3 .first{
	padding-top: 37px;
	width: 151px;
	background-image: url('images/NewPatients_01.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
.menuItem3 .last{
	padding-bottom: 35px;
	background-image: url('images/NewPatients_04.png');
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.menuItem3 li:hover ul li {
	height: 18px; 
	border: none;
}
.menuItem3 li:hover ul li a {
	height: 18px; 
	padding: 0px; 
	display: block; 
	font-size: 11px; 
	width: 149px;
	line-height: 18px; 
	text-indent: 5px; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.menuItem3 li:hover ul li a:hover {
	height: 18px; 
	color: #FFFFFF; 
}

.menuItem4 {
	z-index: 9999;
	list-style-type:none; 
	float: right;
	padding-top: 15px;
	margin-top: 20px;
}
.menuItem4 li {
	float: right; 
	height: 55px;
	width: 120px;
}

.menuItem4 li a {
	height: 55px;
	width: 120px;
	display: block; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}

.menuItem4 li:hover a {
	text-decoration: underline;
}
.menuItem4 li ul li:hover a {
	background-color: #67B5E2;
	border: 1px solid #FFFFFF;
}

.menuItem4 ul {
	padding: 0px;
	position: absolute; 
	right: -9999px; 
	top: -9999px; 
	list-style-type: none;
	width: 120px;
	min-height: 145px;
}
.menuItem4 li:hover {
	position: relative; 
}
.menuItem4 li:hover ul {
	z-index: 9999;
	right: 10px; 
	top: 38px; 
	width: 151px;
}

.menuItem4 li ul li{
	width: 151px;
	background-image: url('images/ContactUs_02.png');
	background-repeat: repeat-y;
}
.menuItem4 .first{
	padding-top: 32px;
	width: 151px;
	background-image: url('images/ContactUs_01.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
.menuItem4 .last{
	padding-bottom: 35px;
	background-image: url('images/ContactUs_04.png');
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.menuItem4 li:hover ul li {
	height: 23px; 
	border: none;
}
.menuItem4 li:hover ul li a {
	height: 18px; 
	padding: 0px; 
	display: block; 
	font-size: 11px; 
	width: 149px;
	line-height: 18px; 
	text-indent: 5px; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.menuItem4 li:hover ul li a:hover {
	height: 18px; 
	color: #FFFFFF; 
}

.menuItem5 {
	z-index: 9999;
	list-style-type:none; 
	float: right;
	margin-top: 0px
}
.menuItem5 li {
	float: right; 
	padding-top: 0px;
	margin-right: 0px;
	height: 65px;
	width: 120px;
}

.menuItem5 li a {
	height: 65px;
	width: 120px;
	display: block; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}

.menuItem5 li:hover a {
	text-decoration: underline;
}
.menuItem5 li ul li:hover a {
	background-color: #67B5E2;
	border: 1px solid #FFFFFF;
}

.menuItem5 ul {
	padding: 0px;
	position: absolute; 
	right: -9999px; 
	top: -9999px; 
	list-style-type: none;
	min-height: 145px;
}
.menuItem5 li:hover {
	position: relative; 
}
.menuItem5 li:hover ul {
	z-index: 9999;
	right: 0px; 
	top: 55px; 
	width: 151px;
}

.menuItem5 li ul li{
	width: 151px;
	background-image: url('images/ParentResouces_02.png');
	background-repeat: repeat-y;
}
.menuItem5 .first{
	padding-top: 30px;
	width: 151px;
	background-image: url('images/ParentResouces_01.png');
	background-repeat: no-repeat;
	background-position: center 0px;
}
.menuItem5 .last{
	padding-bottom: 35px;
	background-image: url('images/ParentResouces_04.png');
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

.menuItem5 li:hover ul li {
	height: 23px; 
	border:none;
}
.menuItem5 li:hover ul li a {
	height: 18px; 
	padding: 0px; 
	display: block; 
	font-size: 11px; 
	width: 149px;
	line-height: 18px; 
	text-indent: 5px; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.menuItem5 li:hover ul li a:hover {
	height: 18px; 
	color: #FFFFFF; 
}

#landingList {
	list-style-type: none;
	padding: 40px 0px 0px 40px;
	margin: 0;
}

#landingList li {
	line-height: 40px;
	font-size: 20px;
	background-image: url('images/li.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 20px ;
}

#sp_text {
	padding-top: 30px;
	font: 15px agenda;
}

.floatPicthinRight {
	float: right;
	margin: 5px 0px 5px 20px;
}
.floatPicthinLeft {
	float: left;
	margin: 5px 20px 5px 0px;
}

.resourcePhoto {
	border: 1px solid #6F9109;
	margin-right: 10px;
}

#expand dt {
	cursor: pointer;
	color: #333333;
	margin: 10px 0;
	padding: 0px;
}

#expand dd {
	border: 1px solid #6F9109;
	padding: 10px 10px 10px 10px;
	background-color: #f2e3a9;
	margin: 0px;
}

.bioPhoto {
	float: left;
	padding: 20px 20px 5px 20px;
}
#bioHeader{
	font-weight: bold;
	padding: 30px 20px 20px 20px;
}
.staffPhoto {
	padding: 20px;
}
.staffName{
	font-weight: bold;
	padding-bottom: 15px;
}
