@charset "utf-8";
/* header
----------------------------------------------------*/
header {
	width: 100%;
	height: 208px;
	margin:0 auto;
	padding:0;
	background: url(../img/body_bgg.jpg) repeat-x left top;
}
header .inner {
	position: relative;
	width: 900px;
	height: 208px;
	margin:0 auto;
	padding:0;
	background: url(../img/header_bg.jpg) no-repeat left top;
}
header h1 {
	position: absolute;
	left: 0px;
	top:22px;
}
header h1 a {
	border:none;
	display:block;
	width:345px;
	height:53px;
}
header h1 a:hover {
	border:none;
	outline:none;
}
header h1 span {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
header h2 {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
header ul.category {
	position: absolute;
	width:900px;
	height:27px;
	top: 96px;
	left:0;
}
header ul.category {
	/zoom: 1;
}
header ul.category:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
header ul.category li {
	margin: 0;
	padding: 0;
	float:left;
	font-size:0;
	line-height:0;
	height:27px;
	background-color:#00a3eb;
	background-color:#000;
}
header ul.category li.home {
	border:none;
}
header ul.menu li a {
	line-height:normal;
	margin: 0;
	padding: 0;
}
header ul.category li a:hover {
	text-decoration: none;
	outline:none;
	
}
header ul.category li img:hover {
	background-color:#fff;
}
header ul.menu {
	position: absolute;
	width:900px;
	height:53px;
	top: 123px;
	left:0;
	background: url(../img/menu_li_bg.jpg) no-repeat left bottom;
}
header ul.menu {
	/zoom: 1;
}
header ul.menu:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
header ul.menu li {
	margin: 0;
	padding: 0;
	float:left;
	font-size:0;
	line-height:0;
	height:53px;
}
header ul.menu li.home {
	border:none;
}
header ul.menu li a {
	line-height:normal;
	margin: 0;
	padding: 0;
}
header ul.menu li a:hover {
	text-decoration: none;
	outline:none;
}
header ul.menu li img:hover {
	background-color:#fff;
}
/*Windows ie6*/
* html header ul.menu li a {
}
/*Windows ie7*/
* + html header ul.menu {
}
/*#about header ul.menu li#m1 {filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}
#research-outline header ul.menu li#m2 {filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}
#open-research header ul.menu li#m3 {filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}
#report header ul.menu li#m4 {filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}
#evaluation header ul.menu li#m5 {filter: alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}*/



/* #home header
----------------------------------------------------*/
#home header {
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:333px 0 0 0;
	background: url(../img/header_bg_home.jpg) no-repeat center top;
}
#home header h1 {
	position: absolute;
	width:345px;
	height:53px;
	top: 24px;
	left: 1px;
	z-index:1;
}
/* utilityNav
----------------------------------------------------*/
header ul#utilityNav {
	position: absolute;
	width:auto;
	height:auto;
	top: 38px;
	right: 0;
	z-index:1;
	text-align:center;
	font-size:85%;
	border:1px solid #33b8f1;
	padding:7px 0 7px 7px;
}
header ul#utilityNav li {
	float:left;
	display: inline;
	margin: 0;
	padding:0 12px 0 12px;
	background: url(../img/icon_uN.jpg) no-repeat left center;
}
/*header ul#utilityNav li#uN_home {
	background: url(../img/icon_uN_home.gif) no-repeat left center;
}*/
header ul#utilityNav li a, header ul#utilityNav li a:visited, header ul#utilityNav li a:active {
	outline:none;
	line-height:normal;
	text-decoration:none;
	color:#fff;
}
header ul#utilityNav li a:hover {
	text-decoration:underline;
	color:#fee800;
}
/*-- utilityNav css3 --*/
/*#header #utilityNav li + li {padding-left: 10px;border-left: 1px solid #999;}*/




/* fs_change
----------------------------------------------------*/
header #fs_change {
	position: absolute;
	width:100px;
	height:auto;
	top: 12px;
	right: 0;
	z-index:1;
}
header #fs_change h3 {
	position: absolute;
	width:60px;
	height:18px;
	top: 2px;
	right: 50px;
}
header #fs_change ul {
	float:right;
	display:inline;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}
header #fs_change ul li {
	float:left;
	display: inline;
	margin: 0;
	padding:0 0 0 2px;
}
header #fs_change ul li img {
	vertical-align:top;	
}





