#featuredCalEventBox{
	height: 125px;
	margin-top: 10px;
	position: relative;
	width: 704px;
}

#featured_event_calendar_img{
	background-image: url('../images/FCEheader.png');
	background-repeat: no-repeat;
	float: left;
	height: 125px;
	width: 32px;
}

#FCEbox{
	background-image: url('../images/featuredEventBox.png');
	background-repeat: repeat;
	float: left;
	height: 115px;
	padding: 10px 0px 0px 30px;
	position: relative;
	width: 500px;
}

#FCETitle{
	color: #A6CEED;
	float: left;
	font-family: Arial;
	font-weight: bold;
	width: 350px;
}

#FCEText{
	color: #FFF;
	font-family: Arial;
	font-size: 70%;
	width: 350px;
}

#FCEcalendarPic{
	float: left;
	left: 400px;
	position: relative;
	top: -70px;
	width: 60px;
}

#FCEReadMorePic{
	background-image: url('../images/readMore.png');
	background-repeat: no-repeat;
	height: 20px;
	left: 200px;
	position: relative;
	top: 10px;
	width: 85px;
}

#selectCategory{
	width: 100%;
	margin-bottom:35px;
}

#eventCalTitle{
	font-size: 18px; font-weight: bold; font-family: Verdana, Arial,
	Helvetica, Geneva, sans-serif; color: #2CA3F7;
	margin: 10px 0 5px 0;
	padding: 10px 0 5px 0;
}

#eventCalSelector{
	padding-top: 0px;
}
#eventCalSelector form {
	display:inline-block;
}
.calEvent{
	border-bottom: 1px solid #CCC;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.calEventContent{
	float: left;
	font-family: Arial;
	font-size: 80%;
	padding: 0px 5%;
	width: 330px;
}

.calEventImg{
	float: left;
	max-width: 255px;
	text-align: center;
	width: 255px;
}
.calEventTitle{
	color: #2CA3F7;
	font-weight: bold;
}

.calEventDate{
	color: #2CA3F7;
	font-weight: bold;
	font-style: italic;
}

.calEventAddress{
	color: #2CA3F7;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}



a.calEventTitle:link{
	color: #2CA3F7;
	font-weight: bold;
	text-decoration: none;
}

a.calEventTitle:visited{
	color: #2CA3F7;
	font-weight: bold;
	text-decoration: none;
}

a.calEventTitle:hover{
	color: #2CA3F7;
	font-weight: bold;
	text-decoration: underline;
}

a.calEventTitle:active{
	color: #2CA3F7;
	font-weight: bold;
	text-decoration: none;
}

.calEventDescription{
}

.calEventReadMore{
	float: right;
	padding-top: 10px;
}

.calendarImg{
	float: left;
	font-family: Arial;
	width:300px;
	margin-left: 5px;

}

.calEvtDate{
	background-image: url('../images/smallCalendarPic.png');
	background-repeat: no-repeat;
	width: 200px;
}

.calEvtMonth{
	color: #FFF;
	float: left;
	font-size: 110%;
	font-weight: bold;
	margin-right: 3px;
	padding: 10px 0px 0 5px;
}

.calEvtDay{
	color: #000;
	float: left;
	font-size: 110%;
	font-weight: bold;
	margin-right: 3px;
	padding: 10px 10px 0 5px;
}


.calEvtTime{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0px 10px 25px;
}


.calEvtBanner{
	background-image: url('../images/main_banner');
	float: center;
	width:600px;
	padding: 20px 10px 20px 100px;
}


.tags{
	color: #2CA3F7;
	font-color: #2CA3F7;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding: 10px 0px 0px 0px;
	
}

a.tags{
	font-color: #2CA3F7;
	
}




#calendar{
	background-image: url('../images/calendarPic.png');
	background-repeat: no-repeat;
	height: 76px;
	width: 115px;
}

#calendar .Month{
	color: #FFF;
	float: left;
	font-size: 200%;
	font-weight: bold;
	margin-right: 3px;
	padding: 20px 20px 0px 20px;
}

#calendar .Day{
	color: #000;
	font-size: 200%;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}

.calEvtTime{
	clear: both;
	font-size: 80%;
	text-align: center;
}

#ScrollCalEvents{
	float: left;
	padding-bottom: 0px;
	text-align: center;
	width: 100%;
}

#prevEvt{
	float: left;
}

#nextEvt{
	float: right;
}
