@charset "utf-8";
/* CSS Document */

.newsWrapper {
	width:100%;
	height:430px;
	margin:0;
	padding:0;
	
}

.banner {
	width:850px;
	background-image: url(../images/newsContentBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float:left;
	text-align: center;
}


.description{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:normal;
	padding: 0px;
	margin-top:55px;
	margin-bottom:5px;
	color:#000;

}

.newsNavigation{
	width: 100%;
	height:auto;
	padding:0;
	display:block;
	max-width:920px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/newsNavBG.jpg);
	background-repeat: repeat-x;
}

.newsNavigation li{
	list-style:none;
	float:left;
	width:100px;
	line-height:40px;
}

.newsNavigation li a{
	
	width:100px;
	height:40px;
	display:block;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin:0px;

	background-image: url(../images/newsNavBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.newsNavigation li a:hover{
	width:100px;
	display:block;
	height:40px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	
	background-image: url(../images/newsNavHover.jpg);
	background-repeat: no-repeat;
}

.sidebar{
	width:450px;
	height:80px;
	margin:0;
	padding:0;
}

.quickSearch{
	width:140px;
	height:75px;
	text-align: center;
	position: relative;
	float:left;
	clear: left;
	background-image: url(../images/ulDown.jpg);
	background-repeat: repeat;
	display: block;
	padding-right: 5px;
	padding-left: 5px;

}

.quickSearchType{
	padding-top:10px;
	padding-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	display:block;
	font-weight: bold;
	text-transform: uppercase;
}

.headlines{
	width:850px;
	height:25px;
	padding:0;
	background-repeat: repeat;
	background-color: #000;
	margin-top:2px;
}

.publication{
	width:130px;
	height:130px;
}

.newsContent{
	width:100%;
	max-width:840px;
	height:340px;
	overflow:hidden;
	background-color: #fff;
	display: block;
	font-family: "Microsoft Sans Serif";
	font-size: 13px;
	padding:5px;
	background-image: url(../images/newsContentBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left:auto;
	margin-right:auto;
}
