/*
	Theme Name: HKIT THEME 
	Date: Oct 2014
	Description: New HTML5/CSS3 layout
	Version: 1.0
	Author: Zeason Fung
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;word-wrap: break-word;}

html, body{
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-family: 'Noto Sans', sans-serif;
	font-size: 100%;
	word-wrap: break-word;
	/*background: #FAFAFC !important;*/
}
*{
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-family: 'Noto Sans', sans-serif;
}



/* ====================================
    Headings  
   ==================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 0;
	color: #0A53B4;
}


 h1 { font-size: 2.0em; } 
 h2 { font-size: 1.875em; }
 h3 { font-size: 1.5em; }
 h4 { font-size: 1.3em; }
 h5 { font-size: 1.2em; }
 h6 { font-size: 1.12em; }
 p  { font-size: 1.0em; }
 
a{
	color: #126BE2;
	text-decoration:none;
}

a:hover, a:active, a:focus {
  color: #4494FE;
  outline: none;
  text-decoration: none;
}


small{
	color: #9A7F15 !important;
	font-weight: 700 !important;
}

/* Single-direction drop shadow */
hr.style-four {
    height: 1px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 15px #777;
}


.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-justify{
	text-align: justify;
}
.text-bold{
	font-weight: bold;
}

/*  ======================================

			Printing Style

	====================================== */


/*  ======================================

			core Style

	====================================== */
.wrap{
	width:980px;
	margin:0 auto;
	/*border:1px solid #F00;*/
}
#header{
	position: relative;
	clear: both;
	width:100%;
	/**/height:100px;
	/*border:1px solid #F00;*/
  
}
.logo{
	/*position: absolute;
	height:100px;
	border:1px solid #0F0;*/
}
.logoarea{
	position: absolute;
	left:0px;
	top:30px;
	z-index:170;
	/*border:1px solid #F00;*/
}

/*  ======================================

			toppanel Style

	====================================== */
.toppanel{
	text-align: right;
	width: 50%;
	height: auto;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
	/*border:1px solid #F00;*/
}

.toppanel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.toppanel li {
    display: inline;
	height:50px;
    margin: 0;
    padding: 0;
}
/*  ======================================

			mainmenu Style

	====================================== */

#navbar-container{	
	width: 100%;
	height: 35px;
	position: relative;
	/*border:1px solid #F00;*/
}

.mainmenu {
	position: absolute;
	width: 900px;
	top:0;
	left:12%;
	z-index: 180%;
	margin: 0 auto;
	padding-right: 0;
	/*border:1px solid #0F0;*/

}

.mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainmenu li
{
float: left;
margin: 0;
}
.submenustyle{
	width:150px;
	background-color:#fbfbef;
	border: 1px solid #d3dcc9;
	padding-top: 16px;
}
.submenustyle1{
	width:350px;
	height:400px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d3dcc9;
	border-bottom: 5px solid #003399;
}
.submenustyle2{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d3dcc9;
	border-bottom: 5px solid #FF9900;
}
.submenustyle3{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d3dcc9;
	border-bottom: 5px solid #993300;
}
.submenustyle4{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d3dcc9;
	border-bottom: 5px solid #FF6666;
}
.admissionicon0{
	position: absolute;
	top:207px;
	left:20px;
}
.admissionicon1{
	position: absolute;
	top:245px;
	left:150px;
}
.admissionicon2{
	position: absolute;
	top:148px;
	left:250px;
}
.admissionicon3{
	position: absolute;
	top:240px;
	left:390px;
}
.admissionicon4{
	position: absolute;
	top:180px;
	left:540px;
}
.admissionicon5{
	position: absolute;
	top:190px;
	left:670px;
}
.admissionicon6{
	position: absolute;
	top:200px;
	left:800px;
}
.submenutitle{
	color:#5c720e;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
}
.submenulink .text{
	color:#333!important;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 0.85em;
}
.submenulink a{
	color:#666!important;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 0.85em;
}

.submenulink a:hover{
	color:#FFFFFF !important;
	width:100px;
	background-image: url(../../../images/submenu_bg.jpg);
	background-repeat: repeat-y;
}


/*  ======================================


			slide banner Style


	====================================== */

