/* Start of CMSMS style sheet 'layout' */
#site-wrapper {
    width: 930px;
    margin: 0 auto;
    background: url(images/bg-site.gif) repeat-y right;
}



/* header
    ============================================================ */
#header {
    height: 36px;
    position: relative;
}
#header-nav {
    position: absolute;
    top: 0; left: 138px;
/*    margin: 0 0 0 138px; */
    /* width: 792px; */ width: 762px; height: 41px;
    background: url(images/bg-header.png) repeat-x;
    text-align: right;
    padding: 0 30px 0 0;
    line-height: 36px;
    font-size: 11px;
    color: #fff;
}
#header-nav a {
    color: #fff;
    text-decoration: none;
}
#logo {
    position: absolute;
    top: 18px;
}



/* left col
    ============================================================ */
#left-col {
    float: left;
    width: 154px;
    margin: 120px 16px 20px 0;
}

/* main nav */
#main-nav, #member-nav {
    background: #265483;
    text-align: right;
}
#member-nav { margin: 11px 0 0 0; }

/* search */
#search {
    margin: 11px 0 0 0;
    background: #265483;
    padding: 4px 0 6px 6px;
    font-size: 13px;
    color: #fff;
}
#search form { padding: 0; margin: 0; }
#search input { vertical-align: middle; }
#search input.txtfield {
    width: 125px;
    *width: 118px;
    border: none;
}
#search input.btn {
    margin: 0 0 0 2px;
}



/* home
    ============================================================ */
#home-content-wrapper {
    float: left;
    width: 760px;
/*
    width: 713px;
    padding: 0 26px 0 0;
*/
    overflow: hidden;
}
#home-content {
    float: left;
    width: 350px;
}
#home-news {
    float: left;
    width: 215px;
    margin: 0 25px 0 0;
    color: #666;
}
#home-news .NewsSummary { padding-bottom: 18px; }
#home-news a {
    color: #000;
    text-decoration: underline;
}

#home-events {
    float: left;
    width: 235px;
    margin: 0 30px 0 0;
    color: #666;
}
#home-events .calendar-event{ padding-bottom: 18px; }
#home-events a {
    color: #000;
    text-decoration: underline;
}
#home-copy {
    float: left;
    /* width: 220px; */ width: 197px;
    padding: 10px 16px;
    background: #909e49;
    color: #fff;
    margin-bottom: -2000px; padding-bottom: 2000px;
}
#home-copy a {
    color: #fff;
    text-decoration: underline;
}



/* inner
    ============================================================ */
#content {
    float: left;
    /* width: 760px; */ width: 718px;
    padding: 0 26px 0 0;
    margin-left: 16px;
    overflow: hidden;
}
#sidebar {
    float: right;
    /* width: 217px; */
    width: 185px;
    padding: 25px 16px 0 16px;
    margin: 0 0 10px 4px;
    background: #909e49;
    color: #fff;
}
#sidebar a { color: #fff; text-decoration: underline; }
#sidebar p {
    padding: 0 0 12px 0;
    margin: 0;
}



/* news and events
    ============================================================ */
.NewsSummary, .innerNewsSummary, .calendar-event {
    margin: 8px 0;
    padding: 0;
}
#cal-upcominglist { padding: 0; margin: 0; }



/* footer
    ============================================================ */
#footer {
    clear: both;
    margin: 0 0 0 138px;
    /* width: 792px; */ width: 727px;
    padding: 16px 30px 16px 35px;
    background: #444444;
    font-size: 11px;
    color: #fff;
    position: relative;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer-shadow {
    position: absolute;
    top: -4px; left: 0;
    width: 792px; height: 4px;
    background: url(images/shadow-footer.png) repeat-x;
    font-size: 1px;
}

/* End of 'layout' */

