@charset "UTF-8";
/* CSS Document */

#footer_navbar {
	font-size: 13px !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: -50px;
	margin-bottom: 10px;
}
#footer_navbar .sitemap{
	border-right-style: none;
}
#footer_navbar ul {
	padding-top: 0px;
}
#footer_navbar ul li {
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}
#footer_navbar .privacy{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer_navbar a:link {
	color: #FFF;
	text-decoration: none;
}
#footer_navbar a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer_navbar a:hover {
	color: #999;
	text-decoration: none;
}
