@charset "utf-8";
/* CSS Document */
body{
	background:#fff url(../images/news/bg.gif) repeat-x left top;
}

.shadow{
    float:left;
	background-image:url(../images/intro/shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.mask {
    float:left;
	background-image:url(../images/intro/mask.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 5px 5px 0;
}
.here{
	background:url(../images/news/hoverBg.gif) repeat-x left top;
	font-weight:bold;
}


#header{
	overflow:hidden;
	width:932px;
	margin:0 auto;
}
#logo{
	float:left;
	background:url(../images/news/logo.gif) no-repeat left bottom;
	width:225px;
	height:59px;
	padding-top:20px;
}
#fullNav{
	position:relative;
	float:right;
	width:600px;
	height:104px;
}
#nav{
	/*float:right;*/
	width:600px;
	height:82px;
}
#nav li{
	float:left;
}
#nav li a{
	display:block;
	width:76px;
	height:32px;
	text-align:center;
	color:#fff;
	border-right:1px solid #fff;
	padding-top:50px;
}
#nav li a:hover{
	background:url(../images/news/hoverBg.gif) repeat-x left top;
	font-weight:bold;
}
#header p{
	float:left;
	width:250px;
	height:30px;
	line-height:30px;
}
#header p a{
	color:#fff;
	line-height:30px;
	padding:0 5px;
}
#subNav{
	position:absolute;
	bottom:0px;
	right:180px;
	background:#222538;
	width:125px;
	height:22px;
	padding-left:3px;
}
#subNav li{
	float:left;
	line-height:22px;
}
#subNav li a{
	display:block;
	line-height:22px;
	color:#9c9c9c;
	padding:0 6px;
}

#subNav li a:hover{
	color:#fff;
}



#box{
	clear:both;
	width:260px;
	height:18px;
	background:#565674;
	overflow:hidden;
	color:#fff;
	border:1px solid #7c7c8b;
}
#box p{
	float:left;
	width:66px;
	height:18px;
	color:#fff;
	font-weight:bold;
	line-height:18px;	
	padding-left:10px;
	overflow:hidden;
}
#news{
	float:right;
	width:180px;
}
#news li{
	line-height:18px;
	height:18px;
}
#news li a{
	line-height:18px;
	height:18px;
	color:#fff;
}

#wrapper{
	width:932px;
	margin:5px auto 0;
}
#banner{
	/*background:url(../images/story/banner.gif) no-repeat left top;*/
	width:710px;
	height:240px;
	float:left;
}
#sum{
	background:#edeeeb;
	float:right;
	width:212px;
	height:225px;
	padding:15px 0 0 10px;
}
#sum h1{
	background:url(../images/news/h1bg_01.gif) no-repeat left top;
	width:71px;
	height:12px;
	text-indent:-10000px;
	padding-bottom:15px;
}
#sum p{
	line-height:21px;
	width:200px;
	color:#666;
	padding-left:5px;
}


#info{
	float:left;
	width:380px;
	padding-top:15px;
}
#info h1{
	text-indent:-10000px;
	background:url(../images/news/h1bg_02.gif) no-repeat left top;
	width:380px;
	height:12px;
	padding-bottom:5px;
	border-bottom:1px solid #bfbfbf;
	margin-bottom:10px;
}
#info ul li{
	position:relative;
	width:370px;
	height:22px;
	background:url(../images/news/list_style.gif) no-repeat left center;
	line-height:22px;
	padding-left:7px;
	border-bottom:1px dotted #ccc;
}
#info ul li a{
	line-height:22px;
	color:#666;
}
#info ul li span{
	position:absolute;
	right:5px;
	color:#666;
}
.see_all{
	display:block;
	clear:both;
	background:url(../images/intro/all.gif) no-repeat left top;
	width:76px;
	height:18px;
	margin-top:10px;
}


#newsFlash{
	float:left;
	width:515px;
	padding-top:15px;
	padding-left:35px;
}
#newsFlash h1{
	text-indent:-10000px;
	background:url(../images/news/h1bg_03.gif) no-repeat top left;
	width:515px;
	height:12px;
	padding-bottom:5px;
	border-bottom:1px solid #bfbfbf;
	margin-bottom:10px;
}
#newsFlash ul li{
	position:relative;
	width:510px;
	height:22px;
	background:url(../images/news/list_style.gif) no-repeat left center;
	line-height:22px;
	padding-left:7px;
	border-bottom:1px dotted #ccc;
}
#newsFlash ul li a{
	line-height:22px;
	color:#666;
}
#newsFlash ul li span{
	position:absolute;
	right:5px;
	color:#666;
}
#newsFlash .see_all{
	margin-top:10px;
}




#footer{
	clear:both;
	width:932px;
	color:#999;
	margin:10px auto 0;
}
#footer p{
	line-height:26px;
	border-bottom:1px solid #999;
	margin-bottom:7px;
}
#footer span{
	color:#000099;
}
