/* News Section */	

ul.news {
	border: none;
	overflow: hidden;
	width: 100%;
}

	ul.news li {
		border-bottom: 2px #102102 solid;
		margin: 0 0 10px 0;
		padding-bottom: 5px;
		width: 100%;
	}
	
	ul.news li strong {
		display: block;
		margin-bottom: 5px;
		overflow: hidden;
		white-space: nowrap;
	}
	
	ul.news li a {
		color: #102102 !important;
		text-decoration: none;
	}	

		ul.news li a:hover {
			text-decoration: underline;
		}	
	
	ul.news li em {
		display: block;
		font-size: 9px;
		text-align: right;
	}
		
/* News Show Section */

div.newsShow {
    background: transparent url(../images/home-page-content-bg.png) repeat-x top left;
	float: left;
    overflow: hidden;
    padding: 10px 10px;    
}
	
	div.newsShow em {
		color: #102102;
		display: block;
		margin: 10px 0;
		text-align: right;
	}			