/* header serch
----------------------------------------------------*/
/*header form {
	clear: both;
}
header #serchbox {
	position: absolute;
	top: 42px;
	right: 0px;
}
header #serchbox form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 266px;
	height: 29px;
	background: url(../img/search_bg.jpg) no-repeat;
}
header #serchbox form p {
	position: absolute;
	top: 4px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 153px;
	height: 21px;
	border: 1px solid #ccc;
}
#f1 {
	background-color:transparent;
}
#f1 p {
	background-color: #fff;
}
#f1 p .search {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 0;
	border: 0;
	width: 148px;
	height: 19px;
}
#f1 p .search:focus {
	background-color: #fff;
}
#f1 p .searchsubmit {
	position: absolute;
	top: 1px;
	right: -110px;
	width: 103px;
	height: 18px;
	padding: 0;
	border: 0;
	background-color: #fff;
	background: url(../img/search_bt.jpg) no-repeat;
	background-position: top;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	cursor:pointer;
}
#f1 p .searchsubmit:hover {
	background-position: bottom;
}
#f1 p .searchsubmit:active {
	padding: 1px 0 0 1px;
}*/

/* footer
----------------------------------------------------*/
footer {
	clear: both;
	height: auto;
	width: 100%;
	margin:0 auto 0;
	padding:0 0 10px 0;
	background: url(../img/footer_bg.jpg) repeat-x left top;
}
footer #footerinner {
	height: 180px;
	width: 900px;
	margin: 0 auto;
	padding:0;
	position: relative;
}
/*footer dl {
	position: absolute;
	top:5px;
	left:300px;
	width:auto;
	height:auto;
	padding:0 0 0 0;
	margin:0;
}
footer dl dt {
	float:left;
	width:0;
	height:0;
}
footer dl dt span {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
footer dl dd {
	float:left;
	font-size:93%;
	line-height:1.4;
	padding:6px 0 0 20px;
	color:#fff;
}
footer dl dd ul li {
	margin:0;
	padding:0 0 9px 15px;
	background: url(../img/icon_footer_li.gif) no-repeat left 0.35em;
	list-style-type:none;
	color:#ff6600;
}
footer dl dd ul li a:link {
	text-decoration: underline;
	color: #fff;
	background-color:transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
footer dl dd ul li a:visited {
	text-decoration: underline;
	color: #fff;
	background-color:transparent;
}
footer dl dd ul li a:hover {
	text-decoration: none;
	color: #ff6600;
	background-color:transparent;
	outline:none;
}
footer dl dd ul li a:active {
	text-decoration: underline;
	color: #fff;
	background-color:transparent;
}*/
/*footer #footerinner ul {
	float:right;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	width:500px;
	height:auto;
}
footer #footerinner ul li {
	display: inline;
	margin: 0 12px 0 0;
	padding:0 14px 0 0;
	white-space: nowrap;
	font-size:85%;
	line-height:1.7;
	padding:0 7px 0 12px;
	line-height: 2;
	background: url(../img/icon_footer_li.gif) no-repeat left center;

}
footer #footerinner ul li a:hover {
	
}
*:first-child + html footer #footerinner ul li {
	float:left;
}
* html footer #footerinner ul {
	overflow: hidden;
}
* html footer #footerinner ul li {
	float:left;
}
footer #footerinner ul li a,footer #footerinner ul li a:visited ,footer #footerinner ul li a:active  {
	color: #666;
	outline:none;
	text-decoration:none;
}
footer #footerinner ul li a:hover {
	color:#bf3a3b;
	text-decoration:none;
}*/
footer .attention {
	top:23px;
	right:0;
	position: absolute;
	width:549px;
	height:110px;
	background: url(../img/attention.jpg) no-repeat left center;
}



footer .attention a{
text-decoration:none;
color:#888888;
}

footer .attention a:hover{
text-decoration: underline;
color:#ccc;
}



footer .attention h3 {
	position: absolute;
	width:0;
	height:0;
	overflow:hidden;
}
footer .attention p {
	top:55px;
	left:120px;
	position: absolute;
	width:410px;
	height:auto;
	color:#999;
	font-size:93%;
	line-height:1.7;
}
footer p.address {
	top:24px;
	left:0;
	position: absolute;
}
footer p.pageTop {
	top:-21px;
	right:0;
	position: absolute;
	width:85px;
	height:20px;
	clear:both;
}
footer p.pageTop a, footer p.pageTop a:visited, footer p.pageTop a:active {
	font-size:85%;
	line-height:1;
	text-decoration:none;
}
footer p.pageTop a:hover {
	text-decoration:none;
	outline:none;
}
/* copyright
----------------------------------------------------*/
footer #footerinner p.copyright {
	position:absolute;
	top:140px;
	right:0;
	font-size:85%;
	color:#bbb;
}
