#news {
	width: 684px;
	border-right: 1px solid white;
	background: #eaeaea;
	color: #888888;
}

#news li {
	height: 211px;
	border-bottom: 1px solid #eaeaea;
	background: white;
	position: relative;
}

#news li .imageContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 344px;
	height: 210px;
	background: #9b9b9b;
}

#news li img {
	display: block;
	width: 344px;
	height: 211px;	
}

#news li .copyContainer {
	position: absolute;
	left: 344px;
	top: 0;
	width: 319px;
	height: 180px;
	padding: 15px 5px 15px 15px;	
	font-size: 0.85em;
	overflow: auto;
}

#news li h2 {
	font-weight: bold;
	font-size: 1.1em;
	display: inline;
}

#news li .copyContainer p {
	margin: 1em 5px 1em 0;
}

#newsnav {
	position: absolute;
	width: 160px;
	right: 0;
	top: 183px;	
	overflow: hidden;
	border-left: 1px solid #fff;
	height: 423px;		
}

#newsnav #newsnavTitle {
	height: 52px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #7B7B7B;
	border-bottom: 1px solid #fff;		
}

#newsnav #newsnavTitle h3 {
	background: url('/img/news-archive-on.png') no-repeat scroll 0 1px;			
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 27px 8px 0 13px;
	padding: 0;
	padding-left: 200px;	
}

#newsnav li {
	display: block;
	color: white;
	height: 52px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;	
}

#newsnav li.on {
	height: 67px;		
}

#newsnav li #pager {
	background: #DBDBDB;
	border-top: 1px solid #fff;	
	margin: 0;
	padding: 0;
}

#newsnav li #pager li {
	width: 14px;
	height: 14px;	
	float: left;
	border-right: 1px solid #fff;
}

#newsnav li #pager li a {
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	padding: 0;
}

#newsnav li #pager li a.on {
	background-color: #F082B1;
}

#newsnav li a {
	background: #9b9b9b;	
	display: block;	
	padding-top: 28px;
	padding-left: 13px;	
	height: 25px;
}

#newsnav li a:hover {
	background: #7B7B7B;	
}

#newsnav ul li a:visited, #newsnav ul li a:link {
	color: #fff;
}