#slideshow-container{	
	width: 100%;
	height: 200px;
	height: 198px;
	position: relative;
	/*border:1px solid #F00;*/
}

	#slideshow-container .cycle-slideshow { 
		width: 100%; 
		min-width: 200px; 
		max-width: 100%; 
		margin: 0 auto; 
		padding: 0; 
		position: relative;
		background:#ddd;

	}
		#slideshow-container .cycle-prev { left: 0;  background: url(../../../images/prev.png) 0% 50% no-repeat;}
		#slideshow-container .cycle-next { right: 0; background: url(../../../images/next.png) 100% 50% no-repeat;}
		#slideshow-container .cycle-pager { display: block; }
		#slideshow-container .zeason-pager { 
			position: absolute; 
			z-index: 800;
			color: white; 
			bottom: 5px; 
			right: 15px; 
		}
		#slideshow-container .zeason-pager span { font-size: 40px; color: #F0F5FA;}
		#slideshow-container .zeason-pager span.cycle-pager-active { color: #13325B;}
		#slideshow-container .zeason-pager > * { cursor: pointer;}

		
		
		
/*  ======================================


				Index Style


	====================================== */


#maincontent-container{	
	width: 100%;
	height: auto;
    position: relative;
	clear: both;
    margin-bottom: 50px;
	box-shadow: 12px 1px  10px #aaa;
	/*border:1px solid #0F0;*/
}
#left-container{	
	width: 75%;
	min-height: 1200px;
	height: auto;
	background: #FFF;
    position: relative;
    margin-right: 300px;
	/*border:1px solid #F00;*/
}
	#main-scrollpanel {	
		height: 100% !important;
		padding: 0 !important;
		border: none !important;
		border-radius: none !important;
	}
	#main-scrollpanel ul	{
		background: #13325B !important;
		border: none !important;
		border-radius: 0 !important;
	}
	#main-scrollpanel li	{
		padding: 5px 20px !important;
	}
	#main-scrollpanel #news-event	{	
		padding: 20px 0 !important;
		margin:0 !important;
	}

	#newspart 	{	
		width: 100%;
		min-height: 300px;
		height: auto;
		position: relative;
		overflow: auto;
		clear: both;
		margin: 30px 0;
		/*border:1px solid #F0A;*/
	}
	#newspart .ibox-content {
	  clear: both;
		border: none;
	}
	#newspart .ibox-heading {
		background-color: #eee;
		border: 1px solid #e7eaec;
		border-bottom: none;
		border: none;
	}
	#newspart .ibox-heading h3 {
		color: #555;
		font-weight: 500;
		font-size: 18px;
		margin-bottom: .2em;
	}
	
	#newspart .hightlite	{	
		width: 42%;
		height: auto;
		float:left;
		padding: 0 5px;
		/*border:1px solid #F00;*/
	}
		#newspart .hightlite .ibox-heading {background-color: #fff;}
		#newspart .hightlite .ibox-content {padding:15px 0;}
		#newspart .hightlite .ibox-content  p{padding:0 15px;text-align: center;}
		#newspart .hightlite .ibox-content img{width:100%;margin-bottom:20px;}

	#newspart .news	{	
		width: 55%;
		height: auto;
		float:right;
		padding: 0 5px;
		overflow: auto;
		/*border:1px solid #FC0;*/
	}
	
	table.newstable{
		width:100%; 
		border:0px solid #DDD; 
		padding:0px;
	}
	table.newstable  td{ padding: 10px 0;border-bottom:1px dotted #ddd !important;	}

#right-container{	
	width: 24%;
	height: auto;
	background: #F0F5FA;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
	padding: 5px !important;
	overflow:inherit;
	/*border:1px solid #00F;*/
}
	#right-container .imagebutton{	
		padding: 0 !important;
		margin: 30px 0;
	}
		#right-container .imagebutton  img{	
			width: 100%;
		}
	
	#right-container #accordion{	
		padding: 0 !important;
		border-radius: none !important;
	}
		#right-container #accordion h3{	
			font-size: 14px !important;
			color: #fff !important;
			background: #99BBD5 !important;
			border:1px solid #99BBD5 !important;
			border-radius: none !important;
		}
		#right-container #accordion div{	
			padding: 0px !important;
			padding-bottom: 10px !important;
			border:1px solid #eee !important;
			border-radius: none !important;
		}
		#right-container #accordion div img{	
			width: 100%;
		}


/****************************************************************	
footer
****************************************************************/	
		
#footer-container{
	margin-top:50px;
	border:1px solid #eee !important;
	padding:30px 0;
}		
#footer{
	margin-top:80px;
	border-top:1px solid #eee !important;
}	
#footer .copyright{
	color: #777;
	text-align: center;
}	

.finduson {
	text-align: center;
	padding:10px 0;
}
/****************************************************************/

#course-info{
	background: #F8FAFF;
}
#course-info .title{
	text-align: right;
}
#course-info .title h1{
	text-align: right;
	font-weight: bold;
	color: #1A4589;
}
#course-info .title i{
	color: #1A4589;
}

