/* events */

.more {
	float: right;
	padding: 8px 22px 0 0;
}
h2.home-title {
	display: block;
	color: #fff;	
	font-size: 15px;
	padding: 6px 0 5px 18px;
	text-transform: uppercase;
	margin: 0;
}
#news {
	width: 607px;
	margin: 0;
	padding: 10px 10px 4px;
}
#news h2.home-title {
	background: #bd282f url(/images/navcorner-over.gif) top right no-repeat;
	width: 137px;
}
#events {
	width: 607px;
	margin: 0 0 10px;
	padding: 10px 10px 4px;
	background: #f6eeeb;
}
#events h2.home-title {
	background: #bd282f url(/images/navcorner-events.gif) top right no-repeat;
	width: 200px;
}
#stories {
	width: 607px;
	margin: 0;
	padding: 10px 10px 4px;
	background: #eeebf6;
}
#stories h2.home-title {
	background: #bd282f url(/images/navcorner-stories.gif) top right no-repeat;
	width: 97px;
}

.sidebox-item {
	clear:both;
	margin: 0;
	padding: 5px 0 8px 18px;
	font: Arial, Helvetica, sans-serif;
	line-height: 19px;
}

.sidebox-item-date {
	color: #000;
	font-size: 16px;
}
.sidebox-item-title {
	color: #bd282f;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 10px;
	line-height: 30px;
}
.sidebox-item-summary {
	color: #000;
}

a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {
	color: #bd282f;
	text-decoration: none;
}

a.sidebox-link:hover {
	color: #bd282f;
	text-decoration: underline;
}

/* accessibility */

#access-buttons {
	padding: 0 8px;
	width: 143px;
	height: 42px;
	background: #326e41 url(/images/access-bg.gif) top left no-repeat;
	position: relative;
	color: #fff;
	font-size: 11px;
	margin: -2px 0 16px 0;
}
span.access-button {
	display:none;
}

a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	font-weight: bold;
	color: #fff;
	left: 70px;
	top: 18px;
}