/* ====================
swatch colors
--------------------
C6CE7A - green
C2394C - red
==================== */
/* resets and overrides
-------------------- */
* {
}

/* links and type
-------------------- */
html, body {
    height: 100%;
}
body {
    font: 12px Georgia, 'Times New Roman', Times, serif;
    color: #000;
    background-color: #C6CE7A;
    margin: 0;
    padding: 0;
}

a:link, a:active, a:visited { color: #C2394C; text-decoration: underline;}
a:hover { text-decoration: none;}

h1 {
    float: left;
    width: 500px;
    height: 35px;
    font-size: 20px;
    color: #C2394C;
    background: transparent url('/images/headerback.jpg') no-repeat 0 0;
    padding-top: 10px;
    margin: 0;
}
h1 a {}
h1 a:hover { }

img { border: 0;}

/* layout
-------------------- */
#page-body {
    width: 918px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    margin: 0 auto;
    margin-top: 18px;
    background-color: #FFF;
}
#page-header {
    width: 100%;
    height: 244px;
    background: #FFF url('/images/masthead.jpg') no-repeat 0 0;
}
#main {
    clear: left;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}
#left-side {
    float: left;
    width: 70px;
    height: 386px;
    background: #FFF url('/images/left-side-bar.jpg') no-repeat 0 0;
}
#page {
    float: left;
    width: 729px;
}
#navigation {
    float: left;
    width: 166px;
    text-align: center;
    padding-top: 10px;
    margin-left: 5px;
}
#content {
    float: left;
    width: 500px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    margin-left: 30px;
}
#right-side {
    float: right;
    width: 119px;
    height: 386px;
    background: #FFF url('/images/right-side-bar.jpg') no-repeat 0 0;
}
#divider {
    clear: left;
    width: 686px;
    height: 3px;
    line-height: 3px;
    background-color: #C6CE7A;
    margin: 0 auto;
}
#footer {
    width: 100%;
    height: 87px;
    margin-top: 11px;
}

/* navigation elements
-------------------- */
#navigation a {
    display: block;
    font-weight: bold;
    line-height: 30px;
}
#navigation a:link, #navigation a:active, #navigation a:visited { text-decoration: none;}
#navigation a:hover { text-decoration: underline;}

/* footer elements
-------------------- */
#footer .contact {
    float: left;
    width: 171px;
    height: 61px;
    padding-top: 10px;
    padding-left: 23px;
    font-size: 14px;
}
#footer .contact .company-name {
    font-size: 14px;
    font-weight: bold;
    color: #C2394C;
}
#footer .links {
    float: left;
    width: 409px;
    font-size: 10px;
    text-align: center;
    padding-top: 40px;
}
#footer .links a { color: #000;}
#footer .logo {
    float: left;
    width: 126px;
    text-align: center;
    padding-top: 22px;
}

/* form elements
-------------------- */
form { margin: 0;}