/* Footer
----------------------------------------------- */
#bodyBottomBG {
	width: 970px;
	/*background: url(/employers/images/bodyBottomBG.gif) no-repeat bottom left;*/
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 0 auto;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	text-align: center;
	background: url(/employers/images/footerBG.gif) repeat-x top left;
}
#footer a {
	color: #0477b7;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	text-decoration: underline;
}
#footer ul {
	margin: 0;
	padding: 13px 0 0 0;
}
#footer ul li {
	background-image: url(/employers/images/footerBullet.gif);
	background-repeat: no-repeat;
	background-position: .2em .2em;
	padding: 0 0 0 1em;
	display: inline;
}
#footer ul li#first {
	background-image: none;
	padding: 0;
}
#footer p {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0 0 25px 0;
	font-size: 90%;
}