﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.0em;
    color: #575757;
    background-color: #EBEBEB;
    margin: 0px 0px 0px 0px;
    height: 100%;
    background-image: url(../img/template/bg-site.png);
    background-repeat: repeat-y;
    background-position: center top;
}
a
{
    color: #2f416d;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}
h4
{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    font-weight: bold;
    color: #314760;
    padding-bottom: 10px;
    border-bottom: dashed 1px #314760;
}

/* layout */
#container
{
    width: 940px;
    left: 50%;
    margin-left: -470px; /* half the width of the div */
    margin: 0px auto;
    background-color: #ffffff;
    height: 100%;
}

#header
{
    width: 940px;
    height: 394px;
    background-image: url(../img/template/bg-header.gif);
    background-repeat: repeat-x;
}

#main-menu
{
    width: 254px;
    height: 394px;
    float: left;
}
div .nav
{
    margin-left: 27px;
    margin-bottom: 5px;
}
.nav a
{
    color: #ffffff;
    text-decoration: none;
}
.nav a:hover
{
    color: #000000;
    text-decoration: none;
}

#footer
{
    clear: both;
    width: 100%;
    min-height: 20px;
    font-size: 11px;
    color: #949494;
    padding-top: 5px;
    border-top: solid 1px #DBDCDC;
    border-bottom: solid 1px #DBDCDC;
}
.footer-left
{
    width: 48%;
    float: left;
    text-align: left;
}
.footer-right
{
    width: 48%;
    float: right;
    text-align: right;
}
#footer a
{
    font-size: 11px;
    color: #949494;
    text-decoration: none;
}
#footer a:hover
{
    font-size: 11px;
    color: #3F3F3F;
    text-decoration: none;
}

#content-holder
{
    clear: both;
    width: 100%;
}

.right-content
{
    float: right;
    width: 171px;
    margin-right: 10px;
}
.right-content img
{
    border: solid 1px #2C354C;
    margin-bottom: 5px;
}

.right-content-2
{
    float: right;
    width: 171px;
    margin-right: 10px;
}

.right-content-2 a
{
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
.right-content-2 a
{
    font-size: 11px;
    color: #ffffff;
    text-decoration: underline;
}

.left-content
{
    float: left;
    width: 215px;
    margin-left: 27px;
    margin-right: 40px;
    font-size: 11px;
}

.latest-news
{
    width: 98%;
    min-height: 192px;
    font-size: 11px;
    padding-left: 34px;
    background-image: url(../img/template/announcements.gif);
    background-repeat: no-repeat;
}
.quick-links
{
    width: 100%;
    min-height: 121px;
    font-size: 11px;
    padding-left: 34px;
    background-image: url(../img/template/quicklinks.gif);
    background-repeat: no-repeat;
}
.quick-links div
{
    margin-bottom: 4px;
}
.quick-links a
{
    font-size: 13px;
    color: #575757;
    text-decoration: none;
}
.quick-links a:hover
{
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}
.left-sep
{
    clear: both;
    width: 235px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.central-content
{
    float: left;
    width: 440px;
    font-size: 11px;
}
.news-sep
{
    clear: both;
    width: 100%;
}

.central-content-full
{
    float: left;
    width: 611px;
    font-size: 11px;
}

/* subnav */
.sub-nav-content
{
    width: 100%;
    font-size: 12px;
    color: #909092;
    margin-bottom: 20px;
    min-height: 152px;
}
.sub-nav-content div
{
    width: 200px;
    border-bottom: dashed 1px #909092;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-left: 24px;
}
.sub-nav-content a
{
    color: #808080;
    font-size: 12px;
    text-decoration: none;
}
.sub-nav-content a:hover
{
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

.sub-sub-menu-item
{
    padding-left: 15px;
}

/* downloads */
.downloads-content
{
    width: 185px;
    font-size: 11px;
    margin-left: 20px;
}
.downloads-content div
{
    margin-left: 20px;
}
.downloads-header
{
    font-size: 14px;
    font-weight: bold;
    color: #314760;
    padding-bottom: 10px;
    border-bottom: dashed 1px #314760;
    width: 185px;
    margin-left: 20px;
}

/* contact us */
.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%;
}

.newsletter-item
{
    clear: both;
    width: 96%;
}
.newsletter-synopsis
{
    float: left;
    width: 50%;
}
.newsletter-more
{
    float: right;
    width: 40%;
}
.hrs
{
    width: 100%;
    height: 1px;
    background-color: gray;
    clear: both;
    border: 0px;
}

.news-item
{
    clear: both;
    padding-bottom: 10px;
    border-bottom: dashed 1px #2C354C;
    margin-bottom: 10px;
    min-height: 100%;
}

.news-item a
{
    font-size: 12px;
    color: #2C354C;
    text-decoration: none;
}
.news-item a:hover
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.posted
{
    float: left;
    width: 40%;
}
.news-more
{
    float: right;
    width: 40%;
    text-align: right;
}

.file-b-header
{
    border-bottom: dashed 1px #3b6f96;
}

.add-images
{
    width: 180px;
    height: 23px;
    background-image: url(../img/template/bg-addimages.png);
    background-repeat: no-repeat;
    text-align: right;
}
.add-images img
{
    vertical-align: middle;
}
.add-images a
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.add-images a:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

.news-image-holder
{
    width: 650px;
    height: 379px;
    vertical-align: middle;
    text-align: center;
}
.news-image-caption
{
    width: 650px;
    height: 20px;
    background-color: #314760;
    color: #ffffff;
    vertical-align: middle;
    font-size: 11px;
    font-weight: bold;
    background-image: url(../img/template/news-gallery-top.png);
    background-repeat: no-repeat;
}
.news-image-counter
{
    width: 650px;
    height: 30px;
    background-color: #314760;
    color: #ffffff;
    vertical-align: middle;
    font-size: 11px;
    background-image: url(../img/template/news-gallery-bottom.png);
    background-repeat: no-repeat;
}
.news-image-counter div
{
    width: 18px;
    height: 18px;
    background-image: url(../img/template/nos.png);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    margin: 5px 5px 5px 5px;
}
.news-image-counter a
{
    
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;    
}
.news-image-counter a:hover
{
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.news-synopsis a
{
    font-size: 11px;
    text-decoration: none;
}
.news-synopsis a:hover
{
    font-size: 11px;
    text-decoration: underline;
}

.news-title a
{
    font-size: 14px;
    text-decoration: none;
    color: #384d65;
}
.news-title a:hover
{
    font-size: 14px;
    text-decoration: underline;
    color: #000000;
}

.news-link
{
    text-align: right;
}
.news-link a
{
    font-size: 11px;
    text-decoration: none;
    color: #384d65;
}
.news-link a:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #000000;
}
.breadcrumb
{
    clear: both;
    height: 30px;
    vertical-align: middle;
    font-size: 11px;
    padding-left: 30px;
}

/* events */
.event-month
{
    clear: both;
    font-size: 12px;
    color: #000000;
    margin-bottom: 10px;
}
.event-date
{
    float: left;
    width: 15%;
    color: #000000;
}
.event-time
{
    float: left;
    width: 10%;
    color: #000000;
}
.event-event
{
    float: left;
    width: 65%;
    color: #000000;
}
.event-location
{
    float: left;
    width: 15%;
    color: #000000;
}
.event-more
{
    float: left;
    width: 10%;
    color: #000000;
}

.event-month-item
{
    clear: both;
    border-bottom: solid 1px #c3c3c3;
}
.event-date-item
{
    float: left;
    width: 15%;
}
.event-time-item
{
    float: left;
    width: 10%;
}
.event-event-item
{
    float: left;
    width: 65%;
}
.event-location-item
{
    float: left;
    width: 15%;
}
.event-more-item
{
    float: left;
    width: 10%;
}
