/***********************************************************************
    Official UNIVERSITY OF HOUSON main footer stylesheet.  
    This stylesheet is imported into official UH template stylesheets.
    It is not intended to be directly referenced by HTML pages, unless they otherwise don't include main-web.css.  
    Created: July 2007, by the IT Web Technologies Group.  
    Last Updated: September 2010

 CONTENTS: 
    
    IDs
    ---------
    footer
    
/************************************************************************/




/*****************************************

                   IDS  
                   
*****************************************/


/* ========      FOOTER    ======== */
#footer {
    clear: both;
    color: #666666;
    margin: 0 auto;
    padding: 0 0 30px 0;
    width: 945px;
    font-weight: normal;
    text-align: center;
    }
    
#footer a {
    color: #cc0000;
    text-decoration: none;
    font-weight: normal;
    }

#footer a:hover {
    text-decoration: underline;
    }

#footer ul li, #address{
    font-size: 93%;
    letter-spacing: .5px;
}
    
#footer ul {
    list-style-type: none;
    margin: 2px 0 0 0;
    padding: 0;
    }

#footer ul li {
    border: 1px #666666;
    border-style: none none none solid;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 10px 0 10px;
    }
    
#footer ul li.first {
    border-style: none;
    padding: 0 10px 0 0;
    }
    
#footer ul li.icon {
    border-style: none;
    padding: 0;
}
    
#address a {
    margin: 0 10px 0 10px;
    }

#footer-jobs {
    border: 1px #a8a8a8;
    border-style: none solid none none;
    float: left;
    font-size: 107%;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 7px 15px 7px 0;
    }
#footer-jobs a{
    font-weight: bold;
}

