/* Start of CMSMS style sheet 'layout' */
#sitewrapper {
    width: 1006px;
    background: url(images/bg-footer.png) repeat-y;
    /* width: 990px;     background: #d03d21; */
    min-height: 100%;
}



/* header and main nav
    ============================================================ */
#header {
    height: 194px;
    background: url(images/bg-header.jpg) no-repeat;
    position: relative;
}
#logo-link a {
    position: absolute;
    top: 5px;
    left: 3px;
    width: 145px;
    height: 139px;
}
#logo-link a:hover { background: url(images/logo_overstate.jpg) no-repeat; }
.pg-educational-programs #header {
    background: url(images/bg-header-ed.jpg) no-repeat;
}
#band {
    position: absolute;
    top: 4px;
    right: 8px;
}
#logo {
    position: absolute;
    top: 135px;
    right: 26px;
}

#main-nav {
    position: absolute;
    bottom: 0;
    left: 173px;
}



/* content
    ============================================================ */
#contentwrapper {
    background: #fcebc4 url(images/bg-main-content.png) no-repeat;
    width: 990px;
    /* min-height: 250px;
    height: auto !important;
    height: 250px; */
}
.pg-educational-programs #contentwrapper {
    background: #fcebc4 url(images/bg-main-content-ed.png) no-repeat;
    width: 990px;
}

#leftbar2 {
    float: left;
    width: 173px;
}
#content {
    float: left;
    width: 800px;
    margin: 8px 0 0 0;
    padding-bottom: 35px;
    overflow: hidden;
}
#sidebar {
    float: left;
    width: 295px;
    background: url(images/bg-sidebar.png) repeat-y top right;
    text-align: right;
    padding: 0 1px 0 0;
    margin: 0 20px 0 0;
    margin-bottom: -2000px; padding-bottom: 2000px;
}
#sidebar-copy {
    float: right;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #d03d21;
}
#sidebar-copy img {
    margin-right: -10px;
}
.pg-news #sidebar-copy { padding-top: 100px; }
#contentcopy {
    float: left;
    width: 480px;
}
#contentcopy-whole-page {
    padding-left: 50px;
}
#tour-schedule #contentcopy {
    margin-left: 14px;
    padding-top: 20px;
    width: 795px;
}

/* photo gallery */
#imagegallery .thumb {
    float: left;
    margin: 0 0 10px 15px;
}

.contactform {
    float: right;
    width: 500px;
}
.contactform fieldset {
    border: 1px dotted #bea36b;
    width: 470px;
    margin-bottom: 5px;
}
.contactform input {
    margin-bottom: 8px;
}



/* sub nav
    ============================================================ */
#sub-nav-top {
}
#sub-nav {
    padding-left: 315px;
}
.pg-news #sub-nav {
    padding-bottom: 20px;
}



/* footer
    ============================================================ */
#footer {
    font-size: 10px;
    line-height: 12px;
    color: #fcebc4;
    padding-bottom: 20px;
}
#footer a {
    color: #fcebc4;
    text-decoration: none;
}
#footer a:hover {
    border-bottom: 1px dotted #fcebc4;
}

/* End of 'layout' */

