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

ol
{
	width: 400px;  /* room for 3 columns */
	list-style-type: none;
}
ol li
{
	float: left;
	width: 120px;
}
/* stop the floating after the list */
br
{
	clear: left;
}
/* anchor styling */
ol li a
{
	display: inline;
	width: 7em;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #333333;
}
ol li a:hover
{
	color: #FFF; /* white */
	background-color: #999999; /* navy */
}
#footer {
	float: none;
	width: 800px;
	background-color: #F5F4FF;
	clear: both;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 10px;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
}
#footer #wrapper img {
	margin-left: 25px;
}
#footer a:link {
	text-decoration: none;
}
#footer a:active {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	background-color: #000066;
}
#wrapper/* separate the list from what follows it */

{
	margin-bottom: 1em;
	height: 100px;
	width: 350px;
	float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#footer #footer_right {
	margin: 0px;
	float: right;
}
#footer #footer_right #keepintouch {
	float: right;
	height: 90px;
	width: 250px;
	margin-top: -10px;
}

