body {
        font-family: georgia, sans-serif;
        font-size: 12px;
        background-color: #f8ecdb;
        color: #40241b;
        margin: 0px;
}

a:link {
        color: #40241b;
        text-decoration: none;
        border: none;
}

a:visited {
        color: #40241b;
        text-decoration: none;
        border: none;
}

a:hover {
        text-decoration: underline;
}

h1 {
        font-size: 30px;
        font-weight: normal;
        margin: 0px;
}

h2 {
        font-size: 24px;
        font-weight: normal;
        margin: 0px;
}

h3 {
        font-size: 18px;
        font-weight: normal;
        margin: 0px;
}

h4 {
        font-size: 24px;
        text-align: center;
        color: #fff;
}

h5 {
        font-size: 17px;
        text-align: center;
        color: #fff;
        margin: 5px 0;
}

#top {
        background-color: #66a4ab;
}

#bottom {
        background-color: #f8ecdb;
}

#topimage {
        margin-top: 5px;
        float: right;
}

#bottomimage {
        float: left;
}

.content {
        width: 780px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        padding: 0px;
        border-left: solid #e3c8ad 5px;
        border-right: solid #e3c8ad 5px;
}

/*-------------------------------------------
                Home Page
--------------------------------------------*/

#box {
        border: solid 1px #000;
        text-align: center;
        margin: 10px 0;
}

#box p {
        font-weight: bold;
        margin: 5px 0;
}

#homepage_main {
        float: left;
        width: 585px;
        min-height: 400px;
        padding: 5px 0;
}

#homepage_main img {
    float: left;
}

#homepage_main a img {
    border: none;
}

#grey, #red, #purple {
        float: left;
        width: 192px;
        height: 325px;
        margin-left: 3px;
}

#grey {background-color: #B4B58D;}
#red {background-color: #9B301C;}
#purple {background-color: #8C706C;}

#grey  a, #red a, #purple a {
     display: block;
         width: 192px;
         height: 162px;
         margin-top: 0;
         padding-top: 1px;
         text-decoration: none;
}

#grey a img, #red a img, #purple a img {
         position: relative;
         top: -30px;
}

#grey h4 {margin-top: 15px;}
#red h4 {margin-top: 30px; margin-bottom: 45px;}
#purple h4 {margin-top: 15px;}

#home_bottom img {
        margin-top: 5px;
}

#hedgehog_img {
    margin-left: 3px;
}

#green, #blue {
    float: left;
        width: 201px;
        height: 78px;
        margin-top: 5px;
}

#green a, #blue a {
     display: block;
         width: 201px;
         height: 78px;
         margin-top: 0;
         padding-top: 1px;
         text-decoration: none;
}

#green {background-color: #007A3D;}
#blue {background-color: #27686E;}

/*-------------------------------------------
                Main Pages
--------------------------------------------*/

#header {
        background-image: url("images/logo.jpg");
        background-repeat: no-repeat;
        background-position: left center;
        border-top: solid #e3c8ad 5px;
        height: 89px;
        color: #66a4ab;
}

#header h1 {
        margin-left: 80px;
}

#navigation {
        background-color: #66a4ab;
        padding: 5px;
        margin: 0px;
        width: 780px;
        margin-left: auto;
        margin-right: auto;
}

#navigation li {
        display: inline;
        background-color: #66a4ab;
}

#navigation2 {
        background-color: #f8ecdb;
        padding: 5px;
        margin: 0px;
        width: 780px;
        margin-left: auto;
        margin-right: auto;
}

#navigation2 li {
        display: inline;
        background-color: #f8ecdb;
}

#sidebar {
        float: left;
        width: 195px;
}

#sidebar h3 {
        text-align: center;
        color: #fff;
        padding: 5px;
        background-color: #66a4ab;
        font-style: italic;
}

#sidebar ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
}

#sidebar li {
        background-image: url("images/sidebar_bg.jpg");
        background-repeat: no-repeat;
        background-position: right top;
        margin: 5px;
        padding: 5px;
        background-color: #66a4ab;
}

#sidebar a {
        color: #fff;
        font-style: italic;
        font-size: 14px;
}

#sidebar strong {
        font-style: normal;
}

#main {
        float: left;
        width: 570px;
        min-height: 400px;
        padding: 5px;
}     

#main a:link {
        color: #0000ff;
        text-decoration: none;
        border: none;
}

#main a:visited {
        color: #0000ff;
        text-decoration: none;
        border: none;
}

#main a:hover {
        text-decoration: underline;
} 

#main img
{
        padding: 5px;
}

#slogan {
        clear: both;
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 3px;
}

#footer {
        clear: both;
        text-align: center;
        font-size: 10px;
        padding: 5px;
        border-bottom: solid #e3c8ad 5px;
}

#footer img {
        border: none;
        margin: 5px 10px 0 10px;
}

.clear {
        clear: both;
}

.staffprofile {
        /*clear: both;*/
}

.staffprofile img {
        float: right;
}

/*----------------------
    Record Form
----------------------*/

.submit {
        float: right;
}

#recordForm {
        width: 400px;
        margin: 0 auto;
}

.recordForm {
       margin: 0 auto;
       text-align: right;
}

.recordForm img {
       vertical-align: top;
       border: none;
}

.recordFormContact {
       vertical-align: top;
}

.recordForm input {
       vertical-align: top;
       border: 1px #4F3F2C solid;
       width: 180px;
}

.recordForm textarea {
       border: 1px #4F3F2C solid;
}

fieldset {
        border: 1px #DFAD7D solid;
        padding-bottom: 10px;
}

legend {
        background: #DFAD7D;
        border: 1px #DFAD7D solid;
        padding: 2px 6px
}

#join_us a {
    font-size: 16pt;
}

#fb_fkr_badges {  
        float: left;
        margin-top: 10px;
        width: 780px;
}
#fb_badge {  
        float: left;
        left: 53px;
        position: relative;
        top: 9px;
}
#fkr_badge {  
        float: right;
        position: relative;
        right: 47px;
}
