/**
 * @copyright - 2010, AccessU2Solutions, Inc. All Rights Reserved
 */

/* Customized File For Coldwell Banker Pueblo Reseller Site */
html {
    background: #eee;
}

/*
 * Semi - Dark Blue = #003366
 * Dark Blue = #000033
 * Golden = #FFCC00
 */

.list tr th {
    /* Semi - Dark Blue */
    background: #003366;
}

a, #ft h5 {
    color: #003366;
}

#page_header h1 {
    /* Really Dark Blue */
    color: #000033;
}

#menu ul li a:hover {
    background-color: #FFCC00;
    color: #000;
}   

