
/*######################
#### NEWS LAYOUT ####
######################*/ 


#newsFrame{
	display					: block;
	clear					: both;
	width					: 600px;
	margin					: 0px 0px 15px 0px;
	padding					: 5px 0px 0px 0px;
	border-bottom			: 1px solid #000000; 
}

#news_holder_bottom{
	padding-left		: 10px;
	margin-top			: 5px;
}

#news_holder_image{
	min-height				: 100px;
}

*html #news_holder_image{
	height				: 100px;
}

#news_holder_content{
	min-height				: 100px;
	padding-top				: 7px;
}

*html #news_holder_content{
	height				: 100px;
}

#news_Holder_bottom a
{
	font-size			: 100%;
}

#news_Nav{
	clear: both;
}

.news_image_front, .news_image_detail{
	border				: 1px solid #000000;
	padding				: 2px;
	float				: left;
	display				: block;
	margin-right		: 15px;
}

.news_image_detail{
	margin-bottom		: 15px;
}

.newsDate{
	color				: #000000;
	font-size			: 85%;
}

a.news_more{
	text-decoration		: none;
	float				: right;
	color				: #000000;
	font-size			: 90%;
	margin				: -20px 0px 0px 0px;
	padding				: 0px 0px 10px 0px;
}


a.news_more:hover{
	text-decoration: underline;
}

a.log, a.logFront, a.logFrontPage{
	text-decoration		: none;
	font-size			: 110%;
	font-weight			: bold;
	margin-bottom		: 0px;
}

a.log:hover {
	text-decoration: underline;
}

a.logFrontPage{
	font-size			: 100%;
}

a.logFrontPage:hover{
	text-decoration: underline;
}

a.logFront{
	font-size			: 150%;
}

a.logFront:hover {
	text-decoration: underline;
}

.news_header{
	text-decoration		: none;
	font-size			: 180%;
	font-weight			: bold;
	margin-bottom		: 15px;
}

#home_news_holder{
	float				: right;
	border				: 1px solid #000000;
	width				: 200px;
	min-height			: 100px;
	margin-right		: 5px;
	margin-left			: 10px;
	display				: block;
	background-color 	: #FFFFFF;
}

*html #home_news_holder{
	height				: 100px;
}

#home_news_heading{
	width				: 195px;
	height				: 28px;
	font-weight			: bold;
	font-size			: 110%;
	color				: #FFFFFF;
	background-color	: #000000;
	padding-left		: 5px;
	padding-top			: 5px;
}

*html #home_news_heading{
	width: 200px;
}
