﻿.clear
{
	clear:both;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.RootContainer
{
    border: solid 1px #009933;
    border-top: none;
    position: relative;
	width: 1006px;
}

.HeaderContainer
{
    background-image: url(/jalapeno/Images/HeaderBackground.jpg);
    background-repeat: no-repeat;
    position: relative;
    height: 291px;
}

.NavContainer
{
    height: 241px;
}

.HeaderContentContainer
{
    margin-top: -70px;
    position: relative; 
    z-index: 100;
}

.HeaderCopyContainer
{
    background-color: #ffffff;
    color: #009933;
    font-size: 13px;
    font-weight: bold;
    margin-left: 230px;
    margin-right: 271px;
}

.HeaderRightImageContainer
{
    background-repeat: no-repeat;
    float: right;
    position: relative;
    right: 0;
    height: 226px;
    width: 275px;
    z-index: 0;
}

.ContentContainer
{
    width: 986px;
    /*padding-left: 20px;*/
    padding-right: 20px;
    position: relative;
    z-index: 100;
}

.FooterContainer
{
    background-image: url(/jalapeno/Images/FooterBar.jpg);
    background-repeat: no-repeat;
    clear: both;
    position: relative;
    height: 62px;
    width: 1006px;
}

a.FooterLogoLink
{
    float: left;
    position:absolute;
    width : 170px;
    height: 40px;
    bottom: 0px;
    margin-left: 5px;
   
}
.FooterCopyContainer
{
    clear: both;
    color: #fff;
    font-size: 12px;
    padding-top: 2px;
    text-align: center;
}

a.FooterLink,
a.FooterLink:link,
a.FooterLink:visited,
a.FooterLink:hover,
a.FooterLink:active
{
    color: #009933;
    text-decoration: none;    
}

a.FooterLink:hover
{
    text-decoration: underline;
}

.FooterText
{
    color: #009933;
}