/*
	FOOTER
*/

.footerDiv {
	margin:0 auto;
	text-align: center;
	padding-top: 12px;
	width: 559px;
}

ul.footer 
{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.footer li {
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #668f9c;
	font-size: 70%;
	display: inline;
}

ul.footer li a {
	background: url(../img/footerDivide.gif) right 2px no-repeat;
	padding: 0px 6px 0px 4px;
	color: #37424a;
}

ul.footer li a.last {
	background-image: none;
	padding-right: 0px;
}

ul.footer li a:hover {
	color:#19354b;
}

ul.footer li a.selectedfooter {
	color:#002e4f;
	text-transform:uppercase;
}

.footerDiv p.copy {
	padding: 5px 0px 5px 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 75%;
	color: #37424a;
	width: 100%;
	clear: both;
}