@charset "utf-8";
/* CSS Document */

/* Menu */
@media print {
      .noprint { display: none; }
    }
	
#homeNav a {
	color:#ff3c00; 
}

/* Slide */

#slide {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	height: 500px;
/*	background:#fade00;*/
	background:#EEE;
	padding:15px;
}
#banner{
	float:left; 
	width:950px; 
	background:#FFF; 
	height:500px;
}
#news{
	float:left; 
	width:320px; 
	background-color: #fff;
	height:450px; 
	margin-left:0px; 
	margin-bottom:0px; 
	font-family: Arial, Helvetica, sans-serif;
}
#news .button{
	margin-top:4px;
	margin-right:10px;
}
#news img {
	margin-top:5px;
	margin-right:10px;
}
#showmsg{
	margin:10px 10px 10px 10px;
}
/* Content */
#information {  
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.5;  
	width: 295px;  
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);     
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);          
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	padding:0px;
	margin-top: 10px;
} 
#information .current-menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#CCC 1px solid;
}
#information .current-menu-item h4 { 
	color: #fff;  
	font-size: 160%;  
	font-weight: 500;  
	padding: 7px 12px;  
/*	background: #706406;*/	
/*	background:#333;*/
	background:#1570a6;
}
#information .current-menu-item h4 a { 
	font-family:  Arial, Helvetica, sans-serif;
	color: #fff;  
	display: block;  
	text-decoration: none;  
	width: 100%;
} 
#information .current-menu-item ul {  
/*	background: #4d4607;*/
	background: #333; 
/*	background: #115e8b ;*/ 
	font-size: 14px;  
	line-height: 30px;  
	height: 0px; /*Collapses the menu*/ 
	list-style-type: none;  
	overflow: hidden;  
	padding: 0px;
	 /*Animation*/  
	 -webkit-transition: height 1s ease;     
	 -moz-transition: height 1s ease;       
	 -o-transition: height 1s ease;      
	 -ms-transition: height 1s ease;          
	 transition: height 1s ease;
} 

#information .current-menu-item:hover ul {
/*  	height: 153px;*/
	height: 184px;
}

#information .current-menu-item ul a { 
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;  
	text-decoration: none;  
	color: #fff;  
	display: block;  
	width: 95%;
} 
#information .current-menu-item li {  border-bottom: 1px dashed #eee;} 
#information .current-menu-item li:last-child {  border-bottom: 1px solid #eee;} 
#information .current-menu-item li:hover {  
/*	background: #999;*/
	background:#0f527a;
}
#information .prospective-menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#CCC 1px solid;
}
#information .prospective-menu-item h4 { 
	color: #fff;  
	font-size: 160%;  
	font-weight: 500;  
	padding: 7px 12px;  
/*	background:#333;*/
	background:#1570a6;
}
#information .prospective-menu-item h4 a {  
	font-family:  Arial, Helvetica, sans-serif;
	color: #fff;  
	display: block;  
	text-decoration: none;  
	width: 100%;
} 
#information .prospective-menu-item ul {  
/*	background: #4d4607;*/
	background: #333; 
/*	background: #115e8b ;*/ 
	font-size: 14px;  
	line-height: 30px;  
	height: 0px; /*Collapses the menu*/ 
	list-style-type: none;  
	overflow: hidden;  
	padding: 0px;
	 /*Animation*/  
	 -webkit-transition: height 1s ease;     
	 -moz-transition: height 1s ease;       
	 -o-transition: height 1s ease;      
	 -ms-transition: height 1s ease;          
	 transition: height 1s ease;
} 

#information .prospective-menu-item:hover ul {
  	height: 93px;
}

#information .prospective-menu-item ul a {  
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;  
	text-decoration: none;  
	color: #fff;  
	display: block;  
	width: 95%;
} 
#information .prospective-menu-item li {  border-bottom: 1px dashed #eee;} 
#information .prospective-menu-item li:last-child {  border-bottom: 0 ;} 
#information .prospective-menu-item li:hover {  
/*	background: #999;*/
	background:#0f527a;
}
#information .staff-menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#CCC 1px solid;
}
#information .staff-menu-item h4 { 
	color: #fff;  
	font-size: 160%;  
	font-weight: 500;  
	padding: 7px 12px;  
