.sfc-container div#all {
    position: relative;
}

.sfc-container .focalPoint {
    position: relative;
    background-color: #c7d6e9;
    width: 645px;
    height: 216px;
    margin-right: 14px;
    margin-bottom: 21px;
    overflow: hidden;
}

.sfc-container .focalPointImages {
    border:1px green;
    overflow: hidden;
}

.sfc-container .majorNews {
    position: relative;
    float: right;
    background-color: black;
    width: 315px;
    height: 216px;
}

.sfc-container .featuredLinks {
    position: relative;
    background-color: #c7d6e9;
    width: 615px;
    height: auto;
    margin-right: 14px;
    padding: 5px 15px;
}

.sfc-container .latestNews {
    position: relative;
    float: right;
    background-color: #c7d6e9;
    width: 285px;
    height: auto;
    padding: 5px 15px;
}

.sfc-container div.homeSubHeader, .sfc-container div.homeSubHeader a {
    color: #339900;
}

.sfc-container td.latestNewsItem {
    height: 33%;
    width: 100%;
    font-size: 0.8em;
}

.sfc-container div.latestNewsItemBody {
    margin-top: 3px;
    height: 100%;
    font-size: 0.8em;
    padding-bottom: 8px;
}

.sfc-container div.latestNewsItems,
.sfc-container div.featuredLinksItems {
    width:100%;
    height:auto;
    min-height: 145px;
    padding-top: 10px;
}

.sfc-container td.featuredLinkItem {
    height: 100%;
    width: 33%;
    font-size: 0.8em;
}

.sfc-container div.featuredLinkItemBody {
    padding: 5px 5px 5px 0;
    height: 100%;
    min-height: 120px;
    font-size: 0.8em;
}

.sfc-container td.division {
    padding-left: 5px;
    border-left: 1px solid #92b6de;
}

.sfc-container div.focalPageContainer {
    position: absolute;
    float: right;
    background: none;
    height: 18px;
    width: auto;
    right: 10px;
    bottom: 15px;
    z-index: 5;
}

.sfc-container div.focalPageContainer li.focalPage {
    position: relative;
    float: left;
    background: #073ca8;
    height: 15px;
    width: 15px;
    text-align: center;
    padding-top: 2px;
    margin-right: 5px;
    color: white;
    font-size: 0.8em
}

.sfc-container div.focalPageContainer li.selected {
    background: #0281f2;
}

.sfc-container div.focalPageContainer li.focalPage:hover {
    background: #0281f2;
}

/**
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
.sfc-container div.focalPageContainer .loading {
  background: url(../images/throbber.gif) no-repeat center center;
}