/* events */

#events {
	width: 155px;
	margin: 0;
	padding: 40px 15px 15px;
	background: #fff url(/images/events-top.gif) top left no-repeat;
}

.sidebox-item {
	margin: 0;
	padding: 9px 0 12px;
	font: Arial, Helvetica, sans-serif;
	line-height: 17px;
	background: url(/images/events-divider.gif) bottom left no-repeat;
	font-size: 12px;
}
.sidebox-last {
	margin: 0;
	padding: 9px 0 0;
	font: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.sidebox-item-date {
	color: #000;
}

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

.sidebox-item-title { 
	color: #2652a4;
	font-weight: bold;
}

.sidebox-item-summary {
	color: #000;
}

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

a.sidebox-link:hover {
	color: #4ec7e9;
	text-decoration: none;
}

/* accessibility */

#access-buttons {
	padding: 7px 15px;
	width: 155px;
	height: 58px;
	background: #2652a4;
	position: relative;
	color: #fff;
	font-size: 11px;
	margin: 10px 0;
}
#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;
}