/* Start of CMSMS style sheet 'layout' */
#wrapper {
    width: 960px;
    padding: 0;
    margin: 29px auto 60px auto;
}



/* header 
    ============================================================ */
#header {
    background: #fff;
    height: 100px;
    border: 1px solid #bda86e;
    margin-bottom: 1px;
    position: relative;
}
#logo {
    margin: 20px 0 0 29px;
}
#header-difference {
    position: absolute;
    top: 42px;
    right: 0px;
}



/* main nav
    ============================================================ */
#main-nav {
    border-top: 4px solid #bda86e;
    height: 38px;
    margin-bottom: 8px;
    background: url(images/bg-main-nav.png) repeat-x;
}

#search { 
    float: right; 
    margin: 4px 30px 0 0;
}
#search input { vertical-align: middle; }
#search input.txtfield {
    border: none;
    border-top: 2px solid #b2b2b2;
    margin-right: 6px;
}



/* content
    ============================================================ */
#content-wrapper {
    background: #fff;
    border: 1px solid #bda86e;
    padding: 29px 27px 35px 30px;
}
.innerpg {
    float: left;
    width: 643px;
    margin: 0 25px 0 0;
}
.innerpg-no-subnav {
}

/* home */
#home-content {
    border-bottom: 4px solid #bda86e;
    margin-bottom: 20px;
}
#piccontainer {
    width: 600px;
    float: left;
}
#home-content-wrapper {
    float: left;
    width: 301px;
    height: 241px;
    background: url(images/bg-home.gif) no-repeat;
    color: #fff;
}
#home-content-copy {
    margin: 25px 30px 0 30px;
    border-bottom: 1px dotted #fff;
}
#home-content-copy p {
    /* line-height: 23px; */
    padding: 6px 0; margin: 0;
}
#home-content-copy a {
    color: #fff;
}

.bottom-col {
    float: left;
    width: 262px;
    margin: 0 54px 30px 0;
}
.bottom-col-heading {
    border-bottom: 1px solid #918f8f;
}
#bottom-career, #bottom-staff { border-bottom: 1px dotted #2c4c80; }
#bottom-staff { margin-right: 0; }

/* interior */
#sub-nav-wrap {
    float: left;
    padding: 0;
    margin: 0;
    width: 230px;
    background: #fff;
    border: 1px solid #bda86e;
}
/* valuations */
#subsub-nav-wrap {
    float: right;
    padding: 15px 12px;
    margin: 0 0 10px 15px;
    width: 200px;
    background: #2c4c80;
    border: 1px solid #bda86e;
}



/* news
    ============================================================ */
.NewsSummary { padding-bottom: 20px; }
.NewsSummaryLink { font-weight: bold; }


/* footer
    ============================================================ */
#footer {
    padding: 22px 0 0 0;
}
#footer p {
    line-height: 20px;
}

#footer #address a { color: #000; font-weight: bold; text-decoration: none; }
/* End of 'layout' */