.coursebox{
	font-size: 18px !important;
	background: #FFF;
	width:85%;
	clear: both;
	padding: 10px;
	border: 2px solid #DDD;
	border-radius: 10px;
}
.coursebox ul li{
	background: #FFF !important;
}
.coursebox a{
	font-size: 16px !important;
	line-height: 25px;
}
.coursebox table{
	border: none;
}
.coursebox table td{
	padding: 10px;
}
	
.cbox1{
	border: 2px solid #00BFFF !important;
}
.cbox1 h4{
	color: #00BFFF;
	text-align: center;
}
.cbox2{
	border: 2px solid #DC143C !important;
}
.cbox2 h4{
	color: #DC143C;
	text-align: center;
}
.cbox3{
	border: 2px solid #40E0D0 !important;
}
.cbox3 h4{
	color: #40E0D0;
	text-align: center;
}
.cbox4{
	border: 2px solid #FFA500 !important;
}
.cbox4 h4{
	color: #FFA500;
	text-align: center;
}
.cbox5{
	border: 2px solid #7B68EE !important;
}
.cbox5 h4{
	color: #7B68EE;
	text-align: center;
}

/* ============================== 

		page contain style 

   ============================== */
#page-container{	
	width: 99%;
	height: auto;
	background-color: #fff;
    position: relative;
	clear: both;
    margin-top: 50px;
    margin-bottom: 50px;
	box-shadow: 1px 1px  10px #ddd;
	/*border:1px solid #0F0;*/
}
#pageleft-container{	
	width: 18%;
	height: auto;
	background: #F0F5FA;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	padding: 5px !important;
	overflow:inherit;
	/*border:1px solid #00F;*/
}
#pageright-container{	
	width: 81%;
	min-height: 1000px;
	height: auto;
	background: #FFF;
    position: relative;
    margin-left: auto;
	/*border:1px solid #F00;*/
}
.sidebar{
}
	.sidebar .ibox-heading {
		background-color: #f3f6fb;
		border: none;
		border-bottom: 2px solid #00405d !important;
		padding: 2px  20px;
	}
	.sidebar .ibox-heading h3 {
		font-weight: 500;
		font-size: 18px;
		margin-bottom: .1em;
	}
	.sidebar .ibox-content {
		border: none;
	}   
		.sidebar .ibox-content li {
			padding: 5px 0;
			border-bottom:1px dotted #eee !important;
		}   
		.sidebar .ibox-content li.selected {
			padding: 0 10px;
			border-left:5px solid #ADD0EB !important;
			border-bottom:1px solid #ADD0EB !important;
		}  
		.sidebar .ibox-content li.selected  a{
			color: #2D85C9;
			font-size: 14px !important;
		}  
		.sidebar .ibox-content a{
			font-size: 14px !important;
		}   
		.sidebar .ibox-content a:hover{
			color: #6B9DC3;
			/*padding: 2px 15px;*/
		}   
		.sidebar .ibox-content #subMenu{padding-left: 10px;}
			.sidebar .ibox-content #subMenu li {border-bottom:none !important;}   
			.sidebar .ibox-content  #subMenu a{color: #728FA5;}   
			.sidebar .ibox-content  #subMenu a:hover{color: #6B9DC3;padding-left: 10px;}   
	   
 
#pagetitle-image{
	width: auto;
	clear: both;
	text-align: right;
	padding: 0px;
}

#pageright-container h1{	
	font-size: 70px !important;
	font-weight: bold;
	color: #2D3D63;
	text-align: right;
	padding: 15px;
	margin-bottom: 20px;
}	

.pagecontent{
    position: relative;
	padding: 20px 30px;
}	
.pagecontent ul{
    list-style-type: circle;
	list-style-position:outside;
	padding:0;
	margin: 20px;
}	   


/*  ======================================


			Page Style


	====================================== */

.coursebody3{
	background: url("../../../images/course_bg_3b.jpg") no-repeat;
	background-position: center top;
	background-attachment: scroll;
	margin: 0;
	padding
	
}
.conbg3a{
	background: url("../../../images/course_bg_3_c_1.jpg") no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
	margin: 0;
	
}

.content1{
	width:980px;
	min-height:1500px;
	padding-top:30px;
	/*border:1px solid #000;*/
}
.header1{
	color:#F60; 
	font-size:70px; 
	margin-bottom:50px;
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	text-align:left;
}
.header2{
	color:#F60; 
	font-size:40px; 
	font-weight:bold;
	margin-bottom:30px;
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}
.header2a{
	color: #483D8B;
	font-size:40px; 
	font-weight:bold;
	margin-bottom:30px;
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}

