@charset "UTF-8";

#homeContent {
    padding-bottom: 30px;
}

#promoDiv {
    position: relative;
	height: 492px;
}

#promoCopy {
    width: 872px;
    line-height: 2;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 418px;
}

#promoCopy a, #promoCopy a:visited {
    color: #A70303;
}

#promoCopy a:hover {
    color: #F68C3D;
}

#viewerDiv {
    width: 872px;
    text-align: center;
}

#bf4bRoster {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-top: 10px;
    border-top: 1px solid #262d4b;
    width: 872px;
}

#bf4bRosterHeader {
    margin: 5px;
    font-weight: bold;
    color: #A70303;
}

#bf4bRosterFooter {
    float: none;
    clear: both;
    padding-top: 10px;
}

.bf4bRosterItem {
    float: left;
    width: 204px;
    height: 128px;
    margin: 7px;
    text-align: center;
    color: #a02a2f;
    font-weight: bold;
}

.br4bRosterViewerThumb {
    height: 108px;
    background-color: #262d4b;
    border: 2px solid #262d4b;
}

.br4bRosterViewerThumb:hover {
    border: 2px solid #f68c3d;
}

.br4bRosterViewerCaption {
    height: 20px;
    margin-top: 3px;
}

a.rosterItem, a.rosterItem:visited {
    text-decoration: none;
    color: #a02a2f;
}

a.rosterItem:hover {
    color: #f68c3d;
}

