.boxgrid {
	float:left;
	margin: 0 0 20px 20px;
	overflow: hidden;
	position: relative;
}
.boxgrid a:hover {
	text-decoration: none;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:14px "Helvetica", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 65px;
	width: 100%;
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionshort .boxcaption {
	top: 159px;
	left: 0;
}
.captiontall .boxcaption {
	top: 237px;
	left: 0;
}
.captiontallest .boxcaption {
	top: 410px;
	left: 0;
}
.boxgrid a span.bullet {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/bullet_plus.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 40;
}
.boxgrid a:hover span.bullet {
	background-image: url(../images/bullet_arrow_right.png);
}


.boxlongest {
	width: 469px;
	height: 159px;
}
.boxcouncil {
	width: 469px;
	height: 159px;
}
.boxschool {
	width: 469px;
	height: 159px;
}
.boxrecreational {
	width: 469px;
	height: 159px;
}


.boxtallest {
	width: 224px;
	height: 410px;
}
.boxstadiums {
	width: 224px;
	height: 410px;
}


.boxsmall{
	width: 224px;
	height: 159px;	
}
.boxgolf {
	width: 224px;
	height: 159px;
}
.boxpolo {
	width: 224px;
	height: 159px;
}


.boxtall{
	width: 224px;
	height: 237px;
}
.boxcricket {
	width: 224px;
	height: 237px;
}
.boxbowling {
	width: 224px;
	height: 237px;
}

/*.box2, .box10, .box18{
	margin-right: 0;	
}
.box4, .box9, .box16{
	margin-right: 0;	
}
.box6, .box14, .box20{
	margin-right: 0;	
}
.box16, .box24{
	margin-right: 0;	
}
.boxgolf, .boxschool, .boxbowling, .boxrecreational {
	margin-right: 0;
}*/

#main-content .boxcaption h3, #main-content .boxcaption p {
	margin: 0 20px 0;
	padding: 0;
}
#main-content .boxcaption h3 {
	margin-top: 10px;
	color: #a5a340;
	font-size: 18px;
	font-weight: 100;
}
#main-content .boxcaption p {
	color: #fff;
	font-size:13px;
	margin-top:2px;
	font-style: italic;
}