/* Start of CMSMS style sheet 'layout' */
#site-wrapper{
    width: 754px;
}



/* header
    ============================================================ */
#header {
    height: 74px;
}
#logo {
    padding: 14px 0 0 17px;
}

#header-nav {
    height: 69px;
    background: url(images/header-nav.gif) no-repeat;
    position: relative;
}
#home-link {
    position: absolute;
    top: 1px;
    right: 8px;
    font-size: 10px;
}
#home-link a { color: #73454f; text-decoration: none; }
#main-nav {
    position: absolute;
    top: 25px;
    right: 8px;
}
#tagline {
    position: absolute;
    bottom: 3px;
    right: 15px;
    font-size: 11px;
    color: #000066;
    font-style: italic;
}



/* content
    ============================================================ */
#wrapper {
    overflow: hidden;
}
#leftbar {
    float: left;
    width: 139px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    background: #000066 url(images/leftcol.gif) no-repeat;
    margin-bottom: -4000px; padding-bottom: 4000px;
}
#content {
    float: left;
    width: 615px;
    background: url(images/bg-content.gif) repeat-y;
    margin-bottom: -2000px; padding-bottom: 2000px;
}
#content-header {
    height: 43px;
    background: url(images/content-header.gif) no-repeat;
}
#sub-nav { text-align: center; }
#copy {
    padding: 0 40px 0 18px;
}
#copy p {
    line-height: 20px;
}



/* footer
    ============================================================ */
#footer-bar {
    height: 16px;
    background: url(images/bg_bottom.gif) repeat-x;
}
#footer {
    padding: 0;
    margin: 0;
    color: #000066;
    font-size: 11px;
}

/* End of 'layout' */

