@import url(/Styles/GLDefault.css);

.pageHolder
{
    width: 100%;
    min-width: 920px;
    background-color: #F3E4B9;
    margin: 1px;
}
.homePage
{
    background-image: url( '/images/home/hp_bg.gif' );
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 12px;
    
}
.homePageContent
{
    width: 560px;
}
.homePageFontSmall
{
    font-size: 10px;
    
}
/* Promo Listimgs */
.promoListingsBox
{
    padding-top: 12px;
    padding-bottom: 32px;
}
.promoListing
{
    text-align: center;
}
.promoListing .listing
{
    margin: 1px;
    width: 140px;
    height: 170px;
    padding: 1px;
    border: 1px solid #FCA07E;
    background-color: #F2EBD5;
}
.promoListing .title
{
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    
}
.promoListing .location
{
    font-size: 9px;
    line-height: 11px;
}
.promoListing .image
{
    padding: 1px;
    border: 2px double #E6D5A9;
    width: 122px;
    height: 92px;
    margin-left:auto;
    margin-right:auto;
}
.promoListing .description
{
    margin: 3px;
    font-size: 9px;
    line-height: 11px;
}
.catLinks
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}