﻿html, body
{
    background-image: url(Images/PageBackground2.png);
    background-repeat: repeat;
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

.clear 
{
    clear: both;
}

#Banner
{
    background-image: url(Images/HeaderBanner.png);
    background-repeat: no-repeat;
    bottom: 4px;
    height: 230px;
    position: absolute;
    right: 66px;
    width: 628px;
}

#Content
{
    background-color: #e8e4d0;
    background-image: url(Images/ContentBackground.png);
    background-position: top;
    background-repeat: repeat-x;
    border-left: solid 1px #beba9d;
    border-right: solid 1px #beba9d;
    border-top: solid 1px #beba9d;
    margin: auto;
    min-height: 480px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 835px;
}

#ContentFooter
{
    background-image: url(Images/ContentFooterGlow2.png);
    background-repeat: no-repeat;
    height: 93px;
    width: inherit;
}

#ContentLeftColumn
{
    float: left;
    text-align: center;
    vertical-align: top;
    width: 218px;
}

#ContentLeftGlow
{
    background-image: url(Images/ContentLeftGlow.png);
    background-position: left;
    background-repeat: repeat-y;
    width: 989px;
}

#ContentRightColumn
{
    float: left;
    text-align: left;
    vertical-align: top;
    width: 617px;
}

#ContentRightGlow
{
    background-image: url(Images/ContentRightGlow.png);
    background-position: right;
    background-repeat: repeat-y;
    width: inherit;
}

#ContentWrapper
{
    background-image: url(Images/VerticalSeperator.png);
    background-position: 228px;
    background-repeat: repeat-y;
    min-height: 480px;
}

#DNNCredentials
{
    float: right;
    margin-right: 75px;
}

#DNNNavContainer
{
    margin-bottom: 10px;
}

#Espanol
{
    position: absolute;
    right: 100px;
    top: 15px;
}

#Footer
{
    padding-top: 40px;
    width: inherit;
}

#FooterCopyright
{
    float: left;
    margin-left: 75px;
}

#FooterContact
{
    float: right;
    margin-right: 75px;
}

#Header
{
    background-image: url(Images/HeaderBackground.png);
    background-repeat: no-repeat;
    height: 239px;
    position: relative;
    width: inherit;
}

#HeaderLeftContent
{
    position: absolute;
    left: 35px;
    top: 40px;
}

#HeaderRightContent
{
    position: absolute;
    right: 35px;
    top: 55px;
    width: 160px;
}

#HeaderSlogan
{
    position: relative;
}

#HeaderVoluteer
{
    position: relative;
    top: 30px;
}

#Navigation
{
    bottom: 5px;
    left: 74px;
    position: absolute;
}

#SiteMap
{
    float: left;   
    margin-left: 15px;
}

#Wrapper
{
    height: 100%;
    margin: auto;
    width: 989px;
}