body {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#redbar {
    width: 1279px;
    height: 6px;
    background: #8F0024;
/*    background: #E2E2E1; */
/*    margin: 15px 0 0 0; */
}

#homepageCarousel {
    width: 1279px;
/*    height: 300px; */
    /* Change this back to remove redbar
    margin: 33px 0 0 0;
    */
}

#homepageCenter {
/*    top: 600px; */
    font-size: 16px;
    line-height: 21px;
/*    width: 1279px; */
    padding: 17px 5px 40px 36px;
}

#homeLeft {
/*    position: relative; */
    width: 303px;
    float: left;
    margin-right: 31px;
}

#homeCenter {
/*    position: relative; */
    width: 422px;
    float: left;
    margin-right: 31px;
}

#homeRight {
/*    position: relative; */
    width: 420px;
    float: left;
}


.boxHeader {
    text-align: center;
    color: #8F0024;
}

.homeBox {
    /*    border: 2px solid #231f20; */
    border: 3px solid #abaaaa;
    margin-bottom: 15px;
    padding: 0 20px;
/*    margin-right: 31px; */
}


.homeBox h1 {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
    padding: 13px 10px 15px 10px;
    text-align: center;
    color: #8F0024;

}

#homeCenter li {
    display: inline;
}

#homeCenterBox a {
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
/*    color: #24408e; */
    text-decoration: underline;
/*    text-decoration: none; */
    height: 510px;
}

#homeCenterBox a:hover {
    text-decoration: underline;
}

#homeMemberLoginBox {
    height: 209px;
    padding: 0 10px 0 10px;

}

#homeMemberLoginBox input[type=text],input[type=password]  {
    display: block;
    height: 29px;
    width: 272px;
    margin: 8px 0 12px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
}

#homeLoginLinks {
    float:right;
}

#homeForgotUsername {
    font-size: 12px;
}

#homeLodgeLocatorBox input[type=text] {
    height: 29px;
    width: 161px;
    margin: 8px 0 12px 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
}

#homeSubmitLine {
    margin-top: 20px;
}
#homeLoginForm a {
    color: #8F0024;
/*    text-decoration: none; */
    text-align: right;
}
#homeLoginForm a:hover {
    text-decoration: underline;
}

#homeLodgeLocatorBox {
    height: 108px;
    padding: 0 10px;
}

#homeAdBox {
    height: 151px;
    border: 0;
    padding: 0;
}

#homeCenterBox {
    height: 504px;
}

#homeRightBox {
    height: 504px;
}

.events li {
    list-style: none;
    background: url(../images/list_arrow.gif) no-repeat 0 7px;
    padding: 0 6px 15px 25px;
    /*    margin-left: 10px; */
    line-height: 20px;
    /*    border-bottom: 1px solid #D1D1D1; */
    /*    height: 25px; */
}

.events li a{
/*    color: #24408e; */
    text-decoration: underline;
}
.events li a:hover {
    text-decoration: underline;
}

.homeMcLinksTable {
    width: 100%;
    height: 100%;
}

.row {
    width: 100%; min-height: 1px; height: auto; margin: 0;
}
.cell {
    float: left;
    margin: 0;
/*    padding: 20px 0 0 0; */
    margin-top: 20px;
    width: 50%;
/*    background: url(../images/list_arrow.gif) no-repeat 0; */
}
/*
.homeMcLinks li {
    list-style: none;
    background: url(../images/list_arrow.gif ) no-repeat 0;
    padding: 0 6px 10px 25px;
    line-height: 20px;
}
*/
.homeMcLinksTable .cell a{
    padding: 0 0 10px 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 20px;
    color: #8F0024;
    text-decoration: underline;
}

.homeMcLinksTable .cell a:hover {
    text-decoration: underline;
}


#clr {
    clear:both;
}


