#main #sidenav h2.what {
	background-image: url(../what/images/whats.png);
	height: 32px;
	width: 147px;
}
#main #content h1.enews {
	background-image: url(../what/images/enews2.png);
	width: 200px;
	height: 65px;
}
#main #content h1.latest {
	background-image: url(../what/images/latest.png);
	height: 44px;
	width: 245px;
}
#main #content .news{
	width: 650px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#main #content .news p a{
	background-image: url(../navigation/bullets2.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
	width: 150px;
	display: inline;
}
#main #content .news p{
	margin-bottom: 3px;
	padding-bottom: 0px;
}
#main #content .news p.date img{
	float: left;
	margin-right: -30px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
	position: relative;
	left: -60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0, .2);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0, .2);
	box-shadow: 0px 0px 8px rgba(0,0,0, .2);
	border: 1px solid #CCC;
	background-color: #FFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
#main #content  .date{
	font-weight: bold;
	text-transform: uppercase;
	color: #AAA;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#main #content .news h2 {
	font-size: 2.5em;
	margin-bottom: 5px;
	color: #1285B0;
	letter-spacing: -1px;
}
#main #content h1.jobs {
	background-image: url(../what/images/jobs.png);
	height: 45px;
	width: 116px;
}
#wrap #main #content .jobbox {
	padding: 30px;
	background-image: url(../what/images/boxes_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebeaea;
	margin-bottom: 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	position: relative;
}
#main #content h1.archive {
	background-image: url(../what/images/archive.png);
	height: 44px;
	width: 171px;
}
#main #content h1.events {
	background-image: url(../what/images/events.png);
	height: 44px;
	width: 171px;
}
#wrap #main #content .jobbox #mainimage {
	top: -40px;
	right: -80px;
}
#main #content h1.privacy {
	background-image: url(../what/images/privacy.png);
	width: 295px;
	height: 45px;
}
#main #content h1.terms {
	background-image: url(../what/images/terms.png);
	width: 225px;
	height: 90px;
	top: -45px;
}
#main #content h5 {
	font-size: 16px;
	color: #1F2747;
	text-transform: uppercase;
	margin: 0px;
}