/*	background:#333;*/
	background:#1570a6;
}
#information .staff-menu-item h4 a {  
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;  
	display: block;  
	text-decoration: none;  
	width: 100%;
} 
#information .staff-menu-item ul {  
/*	background: #4d4607;*/
	background: #333; 
/*	background: #115e8b ;*/ 
	font-size: 14px;  
	line-height: 30px;  
	height: 0px; /*Collapses the menu*/ 
	list-style-type: none;  
	overflow: hidden;  
	padding: 0px;
	 /*Animation*/  
	 -webkit-transition: height 1s ease;     
	 -moz-transition: height 1s ease;       
	 -o-transition: height 1s ease;      
	 -ms-transition: height 1s ease;          
	 transition: height 1s ease;
} 

#information .staff-menu-item:hover ul {
  	height: 155px;
}

#information .staff-menu-item ul a {  
	font-family:  Arial, Helvetica, sans-serif;
	margin-left: 20px;  
	text-decoration: none;  
	color: #fff;  
	display: block;  
	width: 95%;
} 
#information .staff-menu-item li {  border-bottom: 1px dashed #eee;} 
#information .staff-menu-item li:last-child {  border-bottom: 0 ;} 
#information .staff-menu-item li:hover {  
/*	background: #999;*/
	background:#0f527a;
}
#information .alumni-menu-item {  
	background: #fff;  
	width: 100%; 
	border-bottom:#CCC 1px solid;
}
#information .alumni-menu-item h4 { 
	color: #fff;  
	font-size: 160%;  
	font-weight: 500;  
	padding: 7px 12px;  
/*	background:#333;*/
	background:#1570a6;
}
#information .alumni-menu-item h4 a {  
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;  
	display: block;  
	text-decoration: none;  
	width: 100%;
} 
#information .alumni-menu-item ul {  
/*	background: #4d4607;*/
	background: #333; 
/*	background: #115e8b ;*/ 
	font-size: 14px;  
	line-height: 30px;  
	height: 0px; /*Collapses the menu*/ 
	list-style-type: none;  
	overflow: hidden;  
	padding: 0px;
	 /*Animation*/  
	 -webkit-transition: height 1s ease;     
	 -moz-transition: height 1s ease;       
	 -o-transition: height 1s ease;      
	 -ms-transition: height 1s ease;          
	 transition: height 1s ease;
} 

#information .alumni-menu-item:hover ul {
  	height: 62px;
}

#information .alumni-menu-item ul a { 
	font-family: Arial, Helvetica, sans-serif; 
	margin-left: 20px;  
	text-decoration: none;  
	color: #fff;  
	display: block;  
	width: 95%;
} 
#information .alumni-menu-item li {  border-bottom: 1px dashed #eee;} 
#information .alumni-menu-item li:last-child {  border-bottom: 0 ;} 
#information .alumni-menu-item li:hover {  
/*	background: #999;*/
	background:#0f527a;
}

#bannerad{
	width:295px;
	/*height:100px;*/
	margin-top:10px;
}
#weathermessage {
	width:950px;
	min-height:100px;
	background:#FFF;
	background:moccasin;
	background:#FFF;
	display:none;
	margin-bottom:10px;
	font-size: 120%;
}
.weatherlogo{
	float:left;
	width:5%;
	padding:8px;
}
.weathertext{
		font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:75%;
	text-align:left;
	padding:10px 0px 10px 0px;
	margin-left:10px;
	font-size:150%;
	line-height:150%;
	font-weight:500;
}
.weathertext a{
	font-family: Arial, Helvetica, sans-serif;
	
	text-decoration:none;
	color:#F00;
}
#map {
	background:#FFF;
	width:295px;
	margin-top:10px;
	padding-bottom:5px;
}
.google {
	margin:10px ;
}