.header3{
	color: #483D8B;
	font-size:25px; 
	font-weight:bold;
	margin-bottom:10px;
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	text-align:left;
}
.header3a{
	color: #F60;
	font-size:25px; 
	font-weight:bold;
	margin-bottom:10px;
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	text-align:left;
}
.content1 p{
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 25px;
	font-weight:bold;
	text-align:justify;
	color:#666;
}
.content1 ul.circle {list-style-type:circle}
.content1 ul{
	font-family:  '微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}
.content1 ul li{
	font-weight:bold;
	font-size:14px;
	padding: 5px;
	line-height: 16px;
}
.content1 ul.bigText li{
	color:#666;
	font-size:18px;	
	margin-left:20px;
}


/*  ======================================

				Master degree page

	====================================== */
.master{}
.master small, table.master a{
	font-size:12px;
	text-align: justify;
	color: #4176B5 !important;
}


.master-title{
	font-size:24px;
	font-weight: bold;
	color: #4176B5;
	line-height: 30px;
	padding: 80px 0px 30px 0px; 
	/*border-bottom:2px solid #4176B5; */
}

table.master{
	width:100%; 
	/*border:1px solid #DDD; */
}
td.master-left{
	width:100px; 
	background: #EFF6FF; 
	background: #FFF; 
	color: #4176B5;
	font-weight: 900;
	font-size:16px;
	text-align:left;
	padding: 30px 20px 30px 20px;
	border-right:2px solid #4176B5; 
}
td.master-content{
	font-size:16px;
	text-align: justify;
	color: #555;
	background: #fff; 
	padding: 30px 20px 30px 20px;
	border-bottom:2px dotted #ddd; 
}
td.master-content-last{
	border-bottom:none !important; 
}

/*  ======================================

				asso Degree Page

	====================================== */
		.cell-20{width: 20%;}
		.cell-30{width: 30%;}
		.cell-40{width: 40%;}
		.cell-50{width: 50%;}
		.cell-100{width: 100%;}
		.cell-green{background: #3CB371;color:#FFF;font-weight:bold;}
		.cell-center{text-align: center;}
		#page-container>.asso-outer{	
			min-height: 2800px !important;
		}
		.asso-container{
			padding: 0 !important;
		}
		.asso-container .inner{
			padding: 10px !important;
		}
		.asso-container h2{color: #2B965B !important;}
		.asso-container h3{color: #2B965B !important;}
		.asso-container h4{color: #2B965B !important;}
		.asso-container h5{color: #2B965B !important;}
		.asso-container p{
			line-height: 35px;
		}
		.asso-container small{
			font-size: 12px;
			color: #555 !important;
		}
		.asso-container strong{
			color: #3CB371 !important;
		}
		.asso-container strong.large{
			font-size: 20px !important;
			color: #3CB371 !important;
		}
		.asso-container .entry-ul li{
			line-height: 35px;
			list-style-type: lower-alpha;
		}
		.asso-container .roman-ul li{
			line-height: 35px;
			list-style-type: lower-roman;
		}
		.asso-container a.normal {
			font-size: 16px !important;
			color: #1E90FF !important;
		}
		#asso_tabs_master{
			height: 100% !important;
			padding: 0 !important;
			border: none !important;
			border-radius: none !important;
		}
		#asso_tabs_master ul.master-tab	{
			background: #125953 !important;
			border: none !important;
			border-radius: 0 !important;
			border-bottom: 3px solid #217069 !important;
		}
		#asso_tabs_master  ul.master-tab>li	{
			padding: 3px 5px !important;
			text-align: center;
			font-weight: bold !important;
			border: none !important;
			background: #217069 !important;
		}
		#asso_tabs_master  ul.master-tab>li> a  {
			color: #FFF;
		}
		/* ====================================================================
			Jquery assigns the selected tab the class="ui-tabs-active" 
			so to style it simply hook your css into it as follows:
		   ====================================================================
		*/
		#asso_tabs_master  ul.master-tab > .ui-tabs-active {
			background: #FFF !important;
		}
		#asso_tabs_master  ul.master-tab > .ui-tabs-active  a{
			color: #217069 !important;
		}
		#asso_tabs_master  ul.master-tab >li:hover {
			background: #FFF !important;
		}
		#asso_tabs_master  ul.master-tab>li   a:hover{
			color: #2D4770 !important;
		}
		#asso_tabs_master  .subtab ul.sub-tab	{
			padding: 0 !important;
			background:none !important;
			border: none !important;
			border-bottom: 2px solid #3DA36A !important;
			border-radius: none !important;
		}
		#asso_tabs_master  .subtab  ul.sub-tab>li{
			background: #FFF !important;
			border: 1px solid #3DA36A !important;
		}
		#asso_tabs_master  .subtab  ul.sub-tab>li a{
			color: #3DA36A !important;
		}
		#asso_tabs_master  .subtab  ul.sub-tab> .ui-tabs-active {
			background: #3DA36A !important;
		}
		#asso_tabs_master  .subtab  ul.sub-tab>.ui-tabs-active  a{
			color: #FFF !important;
			font-weight: bold !important;
		}
		/* ==================================================================== */
		

