/*css*/

body {
	margin: 0px;
	padding: 0px;
	/*color: #9E9388;*/
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #e4e0db;
}

a, a:link, a:visited, a:active { 
	color: #0092CF;
	text-decoration: none;
}

a:hover,  a:link:hover, a:visited:hover, a:active:hover{
	color: #7FC8E7;
	text-decoration: underline;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

p {
	padding: 0;
	margin: 10px 0;
}

hr {
	border: 1px dotted #C5BDB5;
}

img {
	border: 0;
}

#white-border {
width: 896px;
background-color: #ffffff;
margin: 0px auto;
}

#page-container {
	width: 866px;
	margin: 0px auto;
	position: relative;
} 

#header-container {
	width: 866px;
	height: 154px;
	background: url(../images/header_bg.gif) top center repeat-y;
} 

#header-container-admin {
	width: 866px;
	height: 154px;
	background: url(../images/header_bg_admin.gif) top center repeat-y;
} 

#header-logo {
	float: left;
	width: 331px;
	padding: 60px 0 0 29px;
}

#header-menu {
	float: right;
	width: 502px;
	padding-top: 111px;
}

#header-logo-front {
	float: left;
	/*width: 264px;*/
	width: 150px;
	padding: 43px 0 0 29px;
}

#header-logo-back {
	float: left;
	width: 264px;
	padding: 43px 0 0 29px;
}

#header-menu-front {
	float: right;
	/*width: 569px;*/
	width: 660px;
	padding-top: 111px;
}

#body-container-home {
	width: 866px;
	height: 417px;
	background: url(../images/body_home_bg.gif) top center no-repeat;
}

#body-home-left {
	float: left;
	width: 342px;
	height: 396px;
	padding: 8px 16px 13px 297px;
	overflow: hidden;
}

#body-home-left-highlightimg {
	width: 342px;
	height: 266px;
	overflow: hidden;
	position: relative;
}

#body-home-left-highlighttitle {
	width: 330px;
	height: 32px;
	padding: 3px 0 0 12px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#body-home-left-stafftitle {
	width: 332px;
	height: 20px;
	padding-left: 10px;
	padding-top: 1px;
	overflow: hidden;
}

.font01 {
	color: #009bd5;
	font-size: 13px;
	font-weight: bold;
}

.font02 {
	color: #aca196;
	font-size: 13px;
	font-weight: bold;
}

.font03 {
	color: #aca196;
	font-size: 11px;
}

#body-home-left-staffdetail {
	width: 342px;
	height: 108px;
	overflow: hidden;
	color: #FFFFFF;
}

#body-home-left-staffdetail a, #body-home-left-staffdetail a:link, #body-home-left-staffdetail a:visited, #body-home-left-staffdetail a:active { 
	color: #FFFFFF;
	text-decoration: none;
}

#body-home-left-staffdetail a:hover,  #body-home-left-staffdetail a:link:hover, #body-home-left-staffdetail a:visited:hover, #body-home-left-staffdetail a:active:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#body-home-right {
	float: left;
	height: 374px;
	width: 180px;
	overflow: hidden;
	padding-top: 43px;
}

#body-home-right-content {
	height: 368px;
	width: 175px;
	overflow: auto;
	border: #FFFFFF 0px solid;
	/* coloured scrollbar for IE only */
	scrollbar-base-color:#C5BDB5;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#C5BDB5;
	scrollbar-highlight-color:#C5BDB5;
	scrollbar-shadow-color:#C5BDB5;
	scrollbar-darkshadow-color:#EDEBE9;
	scrollbar-3dlight-color:#EDEBE9;
	scrollbar-track-color:#EDEBE9;
	color: #666666;
}

#body-container {
	width: 866px;
	background: url(../images/body_bg.gif) top center repeat-y;
}

#body-left {
	float: left;
	width: 202px;
}

#body-right {
	float: left;
	background-color: #f6f4f3;
	width: 503px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#body-right-staff {
	float: left;
	background-color: #FFFFFF;
	width: 503px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#body-right-contact {
	float: left;
	background-color: #0093d0;
	width: 503px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	color: #FFFFFF;
}

#body-right-contact hr{
	border: 1px dotted #FFFFFF;
}

.body-right-content {
	width: 443px;
	padding: 15px 45px 15px 15px;
}

.body-right-content-staff {
	width: 488px;
	margin: 15px 0 15px 15px;
	background-color: #FFFFFF;
}

#body-bottom {
	clear: both;
	width: 866px;
	height: 27px;
	background: url(../images/body_bottom.gif) top center no-repeat;
}

#body-bottom-staff {
	clear: both;
	width: 866px;
	height: 27px;
	background: url(../images/body_bottom_staff.gif) top center no-repeat;
}

#body-bottom-contact {
	clear: both;
	width: 866px;
	height: 27px;
	background: url(../images/body_bottom_contact.gif) top center no-repeat;
}

#footer-container {
	width: 836px;
	height: 29px;
	padding: 15px 15px 0 15px;
	background: url(../images/footer_bg.gif) top center no-repeat;
} 

#footer-container a, #footer-container a:link, #footer-container a:visited, #footer-container a:active { 
	color: #9E9388;
	text-decoration: none;
}

#footer-container a:hover,  #footer-container a:link:hover, #footer-container a:visited:hover, #footer-container a:active:hover{
	color: #7FC8E7;
	text-decoration: underline;
}

.clr {
	clear: both;
	padding: 0;
	margin: 0;
	/*border: 1px #FF0000 solid;*/
}

.f-left {
	float: left;
	cursor: pointer;
}

.f-right {
	float: right;
}

.recent-highlight {
	margin: 5px;
}

#body-left p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 40px;
}

#body-left a {
	color:#FFFFFF;
	text-decoration:none;
}

#body-left a:hover {
	color:#0093D0;
	text-decoration:none;
}

#roundCorner {
	height: 108px;
	width: 118px;

	background-color: #C3BBB2;
	background-image: url(../images/staffpicSmall1.jpg);
	background-repeat: no-repeat;
	position: relative;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 200;
}

#fade li {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 342px;
	height: 231px;
	background-color: #FFF;
	visibility: hidden;
}

#fade li img {
	display: block;
	border: 0px solid #FFF;
}
.highlight-caption {
	color:#FFF;
	font-weight:bold;
	clear: both;
	padding: 5px 10px 5px 10px;
	background-color: #0093D0;
	width: 342px;
	height:14px;
	overflow:hidden;
}

/*.control {
	position: relative;
	clear:both;
	z-index: 100;
	cursor: pointer;
	font-weight: bold;
	color:#FF0000;
}
#fade-next {
	right: 8%;
	top: 71%;
}
#fade-previous {
	left: 6%;
	top: 71%;
}*/
#top-curve {
	z-index: 500;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
.AccordionPanelContent b, .AccordionPanelContent strong {
	color: #7FC8E7;
}

.recentimg {
	border: 1px dotted #999999;
	width: 80px;
	padding: 4px;
	float: left;
	cursor: pointer;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#recenthighlight {
	margin:20px;
	border-top: 2px dotted #a7a9ac;
	border-bottom: 2px dotted #a7a9ac;
	height: 100%;
	margin-top:40px;
}

.rhheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #aca095;
	font-weight: bold;
}

.rhcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #aca095;
	font-weight: normal;
}

.whitebg {
	background-color: #ffffff;
}#sticky {
	position: absolute;
	z-index: 100;
	left: 75px;
	top: 405px;
	height: 120px;
	width: 150px;
	border: none 0px;
}
