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

div#footer {
	background:#002d62 url(../images/footerBg.jpg) repeat-x top left;
	margin:16px 0 0 0;
	padding:0 0 30px 0;
	color:#ffffff;
	border-bottom:2px solid #000000;
}
div#footer #footwrap {
	margin:0 auto;
	padding:23px 0 0 0;
	width:920px;
}
div#footer #footwrap h1 {
	margin:0;
	padding:0 0 6px 0;
	font-size:130%;
	font-weight:normal;
	text-transform:uppercase;
}
div#footer #footwrap ul {
	margin:0;
	padding:0;
	font-size:90%;
	list-style:none;
}
div#footer #footwrap ul li {
	padding:3px 0;
	border-bottom:1px dotted #44658b;
	color:#90b4df;
}
div#footer #footwrap ul li strong {
	color:#ffffff;
}
div#footer #footwrap ul li span {
	padding:5px 0;
	float:right;
	border-bottom:none;
}
div#footer #footwrap ul li a {
	color:#90b4df;
	text-decoration:none;
}
div#footer #footwrap ul li a:hover {
	color:#e64157;
	text-decoration:underline;
}
div#footer #footwrap span a {
	padding:0 15px 0 0;
	float:right;
	color:#90b4df;
	text-decoration:none;
	line-height:2em;
}
div#footer #footwrap span a a:hover {
	color:#f1874e;
	text-decoration:underline;
}
div#footer #footwrap #bottom-nav {
	margin:0 0 0 47px;
	padding:10px 0 0 0;
	color:#90b4df;
}
div#footer #footwrap #bottom-nav a {
	color:#90b4df;
	text-decoration:none;
}
div#footer #footwrap #bottom-nav a:hover {
	color:#e64157;
	text-decoration:underline;
}


	
