/* Start of CMSMS style sheet 'layout' */
.sitewidth {
    width: 940px;
    margin: 0 auto;
}

/* header
    ============================================================ */
#headerwrapper {
    height: 95px;
    border-bottom: 2px solid #fff;
    background: url(images/bg-header.jpg) repeat-x top center;
}
#header {
    height: 95px;
    position: relative;
}
#logo {
    padding: 18px 0 0 26px;
}
#service-apt {
    position: absolute;
    top: 0;
    right: 0;
    width: 273px;
    height: 41px;
    color: #fff;
}
#service-apt a {
    color: #fff;
    text-decoration: none;
}
#service-apt img { 
    vertical-align: middle; 
    /* margin-left: 10px; */
}



/* main nav
    ============================================================ */
#navwrapper {
    height: 32px;
    background: url(images/bg-nav-dark.gif) repeat-x;
}
#main-nav {
    height: 32px;
    background: url(images/bg-nav.gif) repeat-x;
}



/* home content
    ============================================================ */
#home-top {
    padding: 0;
    margin: 0;
    /* height: 437px; */
    background: #439aa1 url(images/bg-home.gif) repeat-x;
    color: #fff;
}
#home-top { font-size: 14px; }
#home-top a {
    color: #fff;
}
#container {
    float: left;
    /* width: 630px; */
    width: 605px;
    /* height: 428px; */
    height: 403px;
    background: url(images/bg-home-rotator.png) no-repeat;
    padding: 25px 0 0 25px;
    margin-right: 10px;
}
#home-top #home-content {
    float: left;
    /* padding-top: 10px; */
    width: 300px;
}
#home-top #home-content p {
    padding-bottom: 0; margin-bottom: 0;
    margin-top: 0;
    padding-top: 14px;
}

#home-bottom {
    overflow: hidden;
    margin-top: -9px;
}
.home-bottom-content {
    float: left;
    background: #fff url(images/bg-home-bottom-shadow.gif) repeat-x top;
    /* width: 297px; */
    width: 263px;
    padding: 0 17px;
    *padding-top: 19px;
    margin-bottom: -1990px; padding-bottom: 2000px;
}
.home-bottom-content p { line-height: 18px; }

table#home-bottom-alt { margin: 20px 0; width: 100%; }
table#home-bottom-alt h3 { color: #fff; }
.email-label { padding: 0 17px 0 13px; }

#home-shadow {
    height: 9px;
    background: url(images/bg-shadow.png) repeat-x;
}



/* inner content
    ============================================================ */
/* breadcrumb */
#breadcrumb-wrapper {
    height: 45px;
    background: url(images/bg-breadcrumb.gif) repeat-x;
}
#breadcrumb {
    width: 918px;
    color: #fff;
    line-height: 31px;
}
#breadcrumb a {
    color: #fff;
}

/* sidebar */
#sidebar {
    float: left;
    width: 225px;
    margin-right: 35px;
}

#sub-nav-title {
    padding: 20px 15px;
    background: #c3e5e8;
    border-bottom: 1px solid #fff;
}
#sub-nav-title a {
    font-size: 14px;
    color: #1f3637; 
    text-decoration: none;
}

#sub-nav {
    padding: 20px 15px 0 15px;
    background: #c3e5e8;
}

#sideinfo {
    padding: 8px 15px;
    margin: 35px 0 0 0;
    background: #439aa1;
    border: 1px solid #327277;
    color: #fff;
}
#sideinfo h3, #sideinfo a { color: #fff; }

#testimonial {
    float: right;
    width: 170px;
    padding: 0 15px;
    margin: 0 0 10px 15px;
    font-size: 10px;
    background: #c3e5e8;
}
#content {
    float: left;
    /* width: 680px; */
    width: 640px;
    padding: 0 20px;
    *padding-bottom: 15px;
    background: #fff;
}
#content p, #content li { line-height: 18px; }
#more-info a {
    color: #00529f;
}

.category_item {
    float: left;
    width: 300px;
    text-align: center;
    padding-bottom: 20px;
}
.category_item img {
    margin-bottom: 10px;
}
.item_images {
    text-align: center;
}
.catnav {
    display: none;
}



/* footer
    ============================================================ */
#footer, #home-footer {
    clear: both;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* inner pages are anit-.sitewidth */
#footer {
    /* width: 940px; */
    width: 680px;
    padding-left: 260px;
    margin: 0 auto;
}
#footer a, #home-footer a {
    color: #000;
    text-decoration: none; 
}

/* End of 'layout' */

