#footer img.validate
{
	float: left;
	padding-right: 10px;
        border: 0;
        width: 88px;
        height:31px;
}

/* CSS for the subnav bar */
#nav
{
	clear: both;
	height: 27px;
	width: 900px;
	position: relative;
	border-bottom: 3px solid #5393C5;
	margin-top: 20px;
	background: #333333 url('/images/nav_bar.gif') repeat-x;
	padding: 9px 0 0 10px;
}
#nav span
{
	padding: 8px 13px;
	margin: 0 20px;
	color: #FFFFFF;
}

#nav a:hover
{
	text-decoration: none;
}
#nav a:hover span
{
	color: #333333;
	margin: 0 21px;
	padding: 3px 10px;
	background: #EFEFEF repeat-x;
	border:2px solid #5393c5;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav a span
{
	text-decoration: none;
	color: white;
}
