@charset "utf-8";
/* CSS Document */
#footer
{
	font-size:90%;
	padding:8px;
	line-height:1.3em;
	margin:10px 0 0 0 !important;
	margin:15px 0 0 0;
	text-align:center;
	clear:both;
}
#footer-inner{ 
	margin:0;
	padding:0;
	margin:0 auto;
}
ul#bottom-links
{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	width:45%;
}
ul#bottom-links li
{
	margin:0;
	padding:0 10px;
	border-right:1px solid #dddddd;
	float:left;
}
ul#bottom-links li.last-item
{
	border-right:0px;
}
ul#bottom-links a, ul#bottom-links a:visited
{
	color:#ffffff;
	text-decoration:none;
}
ul#bottom-links a:hover, ul#bottom-links a:active
{
	color: #ffffff;
	text-decoration:underline;
}
#copyright-message
{
	margin:0;
	padding:0;
	width:45%;
	color:#e1f7ff;
	float:right;
	text-align:right;
}

