/*--------------news home grid styles--------------*/

#news {
/*	margin-top:3em;*/
	padding-top:.5em;
	
	/*border-top:0.2em solid #302000;*/
	overflow:hidden;
}

#news ul {
	width:872px;
	margin-bottom:1em;
	padding-bottom:5em;
	float:left;
	
	list-style:none;
	background:#fff url('/public/images/global/four_col_footer.gif') no-repeat bottom left;
}

#news li {
	width:200px;
	margin-right:18px;
	float:left;
	
	
}

#news li a {
	display:block;
	position:relative;
	
	text-decoration:none;
	cursor:pointer;
}

#news li a .imageRoll {
	width:200px;
	height:150px;
	
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#fff;
}

#news li a:hover .imageRoll {
	
	
	background-position:0 -150px;
}

#news li a:hover h3 {
	
	
	text-decoration:underline;
}

#news li a strong.date {
	display:block;
	margin-top:3em;
	
	color:#302000;
}

#news li a strong {
	
	
	
	font-size:1em;
	font-weight:bold;
	font-family:'Georgia', 'sans-serif';
}

#news li a h3 {
	margin:.1em 0 .5em 0;
	
	color:#302000;
	font-family:"Lucida Sans",Lucida,Verdana,sans-serif;
	font-size:1.4em;
	line-height:1.2em;
}

#news li a p {
	
	
	color:#302000;
	font-size:1em;
	font-family:'Georgia', 'sans-serif';
}

.prev_next_links {
	margin-top:2em;
	float:right;
	
	
}