<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------------- */
/* HOMEPAGE LAYOUT NOV 2011 */
/* ---------------------------------------------------- */
#eventsslideshow {
	float: right;
	width: 500px;
	margin: 0 0 20px 20px; 
	padding: 10px;
	border: 1px solid #cacbcd;
}
#eventsslideshow h1 {
	font-size: 1.1em;
   	font-weight: bold;
   	line-height: 1.3em;
	margin: 0px 0px -10px 0px;
	color: #fff;
	text-shadow: 0px 1px 0px #1a1a1a;
}
#eventsslideshow h1 a:link {
	color: #fff;
	border-bottom: 0px;
}
#eventsslideshow h1 a:visited {
	color: #fff;
}
#eventsslideshow h1 a:hover {
	color: #e6decc;
	text-decoration: none;
}
#eventsslideshow h1 a:active {
	color: #fff;
}
#eventsslideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#eventsslideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.eventsKey{
	clear: both;
	padding: 0 10px;	
}
.eventsKey ul{
	padding: 0;	
}
.eventsKey li{
	display: inline;
	margin-right: 20px;
}
.eventsKey li span {
    display: inline-block;
    height: 10px;
    margin: 0 10px 0 0;
    text-indent: -9999px;
    width: 10px;
	border: 1px dotted #A1A1A1;
	position: relative;
	top: 3px;
}
.formButton {
	background-color: #506790;
    border: 0 none !important;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px;
    text-align: center;
	text-transform: uppercase;
}
.formButton:hover {
	cursor: pointer;
	background-color: #444;
}
/* ---------------------------------------------------- */
/* SLIDESHOW &gt; SLIDES */
#eventsslideshow .slides {
	overflow: hidden;
	width: 335px;
	line-height: 1.6em;
}
#eventsslideshow .slides li {
	width: 335px;
	height: 180px;
	float: left;
}
#eventsslideshow .slides .textOverlay {
	position: absolute;
	top: 121px;
	left: 0px;
	width: 315px;
	height: 49px;
	overflow: auto;
	padding: 10px;
	z-index: 20;
	background-color: #444;
	color: #333;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity = 90);
}
*+html #eventsslideshow .slides .textOverlay {
	height: 39px;	
}
html&gt;/**/body #eventsslideshow .slides .textOverlay {
	padding: 10px 10px 0px 10px;
}
/* ---------------------------------------------------- */
/* SLIDESHOW &gt; NAVIGATION */
#eventsslideshow .slides-nav {
	position: absolute;
	top: 379px;
	right: 20px;
	width: 156px;
}
*+html #eventsslideshow .slides-nav {
	top: 316px;
}
#eventsslideshow .slides-nav li {
	margin-bottom: 1px;
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 0px;
}
#eventsslideshow .slides-nav li a {
	display: block;
	padding: 10px;
	height: 39px;
	outline: none;
	border: 0px;
	background-color: #E6DECC;
	color: #333;
}
.js #eventsslideshow .slides-nav li.on, .js #eventsslideshow .slides-nav li.on a {
	background-color: #444;
	border: 0px;
	color: #fff;
	font-weight: bold;
}
.js #eventsslideshow .slides-nav li a:hover {
	border-bottom: 0px!important;
	color: #fff;
	background-color: #444;
}
/* ---------------------------------------------------- */
.eventsItem{
	margin-top: 20px;	
}
.eventsItemDate {
	float: left;
	width: 50px;
	border: 1px dotted #666;
	text-align: center;
	font-weight: bold;
	background-color: #e7eaf1;
	margin-right: 20px;
}
/* book button on details page */
.eventDetailBook {
	display: block;
	width: 150px;
	text-align: center;
	background-color: #506790;
	padding: 10px;
	text-transform: uppercase;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size: 1.3em;
	margin: 20px 0;
	border-bottom: 0!important;
	color: #fff; 
}
.eventDetailBook:hover {
	background-color: #444;
	color: #fff;
	border-bottom: 0!important;
}
.eventDetailBook:visited {
	color: #fff;
	border-bottom: 0!important;
}</pre></body></html>