/* dark footer */

#footer {
	background: #00004c /*url(../images/footer-bg.png) repeat-x*/;
	color: #8eb4e1;
}

#footer li {
	border-bottom: 1px dotted #636D84;
}

#footer div.moduletable {
	color: #8eb4e1;
}

#footer h3 {
	color: #8eb4e1;
}

#footer a {
  color: #fff;
}

#footer a:hover {
	color: #ea9500;
}

#footer a:visited {
	color: #8eb4e1;
}

