/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	background: #f5f5f5;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 11px;
}
h2 {
	font-size: 13px;
	color: #961811;
	font-weight: bold;
	margin: 15px 0 0 0;
}
#container {
	width: 760px;
	margin: 0 auto;
	background: #fff;
}
#header {
	width: 760px;
	height: 117px;
}
#navigation {
	width: 760px;
	height: 40px;
	background-image:url(img/nav_bg.jpg);
	background-repeat:repeat-x ;
}
#navigation p{
	color: #fff;
	font-size: 10px;
	line-height: 3.2em;
	margin: 0 0 0 15px;
}
#navigation p a{
	color: #fff;
	text-decoration: none;
}
#content {
	width: 740px;
	overflow: auto;
	margin: 0 auto 0 auto;
}
#homeintro {
	width: 564px;
	height: 173px;
	background-image: url(img/home_intro.jpg);
	background-repeat:no-repeat;
	float: left;
	margin: 2px 0 0 0;
}
#homeintro p{
	margin: 48px 20px 20px 23px;
	color: #fff;
}
#homeintro a{
	color: #fff;
	font-weight: bold;
}
#home_login {
	width: 170px;
	height: 173px;
	background-image: url(img/home_login.jpg);
	background-repeat: no-repeat;
	margin: 2px 0 0 0;
	float: right;
}
#home_login p{
	margin: 4px 0 0 8px;
}
#home_login p a{
	color: #fff;
	font-size: 10px;
}
.input_box {
	width: 150px;
	height: 14px;
	border: 1px solid #951811;
	margin: 40px 0 0 7px;
	padding: 3px 0 3px 5px;
	font-size: 10px;
	color: #999;
}
.input_box2{
	width: 150px;
	height: 14px;
	border: 1px solid #951811;
	margin: 5px 0 0 7px;
	padding: 3px 0 3px 5px;
	font-size: 10px;
	color: #999;
}
.login_btn {
	margin: 7px 0 0 5px;
	float: left;
}
#home_news {
	float: left;
	margin: 10px 0 0 0;
	width: 350px;
	background-image:url(img/index_content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 15px 20px 0px 20px;
	height: 391px;
}
#home_news img{
	margin: 0;
}
#home_news a{
	color: #961811;
	font-weight: bold;
}
#home_facility {
	float: right;
	margin: 10px 0 0 0;
	width: 300px;
	background-image:url(img/index_content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	overflow: auto;
	padding: 15px 20px 0px 20px;
	height: 391px;
}
#home_facility ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0;
}
#home_facility li{
	width: 280px;
	height: 95px;
	float: left;
}
#home_facility li img{
	float: left;
	margin: 0 5px 0 0;
}
#home_facility a{
	color: #961811;
	font-weight: bold;
}
#home_facility li p{
	margin: 0 0 0 5px;
}
.red_title {
	color: #961811;
	font-weight: bold;
}
#footer {
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 740px;
	height: 30px;
	margin: 0 auto 5px auto;
}
#footer p {
	color: #fff;
	font-size: 10px;
	line-height: 3em;
	margin-left: 10px;
}
.content_bg {
	background-image: url(img/content_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content_titles {
	float: left;
	margin: 5px 0 0 12px;
}
#inner_content {
	width: 700px;
	margin: 5px 20px 20px 20px;
	float: left;
}
*html #inner_content {
	width: 700px;
	margin: 5px 10px 20px 10px;
	float: left;
}
.top_link {
	float: right;
	margin: 0 10px 5px 0;
}
.back {
	float: right;
	margin: 5px 8px 0 0;
}
.section_img {
	float: right;
	margin: 0 0 10px 10px;
}
#facility_program {
	width: 690px;
	background: #FEF5F5;
	border: 1px solid #F9C6C6;
	margin: 15px auto 20px auto;
	overflow: auto;
}
#facility_program p{
	margin: 15px;
}
#gallery {
	width: 500px;
	height: 250px;
	margin: 15px 0 0 5px;
}

#thumbnails {
	float: left;
	width: 100px;
}
.thumbnail {
	float: left;
	margin: 0 0 6px 0;
}
.thumbnail_feat {
	float: left;
}
#pagination {
	float: left;
	width: 345px;
	margin: 5px 0 0 5px;
}
#pagination p{
	float: left;
	margin: 10px 0 0 0;
}
#pagination a{
	color: #444;
	text-decoration: underline;
}
#pagination img{
	float: left;
}
#facilities {
	float: left;
	width: 700px;
	background-image: url(img/content_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0 0 15px 0;
}
#facilities a {
	color: #961811;
}
#facilities img {
	float: left;
	margin: 9px 10px 0 7px;
}	
#facilities p {
	margin: 20px 5px 0 0;
}	

