#footerwrapper {
	position: relative;
	height: 136px;
	background-color: #006699;
	color: #bad1e0;
}
#footerwrapper #footerleftimage {
	position: absolute;
	top: 0;
	left: 2px;
}
#footerwrapper #footerlogoimage {
	position: absolute;
	top: 20px;
	right: 20px;
}
#footerwrapper #footercontent {
	padding-left: 180px;
}
#footerwrapper .footerblock {
	float: left;
	width: 150px;
	border-left: 1px solid #bad1e0;
	padding-left: 20px;
	padding-top: 25px;
}
#footerwrapper .footerblock h6 {
	font-weight: bold;
	margin-bottom: 5px;
}
#footerwrapper .footerblock ul li a {
	text-decoration: none;
	color: #bad1e0;
	font-size: 77%;
}
#footerwrapper .footerblock ul li a:hover {
	text-decoration: underline;
}
#footerwrapper #footercredits {
	font-size: 77%;
	margin-top: 35px;
}
#footerwrapper #footercredits a {
         color:#bad1e0;
         text-decoration:none;
}
#footerwrapper #footercredits a:visited {
         color:#bad1e0;
         text-decoration:none;
}
#footerwrapper #footercredits a:hover {
         text-decoration:underline;
}

#footerwrapper #footercopyright {
	float: right;
	font-size: 77%;
	margin-top: 20px;
	padding-right: 20px;
}