/**	HOME NEWS */

#contentright-news {
	background: #F3F3E9;
	margin-top: 0px;
	padding-bottom: 20px;
	}

/**	HOME NEWS LIST*/

.home-news-list-item {
	padding: 5px 0 8px 0;
	background: url(img/subnav-bottom.jpg) bottom left repeat-x;
	margin:0px;
	}
	
	.content-news-list-item {
	margin: 0;
	padding: 10px;
	background-color: #F5F4EB;
	margin: 0px;
	}
	
	
.home-news-list-title a:link,
.home-news-list-title a:visited {
	color: #626261;
	margin-left: 12px;
	padding-left: 12px;
	background: url(img/list-icon.gif) left 2px no-repeat;
	text-decoration: none;
	font-size: 1.1em;
	}

.home-news-list-title a:hover {
	color: #626261;
	text-decoration: underline;
	}

.home-news-list-date {
	color: #626261;
	margin-left: 24px;
	font-size: 1em;
	}

.home-news-list-item:hover {
	background-color: #f2eec3
	}

.home-news-list-item:hover .home-news-list-title a:link,
.home-news-list-item:hover .home-news-list-title a:visited,
.home-news-list-item:hover .home-news-list-date {
	color: #e9a000;
	}

/**	HOME NEWS LATEST */

.home-news-latest-item {
	background: url(img/subnav-bottom.jpg) bottom left repeat-x;
	margin: 0;
	padding: 5px 0 10px 0;
	}

.home-news-latest-title a {
	color: #626261;
	margin-left: 12px;
	padding-left: 0px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: lighter;
	}
	
	.home-news-latest-title a:hover {
	color: #e9a000;
	}

.home-news-latest-date {
	color: #626261;
	margin: 1px 0 0 12px;
	padding: 3px 0 0 16px;
	font-size: 0.9em;
	background: url(img/latest-news-time.gif) left 2px no-repeat;
	display: block;
	}

.home-news-latest-item:hover {
	background-color: #f2eec3
	}

.home-news-latest-item:hover .home-news-latest-title,
.home-news-latest-item:hover .home-news-latest-date {
	color: #e9a000;
	}

p.home-news-latest-subheader {
	margin: 5px 0 10px 12px;
	font-size: 1em;
	color: #626261;
	}

a.home-news-latest-more {
	background: url(img/home-news-latest-more.gif) top left no-repeat;
	width: 85px;
	height: 17px;
	display: block;
	margin-left: 11px;
	}

/**	CONTENT NEWS LIST*/

.contentright-news-list {
	
	}

.contentright-news-list h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: lighter;
	color: #e9a000;
	padding: 4px 20px 4px 12px;
	margin: 8px 5px 2px 5px;
	display: block;
	cursor: hand;
	color: #626261;
	background: url(img/newsheaderdown.gif) 97% center no-repeat #e8e7dc;
	}

.contentright-news-list h3:hover {
	background-color: #f2eec3;
	color: #e9a000;
	}

.contentright-news-list-more {
	position: relative;
	top: -30px;
	float: right;
	margin-right: -13px;
	width: 13px;
	height: 35px;
	text-decoration: none;
	}

.contentright-news-list h3.newsheadact {
	background: url(img/newsheaderup.gif) 97% center no-repeat #f2eec3;
	color: #e9a000;
	}

.contentright-news-list-item:hover a.contentright-news-list-more {
	background: url(img/news-more-list.jpg) no-repeat top left;
	}