/* CSS Document */
/* news */
#news {
}
.news {
	clear:both;
	background-color:#f8f8f8;
}
.news .imageFrame {
	background-image:url(imgs/imageFrame.png);
	background-repeat:no-repeat;
	background-color:none;
	width:187px;
	height:137px;
	float:left;
	position:relative;
	left:22px;
	top:33px;
	z-index:11;
}
.news .image {
	margin:1px 9px;
	padding-top:9px;
	height:117px;
	overflow:hidden;
}
.news .image img {
}
.news .mainBox{
	margin-left:225px;
	margin-right:11px;
	min-height:121px;
}
.news .mainBox .top {
	border-bottom:1px solid #A6A6A6;
	margin:0px;
	padding:0px;
	padding-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.news .mainBox .title {
	font-size:1.5em;
	border-top:1px solid #ffffff;
	margin:0px;
	padding:0px;
	padding-top:4px;
	padding-left:18px;
	background-image:url(imgs/news-icon.gif);
	background-repeat:no-repeat;
	background-position:0px 0.4em;
}
.news .mainBox .title img {
	vertical-align:middle;
}
.news .bot {
	width:100%;
	height:41px;
	background-image:url(imgs/news-hr-background.png);
	background-repeat:repeat-x;
	background-color:transparent;
}
#news .last .bot {
	background-color:#656565;
}
.news .bot .left {
	width:2px;
	height:41px;
	background-image:url(imgs/news-hr-left.png);
	background-repeat:no-repeat;
	background-color:transparent;
}
.news .bot .right {
	float:right;
	width:70px;
	height:41px;
	background-color:transparent;
	background-image:url(imgs/news-hr-right.png);
	background-repeat:no-repeat;
	background-position:right;
}
#newsPBTop {
	padding:0em 2em 0em;
	text-align:right;
}
#newsPBBot {
	text-align:right;
	position:relative;
	top:-12px;
	background-color:#f8f8f8;
	border-left:222px #656565 solid;
	padding:2em 2em 0em;
}
.newsPB .currentPage {
	font-size:1.4em;
	color:#999999;
}
