/***********************************************************************
	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: August 2007
        Last Updated:  April 2008 by Global Image

 CONTENTS: 
	
 	IDs
	---------
	footer
	
/************************************************************************/




/*****************************************

                   IDS  
				   
*****************************************/


/* ========      FOOTER    ======== */
#footer {
	clear: both;
	color: #666666;
	letter-spacing: 1px;
	margin: 0 auto 30px auto;
	padding: 0 0 0 25px;
	width: 920px;
	font-weight: normal;
	}
	
#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;
	}
	
#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;
}

