﻿html, body, div, form, h1, h2, h3, h4, h5, p, ol, ul {
    margin: 0px;
    padding: 0px;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #4bb200;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    color: #333333;
    width: 100%;
    height: 100%;
    position: relative;
}

h1, h2, h3, h4, h5, p, ol, ul {
    margin-bottom: 10px;
}

ol, ul {
    padding-left: 20px;
}

h1 {
    font-weight: 300;
    font-size: 24px;
    font-style: italic;
}

h2 {
    font-size: 16px;
    font-weight: 300;
}

h3 {
    font-weight: 700;
    font-size: 15px;
    color: #4bb200;
}

h4 {
    font-weight: 700;
    font-size: 14px;
    color: #4bb200;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

    a:hover {
        text-decoration: underline;
    }

.clear {
    clear: both;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.framed {
    border: 2px solid #000000;
}



/* ---- Header ---- */

#header-holder {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
}

#header {
    height: 50px;
    width: 960px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}

#header #social-media a {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
    font-weight: normal;
    line-height: 20px;
}

#header #social-media a img {

}

/* ---- Banner ---- */

#banner-holder {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    background-image: url('../images/background-tile-full.jpg');
    background-repeat: repeat-x;
}

#banner {
    height: 280px;
    width: 960px;
    position: relative;
    margin: 0px auto;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url('../images/home-banner.jpg');
}

    #banner h1 {
        background-image: url('../images/overlay.png');
        background-repeat: repeat;
        margin: 0px;
        padding: 5px 20px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

/* ---- Page Header ----- */

#page-header-holder {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    
}

#page-header {
    height: 10px;
    width: 920px;
    margin: 0px auto;
    padding: 5px 20px;
    position: relative;
    color: #aaa;
}

#logo {
    position: absolute;
    right: 0px;
    top: -125px;
    z-index: 5000;
}

/* ---- Content ---- */

#content-holder {
    background-color: #ffffff;
    width: 100%;
}

#content {
    width: 920px;
    position: relative;
    margin: 0px auto;
    min-height: 200px;
    border: none;
    padding: 20px;
}

/* ---- Footer ---- */

#footer-holder {
    background-color: #4bb200;
    color: #333333;
    width: 100%;
    min-height: 10px;
}

#footer {
    width: 920px;
    position: relative;
    margin: 0px auto;
    height: 150px;
    padding: 20px;
    overflow: hidden;
    display: none;
    font-size: 12px;
}

    #footer h3 {
        color: #333333;
        font-size: 14px;
    }

    #footer a {
        color: #333333;
        font-weight: normal;
    }

/* ---- Menu ---- */

ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    ul.menu li {
        float: left;
        margin-left: 20px;
    }

    ul.menu a {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        font-weight: normal;
    }

        ul.menu a:hover, ul.menu a.active {
            color: #aaa;
        }


/* ---- Columns ---- */

.column {
    width: 290px;
    margin-right: 20px;
    float: left;
}

.column.double {
    width: 600px;
}

    .column.last {
        margin-right: 0px;
    }

/* ---- Gallery ---- */

.gallery a {
    float: left;
    margin: 0px 8px 5px 0px;
    display: block;
}

.gallery img {
    border: 2px solid #000000;
}