

ul.eventsNav {
	margin: 20px 0 0 0;
	float: left;
	width: 505px;
	height: 15px;
}

ul.eventsNav li {
	float: left;
	margin-right:1px;
}

ul.eventsNav li a {
	display: block;
	width: 121px;
	height: 15px;
	color: #2F3C40;
	background-color:#acc8cb;
	background-repeat:no-repeat;
	background-position:113px 4px;
	background-image: url(../beta/graphics/interface/arrow_gallery.gif);
	text-decoration:none;

}
ul.eventsNav li a:hover {
	display: block;
	background-position:113px -14px;
	background-color:#f23b80;
	color:#fff;
}

ul.eventsNav li a span {
	padding:1px 2px;
}

/*sections*/



div.event {
	margin: 20px 0 10px 0;
	padding-top: 22px;
	float: left;
	width: 505px;
}

div.event p.eventCategory {
	margin: 8px 0 0 0;
	font-weight: bold;
}

div.event p.eventSubCategory {
	margin: 0 0 13px 0;
}

div.event h2 {
	font-size: 1.5em;
	color: #73A79F;
	font-weight: bold;
}

div.event h3 {
	font-size: 1.1em;
	margin: 6px 0 0 0;
	color: #515151;
	font-weight: bold;
	text-transform: none; /* reset */
}

div.event p.eventImage {
	float: left;
	margin: 8px 10px 4px 0;
}
#wideCol2 { /* this replaces #pullquoteBox, #centreCol and #rightCol */
	float: left;
	width: 505px;
	margin: 7px 0 0 0;
	}
#wideCol blockquote {
	width: 500px;
	font-size: 1em;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 20px;
	text-transform: none;
	line-height: normal;
	}
