@charset "utf-8";
/* 
	footer.css 

	Edit History:
	09/22/08 Roberta
		Created (pulled from global.css)
	09/23/08 Roberta
		Fixed footer not being formatted problem. 
		
*/
#footerC {
	float:left;
	margin: 10px 0 0 0; 
	border: 0px; 
	padding: 10px 0 20px 0;
	width: 762px;
	font-size: 1.0em;
	font-family: arial, helvetica, sans;
}

#footerLinks {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width:760px;
}

#footerLinks a {
	text-decoration: none;
}

#footerC hr {
	width: 762px;
	color: #5481b0; 
	background-color: #5481b0; 
	height: 2px; 
	padding: 0; 
	margin: 0; 
	border: 0;
}
#footerPhone {
	float: right;
	width:100px;
	margin: 0; padding: 5px 10px 0 0; border: 0;
	text-align: right;
	vertical-align:text-top;
	color: #a1aab2;
}

/************************ UTILITY NAV ************************/

#utilityNav {
	margin: 0; border: 0;
	padding: 5px 0 0 0;
	text-align: left;
}
#utilityNav li {
	display: inline;
	list-style: none;
	margin: 0px;
	border-right: 1px solid #ccc;
	padding: 0px 7px 0px 7px;
	color: #999999;
}

#utilityNav li.noPipe { border: 0px; }

#utilityNav a { color: #5481b0; }

#utilityNav a:hover { text-decoration: underline; }

/***** COPYRIGHT AND LEGAL LINKS *****/

#copyright
{
	margin: 0; border: 0;
	padding: 5px 0 0 0;
	text-align: left;
}
#copyright li
{
	display: inline;
	list-style: none;
	margin: 0px;
	border-right: 1px solid #ccc;
	padding: 0px 7px 0px 7px;
	color: #a1aab2;
}

#copyright li.noPipe { border: 0px; }

#copyright a { 
	color: #a1aab2;
	text-decoration:none;
 }

#copyright a:hover { text-decoration: underline; }


