/* events */

#events {
	width: 155px;
	margin: 0;
	padding: 40px 15px 15px;
	background: #fff url(/images/events-top.gif) top left no-repeat;
}
#news {
	width: 155px;
	margin: 0;
	padding: 40px 15px 15px;
	background: #fff url(/images/news-top.gif) top left no-repeat;
}
.sidebox-item {
	margin: 0;
	padding: 9px 0 12px;
	font: Arial, Helvetica, sans-serif;
	border-bottom:3px solid #a6dd45;
}
.sidebox-last {
	margin: 0;
	padding: 9px 0 0;
	font: Arial, Helvetica, sans-serif;
}

.sidebox-item-date {
	font-weight:bold;
	line-height:18px;
}

/* .sidebox-indent {
	padding-left: 25px;
	width: 130px;
	background: url(/images/events-bullet.gif) top left no-repeat;
} */
.sidebox-indent {
	width: 145px;
}


.sidebox-item-title { 
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

.sidebox-item-summary {
	font-size:11px;
	line-height:16px;
}

a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {
}

a.sidebox-link:hover {
}

/* accessibility */

#access-buttons {
	padding: 7px 15px;
	width: 155px;
	height: 58px;
	background: #725ada;
	position: relative;
	color: #fff;
	font-size: 11px;
	border-top:10px solid #244c66;
	border-bottom:10px solid #244c66;
}
#access-buttons h2 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 9px 0 4px;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}
span.access-button {
	display:none;
}
a.access-button:hover span.access-button {
	display: block;
	position: absolute;
	font-weight: bold;
	color: #fff;
	left: 77px;
	top: 36px;
}

/* print style */

#print-button {
	padding: 0;
	width: 185px;
	height: 32px;
	background: #4f82ba;
	position: relative;
	margin: 0 0 30px;
	border-bottom:10px solid #244c66;
}
