.ticker {
	width: 960px;
	height: 75px;
	margin-bottom: 5px;
/*	background-image: url('../images/home/tickerbg.jpg');*/
}

.splash {
	width: 780px;
	height: 0px;
	margin-bottom: 10px;
}

.news_row {
	margin-bottom: 5px;
	clear: both;
}

.news_item {
	margin-left: 6px;
	float: left;
	width: 256px;
	height: 440px;
	/*background-color: #2e724e;*/
}

.news_item_top {
	text-align:center;
	width:256px;
	margin-top:5px;
}

.news_item_btm {
	text-align:center;
	width:256px;
}

.news_item_image_container {
	width: 250px;
	height: 110px;
	overflow: hidden;
	margin: 3px;
	text-align: center;
}

.news_item_title {
	color: #682e87;
	font-size: 14px;
	background-color: #ffffff;
	width: 230px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	margin-left: 3px;
	height:35px;
}

.news_item_title a:link, .news_item_title a:visited, .news_item_title a:hover {
	text-decoration: none;
}

.news_item_summary {
	width: 230px;
	height: 120px;
	background-color: #ffffff;
	margin-left: 3px;
	padding: 3px;
	padding-left:10px;
	padding-right:10px;
}

