﻿html
{
    height: 100%;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.0em;
    color: #000000;
    background-color: #ffffff;
    margin: 0px 10px 10px 10px;
    height: 100%;
    background-image: url(../img/template/bg-site.gif);
    background-repeat: repeat-x;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #263B77;
    text-decoration: none;
}
h4
{
    width: 100%;
    font-size: 16px;
    color: #005DA9;
    font-weight: normal;
}
#shadow
{
    width: 100%;
    min-height: 400px;
    background-image: url(../img/template/shadow.png);
    background-repeat:repeat-y;
    background-position: center top;
    display: block;
}

.news-holder
{
    clear: both;
    width: 170px;
    margin-left: 10px;
    border: solid 1px black;
}
/*.news-image
{
    float: left;
    width: 100px;
    min-height: 100%;
}
*/
.article-details
{
   width: 310px;
   margin-left: 5px;
}
.article-details-f
{
    float: right;
    width: 100%;
}
.news-heading
{
    font-size: 14px;
    font-weight: lighter;
}
.news-description
{
    font-size: 11px;
    line-height: 1.5em;
}
.news-heading a
{
    font-size: 12px;
    font-weight: bold;
    color: #003468;
}
.news-heading a:hover
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #003468;
}
.news-description a
{
    color: #5b5b5b;
}
.news-description a:hover
{
    text-decoration: underline;
}
.news-more
{
    font-size: 11px;
    padding-top: 5px;
}
.news-more img
{
    vertical-align: middle;
}
.hrs
{
    border: none 0; 
    border-top: dashed 1px #3F3F3F; /*the border*/
    width: 100%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

.hrs2
{
    clear: both;
    border: none 0; 
    border-top: dashed 1px #3F3F3F; /*the border*/
    width: 100%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

.main-news-panel
{
    width: 100%;
    background-image: url(../img/template/bg-news-panel.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
}
.main-news-panel h4
{
    margin-top: 5px;
}

/* layout */
#container
{
    width: 940px;
    left: 50%;
    margin-left: -470px; /* half the width of the div */
    margin: 0px auto;
    min-height: 600px;
    background-color: #ffffff;
    background-image: url(../img/template/bg-container.gif);
    background-repeat: repeat-y;
}
#left-panel
{
    float: left;
    width: 270px;
    background-color: #EDEDED;
    height: 100%;
    min-height: 600px;
}
#center-panel
{
    float: left;
    width: 300px;
    margin-left: 30px;
    font-size: 11px;
    color: #6d6d6d;
    min-height: 600px;
}
#center-panel-full
{
    float: left;
    width: 600px;
    margin-left: 30px;
    font-size: 11px;
    color: #6d6d6d;
    padding-right: 30px;
    min-height: 600px;
}
#right-panel
{
    float: right;
    width: 320px;
    margin-right: 5px;
    min-height: 600px;
}
.featured-video
{
    width: 245px;
    height: 26px;
    color: #000000;
    margin-left: 10px;
    background-image: url(../img/template/featured-video-header.gif);
    background-repeat: no-repeat;
    padding-top: 4px;
}

.info-panel-right-whatson
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #0098D7;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.whats-on
{
    width: 90%;
    background-color: #0098D7;
    color: #ffffff;
    margin-left: 10px;
}
.whats-on div
{
    padding-left: 10px;
    padding-right: 10px;
}
.whats-on a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.whats-on a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}


.info-panel-right-gallery
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #39952f;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.info-panel-right-whatwe
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #655171;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.whats-we-do
{
    width: 90%;
    background-color: #655171;
    color: #ffffff;
    margin-left: 10px;
}
.whats-we-do div
{
    padding-left: 20px;
}
.whats-we-do a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.whats-we-do a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}


.gallery-do
{
    width: 90%;
    background-color: #39952f;
    color: #ffffff;
    margin-left: 10px;
}
.gallery-do div
{
    padding-left: 20px;
}
.gallery-do a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.gallery-do a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}


.info-panel-right-whowe
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #00708c;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.who-we-do
{
    width: 90%;
    background-color: #00708c;
    color: #ffffff;
    margin-left: 10px;
}
.who-we-do div
{
    padding-left: 20px;
}
.who-we-do a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.who-we-do a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}


.info-panel-right-whatson
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #0096d5;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.whats-on-do
{
    width: 90%;
    background-color: #0096d5;
    color: #ffffff;
    margin-left: 10px;
}
.whats-on-do div
{
    padding-left: 20px;
}
.whats-on-do a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.whats-on-do a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}

.info-panel-right-contact
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #d90411;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.contact
{
    width: 90%;
    background-color: #d90411;
    color: #ffffff;
    margin-left: 10px;
}
.contact div
{
    padding-left: 20px;
}
.contact a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.contact a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}


