@import url("calendar.css");
#landing_left .landing_body{
	width: 432px;	
	margin: 0;
	padding: 0;
	height: 475px;
	clear: none;
}
#landing_left .landing_body .right,
#landing_left .landing_body .left{
	height: 475px;
}
#landing_left .landing_body #calendar_block .title-date{
	background-color: #ccc;
	color: #42667a;
	padding: 7px 0;	
	margin: 0 0 5px 0;
	/*font-weight: bold;
	font-size:12px;
	float:left;
	width: inherit;
	text-align:center;
	margin: 0;
	padding: 5px 0 10px 0;*/
}
#landing_left .landing_body #calendar_block .title-date a{
	color: #42667a;
}
#landing_left .landing_body #calendar_block .title-date a.left-arrow{
	margin-right: 5px;
}
#landing_left .landing_body #calendar_block .title-date a.right-arrow{
	margin-left: 5px;
}
#landing_left .landing_body #calendar_block{
	margin: 0 4px 10px 4px;
	width: 189px;
	float:left;
	border: none;
}
#landing_left .landing_body #calendar_block a.day_box{
	color: #464646;
}
#landing_left .landing_body #calendar_block a:hover.day_box{
	color: #464646;
	background-color: #ccc;
	border-color: #9a8c71;
}
#landing_left .landing_body #calendar_block a.current_day{
	color: #464646;
	border-color: #42667a;
	background: none;
}
/*42667a 5e9bae 9fc3cf lb*/
#landing_left .landing_body .event_types{
	text-align: center;
	text-transform: uppercase;
	margin: 0 4px;
	float: left;
	line-height: 16px;
	width: 189px;
}
#landing_left .landing_body .event_types a.event_type{
	color: #5a4736;
}
#landing_left .landing_body .right .event-list{
	height: 425px;
	overflow: hidden;
	text-align: left;
}
#landing_left .landing_body .right .event-list .title{
	font-size: 12px;
	line-height: 12px;
	font-weight:  bold;
	padding: 0;
	margin: 0;
	clear: both;
}
#landing_left .landing_body .right .event-list .date{
	padding: 0;
	margin: 0 0;
	font-size: 10px;
	font-style: italic;
}
#landing_left .landing_body .right .event-list .description{
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 11px;
	font-size: 10px;
	clear: both;
}
#landing_left .landing_body .right .event-list a.link-block{
float: left;
clear: both;
display: block;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 11px;
	font-size: 10px;
	clear: both;
}
.featured_event_image{
	width: 179px;
	height: 103px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	
}