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

/*=====基本信息=====*/
body {font:12px Arial; color: #6b6b6b; margin:0px; text-align:left; background:#FFF;}
a{color:#777;text-decoration:underline; border:0px;}
a:hover{color:#ff6600;text-decoration:underline; border:0px;}
a.noUnderline{color:#777;text-decoration:none; border:0px;}
a.noUnderline:hover{color:#ff6600;text-decoration:none; border:0px;}
a.Text{color:#009cff;text-decoration:underline; border:0px;}
a.Text:hover{color:#f26522;text-decoration:underline; border:0px;}
a img {border:0;}
a:hover img {border:0; padding:1px 0 0 1px;}
a.gallery img{border:1px solid #fff; padding:0;}
a.gallery:hover img{border:1px solid #ff6600; padding:0;}
a.videlPlayButton img{border:0; padding:0;}
a.videlPlayButton:hover img{border:0; padding:0;}
ul {float:left;list-style:none;margin:0; padding:0;}
/*Font*/
.title{ font-size:14px; font-weight:bold; color:#d5652b;}
.orange{color:#ff6600;}
.green{color:#767b0a;}
.brown{color:#8e8063;}


/*=====整体页面=====*/
#Wrapper{width:auto; height:auto;}

/*=====页面层容器=====*/
#Container{width:937px; height:auto; float:left; clear:left;}

/*=====页面头部=====*/
#Header{width:937px; height:246px; float:left; clear:both;}
#HeaderTop{width:937px; height:64px;}
#HT_Right{width:122px; height:64px; background:#f3f3f3; float:right; clear:right;}
#HT_R_Triangle{width:0px; height:0px;border-top:38px solid #fff;border-left:64px solid #f3f3f3; float:right; clear:both; overflow:hidden;}
#HeaderBottom{width:937px; height:182px;}

#Menu{width:237px; height:182px; float:right; clear:right;}
#Menu ul {margin:20px 0 0 0;}
#Menu ul li {width:150px; float:left; clear:both;display:block;margin:0; padding:5px 0 0 0; line-height:15px; color:#f26522;}
/*#Menu ul li a:link,#Menu ul li a:visited {color:#acacac;text-decoration:underline;}*/
#Menu ul li a:hover{color:#f26522;text-decoration:underline;}
.bannerFlash{width:420px; height:182px; float:right; clear:left;}

/*=====页面主体=====*/
#PageBody{width:937px; height:auto; float:left; clear:both;}

#SideBar{width:300px; height:700px; float:left; clear:left;}
#S_Top{width:300px; height:138px; float:left; clear:both;}
#S_T_position{width:auto; height:30px; line-height:30px; padding:0 10px;}
#S_T_Courses{width:auto; height:88px; background:#f3f3f3 url(../images/CoursesBG.jpg) no-repeat; padding:10px;}
#S_T_Courses ul li {width:140px; float:left;display:block;margin:0; padding:5px 0 0 0; line-height:15px;}
#S_Gray{width:300px; height:90px; background:#f3f3f3;}
#S_GrayTriangle{width:0px; height:0px;border-top:175px solid #f3f3f3;border-right:300px solid #fff; overflow: hidden}
#S_Logo{width:auto; height:auto; padding:80px 10px 0 10px;}
#S_Logo ul li {width:130px; height:100px; float:left;}

#MainBody{width:637px; height:auto; float:left; clear:right;}
#MB_Title{width:637px; height:138px; float:left; clear:both;}
#MB_T_text{width:auto; height:auto; margin:12px; font:30px Helvetica;}
#MB_Content{width:637px; height:auto; float:left; clear:both;}
#MB_C_Middle{width:637px; height:auto; float:left; clear:both;}

/*=====页面底部=====*/
#Footer{width:937px; height:140px; overflow:hidden; float:left; clear:both;}
#FooterLeft{width:0px; height:0px;border-top:70px solid #e8e8e8;border-right:122px solid #fff; float:left; margin:45px 0 0 0;}
#FooterRight{width:625px; height:140px; background:#edf5fe; float:right; clear:right;}
#FR_Middle{width:270px; height:140px; background:#f5fafe; float:left; clear:left; margin: 0 0 0 133px; display: inline;  /* <---Solution for bug IE6 */ }
#FR_Triangle{width:0px; height:0px;border-top:95px solid #edf5fe;border-right:163px solid #d5dce4; margin:45px 0 0 0; float:right; clear:right; overflow: hidden}
#FR_Triangle2{width:0px; height:0px;border-top:95px solid #fff;border-right:163px solid #e8e8e8; margin:45px 0 0 0; float:right; clear:right; overflow: hidden}
#Copyright{width:937px; padding:20px 0; text-align:center; line-height:20px; clear:both;}

/*=====右侧背景=====*/
#RightBg{width:auto; height:auto; padding:64px 0 0 937px;}
#RBtop{width:auto; height:182px;}
#RBbottom{width:auto; height:138px;}

/* 分页样式 */

#pageNum {
	height: 30px;
	width: inherit;
	text-align: center;
	float: left;
	line-height: 30px;
	margin: 10px 0;
}

#pageNum a, #pageNum span {
	width: 30px;
	margin: 3px;
}

