/* CSS Document */

#sub_container{
	background-image: url(../images/sub_main_bk1.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	/*background-color:#000066;*/

}

#sub_container_in{
	background-image: url(../images/sub_main_bk2.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	/*background-color:#000066;*/

}

#sub_inner_container{
	width:1000px;

}
/*left column bigger than right column*/
#sub_left{
	width:722px;
	float:left;
	clear:right;
	position:relative;
}




#sub_txt_left{
	background-image: url(../images/news_submain_bk.png);
	background-color:#fff;
	width:650px;
	float:right;
	padding:20px;
	margin-top:9px;

}


#sub_label_left{
	/*background-image: url(../images/label_news.jpg);*/
	width:249px;
	height:76px;
	margin-left:31px;
	z-index:2;	
}



#sub_divider{
	background-image: url(../images/news_divider_bk.png);	
	width:1px;
	height:500px;
	float:left;
	clear:right;
	margin:0px;
	padding:0px;
}

#sub_divider_short{
	background-image: url(../images/sub_divider_short_bk.png);	
	width:1px;
	height:350px;
	float:left;
	clear:right;
	margin:0px;
	padding:0px;
}

#sub_img_right{	
	width:277px;
	/*height:471px;*/
	float:right;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	/*position:absolute;*/

}

/*--used in faq, schedule and courses --*/

#sub_left_sideBar{
	width:263px;
	height:500px;
	float:left;
	clear:right;
	background-image: url(../images/sub_main_bk.png);
		
}

#sub_left_sideBar .left{
	/*background-image: url(../images/label_news.jpg);*/
	width:220px;
	height:76px;
	margin-left:31px;
	z-index:2;
	
}

#table_sideBar td{
	padding:3px;
	vertical-align:top;
}

#table_sideBar .bullet{
	padding-left:25px;
	background-image:url(../images/bullet_silver_side.png);
	/*background-image: url(../images/bullet_orange.png);*/
	background-repeat:no-repeat;
	background-position:center;
}


/*Buttons*/

/*---- English button---*/
#eng_off{
	width:195px;
	height:35px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.eng_off a{
	background: url(../images/sch_eng.gif) no-repeat 0 0;
	width: 195px;
   	height: 35px;
	display:block;
	text-indent:-9999px;
}

.eng_off a:hover{
	background: url(../images/sch_eng_over.gif) no-repeat 0 0;
	width: 195px;
   	height: 35px;
	display:block;
	text-indent:-9999px;
}


/*---- Math button---*/
#math_off{
	width:195px;
	height:35px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.math_off a{
	background: url(../images/sch_math.gif) no-repeat 0 0;
	width: 195px;
   	height: 35px;
	display:block;
	text-indent:-9999px;
}

.math_off a:hover{
	background: url(../images/sch_math_over.gif) no-repeat 0 0;
	width: 195px;
   	height: 35px;
	display:block;
	text-indent:-9999px;
}


/*---- Science button---*/
#sci_off{
	width:195px;
	height:35px;
	margin-right:0px;
	margin-top: 0px;
	padding: 0;

}
.sci_off a{
	background: url(../images/sch_sci.gif) no-repeat 0 0;
	width: 195px;
   	height: 35px;
	display:block;
	text-indent:-9999px;
}

.sci_off a:hover{
	background: url(../images/sch_sci_over.gif) no-repeat 0 0;
	width: 195px;
   	height: 35px;
	display:block;
	text-indent:-9999px;
}






