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


#calendar {
	margin: 0px 0px 0px 0px;
	float:left;
	width: 300px;
	}


#events {
	float:left;
	width: 620px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	display: inline;
}

#register {
	margin: 0px 0px 20px 0px;
}

#register p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#222;
	font-size:15px;
	line-height:20px;
}

#register a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#CC0033;
	font-size:15px;
	line-height:22px;
	text-decoration:none;
}

#register a:hover{
	text-decoration:underline;
}

.phone-number {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#CC0033;
	font-size:15px;
	line-height:25px;
}

#special-events {
	border-top: 1px solid #999;
	padding: 15px 0px 0px 0px;
}

#event-first {
	margin-top:0px;
}

#event-first p{
	font-family: Arial, Helvetica, sans-serif;
	size:15px;
	line-height:22px;
	color:#555;
	margin-top: 10px;
	}
	
#event-first a{
	font-family: Arial, Helvetica, sans-serif;
	size:15px;
	line-height:22px;
	color:#CC0033;
	margin-top: 10px;
	text-decoration:none;
	}
	

#event-first a:hover{
	text-decoration: underline;
}


#event {
	margin-top:30px;
	border-top: 1px solid #999;
	
}


#event p{
	font-family: Arial, Helvetica, sans-serif;
	size:15px;
	line-height:22px;
	color:#555;
	margin-top: 10px;
	}
	
#event a{
	font-family: Arial, Helvetica, sans-serif;
	size:15px;
	line-height:22px;
	color:#CC0033;
	margin-top: 10px;
	text-decoration:none;
	}
	

#event a:hover{
	text-decoration: underline;
}
	
#event ul, #event-first ul{
	margin:5px 0px;
	padding:0px 0px 0px 25px;	
	/* list-style: url(../img/global/bullet.gif) inside */
	list-style-position:inside;
	list-style-type:disc;
	text-indent:-15px;
}


#event ul li, #event-first ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color:#555;
}	
	
.event-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	size:15px;
	line-height:22px;
	color:#222;
}

.event-date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	size:15px;
	line-height:22px;
	color:#00ACCD;
}

.event-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#555;
	margin-top: 5px;
	}

.red {
	color:#CC0033;  
	}

#classes {
	float: left;
	margin-left: 20px;	
	display: inline;
}

#classes-title {
	margin-bottom: 10px;
	float: left;
	margin-left: 20px;	
	display: inline;
}



