h2{
    text-transform: uppercase;
}


div#HomePageFlash{
    width: 955px;
    height: 234px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    outline: none;
    background-image: url(/images/flash-placeholder.jpg);
    background-repeat: no-repeat;
}


div#HomePageContent{
    float: left;
}


div#HomePageContent div.Left, div#HomePageContent div.Right{
    margin-top: 22px;
}


div#HomePageContent div.Left{
    float: left;
    /*width: 610px;
    margin-left: 40px;*/
    width: 564px;
    padding-left: 40px;
}


div#HomePageContent div.Left p{
    clear: right;
    line-height: 1.5em;
}


div#HomePageContent div.Right{
    float: right;
    width: 278px;
    overflow: hidden;
}


div.Label{
    width: 70px;
    text-align: right;
    display: inline;
    margin-right: 10px;
    color: #656565;
}

input.Text{
    width: 166px;
    margin-bottom: 4px;
    border: 1px solid #bbb2a6;
}

input.Submit{
    float: right;
    position: relative;
    margin-top: 10px;
    margin-right: 20px;
}


div#Login{
    float: left;
    clear: both;
    margin-bottom: 15px;
    margin-top: 10px;
}


div#Promotion{
    background-color: #959e74;
    background-image: url(/images/promotion-footer.jpg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    padding: 0px;
}


div#PromotionHeader{
    background-image: url(/images/promotion-header.jpg);
    background-repeat: no-repeat;
    padding-top: 5px;
}


div#Promotion img{
    margin: 0px;
}


div#PromotionalBlurb{
    margin-left: 13px;
    margin-right: 13px;
    padding-bottom: 10px;
    color: white;
}


div#Promotion div#PromotionalBlurb h2{
    width: 230px;
    float: left;
    color: white;
    background-image: url(/images/promotion-arrow.jpg);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    font-size: 14px;
    line-height: 14px;
    padding-left: 13px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9e8a3;
}


div#Login h2{
    width: 258px;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding-left: 10px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}


div#Promotion div#PromotionalBlurb strong, div#Promotion div#PromotionalBlurb a{
    color: #e3e6a3;
}


div#PromotionalBlurb a{
    text-decoration: underline;
}


a.ReadMore{
    float: left;
}


h1{
    width: 319px;
    float: right;
}



/*######################################################
########################################################
####                    FOOTER                      ####
####                                                ##*/
div#Footer div.Left, div#Footer div.Right{
    margin-top: 30px;
}
/*##                                                ####
########################################################
######################################################*/


div#FormErrors{
    float: left;
    clear: left;
}

div#FormErrors ul{
    float: left;
    clear: left;
}
