/* front page news
**********************/
#theNews {
	text-align:left;
	width:572px;
	position:relative;
	padding-top:26px;
	}
#theNews h1 {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding-top:0;
	background:url(../images/news_panel/head-trans.png) no-repeat;
	height:38px;
	padding:15px 0 0 60px;
	width:569px;
	font-size:15px;
	color:#fff;
	z-index:10;
	}
#theNews h2 {
	font-size:14px;
	color:#0066CC;
	}
#newsPanel {
	z-index:8;
	margin:0 0 0 15px;
	background:url(../images/news_panel/bg01.jpg) no-repeat;	
	width:564px;
	height:204px;
	padding:0;
	position:relative;
}
#newsPanel ul,#newsTab ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#newsList li {
	position:absolute;
	width:543px;
	height:190px;
	padding:15px 0 0 10px;
	background:url(../images/news_panel/bg02.jpg) no-repeat left ;	
	font-size:12px;
	}
.news_item {

	}
#newsList {
	height:110px;	
	}
#newsTab {
	margin-left:9px;
	position:absolute;
	bottom:0;
	}
#newsTab li {
	list-style:none;
	float:left;
	width:170px;
	height:27px;
	background:url(../images/news_panel/tab_bg.png) repeat;
	font-size:13px;
	color:#003399;
	font-weight:bold;
	margin:0 7px 7px 0;
	}
#newsTab li a {
	display:block;
	width:100%;
	height:100%;
	color:#003399;
	line-height:25px;
	text-indent:10px;
	border:1px solid #fff;
	text-decoration:none;
	}
#newsTab li a:hover,#newsTab li a.current {
	border:1px solid #777;
	}

.newsButton {
	background:url(../images/news_panel/b01_right.png) right no-repeat;
	margin:auto;
	text-align:center;
	}
.newsButton a {
	display:block;
	background:url(../images/news_panel/b01_left.png) left no-repeat;
	line-height:25px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}

#similarItems {
	width:500px;
	margin:auto;
	text-align:left;
	}
#similarItems .heading {
	
	}
#similarItems h2 {
	margin:0;
	padding:2px 5px;
	width:145px;
	height:17px;
	color:#fff;
	font-size:15px;
	background:url(../images/panel/tabs01.gif) -10px 0 no-repeat;
	}
#similarItems ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#similarItems li {
	float:left;
	margin:3px;
	width:85px;
	height:85px;
	text-align:center;	
	}
#similarData {
	background:#F0E9D4;
	height:90px;
	width:100%;
	border:1px solid #1E7AC7;
	border-left:0;
	border-right:0;
	padding:5px;
	
	}
#similarItems a img {
	border:1px solid #aaa;
	padding:2px;
	background:#fff;
	
	}

#urgentAnnouncement {
	text-align:left;
	width:572px;
	position:relative;
	margin:8px auto;
	padding:10px;
	background-color:#ffffcc;
	border:2px dashed red;
	font-weight:bold;
	line-height:1.4em;
	}

