@charset "UTF-8";
/* CSS Document */

#jqnewsbox
{
	width:600px; 
	margin:auto; 
	padding:15px; 
	background-color:#539328;
}


#featured {
	float:left;
	width:362px;
	background-color:#d1eaae;
	padding:8px;
}

#featuretext
{
	color:white;
	padding:10px; 
	z-index:3;
}

#featuretext a {
	color:white;
	text-decoration:none;
}

#featuretext_wrap
{
	position:absolute; 
	bottom:8px; 
	left:8px;
	margin:0px 8px 0px 0px; 
	background-color:#144d2a; 
	filter: alpha(opacity=90);
  	-moz-opacity: 0.9;
  	opacity: 0.9;
	z-index:1;
	border-top:1px solid #d1eaae;
	display:none;
}

#newsitems
{
	float:left;
	padding:0px;
	margin:0;
}

#newsitems ul { padding:8px 0; margin:0; }

#newsitems ul li { 
	list-style-type:none; 
	padding:10px; 
	color:white; 
	background-color:#144d2a;
	margin:3px 0px;
	width:198px;
	text-align:right;

}

#newsitems ul li a {
	color:white;
	text-decoration:none;
}

#newsitems ul li a:hover {
	background-color:#d1eaae;
	color:#144d2a;
}

#newsitems ul li:hover a{
	color:#144d2a;
}

#newsitems ul li:hover {
	background-color:#d1eaae;
	color:black;
	padding-left:4px;
}

#newsitems ul li img, #newsitems ul li p {display:none;}

#jqnewsbox h1 { color:white; border-bottom:1px solid #73b348; }
