/* ------------------------- NEWS ------------------------- */

#news_header 
{
	color: #000;
	height: 188px;
	background-color: #000;
	text-align:left;
	cursor: pointer;
	margin-bottom:5px;
}

#newsimage
{
	float: left;
}

#newsitemtext
{
	background-image: url('images/news_bg.png');
	float: right;
	width:765px;
	height: 188px;
}

.newsitemtext h1
{
	padding: 0px;
	margin: 125px 0px 0px 20px;
	line-height: 1em;
	font-size: 2.5em;
	font-family:Arial Black, Arial;
}

.newsitemtext h2 
{
	padding: 0px;
	margin: 0px 0px 0px 20px;
	font-size: 1.2em;
	font-family:Arial Narrow, Arial;
}

.newsitemtext h1 a:active, .newsitemtext h1 a:visited { color:#FFA000; }
.newsitemtext h2 a:active, .newsitemtext h2 a:visited { color:#FFFFFF; }
.newsitemtext h1 a:hover, .newsitemtext h2 a:hover { text-decoration:none; }

/*.newsArticleDetailed 
{
	padding:0 5px;
	margin:0;
	height:52px;
	text-align:left;
	cursor:pointer;
	overflow:hidden;
}

.newsArticleDetailed:hover 
{
	background-color: #AA6200;
}

.newsArticleDetailed:hover a { color:#000; }
.newsArticleDetailed:hover a:hover { text-decoration:none; }

.newsArticleDetailed .newshead
{
	margin: 0;
	color: #FFA500;
	text-decoration: none;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}

.newsArticleDetailed .newsbody
{
	font-size:11px;
}

.newsArticleDetailed  .catImg
{
	float:left;
	padding-top:6px;
	padding-right:6px;
}

.newsArticleDetailed h2
{
	margin: 0px 0px 10px 60px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
}

.newsArticleDetailed small
{
	display: block;
	margin-left: 60px;
	color: #808493;
	text-decoration: none;
}*/

.newsArticleDetailed 
{
	position:relative;
	padding:15px;
	padding-left:60px;
	border-bottom: 1px solid #222222;
	text-align:left;
	cursor:pointer;
}

.newsArticleDetailed:hover 
{
	background-color: #AA6200;
}

.newsArticleDetailed img
{
	position:absolute;
	left:10px;
}

.newsArticleDetailed h1
{
	margin:0;
	padding:0;
	font-size: 1em;
	color: #FFA500;
	text-decoration: none;
}

.newsArticleDetailed h2
{
	margin:0;
	padding:0;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF;
}

#left_index_column
{
	float: left;
	width: 50%;
	background-color: #000;
	background-image:url('images/LRcontent_grad.png');
	background-repeat: repeat-x;
	height: 100%;
	margin-bottom:40px;
}

#left_index_column a:hover
{
	text-decoration: none;
}


#right_index_column
{
	float: left;
	width: 50%;
}

#right_index_column h2 { text-align:center; }

#news_item_heading 
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	font-size: 1.4em;
}

#news_item_heading:hover 
{
	background-color: #171616;
	border-top: 1px solid #252323;
	border-bottom: 1px solid #252323;
	color: #fff;
}

.news_sub_heading 
{
	color: #616161;
	display: block;
	font-size: 0.8em;
}

#news_item  
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
}

#news_item:hover  
{
	background-color: #171616;
	border-top: 1px solid #252323;
	border-bottom: 1px solid #252323;
	color: white;
}

#newscomments 
{
	background: url("images/news_comments.png");
	background-repeat: no-repeat;
	height: 31px;
	width: 95px;
	padding-top: 3px;
	color: black;
	float:right;
	font-size:8pt;
	text-align: center;
}

#newscomments a { color:#000000; }
#newscomments a:hover { text-decoration:underline; }