.boxgrid
{
width: 290px; 
height: 116px; 
margin: 14px 8px 0px 5px;
float:left; 
overflow: hidden; 
position: relative; 
background-color: #5e5959;
}

.boxgrid img
{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}

.boxgrid h3
{
font-family: "Century Gothic", Verdana, Helvetica;
padding: 15px 0 0 15px;
font-weight: normal;
color: #ffffff;
}

.boxgrid p
{ 
padding: 0 10px 0 15px;
color:#ffffff;  
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
}

.boxgrid a
{
text-decoration: underline;
color: #ffffff;
font-family: Arial, Verdana, Helvetica;
font-size: 11px;
}

.boxgrid a:hover
{
text-decoration: none;
}

.boxcaption
{ 
float: left; 
position: absolute; 
background: #609112; 
height: 40px; 
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)";
}

.captionfull .boxcaption 
{
top: 260px;
left: 0;
}

.caption .boxcaption 
{
top: 95px;
left: 0;
}