/*  ======================================

				Degree Page

	====================================== */

		.clear{ clear:both} 
				
		#page-container{	
			min-height:2300px;
			height: auto;
			position: relative;
			clear: both;
		}
		.pagecontent{
			min-height:1000px;
			height:100% !important;
			position: relative;
		}
		.degree-container{
			padding: 0 !important;
		}
		.degree-container .inner{
			padding: 10px !important;
		}
		.degree-container p{
			line-height: 35px;
		}
		.degree-container small{
			font-size: 12px;
			color: #555 !important;
		}
		.degree-container .entry-ul li{
			line-height: 35px;
			list-style-type: lower-alpha;
		}
		.degree-container a.normal {
			font-size: 16px !important;
			color: #1E90FF !important;
		}
		#tabs_master{
			height: 100% !important;
			padding: 0 !important;
			border: none !important;
			border-radius: none !important;
		}
		#tabs_master ul.master-tab	{
			background: #13325B !important;
			border: none !important;
			border-radius: 0 !important;
			border-bottom: 3px solid #CD5C5C !important;
		}
		#tabs_master  ul.master-tab>li	{
			padding: 3px 5px !important;
			text-align: center;
			font-size: 12px !important;
			font-weight: bold !important;
			border: none !important;
			background: #2D4770 !important;
		}
		#tabs_master  ul.master-tab>li> a  {
			color: #FFF;
		}
		/* ====================================================================
			Jquery assigns the selected tab the class="ui-tabs-active" 
			so to style it simply hook your css into it as follows:
		   ====================================================================
		*/
		#tabs_master  ul.master-tab > .ui-tabs-active {
			background: #FFF !important;
		}
		#tabs_master  ul.master-tab > .ui-tabs-active  a{
			color: #2D4770 !important;
		}
		#tabs_master  ul.master-tab >li:hover {
			background: #FFF !important;
		}
		#tabs_master  ul.master-tab>li   a:hover{
			color: #2D4770 !important;
		}
		/* ==================================================================== */
		
		.subtab{
			height: 100% !important;
			padding: 0 !important;
			border: 0 !important;
			border-radius: none !important;
		}
		.subtab ul.sub-tab	{
			padding: 0 !important;
			background:none !important;
			border: none !important;
			border-bottom: 2px solid #1E90FF !important;
			border-radius: none !important;
		}
		.subtab  ul.sub-tab>li	{
			margin: 0 !important;
			padding: 1px 3px !important;
			text-align: center;
			background: #1E90FF !important;
			color: #FFF !important;
		}
		.subtab  ul.sub-tab>li:active,.subtab  ul.sub-tab>li:hover	{
			background: #00CED1 !important;
		}
		.subtab  ul.sub-tab>li	a {
			color: #FFF !important;
			font-size: 12px !important;
		}
		.tabcontainer{
			padding:0 !important;
		}
	
	
	
/*  ======================================

				E-portal

	====================================== */

.eportaltitle{
	background:#eee;
}
.incontent{
	padding:20px;
	font-size: 16px;
	line-height: 25px;
}
.incontent p{
	font-family:  Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 25px;
}
.incontent h3{
	color: #555;
	font-family:  Helvetica, Arial, sans-serif !important;
	font-size: 24px;
	line-height: 35px;
}
.incontent .subtable{
	border-spacing: 0;
	border-collapse: collapse;
}
.incontent .subtable td{
	padding:10px 10px;
	border-bottom: 1px dotted #DDD;
}
.incontent .subtable tr:hover{
	background: #F2F5FD;
}
.label{
	color: #eee;
	font-size: 12px;
	background: #ccc;
	padding:5px 15px;
	border-radius: 5px;
}
.label-info{
	color: #eee;
	background: #057CF3;
}



/*  ======================================

			breadcrumb

	====================================== */
	
#breadcrumb{
	color: #999 !important;
	background-color: #eee;/**/
	font-size: 14px;
	clear: both;
    /*margin-top:20px;
    padding: 10px 20px;*/
	/*border-bottom: 1px dotted #ddd;
	border:1px solid #0FF;*/
}
#breadcrumb .bread-nav{
	color: #777 !important;
}

