﻿#container
{
    max-width: 60em;
    margin: 0 auto;
    background-color: White;
}

#header
{
    background: #1f3800 url(../images/headerRight.gif) no-repeat top right;
    height: 150px;
    border-right: solid 1px #1f3800;
}
#headerLeft
{
    position: relative;
    width: 1%;
    float: left;
}
#headerRight
{
    width: 50%;
    float: right;
}
#headerImg
{
    position: absolute;
    top: -17px;
    left: 0
}
#headerText
{
    display: block;
    margin: 0 auto;
}

#innerContainer
{
    background: url(../images/icLeft.gif) repeat-y 0 0;
    border-right: solid 1px #1f3800;
    padding-left: 25px;
    padding-top: 32px;
    padding-right: 10px;
}

#menu
{
    width: 12em;
    float: left;
}
#menu ul
{
    margin: 0;
    padding: 0;
}
#menu li
{
    list-style-type: none;
    padding: 0;
    line-height: 100%;
}
#menu a
{
    display: block;
    color: #eee;
    font-weight: bold;
}
.mainMenu li
{
    margin: 0 0 0.3em 0;
}
.mainMenu a
{
    margin: 2px 0 0 0;
    padding: 0.5em 1em;
    background: #6f7d5b url(../images/menuLinkCorner.gif) no-repeat top right;
    font-size: medium;
}
.subMenu li
{
    margin: 0;
}
.subMenu a
{
    margin: 0;
    padding: 0.2em 2em;
    background: #6f7d5b;
    font-size: smaller;
}
.picMenu li
{
    margin: 0 0 0.3em 0;
    background: #6f7d5b url(../images/menuLinkCorner.gif) no-repeat top right;
}
.picMenu a
{
    margin: 2px 0 0 0;
    padding: 0.5em 1em;
    font-size: medium;
}
#videos
{
    background: url(../images/videos.png) no-repeat top left;
}
.mainMenu a:hover
{
    background: #7f8d6b url(../images/menuHoverCorner.gif) no-repeat top right;
}
.subMenu a:hover
{
    background: #7f8d6b;
}

#content
{
    margin-left: 13em;
}

#footer
{
    background-color: #1f3800;
    color: White;
    text-align: right;
    padding: 0.2em 25px;
    font-size: small;
}
#footer a
{
    font-weight: bold;
    color: White;
}

