/* Start of CMSMS style sheet 'layout' */
#siteWrapper { border: 1px solid #f0f0d8; }



/* header
    ============================================================ */
#header {
    position: relative;
}
#logo {
    padding: 10px 0 14px 30px;
}
#header-tags {
    position: absolute;
    top: 0;
    right: 21px;
    width: 317px;
    height: 27px;
}
#taglinewrapper {
    position: absolute;
    top: 82px;
    right: 22px;
    width: 298px;
    height: 20px;
}



/* main nav
    ============================================================ */
#main-nav {
    height: 30px;
    width: 960px;
    background: url(images/bg-main-nav.gif) repeat-x;
    padding: 0;
    margin: 0 0 1px 0;
    text-align: center;
}



/* content
    ============================================================ */
#content {
    background: #fff;
    padding: 17px 0 0 0;
}


/* home */
#home-cols {
    background: url(images/bg-home-col.gif) repeat-y;
}
#home-col1, #home-col2, #home-col3 {
    float: left;
    width: 319px;
    padding: 0;
    margin: 0 1px 0 0;
}
#home-col1 { width: 320px; }
#home-col3 { margin: 0; }

.col-heading { height: 24px; padding: 8px 0 0 15px; color: #fff; }
#heading-col1 { background: url(images/home-heading-green.gif) no-repeat; }
#heading-col2 { background: url(images/home-heading-red.gif) no-repeat; }
#heading-col3 { background: url(images/home-heading-blue.gif) no-repeat; }

#content-col1, #content-col2, #content-col3 {
}
#content-col2 { color: #c84d27; }
.col-content { padding: 12px 15px; }
.col-content a { color: #c84d27; }
.col-content p { padding: 12px 0; margin: 0; }
.col-content ul { padding: 12px 24px; margin: 0; }


/* inner */
#sidebar {
    float: left;
    width: 235px;
    padding: 20px 35px 20px 0;
}

#sub-nav { width: 233px; padding: 0 0 27px 0; }
#subnavheading { 
    width: 233px; 
    height: 21px; 
    background: url(images/bg-inner-blue.gif) no-repeat;
    color: #fff;
    padding: 10px 0 0 28px;
    margin: 0 0 1px 0;
}
#subnavheading.currentpage { background: url(images/bg-sub-nav-header-current.gif) no-repeat; }
#subnavheading a { 
    color: #fff;
    text-decoration: none;
}
#sub-nav ul { 
    padding: 0; 
    margin: 0; 
    list-style-type: none; 
}
#sub-nav ul li { 
    padding: 8px 28px;
    background: #b0bec8; 
    margin: 0 0 1px 0; 
}
#sub-nav ul li.currentpage { 
    background: #889ca9 url(images/bg-sub-nav-header.gif) no-repeat left center;
}
#sub-nav ul li a { 
    color: #fff;
    text-decoration: none;
}

#sideinfo { width: 234px; }
#sideinfoheading {
    height: 24px; padding: 8px 0 0 15px; color: #fff;
    background: url(images/bg-inner-red.gif) no-repeat;
}
#sideinfocontent {
    font-size: 12px;
    padding: 0 12px 12px 12px;
}

#innercontent { float: left; width: 660px; padding: 0 0 20px 0; }

#innercontent a, #sideinfocontent a { color: #c84d27; }

/* footer
    ============================================================ */
#footer {
    clear: both;
    padding: 12px 0 0 0;
    font-size: 10px;
    color: #333332;
    line-height: 18px;
}
#footer a {
    color: #333332;
    text-decoration: none;
}
/* End of 'layout' */

/* Start of CMSMS style sheet 'style' */
body {
    padding: 0;
    margin: 6px auto 25px auto;
    width: 962px;
    background: #f0f0d8 url(images/bg.gif) repeat-x;
    font: 14px Arial, sans-serif;
    color: #333332;
}

a img { border: none; }

h1, h2, h3 {
    padding: 0;
    margin: 0;
    color: #516f85;
}
h1 { font-size: 30px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; clear: both; }


.testimonial-quote { color: #c84d27; }
.testimonial-from { color: #333332; }
.clearBoth {
    clear: both;
    font-size: 1px;
}

.headshot {float: left; clear: both; margin-right: 5px; margin-bottom: 15px;}



/* tag line
    ============================================================ */
#tagline {
    font-size: 18px;
    color: #a85228;
}



/* main nav
    ============================================================ */
#main-nav ul {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
}
#main-nav ul li {
    display: inline;
    font-size: 16px;
    padding: 0 30px;
}
#main-nav ul a {
    color: #fff;
    text-decoration: none;
}
textarea { height: 75px; }
/* End of 'style' */

