#featuredEventViewer { 
	position: absolute;
	top: 32px;
	left: 26px;
	height: 396px; 
	width: 418px; 
	border: 1px solid #ccc; 
	font-family: 'Trebuchet MS', Trebuchet, Verdana, 'Verdana Ref' sans-serif;
	font-size: 11pt;
	color: #747474;
	background-color: white;
	overflow: hidden;
}

#featuredEvents {
	position: relative; 
	height: 375px; 
	text-align: left;
}

#featuredEvents img { 
	border-bottom: 1px solid #ccc; 
}

.featured_information a{
	color: #747474;
	text-decoration: none;
}

.featured_information a:hover{
	color: #e32c43;
	text-decoration: underline;
}

#navigation{
	position: relative;
	text-align: left;
	bottom: 5px;
	margin: 0 150px 0 8px;
	padding-bottom: 8px;
}

#navigation a {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, 'Verdana Ref' sans-serif;	
	font-size: 10pt;
	font-weight: bold;
	color: #747474;
	margin: 2px;
	padding: 0px 2px 0px 2px; 
	border: 1px solid #ccc;
	text-decoration: none;
}

#navigation a.activeSlide,
#navigation a.activeSlide:hover {
	background-color: #565656; 
}

#navigation a:hover{
	background-color: #eee;
}

.featuredEventViewerHidden {
	visibility: hidden;
}

#featuredEvents a.btn{
	float: none;
	position: absolute; 
	right: 10px;
	bottom: -12px;
}

.featured_Image{
	width: 418px;
	height: 256px; 
	overflow: hidden;
	border-bottom: 1px solid #ccc;
} 

.featured_information{
	padding: 10px 10px 10px 10px;
	height: 90px;
	overflow: hidden;
}
.featured_title{
	text-transform: uppercase;
}
.featured_title, .featured_date{
	color: #141414;
}

.featured_date, .featured_text{
	font-size: 9pt;
}

.featured_text{ 
	padding-top: .5em;
}

