/* CSS INCLUDE FOR NEWS LINE ITEMS */

#news {
		margin:1em 0 1em 2em;
		padding:0;
		width:600px;
		font-size:12px;
		list-style:none;
}
#news li {
		background: url("../images/box2.gif") 0 100% no-repeat;
		padding: 0 0 4px 0;
		margin: 8px 0 0 0;
		display: block;
}

#news li h4 {
		font-size:14px;
		line-height:16px;
		font-weight:bold;
		background: url("../images/box2.gif") 0 0 no-repeat;
		margin:0;
		padding:6px 4px 3px 21px;
}
#news li p {
	font-size: 10px;
	background-color:#e4e6d9;
	padding:1px 4px 0 12px;
	margin:0;
	border-left: 12px solid #8bac5d;
}
#news li:hover h4 { /* moves top line left */
		background-position: -600px 0;
}
#news li:hover { /* moves the rest of the cell left */
		background-position: -600px 100%;
}
#news li:hover p {
		border-color: #0a234b;
}
#news a:link {
		text-decoration: none;
		color: #262626;
}
#news a:visited {
		text-decoration: none;
		color: #262626;
}
/*
#news a:hover {
		text-decoration: none;
}
*/
#news .more {
		line-height:1em;
		display:block;
		text-align:right;
		padding:0 18px 2px 21px;
		margin-top:4px;
		background: url("../images/arrow.gif") 585px 50% no-repeat;
}
.detail {
		padding:0 0 0 20px;
		margin: 0 25px 0 25px;
		/*display:block;*/
}
