
.indicate_required {
width: 150px;
text-align: right;
}

.contact_form dt {
float: left;
width: 150px;
margin: 0 6px 6px 0;
text-align: right;
}

.contact_form dd {
margin-bottom: 6px;
}

.contact_form .texta {
width: 240px;
border: 1px solid #ddd;
background-color: #fafafa;
}

.contact_form textarea {
height: 100px;
}

#cal_container{
	position: relative; 
	height: 200px;
}

#cal_table{
	position: absolute; 
	top: 0px; 
	z-index: 0;
}

#cal_hover{
	position: absolute; 
	top: 5px; 
	left: -20px; 
	border: 2px solid #CCC; 
	background-color: #FFF; 
	z-index: 10; 
	padding: 10px; 
	width: 220px; 
	display: none;
}

#cal_hover ul{
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	padding: 5px 0px;
}

#cal_hover ul li{
	padding: 3px 0px;
}

.contact_form hr {
border: 0px;
clear: both;
}

#mbody {
	margin-bottom: 20px;
}

.upcoming_events_date {
width: 30px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
line-height: 1.2em;
color: #333;
float: left;
margin-right: 10px;
clear: left;
}

.upcoming_events_date span {
	color:  #aaa;
}

.upcoming_events_details {
float: left;
width: 120px;
clear: right;
line-height: 1.2em;
padding-bottom: 10px;
}