/* University of Houston Bauer College */
/* Artfully masterminded by UH Bauer College  */
#footerContainer { 
	width:100%; 
	background-color:#F5F5F5;
    background-image: url("/images/template/footer-shadow.gif");
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 40px;
	padding-top:25px;}
#footerContainer .bold {
    font-size: 14px;
    font-weight: bold;
}
#footerContainer ul { margin: 0 0 17px 0; } /* Added Oct. 24, 2013 */
#footerContainer ul li {list-style: none;}
#footerContainer ul li a{
    color: #555555 !important;
    text-decoration: underline !important;
	font-weight:normal;
	font-size:12px;
}


/* 2016 Redesign  */
#footerContainer2016 { 
	width:100%; 
	background-color:#F5F5F5;
    /*background-image: url("/images/template/footer-shadow.gif");
    background-position: center top;
    background-repeat: no-repeat;*/
    margin-top: 40px;
	padding-top:50px;}
#footerContainer2016 .bold {
    font-size: 14px;
    font-weight: bold;
}
#footerContainer2016 ul { margin: 0 0 25px 0; } 
#footerContainer2016 ul li {list-style: none;}
#footerContainer2016 ul li a{
    color: #555555 !important;
    text-decoration: underline !important;
	font-weight:normal;
	font-size:12px;
}
/* End 2016 Redesign */


.footer-grey p a, .footer-grey .options .rss a, .footer-nav a {
    color: #555555 !important;
    text-decoration: underline !important;
}
#footer_copyright p {font-size: 12px;}
#footer_copyright p a { color:#555555; text-decoration: underline !important;}

div#siteInfo #footer ul li.rss a {
    background: url("/playground/images/icons/16px/rss.png") no-repeat scroll 11px 3px transparent;
    border: 0 none;
    padding-left: 32px;
}