@charset "utf-8";
@charset "utf-8";
@import url('reset.css');
@import url('typography.css');
@import url('cal-style.css');
@import url('../slider/slider.css');
a {
text-decoration: none;
}

body {
	background-color: #194e5c;
	margin: auto;
	width: 100%;
}

div#top {
	background-color: #194e5c;
	height: 30px;
	overflow: hidden;
}

div#top-text{
	height: 20px;
	margin: auto;
	padding-top: 10px;
	width: 910px;
}

div#header {
	background-color: #598fd2;
	height: 80px;
	margin: auto;
	overflow: hidden;
	width: 910px;
}

div#banner {
	background-color: #194e5c;
	height: 280px;
	margin: auto;
	overflow: hidden;
}

div#banner-body {
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
	width: 910px;
}

div#banner-body-img {
	float: right;
	height: 250px;
	overflow: hidden;
	width: 600px;
}

div#banner-body-text {
	padding: 50px 0px 0px 0px;
}

div#featured {
	height: 100%;
	margin: auto;
	overflow: hidden;
	padding: 15px 30px 50px 30px;
	width: 850px;
}

div#featured-left {
	float: left;
	width: 395px;
}

div#featured-right {
	background-image: url("../img/featured-right-bg.png");
	background-repeat: repeat-x;
	float: right;
	height: 100px;
	margin-bottom: 10px;
	padding: 10px 10px 50px 20px;
	width: 400px;
	
	-webkit-border-radius: 5px;  
     -khtml-border-radius: 5px;  
     -moz-border-radius: 5px;
     border-radius: 5px;
}

div#page {
	background-color: #fff;
	margin: auto;
	overflow: hidden;

}
div#page-body {
	margin: auto;
	overflow: hidden;
	padding: 20px 0px 50px 0px;
	width: 900px;
}

div#page-left {
	float: left;
	width: 530px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

div#page-left-text {
	border: 2px solid #779299;
	overflow:hidden;
	padding: 10px 10px 20px 10px;
}

div#page-left-slider {
	background-color: #779299;
	overflow:hidden;
	padding: 10px 10px 20px 10px;
}

div#page-left img.portrait {
	float: left;
	width: 300px;
	margin-left: 105px;
}

div#page-left img {
	float: right;
	width: 490px;
}

div#portrait {
	overflow: hidden;
	width: 510px;
}

div#page-right-announce {
	background: #8d9990;
	border: 2px solid #5a7278;
	float: right; 
	overflow: hidden;
	padding: 10px;
	width: 326px;
	
	-webkit-border-radius: 10px;  
     -khtml-border-radius: 10px;  
     -moz-border-radius: 10px;  
     border-radius: 10px; 
}

div#page-right-list {
	float: right;
	margin: 0px;
	overflow: hidden;
	padding: 0px 0px 15px 0px;
	width: 360px;
}

div#page-num {
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 10px 0px 20px 0px;
	text-align: center;
	width: 530px;
	overflow: hidden;
}

div#page-right-more {
	background: #6a878e;
	border: 2px solid #5a7278;
	float: right;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 10px;
	width: 326px;
	
	-webkit-border-radius: 10px;  
     -khtml-border-radius: 10px;  
     -moz-border-radius: 10px;  
     border-radius: 10px; 
}

div#page-back {
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 10px 0px 10px 0px;
	width: 450px;
	overflow: hidden;
}

div#facilities {
	float: left;
	height: 500px;
	overflow: hidden;
	width: 848px;
}

div#download {
	border-bottom: 1px dotted #eee;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	width: 470px;
}

div#prog {
	width: 470px; 
	margin: auto;
}

div#gallery-single {
	margin: auto;
	padding: 10px;
	width: 878px;
}

/**DIV containing in-page navigation and page image**/
div#page-top {
	background-color: #194e5c;
	height: 280px;
	margin: auto;
	overflow: hidden;
}

div#page-top-holder {
	height: 250px;
	margin: 10px auto 10px auto;
	overflow: hidden;
	width: 910px;
}

div#page-top-nav {
	background-image: url('../img/page-nav-top-bg.png'); 
	float: left;
	height: 300px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 250px;
}

div#page-top-holder img.page-top-image {
	float: right;
}
