﻿html
{
    height: 100%;
}
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: #ffffff;
    margin: 30px 10px 10px 10px;
    height: 100%;
}
a
{
    color: #241D55;
    text-decoration: none;
}
a:hover
{
    color: #908553;
    text-decoration: none;
}
h4
{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #241D55;
    padding-bottom: 10px;
    border-bottom: solid 1px #241D55;
}

/* landing page */
#landing-container
{
    width: 840px;
    left: 50%;
    margin-left: -420px; /* half the width of the div */
    margin: 0px auto;
    min-height: 500px;
    background-color: #241D55;
    color: #ffffff;
    font-size: 11px;
}
.landing-left
{
    float: left;
    width: 50%;
    text-align: center;
}
.landing-left img
{
    margin-top: 40px;
}
.landing-right
{
    float: right;
    width: 45%;
    text-align: left;
    margin-top: 50px;
    margin-right: 30px;
}
.landing-buttons
{
    margin-bottom: 20px;
}

/* layout */
#container
{
    width: 940px;
    left: 50%;
    margin-left: -470px; /* half the width of the div */
    margin: 0px auto;
    min-height: 100%;
    background-color: #241D55;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}
#content-holder
{
    clear: both;
    width: 96%;
    background-color: #ffffff;
    color: #000000;
    padding: 10px 10px 10px 10px;
    min-height: 900px;
    margin: 0 auto;
    display: table;
    background-image: url(../img/template/content-bg.gif);
    background-repeat: repeat-y;
}
.left-content
{
    float: left;
    width: 260px;
    height: 100%;
    text-align: left;
}
.center-content
{
    float: left;
    width: 10px;
    margin-left: 15px;
    background-color: #908553;
    height: 195px;
    display: table;
}
.center-content2
{
    float: left;
    width: 10px;
    margin-left: 15px;
    background-color: #908553;
    height: 890px;
    display: table;
}
.center-content3
{
    float: left;
    width: 10px;
    margin-left: 15px;
    background-color: #908553;
    height: 600px;
    display: table;
}
.right-content
{
    float: right;
    width: 592px;
    text-align: left;
}
#upcoming-events
{
    float: left;
    width: 48%;
}
.event-dates
{
    font-size: 11px;
    color: #908553;
}
.event-title
{
    font-size: 11px;
    color: #241D55;
    border-bottom: dashed 1px #241D55;
    margin-bottom: 5px;
}
.upcoming-events-scroll
{
    width: 100%;
    height: 150px;
    overflow: auto;
}

#principal-blog
{
    float: right;
    width: 48%;
}
.text-content
{
    float: right;
    width: 60%;
}
.left-text
{
    float: left;
    width: 40%;
}
.left-text-full
{
    float: left;
    width: 95%;
}
.downloads
{
    width: 210px;
    background-color: #241D55;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
}
.downloads2
{
    float: left;
    width: 210px;
    background-color: #241D55;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
    margin-right: 15px;
}
.downloads-header
{
    font-size: 12px;
    font-weight: bold;
    border-bottom: solid 1px #ffffff;
}
.downloads a
{
    color: #ffffff;
    text-decoration: none;
}
.downloads a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.downloads2 a
{
    color: #ffffff;
    text-decoration: none;
}
.downloads2 a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

/* header */
#header
{
    clear: both;
    width: 90%;
    text-align: left;
}
.header-left
{
    float: left;
    width: 45%;
    height: 112px;
}
.header-right
{
    float: right;
    width: 45%;
    height: 112px;
    text-align: right;
}
.welcometxt
{
    width: 100%;
    height: 195px;
    background-color: #908553;
    font-size: 14px;
    line-height: 1.3em;
    color: #ffffff;
    text-align: left;
    font-weight: lighter;
}

/* main menu */
#top-menu
{
    clear: both;
    width: 100%;
    height: 26px;
    padding-top: 8px;
    background-color: #eeeeee;
}
#main-menu
{
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 25px;
    margin-left: 10px;
}

#main-menu li
{
    float: left;
    list-style: none;
    padding: 0 0 0px 0;
    margin: 0 28px 0 0;
}

#main-menu a
{
    display: block;
    font-size: 12px;
    color: #000000;
    text-align: center;
}

#main-menu a:hover
{
    display: block;
    font-size: 12px;
    color: #908553;
    text-align: center;
}

a.selected
{
    display: block;
    font-size: 12px;
    color: #263B77;
    text-align: center;
}
#breadcrumb
{
    clear: both;
    width: 100%;
    color: #241D55;
    font-size: 11px;
    text-align: left;
    margin-bottom: 10px;
    background-color: #eeeeee;
}

/* news */
.news-header
{
    font-size: 12px;
    color: #908553;
}
.news-content
{
    color: #3F3F3F;
    font-size: 11px;
}
.news-divider
{
    border-top: dashed 1px #241D55;
}

/* subnav */
#subnav-content div
{
    width: 95%;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: dashed 1px #241D55;
}
#subnav-content a
{
    color: #241D55;
}
#subnav-content a:hover
{
    color: #908553;
}
a.sub-item
{
    margin-left: 20px;
}
a.selected-sub-item
{
    margin-left: 20px;
    color: #908553;
}

/* footer */
#footer
{
    clear: both;
    width: 940px;
    height: 40px;
    left: 50%;
    margin-left: -470px; /* half the width of the div */
    margin: 0px auto;
    background-color: #241d55;
    color: #ffffff;
    font-size: 11px;
    text-align: right;
}
#footer a
{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover
{
    color: #908553;
    text-decoration: none;
}
#footer img
{
    vertical-align: middle;
}
.footer-left
{
    float: left;
    width: 25%;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}
.footer-right
{
    float: right;
    width: 60%;
    margin-right: 20px;
    margin-top: 10px;
}

/* 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%;
}

/* dates times */
/* events */
.event-month
{
    clear: both;
    font-size: 12px;
    color: #908553;
    margin-bottom: 10px;
}
.event-date
{
    float: left;
    width: 15%;
    color: #908553;
}
.event-time
{
    float: left;
    width: 10%;
    color: #908553;
}
.event-event
{
    float: left;
    width: 45%;
    color: #908553;
}
.event-location
{
    float: left;
    width: 15%;
    color: #908553;
}
.event-more
{
    float: left;
    width: 10%;
    color: #908553;
}

.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: 45%;
}
.event-location-item
{
    float: left;
    width: 15%;
}
.event-more-item
{
    float: left;
    width: 10%;
}

/* news page */
.news-panel
{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    min-height: 70px;
}
.news-image
{
    float: left;
    display: block;
    width: 18%;
    height: 100%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.news-copy
{
    float: left;
    display: block;
    width: 75%;
    height: 100%;
    margin-top: 10px;
    margin-left: 5px;
}
.news-copy a
{
    font-size: 12px;
    color: #425A82;
    text-decoration: none;
}
.news-copy a:hover
{
    font-size: 12px;
    color: #425A82;
    text-decoration: underline;
}

.news-copy-noimg
{
    float: left;
    display: block;
    width: 95%;
    height: 100%;
    margin-top: 10px;
    margin-left: 10px;
}
.news-copy-noimg a
{
    font-size: 12px;
    color: #425A82;
    text-decoration: none;
}
.news-copy-noimg a:hover
{
    font-size: 12px;
    color: #425A82;
    text-decoration: underline;
}

.newsletter-item
{
    clear: both;
    width: 96%;
}
.newsletter-synopsis
{
    float: left;
    width: 70%;
}
.newsletter-more
{
    float: right;
    width: 20%;
}
.hrs
{
    width: 100%;
    height: 1px;
    background-color: gray;
    clear: both;
    border: 0px;
}

.sub-sub-menu-item
{
    padding-left: 15px;
}

.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: #908553;
    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: #908553;
    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: #ffffff;
    text-decoration: none;    
}
.news-image-counter a:hover
{
    font-size: 11px;
    font-weight: bold;
    color: #5BA7C2;
    text-decoration: none;
}

.news-image-counter-a div
{
    width: 18px;
    height: 18px;
    background-image: url(../img/template/nosa.png);
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    margin: 5px 5px 5px 5px;
}
.news-image-counter-a a
{
    
    font-size: 11px;
    font-weight: bold;
    color: #5BA7C2;
    text-decoration: none;    
}
.news-image-counter-a a:hover
{
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}



.news-image-counter2
{
    width: 650px;
    height: 30px;
    color: #000000;
    vertical-align: middle;
    font-size: 11px;
}
.news-image-counter2 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-counter2 a
{
    
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;    
}
.news-image-counter2 a:hover
{
    font-size: 11px;
    font-weight: bold;
    color: #908553;
    text-decoration: none;
}

.copy-link a
{
    font-size: 11px;
    text-decoration: none;
    color: #585858;
}

.copy-link a:hover
{
    font-size: 11px;
    text-decoration: underline;
    color: #585858;
}

.event-sep
{
    border-bottom: dashed 1px #7F8081;
}

.news-title a
{
    font-size: 14px;
}
.news-title a:hover
{
    font-size: 14px;
}

.file-b-header
{
    border-bottom: dashed 1px #192f64;
}
.vle-links div
{
    height: 16px;
    background-image: url(../img/template/vle-bg.gif);
    margin-top: 1px;
}
.vle-links a
{
    height: 16px;
    color: #3e327e;
    text-decoration: none;
    background-image: url(../img/template/vle-bg.gif);
    padding-left: 10px;
}
.vle-links a:hover
{
    height: 16px;
    color: #ffffff;
    text-decoration: none;
    background-image: url(../img/template/vle-bg.gif);
    padding-left: 10px;
}

.gallery-category-thumb
{
    clear: both;
    width: 98%;
    min-height: 95px;
    border: solid 1px #d5d5d5;
    padding: 4px 4px 4px 4px;
    color: #000000;
    font-size: 11px;
    background-color: #e8e8e8
}
.gallery-image-thumb
{
    float: left;
    width: 25%;
    height: 100%;
    display: block;
}
.gallery-description
{
    float: left;
    width: 60%;
    height: 100%;
}
.gallery-posted
{
    
}

.gallery-category-thumb2
{
    float: left;
    margin-right: 10px;
    width: 120px;
    min-height: 120px;
    border: solid 1px #d5d5d5;
    padding: 4px 4px 4px 4px;
    color: #000000;
    font-size: 11px;
    background-color: #e8e8e8
}

.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;
}