@charset "UTF-8";
/* CSS Document */

.slideshow { height: 230px; width: 624px; }
.slideshow img { border: 0px; }
#eventTextBox {
	width:200px;
	height:115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 10px;
	margin: 10px;
	position: absolute;
	z-index: 1;
}
#eventerBox {
	width:624px;
	height:230px;
	float: left;
	clear: both;
}
#eventNavBox {
	width:624px;
	height:25px;
	float: left;
	clear: both;
	margin-top: 1px;
}
#slideshow {
	margin: 1px;
}
#nav {
	float: left;
	list-style-type: none;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	background-color: #89245C;
	width: 155px;
	float: left;
	list-style-type: none;
	margin-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 24px;
}
#nav a {
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	height: 17px;
	background-image: url(../images/more-arrow-on.png);
	background-repeat: no-repeat;
	background-position: 142px 2px;
}
#nav a.activeSlide {
	color: #FFFFFF;
	background-color: #333333;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-top: -1px;
	background-image: url(../images/more-arrow-on.png);
	background-repeat: no-repeat;
	background-position: 142px 2px;
}
#nav a:focus {
	outline: none;
	list-style-type: none;
}
#nav a:hover {
	outline: none;
	list-style-type: none;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/more-arrow-on.png);
	background-repeat: no-repeat;
	background-position: 142px 2px;
}
#nav img { border: none; display: block }
#valhalla {
	width:624px;
	clear: both;
	float: left;
	position: relative;
}
#eventNavBase {
	width:623px;
	height:10px;
	float: left;
	clear: both;
	margin-top: 1px;
	background-image: url(../images/navCorners.png);
	background-repeat: no-repeat;
}
