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

.footer {
	clear: both;
	width: 860px;
	margin: 0 0 0px 0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background: #f2f4e9 url('/images/footer/footer-bg.jpg') repeat-x bottom left;
	overflow: hidden;
	font-size: 0.8em;
	font-weight: normal;
}

.footer .links {
	float: left;
	width: 660px;
}

.footer .links ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.footer .links ul li {
	float: left;
	margin: 0 20px 5px 0;
	padding: 0 0 0 0px;
	
	/*border-left-color: #ccc;
	border-left-style: solid;
	border-left-width: 1px;*/
}

.footer .links ul li.first {
	padding: 0;
	border-left: none;
}

.footer .links ul li a {
	color: #3b3b3b;
	text-decoration:none;
}

.footer .links ul li a:hover {
	color: #7a8a26;
	text-decoration:underline;
}

.footer .external-links {
	float: right;
	width: 180px;
	margin: 0;
}

.footer .external-links ul {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .external-links ul li {
	float: left;
	display: inline;
	margin: 20px 0 0 10px;
	padding: 0;
	text-indent: -9000px;
}

.footer .external-links ul li.nlp {
	width: 50px;
	height: 54px;
	background: transparent url('/images/footer/nlp-logo.gif') no-repeat top left;
}

.footer .external-links ul li.bsch {
	width: 50px;
	height: 54px;
	background: transparent url('/images/footer/bsch-logo.gif') no-repeat top left;
}

.footer .external-links ul li.fsb {
	width: 50px;
	height: 54px;
	background: transparent url('/images/footer/fsb-logo.gif') no-repeat top left;
}

.footer .external-links ul li.assertia {
	clear: both;
	float: right;
	width: 112px;
	height: 39px;
	background: transparent url('/assets/images/footer/assertia-logo.gif') no-repeat top left;
}

.page-foot {
	clear: both;
	width: 930px;
	height: 70px;
	background: transparent url('/assets/images/footer/page-foot2.gif') no-repeat top left;
	overflow: hidden;
}



