/* FOOTER ------------------------------------------------------------ FOOTER */
#footerHolder
{
	width: 100%;
	margin: 0 auto;
	padding: 14px 0 0 0;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-y;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #b7c7d2;
	height: 30px;
	text-align: center;
	color: #002952;
}


#footerHolder ul li
{
	color: #002952;
	list-style-type: none;
	display: inline;
	margin: 0 20px 0 0;
}

#footerHolder a:link
{
	color: #002952;
	text-decoration: underline;
	font-size: 0.9em;
}
#footerHolder a:visited
{
	/*text-decoration: none;*/
	color: #002952;
}
#footerHolder a:hover
{
	text-decoration: underline;
	color: #b0000c;
}
#footerHolder a:active
{
	text-decoration: none;
	color: #002952;
}