ul#res_menu {
	display: block;
	width: 100%;
	height: 95px;
}
#res_menu li {
	display: block;
	float: left;
	width: 419px;
	height: 95px;
}
#res_menu li.first { margin-right: 16px; }
#res_menu li.pfactive {
	background: url(../images/rlactive.png) no-repeat center bottom;
}
#res_menu li.pfactive a {
	background-color: #C3C33D;
}
#res_menu li.pfactive a:link, #res_menu li.pfactive a:visited, #res_menu li.pfactive a:hover, #res_menu li.pfactive a:active { color: #fff; }
#res_menu li a {
	display: block;
	background-color: #e1e1e1;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.2em;
	padding-top: 29px;
	height: 52px;
}
#res_menu li a:link, #res_menu li a:visited, #res_menu li a:hover, #res_menu li a:active { color: #BCA744; }

#res_menu li.doubleline a { padding-top: 20px; height: 61px; }


.res_meta { width: 100%; height: 6.3em; }
#res_items {
	width: 760px;
	border: 7px solid #e1e1e1;
	padding: 40px 40px 200px;
	position: relative;
}
#res_items_wrap { 
	width: 760px;
	height: 280px;
	position: relative;
	/*overflow:hidden;*/
}
#date-range-wrap {
	width: 760px;
	border-left: 38px solid #E1E1E1;
	float: left;
	position:absolute;
	top: 7px;
	height: 280px;
	
	padding: 15px 0;
}
.resource-entry {
	position: relative;
	display: block;
	width: 760px;
	margin-left: -38px;
	height: 60px;
}
.date-num {
	font-size: 27px;
	display: block;
	width: 37px;
	color: #fff;
	text-align: center;
	font-family: "Courier new",courier,monospace,sans-serif;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
}

.date-month, .date-year { position: absolute; left: 40px; top: 0; width: 28px; height: 12px; font-size: 11px; text-transform: uppercase; color: #e1e1e1; }
.date-year { top: 13px; }

.resource-entry h2 { display: block; position: absolute; top: 0; left: 80px; font-size: 1.3em; color: #B3B3B3; width: 260px; margin: 0;}

.resource-entry.active .date-num ,
.resource-entry.active .date-month,
.resource-entry.active .date-year{
	color: #B5BC39;
}
.resource-entry.active h2 {
	color: #B5BC39;
	border-bottom: 5px solid #B5BC39;
	height: 34px;
	font-weight: bold;
}

.resource-entry-article {
	display: none;
	width: 382px;
	position: absolute;
	left: 378px;
/*	margin-top: 0;*/
	font-size: 1.2em;
	height: 450px;
}
.active .resource-entry-article {
	display: block;
}
.resource-entry-article p {
	margin: 0 0 1.5em;
	line-height: 1.6em;
	color: #BCA744;
}

#article-entry {
	position: absolute;
	left: 425px;
	top: 67px;
	width: 382px;
	height: 500px;
	font-size: 1.2em;
}
#article-entry  p {
	margin: 0 0 1.5em;
	line-height: 1.6em;
	/*color: #BCA744;*/ color: #4F493F;
}

/* Hide the ID values */
.article-id { display: none; }

#scroll-next, #scroll-prev { position: absolute; display: block; width: 37px; height: 26px; left: -37px; }
#scroll-prev { top: -33px; }
#scroll-next { top: 320px; }
#scroll-next img, #scroll-prev img, img#scroll-next, img#scroll-prev { margin: 0; }

#resourcesContentBox blockquote p {
		color: #BC8B97;
		font-size: 1.5em;
		padding: 0;
		margin: 0;
	}