#content #latest-news {
	list-style: none;
}
#latest-news li {
	border-top: 1px dotted #38608F;
	padding: 8px 0;
}
#latest-news li.first-child {
	border: 0px none;
	padding-top: 0;
}
#latest-news li h2 {
	margin: 0;
	margin-left: 60px;
}
#latest-news li p {
	margin-left: 60px;
}
#latest-news li h2 a {
	text-decoration: none;
	text-transform: none;
}
#latest-news li .newslistdate {
	background: url("../img/style/bg-calendar.png") no-repeat;
	float: left;
	display: block;
	margin-right: 10px;
	width: 50px;
	height: 49px;
	line-height: 200%;
	text-align: center;
	position: relative;
	margin-top: 28px;
}
#latest-news li .newslistdate .day {
	display: block;
	font-weight: normal;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #26343E;
	position: absolute;
	top: 19px;
	left: 0;
	display: block;
	width: 50px;
}
#latest-news li .newslistdate .month {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
}
#latest-news li .newslistdate .year {
	display: none;
}
#latest-news .read-more a {
	background: #03344F url("/img/style/bg-readmore2-left.gif") no-repeat left top;
}
#latest-news .read-more a span {
	background: url("/img/style/bg-readmore2-right.gif") no-repeat right top;
}