#breadcrumbs-one {
	background-color: #eee;
	border: 1px solid #ccc;
	border-color: #f5f5f5 #e5e5e5 #ccc;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	overflow: hidden;
	width: 100%;
}


#breadcrumbs-one span{
	font-size: 16px !important;
}

#breadcrumbs-one a	{
	padding: 0.7em 1em 0.7em 2em;
	float: left;
	color: #444;
	font-size: 0.8em;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #ddd;
	background-image: -moz-linear-gradient(to right, #f5f5f5, #ddd);
	background-image: -webkit-linear-gradient(to right, #f5f5f5, #ddd);
	background-image: -o-linear-gradient(to right, #f5f5f5, #ddd);
	background-image: linear-gradient(to right, #f5f5f5, #ddd);			
}
#breadcrumbs-one li:last-child	{
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #ddd;
	background-image: -moz-linear-gradient(to right, #f5f5f5, #ddd);
	background-image: -webkit-linear-gradient(to right, #f5f5f5, #ddd);
	background-image: -o-linear-gradient(to right, #f5f5f5, #ddd);
	background-image: linear-gradient(to right, #f5f5f5, #ddd);			
}

#breadcrumbs-one li:first-child a {
	padding-left: 1em;
}

#breadcrumbs-one a:hover {
	background: #fff;			
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}


#breadcrumbs-one a::after {
	z-index: 2;
	border-left-color: #ddd;
}
#breadcrumbs-one a::before {
	border-left-color: #ccc;
	right: -1.1em;
	z-index: 1;
}
#breadcrumbs-one a:hover::after {
	border-left-color: #fff;
}

#breadcrumbs-one li:last-child {
	font-weight: bold;
	background: none;
}



/*  ======================================

			div in Table View

	====================================== */

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #FFF;
}

.row:hover{
	background: #F2F5FD;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
  background: #f6f6f6;
}
.row.header {
  background: #e9e9e9;
  color: #555;
  font-size: 18px !important;
  font-weight: bold;
}
.row.headerblue {
  background: #2D3D63;
  color: #FFF;
}
.row.headerblue  .cell{
  color: #FFF;
  font-size: 18px !important;
  font-weight: bold;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2D3D63;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell a{
  font-size: 16px !important;
}
.cell {
	padding: 15px 20px;
	display: table-cell;
	font-size: 16px !important;
}
.cell.small{
	min-width: 100px;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}

/*  ======================================


			Table Style


	====================================== */

table.asso{
	width:100%; 
	border:1px solid #DDD; 
}
th.asso-left{
	background: #E7EAF3; 
	color: #6775AA;
	font-weight: 900;
	font-size:16px;
	text-align:left;
	padding: 10px 20px 10px 20px;
	border-left:5px solid #6775AA; 
}
th.asso-title{
	background: #E7EAF3; 
	color: #6775AA;
	font-weight: 900;
	font-size:18px;
	text-align:left;
	padding: 10px 20px 10px 20px;
	border-bottom:1px solid #DDD; 
}
td.asso-content{
	font-size:16px;
	padding: 10px 20px 10px 20px;
	border-bottom:1px solid #DDD; 
	color: #6775AA;
	background: #fff; 
}
td.asso-content2{
	font-size:14px;
	background: #E7EAF3; 
	padding: 10px 20px 10px 20px;
	border-bottom:1px solid #DDD; 
	color: #6775AA;
}

table.regTable{
	width:100%; 
	border:1px solid #DDD; 
}
th.reg-title{
	background: #E7EAF3; 
	color: #6775AA;
	font-weight: 900;
	font-size:10px;
	text-align:left;
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #DDD; 
}
table.regTable p{
	font-size:10px;
	padding: 5px 10px 5px 10px;
	border-bottom:1px solid #DDD; 
	color: #6775AA;
	background: #fff; 
}

table.course{
	width:800px; 
	border:1px solid #DDD; 
	border-radius:10px;
	padding:0px;
}
th.course-title{
	background:#F90; 
	width: 20%;
	color:#FFF;
	font-weight: 900;
	font-size:16px;
	padding: 10px 20px 10px 20px;
	border-radius:5px;
}
td.course-content{
	padding: 10px 20px 10px 20px;
	margin-left: 0px;
	border-radius:5px;
}

   
/* ============================== 

		List inline

   ============================== */
.listtab{
	margin: 20px 0;
}

.listtab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.listtab li {
    float: left;
}

.listtab a {
    display: block;
    width: 45px;
    background-color: none;
	text-align: center;
	padding: 6px ;
	margin-right: 1px;
	border-top: 3px solid #ddd;
	border-right: 1px solid #ddd;
}
   
.listtab a:hover {
	border-top: 3px solid #2174CC;
	color: #2174CC !important;
}
   
/* ============================== 

		news box-content 

   ============================== */

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  /*
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
  */
	border: 1px solid #e7eaec;
	border-top: none;
	/*box-shadow: 0px 2px 1px #aaa;
	box-shadow: 0px 2px 2px rgba(214, 214, 215, 0.9);*/
}
.ibox-content {
  clear: both;
}
.ibox-heading {
	background-color: #f3f6fb;
	border: 1px solid #e7eaec;
	border-bottom: none;
	border-bottom: 3px solid #00405d;
	padding: 5px  20px;
}
.ibox-heading h3 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: .2em;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}

