/* Start of CMSMS style sheet 'layout' */
#sitewrapper {
    padding: 0;
    margin: 0 auto;
    width: 770px;
    /* position: relative; */
}



/* header
    ============================================================ */
#header {
    border-top: 12px solid #3b0862;
}
#logo {
    float: left;
}



/* main nav
    ============================================================ */
#main-nav {
    float: left;
    padding: 32px 0 0 0;
}



/* home content, inner sub nav
    ============================================================ */
#top-wrapper {
    height: 279px;
    padding-bottom: 4px;
    border-bottom: 12px solid #abdc59;
    margin-bottom: 20px;
    position: relative;
}
#top-content {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 165px;
    font-size: 12px;
    color: #fff;
}
#top-content a {
    color: #a772cf;
}
#videocontainer {
    position: absolute;
    top: 0;
    left: 190px;
    width: 580px;
    height: 279px;
    text-align: center;
}



/* home page columns
    ============================================================ */
.home-col {
    float: left;
    width: 219px;
    padding: 0;
    margin: 0;
}
.home-col p { line-height: 16px; }
/* .home-col a { color: #000; } */
#home-news { 
    width: 219px;
    margin-left: 19px;
    _margin-left: 10px;
}
#home-featured-service {
    width: 219px;
    margin-left: 30px;
}
#home-pro-team {
    width: 246px;
    margin-left: 30px;
}



/* news items
    ============================================================ */
.NewsSummary {
    padding: 18px 0 0 20px;
    line-height: 16px;
    background: url(images/bg-newsitem.gif) no-repeat left 20px;
}
.NewsSummary p {
    padding: 0;
    margin: 0;
}
.NewsSummaryPostdate, #NewsPostDetailDate {
    font-size: 12px;
    color: #72ab13;
    text-transform: lowercase;
}
.NewsSummaryLink a {
    color: #4aafdc;
}




/* inner content
    ============================================================ */
#content {
    float: left;
    padding: 0 20px;
    width: 475px;
}
#content h1 { margin-right: 20px; }
#container {
    float: left;
    padding-top: 70px;
}



/* footer
    ============================================================ */
#footer {
    background: #f3f3f3;
    padding: 22px 17px 18px 40px;
    margin-top: 15px;
    /* width: 770px; */
}
#footer a {
    color: #6f6f6f;
}

/* End of 'layout' */

