
.boxgrid h3 { 
	padding: 8px 10px 10px 10px;
	margin-bottom:10px; 	
	color:#FFF;
	background-color:#006600;
	font:18pt Arial, sans-serif; 
	letter-spacing:-1px; 
	font-weight: bold;  
	}
	
.boxgrid ul { margin: 0 0 0 10px; line-height:16px; font-weight:bold;}

.boxgrid ul li a { color:#FFF;}

.boxgrid{ 
	width: 310px; 
	height: 277px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
	}

.marg-right { margin-right:10px;}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}
				
.boxgrid p{ 
	padding: 0 10px; 
	color:#000; 
	}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000;
	top: 230px;
	height: 277px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}
 				 				
.caption .boxcaption {
 	top: 230;
 	left: 0;
 	}
				