/**********************************************
 * News
 *********************************************/
div.news
{
	float:left;
	font-family: Arial;
}

div.header_big.green div.bg
{
	width:590px;
	background:transparent url('../images/bg/header_bg_green.png') repeat-x;
}

div.header_big.green  div.left
{
	background:transparent url('../images/bg/header_left_green.png') no-repeat;
}	

div.header_big.green  div.right
{
	background:transparent url('../images/bg/header_right_green.png') no-repeat;
}

div.header_big.blue div.bg
{
	width:264px;
	background:transparent url('../images/bg/header_bg_blue.png') repeat-x;
}

div.header_big.blue  div.left
{
	background:transparent url('../images/bg/header_left_blue.png') no-repeat;
}	

div.header_big.blue  div.right
{
	background:transparent url('../images/bg/header_right_blue.png') no-repeat;
}
 
div.news div.header_big img
 {
	position:absolute;
	right:20px;
	bottom:10px;;
 }
 
div.news#latest_news
 {
	width:610px;
 }
 
div.news#twitter_feeds
 {
	float:right;
	width:284px;
}
 
div.news div.news_item
{
	width:100%;
	overflow:hidden;
	height:75px;
	float:left;
	position:relative;
}

div.news.yellow div.news_item
{
	background-color:#d5c998;
}

div.news.yellow div.news_item.even
{
	background-color:#FFBC00;
}

div.news.blue div.news_item
{
	background-color:#a0bfd6;
}

div.news.blue div.news_item.even
{
	background-color:#4aa0d0;
}

div.news.green div.news_item
{
	background-color:#b5cbaa;
}

div.news.green div.news_item:hover
{
	text-decoration: underline;
}

div.news.green div.news_item.odd
{
	background-color:#8CC63F;
}

div.news.green div.news_item.first
{
	background-image:url('../images/bg/news_top_green.png');
	background-position:top left;
	background-repeat:no-repeat;
}

div.news.green div.news_item.last
{
	background-image: url('../images/bg/news_bottom_green.png');
	background-position:bottom left;
	background-repeat:no-repeat;
}

div.news.blue div.news_item.first
{
	background-image: url('../images/bg/news_top_blue.png');
	background-position:top left;
	background-repeat:no-repeat;
}

div.news.blue div.news_item.last
{
	background-image: url('../images/bg/news_bottom_blue.png');
	background-position:bottom left;
	background-repeat:no-repeat;
}

div.news div.news_item img
{
	margin:8px 0 0 10px;
	width:50px;
}

div.news div.big_news_item img
{
	margin:8px 0 0 10px;
	width:100px;
	float:right;
	border: 1px solid lightgray;
}

div.news div.news_item div.news_content
{
	position:absolute;
	left:70px;
	right: 10px;
	top:6px;
	font-size:7.5pt;
}

div.news div.news_item div.news_content h4
{
	margin:0;
	font-size:9pt;
}

div.news div.news_item div.news_content h2
{
	margin:0;
	font-size:12pt;
}

div.news div.news_item div.news_content h3
{
	margin:0;
	font-size:10pt;
	font-weight: normal;
}

div.news.green div.news_item div.news_content a,
div.news.green div.news_item div.news_content span.date
{
	text-decoration:none;
	font-style:italic;
	color:#444444;
}

div.news.blue div.news_item div.news_content span.date
{
	color:#FFF;
}
