@charset "utf-8";
/* CSS Document */
.mainMenuContainer {
	margin:61px 20px 0px 0px;
	_margin-top:68px
}
.topBannerContainer {
	margin-top:6px;
}
.homeBanner {
	width:707px;
	height:315px;
	float:left;
}
.homeIntro {
	width:228px;
	height:252px;
	padding:63px 40px 0 20px;
	float:right;
	background-color:#6aaffd;
}
.homeIntro p {
	/* font-family: "Times New Roman", Times, serif;*/
	font-size: 13px;
	text-align:justify;
	word-spacing: normal;
}
.homeContentContainer {
	background-color:#996633;
	padding:10px 0px;
	margin-top:7px;
	width:960px;
	padding-right:40px;
}
.facilitiesContainer {
	width:512px;
	float: left;
	border-right:1px solid #b38e68;
	padding-left:15px;
}
.facilitiesContainer img {
	float:left;
	width:217px;
	border:1px solid #C99C74;
}
.facilitiesText {
	width:270px;
	float:left;
	margin-left:6px;
}
.facilitiesText p, .newsText p {
	text-align:justify;
	padding-top:8px;
	margin-bottom:10px;
}
.moreButton {
	width:87px;
	height:34px;
	background:url(../images/button-more.gif) no-repeat;
	display:block;
	float:right;
}
.moreButton:hover {
	background-image:url(../images/button-more-hover.gif);
}
.visitors {
	text-align:center;
	letter-spacing:4px;
	word-spacing:2px;
	font-size:16px;
	padding-top:10px;
	font-family:'Times New Roman', Times, serif;
}
/* News */
.newsContainer {
	width:410px;
	float:right;
}
.newsContainerImage {
	float:left;
	width:129px;
	border:1px solid #C99C74;
	
}
.newsText {
	width:270px;
	float:right;
	margin-bottom:10px;
}


.next, .previous {
	width:84px;
	height:30px;
	display:block;
	background:url(../images/button-next.gif) no-repeat;
	float:right;
}
.previous {
	background-image:url(../images/button-previous.gif);
}
.next:hover {
	background-image:url(../images/button-next-hover.gif);
}
.previous:hover {
	background-image:url(../images/button-previous-hover.gif);
}
.dimButton  
{
    opacity:0.3; 
    filter: alpha(opacity=30);    
}
#newsButtonSeparator {
	float:right;
	margin-left:8px;
	width:1px;
}
.newsContainer input {
	width:168px;
	height:20px;
	line-height:24px;
	padding:1px 0px;
	border:1px solid #c2a485;
	background-color:#a97643;
	text-align:center;
	color:#fff;
	float:left;
	margin-top:4px;
	font-weight: bolder;
}
.newsContainer .waterMark {
	color:#C99C74;
}

.andSeparator {
	font-weight:bold;
	line-height:24px;
	font-size:18px;
	margin:0px 6px;
	float:left;
	margin-top:4px;
}
.newsLetterSubmitutton {
	float:right;
	width:33px;
	height:32px;
	margin-left:5px;
	margin-right:1px;
}
.newsLetterArchive {
	height:31px;
	line-height:31px;
	padding-right:43px;
	text-align:right;
	text-align:right;
	display:block;
	width:250px;
	background:url(../images/button-newsletter-archive-hover.gif) no-repeat right;
	float:right;
	font-weight:bold;
	margin-top:5px;
	color:#fff;
}
.newsLetterArchive:hover {
	color:#684523;
	background-image: url(../images/button-newsletter-archive.gif);
}

.latestNewsMove
{
	filter:alpha(opacity=34); /* For IE */
	opacity:0.34;
}