﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.0em;
    color: #585858;
    background-color: #ffffff;
    margin: 10px 10px 10px 10px;
    height: 100%;
    background-image: url(../images/bg_main.gif);
    background-repeat: repeat;
}
a
{
    color: #3C5A50;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}
h5
{
    font-size: 20px;
    color: #000000;
    width: 100%;
    border-bottom: solid 1px #9F9F9F;
    font-weight: normal;
    padding-bottom: 7px;
}

/* layout */
#container
{
    width: 940px;
    height: inherit;
    left: 50%;
    margin-left: -470px; /* half the width of the div */
    margin: 10px auto;
    background-color: #ffffff;
    height: 100%;
    padding: 10px 10px 10px 10px;
}

/* header */
#header
{
    clear: both;
    width: 100%;
    height: 65px;
    background-color: #000000;
}
.logo
{
    width: 100%;
    height: 65px;
}
.school-logo
{
    float: left;
    width: 45%;
    text-align: left;
    margin-top: 14px;
    margin-left: 20px;
}
.school-emblem
{
    float: right;
    width: 45%;
    text-align: right;
}

.hr-green
{
    clear: both;
    width: 100%;
    height: 6px;
    background-image: url(../images/hr-green.gif);
    background-repeat: repeat-x;
}
.hr-grey
{
    clear: both;
    width: 100%;
    height: 4px;
    background-image: url(../images/hr-grey.gif);
    background-repeat: repeat-x;
}
.id-image
{
    float: left;
    width: 645px;
    height: 210px;
    background-color: #ffffff;
}
.id-text
{
    float: left;
    width: 290px;
    height: 210px;
    background-color: #ffffff;
    text-align: right;
}

/* main menu */
#main-menu
{
    clear: both;
    width: 100%;
    text-align: right;
    margin-top: 11px;
    margin-bottom: 5px;
}
#main-menu a
{
    font-size: 95%;
    color: #97999B;
    text-decoration: none;
    margin-left: 15px;
}
#main-menu a:hover
{
    font-size: 95%;
    color: #000000;
    text-decoration: none;
    margin-left: 15px;
}

/* section id */
#section-id
{
    clear: both;
    width: 100%;
    height: 210px;
}

/* main content */
#main-content
{
    clear: both;
    width: 100%;
    font-size: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.wide-content
{
    float: left;
    width: 705px;
    margin-right: 15px;
    line-height: 1.5em;
}
.featured-news
{
    float: left;
    width: 445px;
    margin-right: 15px;
}
.whats-on
{
    float: left;
    width: 245px;
    margin-right: 15px;
    line-height: 1.5em;
}
.sub-level
{
    float: left;
    width: 220px;
}
.text-header
{
    font-size: 18px;
    color: #000000;
    width: 100%;
}
.text-header hr
{
    color: #9F9F9F;
    background-color: #9F9F9F;
    height: 1px;
    width: 100%;
}

.whats-on-date
{
    font-size: 15px;
    color: #585858;
}
.whats-on-title
{
    font-size: 15px;
    color: #3C5A50;
    border-bottom: dashed 1px #585858;
}

.announce-header
{
    font-size: 15px;
    color: #3C5A50;
}
.announce-text
{
    font-size: 15px;
    color: #585858;
}

/* featured news */
#news-panels-main
{
    width: 100%;
    clear: both;
    border-bottom: dashed 1px #585858;
    padding-bottom: 5px;
    min-height: 120px;
}
#news-panel-left
{
    float: left;
    width: 45%;
    margin-top: 5px;
}
#news-panel-right
{
    float: left;
    width: 46%;
    margin-top: 5px;
}
#new-panel-dash
{
    float: left;
    width: 2%;
    min-height: 110px;
    border-left: dashed 1px #585858;
    margin-top: 10px;
}
.featured-news-image
{
    float: left;
    margin: 0px 10px 5px 0px;
}
.featured-news-header-1
{
    font-size: 130%;
    color: #3C5A50;
}
.features-news-text-1
{
    font-size: 15px;
    color: #585858;
}
.featured-news-link-1
{
    margin-top: 5px;
}
.featured-news-link-1 a
{
    color: #3C5A50;
    text-decoration: none;
    font-size: 15px;
}
.featured-news-link-1 a:hover
{
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}
#news-panels-sub
{
    float: right;
    width: 49%;
}
.view-all
{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* footer */
#footer
{
    clear: both;
    width: 100%;
    border-top: solid 1px #989898;
}
.footer-left
{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #989898;
    text-align: left;
    margin-top: 4px;
}

/* sub-level navigation */
.s-menu
{
    width: 100%;
    border-bottom: dashed 1px #585858;
    padding-top: 5px;
    padding-bottom: 5px;
}
.s-menu a
{
    font-size: 15px;
    color: #585858;
    text-decoration: none;
}
.s-menu a:hover
{
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}

.s-menu-on
{
    font-weight: bold;
    width: 100%;
    border-bottom: dashed 1px #585858;
    padding-top: 5px;
    padding-bottom: 5px;
}
.s-menu-on a
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.s-menu-on a:hover
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}


.s-menu-s
{
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}
.s-menu-s a
{
    font-size: 120%;
    color: #585858;
    text-decoration: none;
    margin-left: 15px;
}
.s-menu-s a:hover
{
    font-size: 120%;
    color: #000000;
    text-decoration: none;
    margin-left: 15px;
}

/* downloads */
.download
{
    font-size: 15px;
    padding-left: 10px;
}
.download a
{
    font-size: 15px;
    color: #585858;
    text-decoration: none;
}
.download a:hover
{
    font-size: 15px;
    color: #000000;
    text-decoration: none;
}

/* news */
.news-item
{
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: solid 1px #585858;
}
.news-item-detail
{
    clear: both;
    width: 100%;
    margin-top: 5px;
}
.news-title-list
{
    font-size: 16px;
    color: #000000;
}
.news-synopsis
{
    font-size: 15px;
    color: #585858;
    margin-bottom: 5px;
}
.posted
{
    float: left;
    width: 40%;
    text-align: left;
}
.news-more
{
    float: right;
    width: 40%;
    text-align: right;
}
.news-more a
{
    color: #000000;
    font-size: 15px;
    text-decoration: none;
}
.news-more a:hover
{
    color: #326c60;
    font-size: 15px;
    text-decoration: none;
}
.news-image
{
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #585858;
}
.form-item
{
    padding: 5px 5px 5px 5px;
}
.form-item label
{
    color: #000000;
}
.w100
{
    width: 96%;
}

/* events */
.event-month
{
    clear: both;
    font-size: 16px;
}
.event-date
{
    float: left;
    width: 19%;
    background-color: #000000;
    color: #ffffff;
}
.event-time
{
    float: left;
    width: 20%;
    background-color: #000000;
    color: #ffffff;
}
.event-event
{
    float: left;
    width: 48%;
    background-color: #000000;
    color: #ffffff;
}
.event-location
{
    float: left;
    width: 10%;
    background-color: #000000;
    color: #ffffff;
}
.event-month
{
    margin-top: 20px;
}
.event-month-item
{
    clear: both;
}
.event-date-item
{
    float: left;
    width: 19%;
}
.event-time-item
{
    float: left;
    width: 20%;
}
.event-event-item
{
    float: left;
    width: 48%;
}
.event-location-item
{
    float: left;
    width: 10%;
}