@charset "utf-8";
/* CSS Document */

body{
	font-family:SimSun;
	font-size:14px;
	color:#000;
}

h1{
	margin:0 0 5px 0;
	font-weight:bold;
	font-size:18px;
	text-decoration:underline;
}

h2{
	margin:0;
	font-weight:bold;
	font-size:14px;
}

h3{
	margin:5px;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

h4{
	margin:5px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

p{
	margin:0;
	line-height:20px;
	padding:0;
}

a{
	text-decoration:underline;
	color:#666;
}

a:hover{
	color:#930;
}

img{
	border:none;
}


.clearfix:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-block;}

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hid form IE-mac*/
	

#wrapper{
	width:850px;
	margin:auto;
}

#header{
	width:850px;
	margin:0;
	padding:0;
}

#logo{
	float:left;
	width:241px;
}

#counter
{
	font-size:12px;
	clear:both;
	text-align:right;
    position:absolute;
	width:300px;
	margin-top:50px;
	margin-left:200px;
}

#top_menu{
	float:right;
	width:500px;
}

#top_menu ul{
	margin:0;
	text-align:right;
	
}

#top_menu li{
	padding:5px;;
	line-height:25px;
	height:50px;
	font-size:14px;
	font-weight: bold;
	display:inline;
}

#top_menu li.enquiry_pic{
	background:url(../images/contact.jpg) no-repeat;
}

#top_menu li.guest_pic{
	background:url(../images/guest.jpg) no-repeat;
}


#top_menu a{
	margin: 0 0 0 15px;
	padding: 0 10px 0 10px;
	color:#000;
	text-decoration:none;
}

#top_menu a:hover{
	color:#900;
}


#menu{
	clear:both;
	background:url(../images/menubg.png);
	height:41px;
	margin: 5px 0 5px 0;
}

#menu ul{
	margin:0;
	padding:13px 0 0 0;
	text-align:center;
}

#menu li{
	font-weight:bold;
	display:inline;
	margin:27px 20px 27px 20px;
}

#menu li a{
	color:#000;
	text-decoration:none;
}

#menu li a:hover{
	color:#900;
}

#flash_wrap{
	margin:5px 0 5px 0;
}

#content{
	margin:5px 5px 10px 5px;
}

#left{
	float:left;
	width:220px;
	border-right: #999 dotted 1px;
	margin: 0 0 5px 0;
}

#left ol li{
	padding:5px;
}

#left ol li a{
	text-decoration:none;
	font-weight:bold;
}

#left ol li a:hover{
	color:#930;
	text-decoration:none;
}

#right{
	float:right;
	width: 600px;
}

#map{
	clear:both;
	margin-top:35px;
	padding:0 0 5px 0;
	text-align:center;
}

#map img{
padding:0 0 4px 8px;
text-decoration: none;
}

#map a{
text-decoration: none;
}

#map h2{
text-align:center;
margin:0 0 3px 0;
}

#heading{
	background:url(../images/heading_bg.png) no-repeat;
	height:27px;
	font-weight:bold;
	padding: 7px 0 0 15px;
}

#heading2{
clear:both;
	background:url(../images/heading_bg.png) no-repeat;
	height:27px;
	font-weight:bold;
	padding: 7px 0 0 15px;
}

#maincontent{
	margin: 5px 0 0 0;
}

#maincontent ol li{
	padding:5px;
}

#maincontent ol li a{
	text-decoration:none;
	font-weight:bold;
}

#maincontent ol li a:hover{
	color:#930;
	text-decoration:none;
}

.main_image{
	float:left;
	width:250px;
	padding:0 5px 5px 0;
}

.main_info{
	float:right;
	width:340px;
}

.teacher_img{
	padding: 0 50px 0 0;
}

#footer{
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:100%;
	border-top: #000 solid 1px;
}

#copyright{
	margin-top:3px;
	float:left;
	width:100%;
}

#design{
	clear:both;
}

.error{
	font-size:12px;
	color:#F00;
}

.tablestyle{
	border: 1px solid #000000;
	border-collapse:collapse;
	margin:0.5em auto;
}


.tablestyle2{
	padding:0.5em 0 0.5em 0;
	border: 1px solid #000;
	text-align:center;
	color: #900;
	background-color:#FFF;
}

.gallery{
	text-align:center;
	padding-bottom:20px;
}

.red{
color:#FF0000;
font-weight:bold;
}

.red2{
color:#FF0000;
position:relative;
font-size:12px;
font-weight:bold;
}

.red3{
color:#FF0000;
font-weight:bold;
}

.news-module{
width:33%;
float:left;
text-align:center;
padding:0 0 15px 0;
}

.clear{clear:both;}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

