/*------------------------------------ 
Overview
------------------------------------*/

.overview {
	
	
}
.overview A {
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
}
.overview A.active {
	color: #646464;
}
.overview A:hover {
	color: #000000;
	text-decoration:none;
}
.overview .heading {
	font-weight: bold;
	font-size: 14px;
	
}
.item {
	display: block;
	margin-bottom: 30px;
	
}

.date {
	float: left;
	color: #9f9e9e;
}

.title {
	width: 400px;
	
}
.newsblock {
	width: 462px;
	height: 40px;
	background-image: url('../site_images/news_block.jpg');
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	
	
}
.placed {
	color: #626f1b; 
	float: left;
	padding-left: 10px;
}
.newsblock IMG{
	margin: 4px 5px 0px 5px;
}
	

.read_more {
	float: right;
	text-align: right;
	padding-right: 10px;
}

