/* CSS Wayout Footer styles */

#footer {
	/*border-top: 7px solid #000000;*/
	background-image:url(/images/footer_bktile.gif);
	background-repeat:repeat-y;
	clear:both;
	text-align:center;/*
	background:#214EE2;*/
/*	padding-top: 10px;
	padding-bottom:20px;*/
	color:#FFFFFF;
	margin:0;
	padding:10px 0 10px 0;
}

#footer ul{
	margin: 0;
	padding:0;
}

#footer li {
	display:inline;
	font-size:10px;

}

#footer a{
	padding-right: 6px;
	padding-left: 2px;
	color:#ACD2E6;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

.nofloat {
	clear:both;
	margin:0;
	padding:0;
	border:none;
}

.copyright {
	font-size:10px;
	margin-top: 10px;
	color: #ACD2E6;
}
