.boxgrid p {
	margin: 1.2rem 0;
}

.boxgrid a{ color:white; text-decoration:none;}
.boxgrid h2 {
	margin: 10px 10px 0 10px;
	color:#FFF;
	font-size:14px !important;
	line-height: 1.3 !important;
}

.boxgrid { 
	/*width: 32%; */
	width: 278px;
	height: 160px; 
	margin:0px 0px 0px 0px; 
	float:left;
	background: #05316A; 
	overflow: hidden; 
	position: relative; 
	font-family: "Trebuchet MS", helvetica;
}

.boxgrid img { 
	position: absolute; 
	top:0; 
	left:0;
	border: 0; 
}
.boxgrid p { 
	padding: 0 10px; 
	color:white; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
	
.boxcaption { 
	float: left; 
	position: relative; 
	background:#000000; 
	height: 160px; 
	width: 100%; 
	opacity: .6; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.captionfull .boxcaption {
	top: 100;
	left: 0;
}

.caption .boxcaption {
	top: 100px;
	left: 0;
	cursor:pointer;
}
