@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:#c0c090;
}
.homeIntro p {
	/* font-family: "Times New Roman", Times, serif;*/
	font-size: 13px;
	text-align:justify;
	word-spacing: normal;
}
.homeContentContainer {
	background:#779bbf url(../images/blue-vertical-strip.gif) repeat-x top;
	padding:10px 0px;
	margin-top:7px;
	width:960px;
	padding-right:40px;
}
.facilitiesContainer {
	width:512px;
	float: left;
	border-right:1px solid #aac2d8;
	padding-left:15px;
}
.facilitiesContainer img {
	float:left;
	width:217px;
	border:1px solid #c5d6e5;
}
.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.png) no-repeat top;
	_background-image:url(../images/button-more.gif);
	display:block;
	float:right;
}
.moreButton:hover {
	background-position: bottom;
}
.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 #c5d6e5;
	margin-bottom:5px;
}
.newsText {
	width:270px;
	float:right;
	margin-bottom:10px;
}


.next, .previous {
	width:84px;
	height:30px;
	display:block;
	background:url(../images/button-next.png) no-repeat top;
	_background-image:url(../images/button-next.gif);
	float:right;
}
.previous {
	background-image:url(../images/button-previous.png);
	_background-image:url(../images/button-previous.gif);
}
.next:hover, .previous:hover {
	background-position:bottom;
}

.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 #cfdde9;
	background-color:#e3ebf2;
	text-align:center;
	color:#779bbf;
	float:left;
	margin-top:4px;
	font-weight: bolder;
}
.newsContainer .waterMark {
	color:#81a4c4;
}

.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:#c0c090;
	background-image: url(../images/button-newsletter-archive.gif);
}

.latestNewsMove
{
	filter:alpha(opacity=34); /* For IE */
	opacity:0.34;
}