/* Start of CMSMS style sheet 'layout' */
/* header
    ============================================================ */
#header {
    height: 111px;
}
#logo {
    padding-top: 30px;
}
#tagline {
    float: right;
    padding-top: 48px;
}



/* main nav
    ============================================================ */
#main-nav {
    height: 27px;
    margin-bottom: 1px;
}



/* banner
    ============================================================ */
#banner {
    width: 840px;
    background-repeat: none;
}
#pg-home #banner {
    height: 245px;
    background: url(uploads/images/banner-home.jpg);
}
#pg-about-us #banner {
    height: 170px;
    background: url(uploads/images/banner-about-us.jpg);
}
#pg-our-services #banner {
    height: 170px;
    background: url(uploads/images/banner-our-services.jpg);
}
#pg-resources #banner {
    height: 170px;
    background: url(uploads/images/banner-resources.jpg);
}
#pg-case-studies #banner {
    height: 170px;
    background: url(uploads/images/banner-case-studies.jpg);
}
#pg-contact-us #banner {
    height: 170px;
    background: url(uploads/images/banner-contact-us.jpg);
}



/* content
    ============================================================ */
#content {
    float: left;
    width: 645px;
}
#content, #full-content { margin-bottom: 20px; }
#pg-home #content { width: 520px; }

#bluebox, #bluebox2 {
    float: left;
    width: 140px;
    background: #bbc8d4;
    border: 1px solid #5d7b98;
    padding: 20px 15px;
    margin: 11px 20px 11px 0;
}
#pg-home #bluebox, #bluebox2 { 
    float: right; 
    width: 275px;
    margin: 30px 0;
    padding-top: 10px;
}
#bluebox2 { margin: 0 0 20px 20px; }

#sub-nav-title a {
    font-weight: bold;
    color: #10151a;
    text-decoration: none;
}



/* footer
    ============================================================ */
#footer {
    clear: both;
    background: #516b84;
    color: #fff;
    padding: 15px 20px;
}
#footer a { color: #fff; text-decoration: underline; }
.footer-col {
    float: left;
    margin-right: 40px;
}

/* End of 'layout' */

