/* events */

#news {
	width: 190px;
	background: #cce9f6;
	margin: 24px 0;
}
#news-top {
	width: 190px;
	height: 24px;
	background: url(/images/news-top.gif) top left no-repeat;
	padding-top: 7px;
	overflow: hidden;
	margin: 0;
}

#events {
	width: 480px;
	background: #cce9f6 url(/images/courses-bg.gif) top left repeat-y;
	margin: 24px 0;
	display: table;
}
#events-top {
	width: 480px;
	height: 24px;
	background: url(/images/courses-top.jpg) top left no-repeat;
	padding-top: 7px;
	overflow: hidden;
	margin: 0;
}
#events-base {
	padding: 3px 10px 0;
	width: 460px;
	background: url(/images/courses-base.jpg) top left no-repeat;
	height: 17px;
	line-height: 15px;
	float: left;
}
.events-item {
	margin: 0 0 0 3px;
	padding: 5px 7px 8px;
	font: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	background: #f2f9fd;
	width: 142px;
	float: left;
}

.sidebox-item {
	margin: 0 3px 3px;
	padding: 5px 7px 8px;
	font: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	background: #f2f9fd;
}

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

.sidebox-item-title { 
	color: #008fd4;
	font-size: 12px;
	font-weight: bold;
}

.sidebox-item-summary {
	color: #222;
	font-size: 12px;
}

#sidebox-base {
	padding: 0 10px;
	background: url(/images/news-base.gif) top left no-repeat;
	height: 17px;
	line-height: 15px;
}

a.sidebox-link:link, a.sidebox-link:visited, a.sidebox-link:active {color: #008fd4; text-decoration: none; font-weight: bold; font-size: 12px;}
a.sidebox-link:hover {color: #008fd4; text-decoration: underline;}

a.sideboxbase-link:link, a.sideboxbase-link:visited, a.sideboxbase-link:active {color: #fff; text-decoration: none; font-weight: normal; font-size: 11px;}
a.sideboxbase-link:hover {color: #fff; text-decoration: underline;}

a.eventsbase-link:link, a.eventsbase-link:visited, a.eventsbase-link:active {color: #fff; text-decoration: none; font-weight: normal; font-size: 11px;}
a.eventsbase-link:hover {color: #fff; text-decoration: underline;}

/* subscribe */

#subscribe-top {
	width: 190px;
	height: 6px;
	background: url(/images/signup-top.gif) top left no-repeat;
	overflow: hidden;
	margin: 0;
}
#subscribe-base {
	width: 190px;
	height: 12px;
	background: #c9ed5a url(/images/signup-base.gif) bottom left no-repeat;
	overflow: hidden;
	margin: 0;
}
#subscribe {
	width: 170px;
	background: #c9ed5a;
	overflow: hidden;
	color: #222;
	margin: 0;
	padding: 0 10px;
	font-size: 10px;
	line-height: 12px;
}
.subscribe-title {
	 border-bottom: 3px solid #fff;
	 padding: 2px 0 7px;
	 font-size: 12px;
	 line-height: 17px;
	 margin-bottom: 8px;
}

/* FORM */

.form-fielda {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 4px 4px;
	margin: 0 10px 6px 0;
	background: #fff;
	color: #222;
	width: 72px;
}
.form-fieldb {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 4px 4px;
	margin-bottom: 6px;
	background: #fff;
	color: #222;
	width: 72px;
}
.form-fieldc {
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 4px 4px;
	margin-bottom: 12px;
	background: #fff;
	color: #222;
	width: 162px;
}

a.form-link:link, a.form-link:visited, a.form-link:active, .form-link {color: #5a581e; text-decoration: none; font-size: 11px; float: right; padding-top: 2px;}
a.form-link:hover {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;
}