
/* wraps content and knocks out background color; provides fill color behind content divs */    
#fullcolor { 
	position: relative;
	height: 100%;
    width: 100%; 
    min-width: 960px;
    background-color: #dfa; 
    background-image: url(../imgs/bg-content.gif); 
    background-position: top center; 
    background-repeat: repeat-y; 
    } 

/* index page news items */   
#newspanel {
    width: 255px; 
    height: 460px;
    margin-left: -15px; 
    background: url(../imgs/bg-news-events.jpg) no-repeat;
    }
    
#newspanel #news1 { 
    width: 231px; 
    height: 276px; 
    padding: 88px 0 21px 24px;
    }

#newspanel #news1 p, #whytxt p {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0;
    }
#newspanel #news1 p, #newspanel#news1 p a { color: #797979; }
#newspanel #news1 p a:hover, #whytxt p a:hover { color: #555; }

#newspanel #news1 p.top { padding-top: 9px; } 

#whytxt { 
    width: 216px; 
    height: 55px; 
   
    padding: 0 0 0 24px;
    }
#whytxt p { color: #8a9840; padding-top: 10px; }

/* added specifically for FloorDaily.net link re FloorScore > */
#newspanel #news1 p.top { margin-top: 0; } /* see above, revert when story archived */
p.hpfdlu { margin-bottom: -2px; }
p.hpfdll { margin-top: -2px; margin-bottom: 2px; }


#newfooter {
    /*height: 137px;*/
	position: relative;
    height: 100%;
    width: 100&;
    text-align: center;
    background-color: #ac6;
    background: url(../imgs/bg-index-footer-1.gif);
    background-repeat: repeat-x;
    margin: auto 0;
    }
    
#nfinner {
    width: 935px;
    padding-left: 25px;
    height: 137px;
    margin: 0 auto;
    background: url(../imgs/bg-footer.gif);
    text-align: left;
    position: relative;   
    }

#nfinner ul {
    list-style: none;
    padding: 0;
    display: block;
    
    }

#nfinner li {
    display: inline;
    color: white;
    padding: 2px;
    }
    
#nfinner a {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: white;
    text-decoration: none;
    /*text-transform: uppercase;*/
    }
#nfinner a:hover { color: #783; }
#nfinner ul.tl { margin: 8px 25px 0 0;}
#nfinner ul.tl li { text-transform: uppercase; padding-right: 33px; }    
#nfinner ul.bl { float: left; margin: 11px 25px 0 0; }
#nfinner ul.br { float: right; margin: 11px 10px 0 0; }
/*
#nfinner ul.tl { position: absolute; left: 25px; bottom: 24px; }
#nfinner ul.tl li { text-transform: uppercase; padding-right: 33px; }    
#nfinner ul.bl { position: absolute; left: 25px; top: 61px; }
#nfinner ul.br { position: absolute; right: 0; top: 56px; }
*/