.google a {
	font-family: "Lao UI", Arial, Helvetica, sans-serif;
	color:#0000FF;
	text-align:left; 
	text-decoration:none;
}
#contact {	
	float:left;
	background:#FFF;
	width:320px;
	margin-top:10px;
	padding-bottom:5px;
}
#contact a{
	color:#000;
	text-decoration: none;  
	width: 100%;
} 
#contact p {
	padding: 7px 12px; 
	font-size:120%;
}

#admission {
	overflow:hidden;
	background:#FFF;
	width:295px;
	margin-top:0px;
	padding-bottom:10px;
}
#admission img {
	display: block;
	margin: auto;
	margin-top:10px;
}

#brochure {
	/*overflow:hidden;*/
	float:left;
	background:#FFF;
	width:320px;
	margin-top:0px;
	padding-bottom:0px;
}
#brochure img {
	display: block;
	margin: auto;
	margin-top:0px;
}

#newsletter {	
	overflow:hidden;
	background:#FFF;
	width:295px;
	margin-top:10px;
	padding-bottom:5px;
}
#newsletter .button {
	margin-top:7px;
	margin-right:10px;
	margin-bottom:5px;
}
#newsletter a{
	color:#fff;
	text-decoration: none;  
} 
#newsletter p {
	float:left;
	padding: 7px 12px; 
	line-height:1.5;
}
#newsletter p a{
/*	font-family: "Lao UI", Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	color:#000;
	text-decoration: none;  
}
#newsletter p img {
	width:113px;
}
#left-maincontent{float:left; width:625px; min-height: 970px;}
#right-maincontent{float:left; width:320px; min-height: 970px;}
#maincontent .highlight_image {
	width:100%;
	padding-bottom:10px;
}
#mainpage .highlight_topic {
	width:100%;
	text-align:center;
	opacity:1; 
	font-size:16px; 
	line-height:2;
	color:#FFF;
/*	font-family: "Lao UI", Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
}
#left-maincontent .highlight_topic {
	width:100%;
	text-align:center;
	opacity:1; 
	font-size:16px; 
	line-height:2;
	color:#FFF;
/*	font-family: "Lao UI", Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
}
#left-maincontent .highlight_text{
	padding:5px;
	font-size:140%; 
	line-height:1.5;
}
#left-maincontent  .highlight_text ul{
	list-style:circle;
	list-style-position:outside;
	margin-left:15px;
}
#left-maincontent  .highlight_text ul li {
	padding-bottom:5px;
}
#left-maincontent  .highlight_text ul li a{
	cursor:pointer;
	text-decoration:none;
	color:#000;
}
#maincontent .highlight_text{
	padding:5px;
	font-size:140%; 
	line-height:1.5;
}
#maincontent .highlight_text ul{
	list-style:circle;
	list-style-position:outside;
	margin-left:15px;
}
#maincontent .highlight_text ul li {
	padding-bottom:5px;
}
#maincontent .highlight_text ul li a{
	cursor:pointer;
	text-decoration:none;
	color:#000;
}
#postgraduate {
	float:left;
	width:600px;
	background:#FFF;
	margin:0px 0px 20px 0px;
	padding:0px;
	min-height:300px;
}
#higherdegree {
	float:left;
	width:600px;
	background:#FFF;
	margin: 0px 0px 20px 0px;
	padding:0px;
	min-height:300px;
}
#undergraduate{
	float:left;
	width:600px;
	background:#FFF;
	margin:10px 0px 20px 00px;
	padding:0px;
	min-height:330px;
}
#teachingandlearning {
	float:right;
	width:285px;
	background:#FFF;
	margin:10px 0px 10px 20px;
	padding:10px;
	min-height:300px;
}
#research {
	float:left;
	width:285px;
	background:#FFF;
	margin: 10px 0px 10px 20px;
	padding:10px;
	min-height:540px;
}
#research-achievement {
	float:right;
	width:285px;
	background:#FFF;
	margin: 10px 0px 10px 20px;
	padding:10px;
	min-height:540px;
}
	
