﻿@import url(http://fonts.googleapis.com/css?family=Oswald);
html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
body
{
    font: normal normal 0.8em/1.5em arial, sans-serif;
}
a
{
    color: #a0c307;
    text-decoration: underline;
}
#globalcontainer
{
    
}
#headercontainer
{
    background: #1c1b1a;
}
#headercontainer #header
{
    background: url(/images/banner.gif) no-repeat left bottom;
    height: 120px;
    margin: 0 auto 0 auto;
    width: 900px;
}
#topmenucontainer
{
    background: #a0c307;
    height: 40px;
}
#topmenucontainer #topmenu
{
    margin: 0 auto 0 auto;
    width: 900px;
    height:40px;
}
#topmenucontainer #topmenu ul
{
    margin: 0;
    padding: 0;
    float:left;
    width:100%;
}
#topmenucontainer #topmenu ul li
{
    float:left;
    list-style-type:none;
}
#topmenucontainer #topmenu ul li a
{
    border: none;
    color: #fff;
    font-size: 20px;
    display:block;
    line-height:40px;
    padding:0 20px;
    font-family:Oswald, Sans-Serif;
    text-decoration:none;
}
#topmenucontainer #topmenu ul li a:hover
{
    background: #f2f0e9;
    border: none;
    color: #1c1b1a;
}
#topmenucontainer #topmenu ul li a.active
{
    background: #f2f0e9;
    border: none;
    color: #1c1b1a;
}
#bodycontainer
{
    background: #fff;
}
#body
{
    margin: 0 auto 20px auto;
    width: 900px;
    display:table;
}

.column3
{
    float: left;
    width: 293px;
}
.column3 .content
{
    padding: 0 28px 10px 28px;
}
.column3 .content h1
{
    color: #444;
    font-size: 2em;
    line-height:2em;
    font-weight: 400;
    text-align: center;
}
.column3 .content h1 em
{
    color: #a0c307;
    font-size: 1.2em;
}
.column3 a
{
    color:#86a406 !important;
    font-weight:bold;
    font-size:14px;
    line-height:20px;
    text-decoration:none;
}

.column3 a:hover
{
    color:#0084CE !important;
    border: none;
}

.columnseparator
{
    border-right: solid #d0cec8 1px;
    float: left;
    height: 350px;
    margin-top: 50px;
    width: 0px;
}
.column3 .content.sponsors img
{
    background: white;
    border: solid silver 1px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 3px;
}
.column3 .content.news
{
    color: #b3becf;
}
.column3 .content.news .item
{
    float: left;
    padding-bottom: 10px;
    width: 240px;
}

.column3 .item span.story
{
    color: #222;
    display: block;
    font-size: 1em;
    line-height:1.5em;
    text-align:justify;
    margin:10px 0 40px 0;
}
.column3 .item img
{
    float: left;
    display:inline-block;
    margin:10px 0;
}

.column3 .date
{
    font-weight:bold;
    margin:5px 0;
}

span.date
{
    color: #666;
    display: block;
    font-size: 12px;
    line-height:14px;
}

#footercontainer
{
    border-top:solid 20px #A0C307;
    padding:8px 4px;
    background:#111;
    display:table;
    width:100%;
}

h1, h2, h3
{
    font-family:Oswald, sans-serif;
    font-weight:normal;
}
h1
{
    color: #a0c307;
}
h2, h2 span
{
    color: #0084CE !important;
}
h3
{
    color: #a0c307;
    color:#666;
}
ul#submenu
{
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    border-bottom:solid 1px #0084ce;
}
ul#submenu li
{
    float:left;
    list-style-type: none;
}
ul#submenu li a
{
    border: none;
    color: #0084ce;
    display:block;
    line-height:40px;
    padding: 0 30px;
    font-family:Oswald, Sans-Serif;
    text-decoration:none;
    font-size:16px;
}
ul#submenu li a:hover
{
    background: #0084ce;
    border: none;
    color: #fff;
}
ul#submenu li a.active
{
    background: #0084ce;
    border: none;
    color: #fff;
}
ul#files
{
    margin: 20px 0 10px 0;
    padding: 0;
    width: 100%;
}
ul#files li
{
    list-style-type: none;
    display:block;
    line-height:40px;
    background:#efefef;
    margin:5px;
    padding:0 10px;
}
ul#files li img
{
    background: none;
    margin:0 10px -8px 0;
}
ul#files li a
{
    font-weight:bold;
}
ul#activities
{
    margin: 0;
    padding: 0;
}
ul#activities li
{
    list-style-type: none;
    padding-bottom: 5px;
}
#guestbook #guestbook .entry
{
    display: block;
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
}
#guestbook span.date
{
    display: inline;
}
#guestbook span.name
{
    display: inline;
    font-weight: bold;
}
#guestbook .message
{
    background: #eee;
    font-family: serif;
    font-size:1em;
    margin: 2px 0 20px 0;
    padding: 15px;
}

