/**************************************************************
JSO.PagePart.Footer.css
***************************************************************/

#jsonline-footer .content
{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: white;
	color: #444;
}

#jsonline-footer.preset-b .content
{
	width: 970px;
}

#jsonline-footer.preset-c .content
{
	width: 914px;
	padding: 10px 0 0 0;
	font-size: 12px;
}

#jsonline-footer a img
{
	border: 0;
}

#jsonline-footer a img
{
	border: 0;
}

#jsonline-footer a
{
	color: #264974;
	text-decoration: none;
}

#jsonline-footer a:hover
{
	color: #444;
	text-decoration: underline;
}

#jsonline-footer p
{
	margin: 0 0 5px 0;
}

#jsonline-footer .navigation
{
	height: 100%;
	overflow: hidden;
}

#jsonline-footer .navigation ul
{
	clear: left;
	float: left !important;
	position: relative;
	left: 50%;
	margin: 0;
	padding: 0 0 5px 0 !important;
	list-style: none;
	text-align: center;
}

#jsonline-footer .navigation ul li
{
	float: left;
	display: inline;
	position: relative;
	right: 50%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none;
}

#jsonline-footer .navigation a
{
	float: left;
	display: block;
	padding: 0 5px;
	white-space: nowrap;
	border-right: 1px solid #444;
	color: #264974 !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

#jsonline-footer.preset-c .navigation a
{
	font-size: 12px !important;
}

#jsonline-footer .navigation a:hover
{
	color: #444 !important;
	text-decoration: underline !important;
}

#jsonline-footer .navigation li.first a
{
	padding: 0 5px 0 0;
}

#jsonline-footer .navigation li.last a
{
	border-right: 0;
	padding: 0 0 0 5px;
}
