/**********************************************************************************
 intro
 ***********************************************************************************/
div#intro {
    width: 960px;
    height: 369px;
    background-image: url(images/intro_bg.jpg);
}

.boxgrid {
    width: 280px;
    height: 320px;
    margin: 15px 5px 10px 25px;
    float: left;
    background: #161613;
    border: solid 2px #99ccff;
    overflow: hidden;
    position: relative;
    display: inline;
}

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

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

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

.boxgrid h3 {
    padding: 0 10px;
    color: white;
    font: 1.2em Tahoma;
}

.boxgrid p {
    padding: 0 10px;
    color: white;
    font-weight: bold;
    font: 0.9em Tahoma;
}

.boxgrid a {
    color: #99ccff;
}

.boxgrid a:hover {
    color: #efae30;
}

.boxcaption {
    color: white;
    float: left;
    bottom: 0;
    position: absolute;
    background: #000;
    height: 100px;
    width: 100%;
    opacity: .6;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 	}
	