﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #585858;
    background-color: #cccccc;
    height: 100%;
    margin: 0px 0px 0px 0px;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #810000;
    text-decoration: none;
}

/* layout */
#container
{
    width: 940px;
    height: inherit;
    left: 50%;
    margin-left: -470px; /* half the width of the div */
    margin: 0px auto;
    background-color: #ffffff;
    height: 100%;
}

/* header */
#header
{
    clear: both;
    width: 100%;
    background-color: #000000;
}
.header-border
{
    width: 100%;
    background-color: #ffffff;
}
.header-content
{
    width: 100%;
    background-color: #810000;
    height: 90px;
}
.strap
{
    float: left;
    text-align: left;
    width: 38%;
    font-size: 12px;
    color: #ffffff;
    font-style: italic;
    margin-top: 10px;
    margin-left: 70px;
    line-height: 1.5em;
}
.logo
{
    float: right;
    text-align: right;
    width: 45%;
}
#hr-orange
{
    clear: both;
    width: 100%;
    background-color: #f3bd00;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}

/* main nav */
#main-nav-holder
{
    clear: both;
    width: 100%;
}
.header-images
{
    float: left;
    width: 697px;
    height: 225px;
}
.main-nav
{
    float: right;
    width: 217px;
    height: 225px;
    margin-right: 15px;
}
.main-nav div
{
    height: 20px;
    background-image: url(../images/bg-menu.gif);
    background-repeat: repeat;
    padding-top: 3px;
    padding-left: 20px;
}
.main-nav a
{
    color: #797979;
    font-size: 13px;
}
.main-nav a:hover
{
    color: #810000;
    font-size: 13px;
} 
.main-menu-deselected
{
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #9ea7c6;
}   
.main-menu-selected
{
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #9ea7c6;
    background-color: #810000;
    background-image: none;
} 
.main-menu-selected a
{
    color: #ffffff;
} 

#breadcrumb
{
    clear: both;
    width: 100%;
    height: 3px;
    background-color: #f3bd00;
    margin-top: 5px;
    margin-bottom: 10px;
}

#home-left
{
    float: left;
    width: 53%;
    margin-left: 15px;
}
#home-left-full
{
    float: left;
    width: 73%;
    margin-left: 15px;
}
#home-right
{
    float: right;
    width: 43%;
    margin-right: 15px;
}
#home-right-full
{
    float: right;
    width: 23%;
    margin-right: 15px;
}

h4
{
    font-size: 19px;
    color: #810000;
    border-bottom: solid 2px #f3bd00;
    font-weight: normal;
    padding-bottom: 5px;
}
h3
{
    font-size: 19px;
    color: #000000;
    border-bottom: solid 4px #810000;
    font-weight: normal;
    padding-bottom: 5px;
}

.additional-info
{
    width: 100%;
    margin-top: 10px;
}

.on-title
{
    color: #810000;
    font-size: 16px;
    margin-bottom: 5px;
}
.on-copy
{
    color: #585858;
    font-size: 15px;
    margin-bottom: 10px;
}

.announce
{
    width: 410px;
    height: 110px;
    background-image: url(../images/bg-announce.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 40px;
    margin-bottom: -10px;
}

.news-title
{
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}
.news-copy
{
    color: gray;
    font-size: 15px;
    margin-bottom: 10px;
}

.sub-menu
{
    background-image: url(../images/bg-submenu.gif);
    background-repeat: repeat;
    width: 100%;
    padding: 5px 5px 5px 5px;
}

.sub-menu-item
{
    width: 100%;
    border-top: solid 1px #810000;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sub-menu-item a
{
    padding-left: 15px;
}

.staffbg
{
    background-image: url(../images/bg-staff.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
}

/* 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: 16px;
    color: #585858;
    margin-bottom: 5px;
}
.posted
{
    float: left;
    width: 40%;
    text-align: left;
}
.news-more
{
    float: right;
    width: 40%;
    text-align: right;
}
.news-title-list a
{
    color: #810000;
    font-size: 16px;
    text-decoration: none;
}
.news-title-list a:hover
{
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
.news-image
{
    clear: both;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #585858;
}

/* events */
.event-month
{
    clear: both;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.event-date
{
    float: left;
    width: 15%;
    color: #000000;
}
.event-time
{
    float: left;
    width: 15%;
    color: #000000;
}
.event-event
{
    float: left;
    width: 45%;
    color: #000000;
}
.event-location
{
    float: left;
    width: 20%;
    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: 15%;
}
.event-event-item
{
    float: left;
    width: 45%;
}
.event-location-item
{
    float: left;
    width: 20%;
}

/* contact form */
.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%;
}
