/* Start of CMSMS style sheet 'layout' */
#shadow {
    width: 892px;
    padding: 6px 0 40px 0;
    margin: 0 auto;
    background: url(images/shadow.png) repeat-y;
}
#wrapper {
    width: 880px;
    margin: 0 0 0 6px;
    background: url(images/wrapper.gif) repeat-y;
}



/* header 
    ============================================================ */
#header {
    height: 110px;
    position: relative;
}
#logo {
    position: absolute;
    top: 7px;
    left: -16px;
}

#main-nav {
    height: 29px;
    background: #921b2c url(images/bg-nav.gif) no-repeat;
}



/* home
    ============================================================ */
#homecontent {
    position: relative;
    text-align; right;
}
#homecopy {
    position: absolute;
    width: 550px;
    top: 175px;
    left: 40px;
}




/* inner content
    ============================================================ */
#content {
}
#sub-nav-wrap {
    float: left;
    padding: 0 25px 0 35px;
    width: 175px;
}
#sub-nav-title {
    margin-top: 65px;
}
#copy, #fullcopy { margin-top: 20px; margin-bottom: 20px; }
#copy {
    float: left;
    width: 615px;
}
#fullcopy {
    margin-left: 35px;
    width: 810px;
}




/* bottom img
    ============================================================ */
#bottomimg { width: 100%; }
#pg-design #bottomimg {
    background: url(images/about-us.jpg) no-repeat right;
    height: 299px;
}
#pg-what-we-do #bottomimg {
    padding-bottom: 5px;
    background: url(images/what-we-do.jpg) no-repeat right;
    height: 297px;
}
#pg-communications #bottomimg {
    background: url(images/corporate-communications.jpg) no-repeat right;
    height: 276px;
}



/* footer
    ============================================================ */
#footer {
    font-size: 11px;
    color: #fff;
    position: relative;
    height: 65px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
.footer-copy {
    position: absolute;
    bottom: 0px;
}
/* End of 'layout' */

