@charset "utf-8";

.boxgrid { 
	width: 186px; 
	height: 180px; 
	float:left; 
	background:#ccc; 
	overflow: hidden; 
	position: relative; 
}

.boxcaption { 
	position: absolute; 
	background:#f2f2f2 url('../images/alphaback.png');
	/*background: #000; */
	height: 260px; 
	width: 100%; 
	/**/opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.caption .boxcaption {
	top: 103px;
	left: 0;
}

#featuredEvents {
	background:url('../images/div_line.gif') repeat-x bottom;
}
	#featuredEvents h1 {
		text-transform:uppercase;
		padding-bottom:6px;
		margin:20px 0 4px 0;
		font-size:16px;
		color:#8CC63F;	
		font-weight:normal;
	}

#eventCol {
	width:188px; 
	float:left;
}

	#eventCol img {
		border:1px solid #ccc;
	}
	
	#eventCol div.eventText {
		padding:4px 0 0 0px;
	}
	
	#eventCol a {
		color:#000;
	}
	
		#eventCol a:hover {
			color:#C03;
		}


