/* events */

#news {
	width: 160px;
	background: url(/images/news-top.gif) top left no-repeat;
}

#events {
	width: 160px;
	background: url(/images/events-top.gif) top left no-repeat;
	margin: 14px 0;
}

#sidebox-top {
	width: 25px;
	height: 19px;
	padding: 10px 0 0 135px;
	overflow: hidden;
	margin: 0;
}
#sidebox-top h2 {
	display: none;
}

.sidebox-item {
	padding: 5px 10px 8px;
	font: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #222;
	background: #F7F7F7 url(/images/sidebox-bg.gif) left top repeat-x;
	margin: 0;
}

.sidebox-item-date {
	color: #222;
	font-size: 11px;
}

.sidebox-item-title { 
	color: #222;
	font-size: 11px;
	font-weight: bold;
}

#sidebox-base {
	width: 140px;
	height: 20px;
	background: #0072bc;
	padding: 1px 10px 0;
	font-size: 11px;
	overflow: hidden;
	margin: 1px 0 0;
	color: #fff;
}

a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {
	color: #00a14f;
	text-decoration: none;
	font-weight: normal;
}

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

#sidebox-base a.sidebox-link:link, #sidebox-base a.sidebox-link:visited, #sidebox-base a.sidebox-link:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

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

/* accessibility */

#access-buttons {
	padding:  6px 10px;
	width: 140px;
	height: 37px;
	background: #326e41 url(/images/nav-bg.gif) top left repeat-y;
	position: relative;
	color: #fff;
	font-size: 12px;
	margin: 0;
}
span.access-button {
	display:none;
}

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