﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.0em;
    color: #585858;
    background-image: url(../img/template/bg-site.gif);
    background-repeat: repeat-x;
    background-color: #e8eaee;
    margin: 0px 10px 10px 10px;
    height: 100%;
}
a
{
    color: #C5691C;
    text-decoration: none;
}
a:hover
{
    color: #64758D;
    text-decoration: none;
}

/* layout */
#container
{
    width: 940px;
    min-height: 950px;
    left: 50%;
    margin-left: -470px; /* half the width of the div */
    margin: 0px auto;
    background-color: #ffffff;
}

#site-header
{
    clear: both;
    width: 100%;
    height: 100px;
    background-image: url(../img/template/bg-header.jpg);
    background-repeat: no-repeat;
}
#site-header img
{
    padding-top: 25px;
    padding-left: 15px;
}

/* main menu */
#main-menu
{
    clear: both;
    width: 100%;
    height: 23px;
    background-color: #64758D;
    text-align: center;
    padding-top: 2px;
}
#main-menu a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
    margin-right: 14px;
    margin-left: 14px;
    font-weight: bold;
}
#main-menu a:hover
{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    margin-right: 14px;
    margin-left: 14px;
    font-weight: bold;
}
#blue-rule
{
    clear: both;
    height: 3px;
    background-color: #3b6f96;
    margin-top: 2px;
    margin-bottom: 5px;
}

/* left-content */
#left-content
{
    float: left;
    width: 178px;
    min-height: 100%;
    background-color: #ffffff;
}
.quick-nav-head
{
    width: 163px;
    background-color: #C5691C;
    height: 23px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 15px;
}
.quick-nav-content
{
    width: 163px;
    font-size: 11px;
    color: #909092;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 20px;
}
.quick-nav-content a
{
    color: #C5691C;
    font-size: 11px;
    text-decoration: none;
}
.quick-nav-content a:hover
{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

#vertical-hr
{
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    min-height: 860px;
    width: 13px;
    background-color: #1F1B3F;
}

/* right panel */
#right-content
{
    float: right;
    width: 717px;
    margin-right: 15px;
    min-height: 100%;
    background-color: #ffffff;
}

.welcome-container
{
    float: left;
    width: 287px;
    margin-right: 10px;
}
.welcome-box
{
    width: 198px;
    background-image: url(../img/template/bg-welcome.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    padding: 7px 7px 4px 7px;
}
.welcome-footer
{
    width: 212px;
    height: 19px;
    background-image: url(../img/template/bg-welcome-footer.gif);
    background-repeat: no-repeat;
}

.news-container
{
    float: right;
    width: 419px;
    margin-right: 1px;
}
.news-box
{
    width: 405px;
    background-image: url(../img/template/bg-news.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    padding: 7px 7px 4px 7px;
}
.news-box img
{
    float: left;
    margin-right: 10px;
}
.news-footer
{
    width: 419px;
    height: 20px;
    background-image: url(../img/template/bg-news-footer.gif);
    background-repeat: no-repeat;
    text-align: right;
}
.news-footer img
{
    margin-right: 10px;
    margin-bottom: 5px;
}
.news-box a
{
    font-size: 12px;
    color: #C5691C;
    text-decoration: none;
}
.news-box a:hover
{
    font-size: 12px;
    color: #3B6F96;
    text-decoration: none;
}

.news-images
{
    clear: both;
    width: 100%;
    border-top: dashed 1px #C5691C;
}

/* subnav */
.sub-nav-head
{
    width: 163px;
    background-color: #C5691C;
    height: 23px;
    color: #ffffff;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
}
.sub-nav-content
{
    width: 163px;
    font-size: 11px;
    color: #909092;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 20px;
}
.sub-nav-content div
{
    width: 163px;
    border-bottom: solid 1px #909092;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sub-nav-content a
{
    color: #C5691C;
    font-size: 11px;
    text-decoration: none;
}
.sub-nav-content a:hover
{
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}

.main-content-holder
{
    font-size: 11px;
    line-height: 1.5em;
}
.page-header
{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-weight: bold;
    color: #C5691C;
    padding-bottom: 10px;
    border-bottom: dashed 1px #C5691C;
}

.form-item
{
    padding: 5px 5px 5px 5px;
}
.form-item label
{
    color: #000000;
}
.w100
{
    width: 96%;
}

.mapdirections
{
    clear: both;
    width: 100%;
}
.contactform
{
    clear: both;
    width: 100%;
}

.news-item
{
    clear: both;
    padding-bottom: 10px;
    border-bottom: dashed 1px #C5691C;
    margin-bottom: 10px;
    min-height: 100%;
}

.news-item a
{
    font-size: 12px;
    color: #C5691C;
    text-decoration: none;
}
.news-item a:hover
{
    font-size: 12px;
    color: #3B6F96;
    text-decoration: none;
}
.posted
{
    float: left;
    width: 40%;
}
.news-more
{
    float: right;
    width: 40%;
    text-align: right;
}

/* footer */
#footer
{
    clear: both;
    width: 100%;
    height: 27px;
    text-align: right;
    background-color: #E3E3E3;
    font-size: 11px;
    color: #000000;
}
#footer a
{
    color: #000000;
    text-decoration: none;
}
#footer a:hover
{
    color: #C5691C;
    text-decoration: none;
}

.file-b-header
{
    border-bottom: dashed 1px #3b6f96;
}