.info-panel-right-partners
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #ff7114;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.partners
{
    width: 90%;
    background-color: #ff7114;
    color: #ffffff;
    margin-left: 10px;
}
.partners div
{
    padding-left: 20px;
}
.partners a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.partners a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}


.info-panel-right-news
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #d19c00;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.news-do
{
    width: 90%;
    background-color: #d19c00;
    color: #ffffff;
    margin-left: 10px;
}
.news-do div
{
    padding-left: 20px;
}
.news-do a
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.news-do a:hover
{
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}

/* dates times */
/* 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: 40%;
    color: #000000;
}
.event-location
{
    float: left;
    width: 20%;
    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: 40%;
}
.event-location-item
{
    float: left;
    width: 20%;
}
.event-more-item
{
    float: left;
    width: 10%;
}


/* header */
#site-header
{
    clear: both;
    width: 100%;
    height: 107px;
    margin: 0px auto;
    /*background-image: url(../img/template/bg-header.gif);
    background-repeat: no-repeat;*/
}
.site-logo
{
    float: right;
    width: 263px;
    text-align: right;
    height: 85px;
}
.header-bg
{
    float: left;
    width: 643px;
    height: 85px;
    background-color: #a8dbd0;
}
#visual-header
{
    clear: both;
    width: 100%;
    height: 203px;
}
.info-panel-left
{
    float: left;
    width: 270px;
    height: 203px;
    background-color: #000000;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2em;
}
.info-panel-right
{
    float: right;
    width: 166px;
    height: 203px;
    background-color: #009675;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.anim-header
{
    float: left;
    width: 504px;
    height: 203px;
}
.info-panel-left div
{
    width: 95%;
    margin-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.info-panel-left a
{
    font-size: 14px;
}
.info-panel-left a:hover
{
    font-size: 14px;
}
.welcome-txt1
{
    font-size: 16px;
    color: #ffffff;
    font-weight: lighter;
}
.welcome-txt2
{
    color: #D90411;
    font-weight: bold;
}

/* main menu */
.site-nav
{
    clear: both;
    width: 100%;
    padding-top: 3px;
    height: 20px;
    text-align: right;
    background-image: url(../img/template/bg-menu.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #a8dbd0;
}



.site-nav div
{
    float: right;
    width: 75px;
    height: 23px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.site-nav a
{
    display: block;
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}

.site-nav a:hover
{
    display: block;
    font-size: 11px;
    color: #a8dbd0;
    text-align: center;
}

a.selected
{
    display: block;
    font-size: 11px;
    color: #263B77;
    text-align: center;
}

/* subnav */
#subnav-content div
{
    width: 95%;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: dashed 1px #DBDCDC;
}
#subnav-content a
{
    color: #666666;
}
#subnav-content a:hover
{
    color: #263B77;
}
a.sub-item
{
    margin-left: 20px;
}
a.selected-sub-item
{
    margin-left: 20px;
    color: #FFBF00;
}

/* footer */
#footer
{
    clear: both;
    width: 100%;
    height: 60px;
    margin: 0px auto;
    font-size: 11px;
    color: #000000;
    background-color: #ffffff;
}
#footer a
{
    color: #000000;
    text-decoration: none;
}
#footer a:hover
{
    color: #C5691C;
    text-decoration: none;
}
#footer img
{
    vertical-align: middle;
}
.footer-left
{
    float: left;
    width: 25%;
    text-align: left;
    margin-left: 20px;
    background-color: #ffffff;
}
.footer-right
{
    float: right;
    width: 60%;
    margin-right: 20px;
    text-align: right;
    background-color: #ffffff;
}

/* quicklinks */
#quick-links
{
    width: 262px;
    background-color: #C6CAC9;
    padding: 10px 10px 10px 10px;
}
.ql-info
{
    margin-bottom: 10px;
}
.ql-title a
{
    font-size: 14px;
    color: #6D7D7D;
    text-decoration: none;
}
.ql-title a: hover
{
    font-size: 14px;
    color: #6D7D7D;
    text-decoration: underline;
}

.insection
{
    width: 95%;
    background-color: #0059CE;
    height: 25px;
    color: #ffffff;
    font-size: 12px;
    padding-top: 5px;
}

/* news page */
.news-panel
{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    min-height: 70px;
}
.news-image
{
    float: left;
    display: block;
    width: 22%;
    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: 11px;
    color: #6d6d6d;
    text-decoration: none;
}
.news-copy a:hover
{
    font-size: 11px;
    color: #d19c00;
    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: 11px;
    color: #6d6d6d;
    text-decoration: none;
}
.news-copy-noimg a:hover
{
    font-size: 11px;
    color: #d19c00;
    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: #d19c00;
    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: #d19c00;
    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: 590px;
    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;
}

.gallery-category-thumb
{
    clear: both;
    width: 98%;
    min-height: 120px;
    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: 190px;
    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;
}
