
.boxgridLarge {
    width: 100%;
    height: 289px;
    margin-top: 20px;
    float: left;
    background: #161613;
    overflow: hidden;
    position: relative;
} .boxgridLarge img {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px;
} .boxgrid {
    width: 100%;
    height: 134px;
    margin-top: 20px;
    float: left;
    background: #161613;
    overflow: hidden;
    position: relative;
} .boxgrid img {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 0px;
} .boxgridLarge p {
    padding: 0px 10px;
    margin: 0px;
    margin-top: 4px;
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    font-family: Century Gothic;
} .boxgrid p {
    padding: 0px 10px;
    margin: 0px;
    margin-top: 4px;
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    font-family: Century Gothic;
} .boxgridLarge a {
    font-weight: bold;
    color: #009;
} .boxgridLarge a:hover {
    color: #fff;
} .boxgrid a {
    font-weight: bold;
    color: #009;
} .boxgrid a:hover {
    color: #fff;
} .boxcaption {
    float: left;
    position: absolute;
    background: #000;
    height: 100%;
    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)";
} .boxcaption img {
    opacity: 1;
} .redBG {
    background: #fe4110;
} .blueBG {
    background: #3f6091;
} .greenBG {
    background: #44793d;
} .caption .boxcaption {
    top: 104px;
    left: 0px;
}