@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background:#f4f4f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	line-height:20px;
}

a { color:#0094cb; }

a:hover { color:#fd9e32; }

img { border:0px; }

.img_border {
	border:3px #EEE solid;
}

td { vertical-align:top; }

h1, h2, h3, h4, h5 { margin:0px;}

h1 {
	color:#1a8dba;
	font-size:24px;
}

h2 {
	color:#fd9e32;
	font-size:18px;
}

h3 {
	color:#06C;
	font-size:16px;
}

h4 {
	color:#F30;
	font-size:14px;
	font-weight:bold;
}

.more {
	font-weight:bold;
	color:#fd9e32;
}

.more:hover {
	text-decoration:none;
}

.out {
	width:100%;
	margin:0px;
	padding:0px;
}

.wrapper {
	width:1017px;
	margin:0 auto;
	padding:0px;
}

.wrapper2 {
	width:1017px;
	float:left;
	padding:0px;
}

.part {
	width:1017px;
	float:left;
}

.left_part {
	margin:4px 0 10px 30px;
}

.banner {
	width:1017px;
	height:283px;
	margin:auto;
}

.b_home {
	background:url(images/banner_home.jpg);	
}

.b_about {
	background:url(images/banner_about.jpg);	
}

.b_partners {
	background:url(images/banner_partners.jpg);	
}

.b_schools {
	background:url(images/banner_schools.jpg);	
}

.b_calendar {
	background:url(images/banner_calendar.jpg);	
}

.b_gallery {
	background:url(images/banner_gallery.jpg);	
}

.b_news {
	background:url(images/banner_news.jpg);	
}

.b_contact {
	background:url(images/banner_contact.jpg);	
}

.logo {
	width:136px;
	height:100px;
	float:left;
	margin:12px 0 0 56px;
}

.navbar {
	width:950px;
	height:46px;
	float:right;
	margin-top:226px;
}

.navbar_home {
	margin-top:6px;
	width:950px;
	height:46px;
	float:right;	
}

.nav_home {
	float:left;
	margin-left:12px;
	width:56px;
}

.nav_about {
	float:left;
	margin-left:22px;
	width:130px;
}

.nav_partners {
	float:left;
	margin-left:17px;
	width:114px;
}

.nav_schools {
	float:left;
	margin-left:17px;
	width:65px;
}

.nav_calendar {
	float:left;
	margin-left:20px;
	width:127px;
}

.nav_gallery {
	float:left;
	margin-left:18px;
	width:62px;
}

.nav_news {
	float:left;
	margin-left:18px;
	width:48px;
}

.nav_contact {
	float:left;
	margin-left:19px;
	width:65px;
}

.nav_home, .nav_about, .nav_partners, .nav_schools, .nav_calendar, .nav_gallery, .nav_news, .nav_contact {
	height:46px;
	cursor:pointer;
}

.mid {
	background:url(images/content_bg.jpg) repeat-y;
	min-height:300px;
	padding-top:5px;
	padding-bottom:10px;
}

.home_left {
	width:729px;
	float:left;
}

.home_right {
	width:288px;
	float:right;
}

.content {
	margin:30px;
}

.partner {
	font-size:12px;
}

.eflyer {
	margin:4px 0 10px 22px;
}

.bulletin {
	margin:4px 0 10px 22px;	
	background:url(images/bulletin.jpg);
	width:700px;
	height:527px;
	font-size:11px;
}

.bulletin_1 {
	float:left;
	margin:120px 0 0 85px;
	width:190px;
	height:120px;
}

.bulletin_2 {
	float:left;
	margin:110px 0 0 165px;
	width:195px;
	height:120px;
}

.bulletin_3 {
	float:right;
	margin:35px 220px 0 0;
	width:200px;
	height:160px;
}

.box_s {
	float:left;
	width:265px;
	margin-left:5px;
	margin-bottom:5px;
}

.box_s_top { 
	float:left;
	width:265px;
	height:53px;
	background:url(images/box_s_top.jpg);
	color:#5b98a7;
	font-size:18px;
	font-weight:bold;
}

.box_s_title {
	margin:22px 0 0 30px;
}

.box_s_mid { 
	float:left;
	width:265px;	
	background:url(images/box_s_mid.jpg) repeat-y;
}

.box_s_content {
	margin:10px 25px 10px 25px;
}

.box_s_btm { 
	float:left;
	width:265px;
	height:13px;
	background:url(images/box_s_btm.jpg) repeat-y;
}

.footer {
	width:1017px;
	height:66px;
	float:left;
	font-size:14px;
	background:url(images/footer_bg.jpg);
	color:#eaeaea;
}

.footer a{ color:#eaeaea; }

.footer a:hover{ text-decoration:none; }

.footer_content {
	width:1000px;
	margin:0 auto;
}

.copyright {
	float:left;
	margin-top:30px;
	margin-left:20px;
}

.footer_links {
	float:right;
	margin-top:30px;
	margin-right:20px;
}

/* custom */
.logo_tb td {
	padding:5px;
}

.cal_bar {
	float:left;
	width:660px;
	border-bottom:5px #202020 solid;
}

.cal_nav {
	float:left;
	width:660px;
	margin:0 auto;
	padding:0;
}

.cal_nav li{
	display:inline;
	float:left;
	width:65px;
	height:20px;
	border:1px #202020 solid;
	border-bottom:none;	
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	margin:0 6px 0 0;
	font-weight:bold;
}

.cal_nav li:hover{
	color:#F90;
	cursor:pointer;
}

.cal_nav a{
	text-decoration:none;
	color:#333;
}

.cal_nav_on {
	background-color:#202020;
	color:#FFF;
}

.cal_content {
	float:left;
	width:660px;
	margin:10px 0 0 0;
}

.cal_content_c {
	border:1px solid #999;
	width:572px;
}

.cal_item {
	width:400px;
	border-top:1px dashed #999;
	padding-top:3px;
	margin-bottom:10px;
}

.cal_item_desc {
	font-size:12px;
}

.cal_event {
	background:#EEE;
	border:1px solid #999;
	font-size:12px;
	margin-bottom:15px;
}

.cal_event_content {
	margin:10px;
}

.flash {
	width:1017px;
	height:200px;
}