#latest-wrapper {
	border-left:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
}
#latest-bottom {
	width:960px;
	height:8px;
	background:url(../images/latest-bottom.png) no-repeat 0px 0px;
}
#latest {
	background:#FFF;
	padding-top:0px;
}
#latest .header {
	position:absolute;
	z-index:5;
}
#latest .header .title {
	text-transform:uppercase;
	font-size:14px;	
	float:left;
	color:#FFF;
	padding:10px 10px 0px 10px;
	height:26px;
	/*background:url(../images/footer-bg.png) repeat 0px 0px;*/
	background:#333;
}
#latest .header .arrow {
	float:left;
	width:8px;
	height:33px;
	background:url(../images/latest-arrow.png) no-repeat right center;
}
#category-wrapper {
	width:972px;
	margin:0 auto;
	position:relative;
	left:-7px;
}
#latest .category {
	float:left;
	width:243px;
	position:relative;
	height:40px;
}
#latest .category.left {
	background:url(../images/ribbon-left-bg.png) no-repeat left bottom;
	width:244px;		
}
#latest .category.right {	
	background:url(../images/ribbon-right-bg.png) no-repeat right bottom;	
	float:right;
	width:242px;	
}
#latest .category .inner a {
	text-transform:uppercase;	
	color:#FFF;
	font-size:.9em;
	width:241px;
	border-left:1px solid #61666F;
	border-right:1px solid #25272A;
	background:#43464D;
	padding:11px 0px 5px 0px;	
	display:inline-block;
	height:20px;
	text-align:center;
}
#latest .category .inner a:hover {
	background:#4B4F56;
}
#latest .category.left .inner a {
	width:172px;
	padding-left:70px;
}
#latest .category.right .inner a {
	width:240px;
}
#latest .catpanel-wrapper {
	width:239px;
	float:left;
}
#latest .catpanel-wrapper.first,
#latest .catpanel-wrapper.last {
	width:240px;
}
#latest .catpanel {
	margin:10px 12px 10px 12px;
	border-bottom:1px solid #F0F0F0;
	padding-bottom:10px;
}
#latest .catpanel.last {
	border-bottom:0px;
}
#latest .catpanel .article-image {
	border:1px solid #D7D7D7;
	display:block;
	padding:7px 7px 7px 7px;
	margin-bottom:15px;
	background:#FFF;
}
#latest .catpanel a.thumbnail {
}
#latest .catpanel a.thumbnail img {
}
#latest .catpanel a.title {
	color:#555;
	font-size:.75em;
}
#latest .catpanel a.title {
	display:block;
	padding:0px 10px;
	line-height:1.5em;
}
#latest .catpanel a:hover {
	color:#888;
}
#latest .catpanel a.first {
	font-size:1em;
	line-height:1.3em;
}
#latest #more-wrapper {	
}
#latest .more-button {
	width:239px;
	float:left;
}
#latest .more-button.first,
#latest .more-button.last {
	width:240px;
}
#latest .more-button a {	
	padding:5px 15px 5px 0px;
	display:block;
	width:224px;	
	text-align:right;
	text-transform:uppercase;
	font-size:.7em;
}
#latest .more-button.first a,
#latest .more-button.last a {
	width:225px;
}
#latest .more-button a:hover {
	background:#EEE;
}