#container {
    width: 940px;
    margin: 0px auto;
    padding-top: 18px;
}

#header {
    width: 940px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 24px;
}

#header #logo {
    width: 240px;
    float: left;
}

#header #headerRight {
    float: right;
    width: 580px;
    text-align: right;
}

#header #headerRight .social {
    width: 580px;
}

#banner {
    margin-bottom: 10px;
    width: 940px;
    height: 198px;
    overflow: hidden;
}

#content {
    width: 940px;
    margin-bottom: 35px;
}

#content #homeLeft {
    width: 300px;
    float: left;
    padding-right: 20px;
}

#content #homeLeft #news {
    margin-bottom: 24px;
}

#content #homeCentre {
    width: 300px;
    float: left;
}

#content #homeRight {
    width: 300px;
    float: right;
}

#content #homeRight #homeRightTop, #right #homeRightTop {
    background: url(../img/right-top.gif) no-repeat left top;
    height: 10px;
    width: 300px;
    overflow: hidden;
}

#content #homeRight #homeRightbottom, #right #homeRightbottom {
    background: url(../img/right-bottom.gif) no-repeat left top;
    height: 10px;
    width: 300px;
    overflow: hidden;
    margin-bottom: 15px;
}

#content #homeRight #homeRightBody, #right #homeRightBody  {
    border-left: 1px solid #8ad0e3;
    border-right: 1px solid #8ad0e3;
    background-color: #dbf5fb;
    width: 258px;
    padding: 20px;
}

#footer {
    width: 940px;
    border-top: 4px solid #e8e7e8;
    padding-top: 15px;
    margin-bottom: 15px;
}

.internal #left {
    float: left;
    width: 620px;
}

.internal #right {
    float: right;
    width: 300px;
}

#likes {
    margin-bottom: 15px;
}

#homefeatures {
    height: 197px;
    position: relative;
    width: 940px;
    overflow: hidden;
}

#homefeatures-nav {
    position: absolute;
    bottom: 0px;
    left: -9px;
    width: 40px;
}

.homefeatures-body {
    position: absolute;
    width: 580px;
    right: 40px;
    top: 30px;
}

.smallLabel {
    color: #3f3c48;
    width: 60px;
    float: left;
}

.addthis_toolbox {
    height: 22px;
    overflow: hidden;
}

.faq-a {
    display: none;
}

.faq-main {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

/*.internal #left .news-list-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999999;
}*/

#header:after, #header #headerRight .social:after, #breadcrumbs:after, #content:after, #footer:after,
#banner:after, #subnav:after {
    content: ".";
    height: 0px;
    visibility: hidden;
    clear: both;
    display: block;
}