.feed-activity-list .feed-element {
  border-bottom: 1px dotted #e7eaec;
}
.feed-element:first-child {
  margin-top: 0;
}
.feed-element {
  padding-bottom: 5px;
}
.feed-element,
.feed-element .media {
  margin-top: 15px;
}
.feed-element,
.media-body {
  overflow: hidden;
}
.feed-element > .pull-left {
  margin-right: 10px;
}
.feed-element > .pull-right {
  margin-left: 10px;
}
.feed-element img.img-circle,
.dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}
.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}
.feed-element .actions {
  margin-top: 10px;
}
.feed-element .photos {
  margin: 10px 0;
}
.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}


/* =============================== 

		color box 

  ================================ */
.colorbox i{color:#FFF;}
.colorbox{
	
	width:90%;
	height:80px;
	font-size: 20px;
	font-weight: 500;
	color:#FFF;
	background-color:#3598db;
	display:inline-block;
	padding:15px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin: 2px 0;
}
.colorbox a{	color:#FFF;}
.colorbox .titletoinfo{color:#FFF; font-weight: 900; font-size: 24px;}

.colorbox-box01:hover{background-color:#318ecc;}
.colorbox-box02{background-color:#8fcb39;}
.colorbox-box02:hover{background-color:#86bf36;}
.colorbox-box03{background-color:#fbad3e;}
.colorbox-box03:hover{background-color:#e69e39;}
.colorbox-box04{background-color:#E65F7A;}
.colorbox-box04:hover{background-color:#DA6179;}
.colorbox-box05{background-color:#E5D32E;color:#968810; text-shadow: 1px 2px #FDF07C;}
.colorbox-box05:hover{background-color:#D4C437;}
.colorbox-box05 .titletoinfo{color:#968810; font-weight: 900; font-size: 28px;}


.colorbox > .pull-right {
  margin-left: 10px;
}

.colorbox-01{
	color: #FFF;
	background:#D53E5D;
	width: 90%;
}
.colorbox-01 h2, .colorbox-02 h2{
	font-size: 30px;
	color: #FFF;
	padding: 10px;
	text-align: center;
}
.colorbox-02{
	color: #6F68D2;
	background:#ECEBFB;
	width: 100%;
	padding: 20px;
	border: 1px solid #DCD5F7;
	border-radius: 5px;
}
.colorbox-02 a{
	color: #6F68D2;
}
.colorbox-02 a:hover{
	color: #847FCA;
}
.colorbox-03{
	color: #D29A05;
	background:#FEF9E0;
	width: 100%;
	padding: 20px;
	border: 1px solid #F8E68F;
	border-radius: 5px;
}
.colorbox-03 p{
	color: #D29A05;
}
.colorbox-04{
	color: #3775AB;
	background:#D1E6F7;
	width: 90%;
	padding: 20px;
	border: 1px solid #B3D4F0;
	border-radius: 5px;
}
.colorbox-04 p{
	color: #3775AB;
}



/********** btn *************/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/**************************************************************************
tab munu
****************************************************************************/

			
.tabmenu  {
		width:100%;
		/*background: #DDD;
		padding-top: 10px;*/
	}

.tabmenu ul {
		 list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background: #134277;
	}

.tabmenu li {
		float: left;
		margin-top:10px;
		margin-bottom:0px;
		margin-right:0px;
		margin-left:1px;
		background: #255790;
		border: 1px solid #039;
		border-bottom: 0px solid #039;
	}
.tabmenu li a:hover {
		background: #3F6CA0;
	}
.tabmenu li a {
		display: block;
		color: white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
		font-size:0.8em;
	}
.tabmenu li a.active {
		background: #3476C2;
		color: #FFF;
	}
	
.tabcontent {padding:20px !important;}
.tabcontent ol.numberlist {padding:20px !important;}

/**************************************************************************/

/*  ======================================

			mainmenu Style

	====================================== */

.mainmenu {
	position: absolute;
	top:65px;
	width:980px;
	z-index:180;
	left:50%;
	margin-left:-370px;

}
.mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainmenu li
{
float: left;
margin: 0;
}
.submenustyle{
	width:150px;
	background-color:#fbfbef;
	border: 1px solid #d3dcc9;
	padding-top: 16px;
}
.submenustyle1{
	width:350px;
	height:260px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3dcc9;
	border-right-color: #d3dcc9;
	border-bottom-color: #003399;
	border-left-color: #d3dcc9;
}
.submenustyle2{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3dcc9;
	border-right-color: #d3dcc9;
	border-bottom-color: #FF9900;
	border-left-color: #d3dcc9;
}
.submenustyle3{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3dcc9;
	border-right-color: #d3dcc9;
	border-bottom-color: #993300;
	border-left-color: #d3dcc9;
}
.submenustyle4{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d3dcc9;
	border-right-color: #d3dcc9;
	border-bottom-color: #FF6666;
	border-left-color: #d3dcc9;
}
.admissionicon0{
	position: absolute;
	top:207px;
	left:20px;
}
.admissionicon1{
	position: absolute;
	top:245px;
	left:150px;
}
.admissionicon2{
	position: absolute;
	top:148px;
	left:250px;
}
.admissionicon3{
	position: absolute;
	top:240px;
	left:390px;
}
.admissionicon4{
	position: absolute;
	top:180px;
	left:540px;
}
.admissionicon5{
	position: absolute;
	top:190px;
	left:670px;
}
.admissionicon6{
	position: absolute;
	top:200px;
	left:800px;
}
.submenutitle{
	color:#5c720e;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
}
.submenulink .text{
	color:#999999!important;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.submenulink a{
	color:#666666!important;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: bold;
}

.submenulink a:hover{
	color:#FFFFFF !important;
	width:100px;
	background-image: url(../../../images/submenu_bg.jpg);
	background-repeat: repeat-y;
}

#navbar-container{	
	width: 100%;
	height: 37px;
	position: relative;
	/*border:1px solid #F00;*/
	margin-bottom:10px;
}

.mainmenu {
	position: absolute;
	width: 88%;
	width: 100%;
	height: 100%;
	top:0;
	left:12%;
	left:0%;
	z-index: 180;
	margin: 0 auto;
	padding-right: 0;
	background: #555;
	/*border:1px solid #0F0;*/

}

.mainmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainmenu li
{
	float: left;
	margin: 0;
	background-color: #2B5093;
	border-left: 1px solid #039;
	color: #FFF;
	font-size:14px;
}
.mainmenu li:hover
{

	background-color: #0A4FA7;
	color: #FFF;
}

.mainmenu li > a
{
	display: block;
	padding: 8px 25px;
	color: #FFF !important;
	font-size:14px;
	text-decoration: none;
}


.submenustyle{
	width:150px;
	background-color:#fbfbef;
	border: 1px solid #d3dcc9;
	padding-top: 16px;
}
.submenustyle1{
	width:350px;
	height:400px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d3dcc9;
	border-bottom: 5px solid #003399;
}
.submenustyle2{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d3dcc9;
	border-bottom: 5px solid #FF9900;
}
.submenustyle3{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d3dcc9;
	border-bottom: 5px solid #993300;
}
.submenustyle4{
	width:350px;
	height:227px;
	background-color:#ffffff;
	padding-top: 16px;
	background-attachment: scroll;
	background-image: url(../../../banner/submenu_4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #d3dcc9;
	border-bottom: 5px solid #FF6666;
}
.admissionicon0{
	position: absolute;
	top:207px;
	left:20px;
}
.admissionicon1{
	position: absolute;
	top:245px;
	left:150px;
}
.admissionicon2{
	position: absolute;
	top:148px;
	left:250px;
}
.admissionicon3{
	position: absolute;
	top:240px;
	left:390px;
}
.admissionicon4{
	position: absolute;
	top:180px;
	left:540px;
}
.admissionicon5{
	position: absolute;
	top:190px;
	left:670px;
}
.admissionicon6{
	position: absolute;
	top:200px;
	left:800px;
}
.submenutitle{
	color:#5c720e;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
}
.submenulink .text{
	display: block;
	padding: 8px 25px;
	color:#333!important;
	font-size:14px;
}

.mainmenu .sub_menu li > a
{
}
.submenulink a{
	
	display: block;
	padding: 8px 25px;
	color: #555 !important;
	font-size:14px;
}

.submenulink a:hover{
	background-image: none  !important;
	text-decoration: none;
	color:#FFFFFF !important;
	width:100px;
	background-color:#0A4FA7 !important;
}

/**************************************************************************/