@charset "utf-8";
/* CSS Document */

body
{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:small;
	margin:0;
	background-color:#EAEAEA;
}
a:link
{
	text-decoration:none;	
}
ul, li {
margin-left: 10px;
margin-bottom:10px;
margin-top:0;
margin-right:5px;
padding: 0;
}
.separator
{
	width:800px;
	float:left;
	padding-left:100px;
	padding-right:100px;
}
/*li
{
	list-style:outside;
	padding-left:0;
	line-height:1.5;
}*/
#topper
{
	width:100%;
	height:25px;
	background-color:#666;
	position:fixed;
	top:0;
	z-index:9999;
	color:#FFF;
	font-weight:bold;
	padding-top:5px;
}
#topbar
{
	width: 100%;
	height: 110px;
	background-color:#FFF;
	position:fixed; 
	z-index:9999;
	top:30px;
}
#header{ width:1000px; height:105px; margin:0 auto; padding-top:5px; z-index:9999; position:static;}
#logoleft
{
	width:100px;
	height:105px;
	float:left;
}
#title
{
	width:800px;
	height:105px;
	float:left;
}
#logoright
{
	width:100px;
	height:105px;
	float:right;
}
#menubg { width:100%; height:45px; background-color:#8BC9FC; top:140px; position:fixed; z-index:9999; background-image:url(images/menutop.jpg); background-repeat:repeat-x;}
#bmenubg { width:100%; height:45px; background-color:#8BC9FC;background-image:url(images/menutop.jpg); background-repeat:repeat-x; /*background-position:bottom;*/}
#menu{ width: 1000px; height:45px; margin:0 auto; z-index:9999; position:static;}
#bannerBg{ width:100%; height:300px; padding-top:5px; padding-bottom:5px; background-image:url(images/bannerbg.jpg); margin-top:156px; }
#banner{width:1000px; height:300px; margin:0 auto; /*z-index:-1;*/}
#mainSec{width:1000px; height:auto; overflow:hidden; margin:0 auto; padding-top:10px;}
#fixedarea
{
	width:75px;
	height:auto;
	position:fixed;
	left:5;
	top:100;
	padding:5px;
	margin-top:65px;
	background-color:#59B5E6;
	text-align:center;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
#seminars
{
	width: 270px;
	height: 320px;
	background-color: #E9E9E9;
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	line-height: 1.5;
	text-align: justify;
	border-bottom-right-radius: 10px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(199,229,244,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,229,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(199,229,244,1.00) 100%);
}
#welcomeSection
{
	width:380px;
	height:320px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; line-height: 1.5;
	padding-top:10px;
	text-align:justify;
	/*line-height:2;*/
}
#notice
{
	width:260px;
	height:320px;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-color: #E9E9E9;
	float:right;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(199,229,244,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,229,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(199,229,244,1.00) 100%);
	border-bottom-left-radius:10px;
	font-size:small;
	text-align:justify;
}
.button{
	border: 1px solid #0099CC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(12,195,233,1.00)),color-stop( 100% , rgba(5,74,99,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(12,195,233,1.00) 0%,rgba(5,74,99,1.00) 100%);
	background-image: -moz-linear-gradient(top, #ff9a9a, #ff4040);
	background-image: -ms-linear-gradient(top, #ff9a9a, #ff4040);
	background-image: -o-linear-gradient(top, #ff9a9a, #ff4040);
	background-image: linear-gradient(180deg,rgba(12,195,233,1.00) 0%,rgba(5,74,99,1.00) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9a9a, endColorstr=#ff4040);
}

.button:hover{
	border: 1px solid #666666;
	background-color: #006699;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(7,105,146,1.00)),color-stop( 100% , rgba(6,97,135,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(7,105,146,1.00) 0%,rgba(6,97,135,1.00) 100%);
	background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
	background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
	background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
	background-image: linear-gradient(180deg,rgba(7,105,146,1.00) 0%,rgba(6,97,135,1.00) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);
	cursor: pointer;
}
.textwrap
{
	float:left;
	margin-right:10px;
	margin-top:7px;
	/*margin-bottom:10px;*/
}
#bottomArea
{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:20px auto;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(199,229,244,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(199,229,244,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(199,229,244,1.00) 100%);
}

#research
{
	width: 980px;
	height: 150px;;
	/*overflow:hidden;*/
	/*margin-right: 15px;*/
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	float: left;
	margin-bottom:10px;
	overflow:scroll-x;
}
#achievements
{
	width: 980px;
	height: 150px;;
	/*overflow:hidden;*/
	/*margin-right: 15px;*/
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	float: left;
}
.rhbox
{
	width:400px;
	height:1000px;
	float:left;
	margin-right:5px;
	margin-left:5px;
	text-align:justify;
	font-size:11px;
}
.rhwrap
{
	float:left;
	width:80px;
	height:90px;
	margin-right:5px;
	/*width:inherit;*/
}
#bottomPart
{
	width: 980px;
	height: auto;;
	overflow:hidden;
	/*margin-right: 15px;*/
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	float: left;
}
#weather
{
	width:250px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
	margin-top:10px;
	height:290px;;
	/*overflow:hidden;*/
	float:left;
	background-color:#E4E4E4;
}
#quake
{
	width:250px;
	padding-right:10px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-left:20px;
	height:290px;
	/*overflow:hidden;*/
	float:left;
	background-color:#E4E4E4;
}
#gallery
{
	width:415px;
	height:auto;
	overflow:hidden;
	float:right;
	margin-top:10px;
}
#sts
{
	width:415px;
	height:171px;;
	float:right;
	margin-top:10px;
}
.sisLogo
{
	width:125px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-left:5px;
	margin-right:8px;
	margin-top:10px;
	text-align:center;
}
.imgc{width:125px; height:125px; border-radius:65px;}
#footer
{
	width:1000px;
	padding-top:20px;
	height:45px;
	margin:0 auto;
	text-align:center;
}
