@charset "utf-8";
/*.footer:link,
.footer:visited {
	font-family: Arial;
	font-size: 13px;
}*/
.footer-hd {
	font-family: Arial;
	font-size: 14px;
	color: #FEFEFE;
	font-weight:bold;
	border-bottom : 1px solid #3A67A2;
	padding : 10px;
}
#bg_image {
/*background-image:url(../images/footer.jpg);
height:268px;
background-repeat:repeat-x;*/
}

.footer-div
{
float:left;
width:180px;
margin:40px 0 20px 10px;
background:#297bb0;
padding-bottom:10px;
height : 130px;
}
.freeboard
{
float:left;
margin:30px 10px 0 0;
}
#div-adjusted{
	/*padding-left:120px;
	padding-top:25px;*/
	width:960px;
	margin:auto;
}
#container-f {
    font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#505050;
	width:100%;
	margin:20px 0 0 0;
	float:left;
	
	background : #186DA3 url(../images/footer-bg.gif) repeat-x;
	
}


a.footer:link,
a.footer:visited {
font-family:Arial;
color: #99bed6;
font-weight:normal;
text-decoration:none;
FONT-SIZE: 13px;
margin : 10px 0 0 10px;
display : block;
}
a.footer:hover,
a.footer:active {
color: #FFFFFF;
}


.credit {
	background:#005c99;
	width : auto;
	height : 40px;
	display:block;
	clear:both;
}
.credit-cont {
width:960px;
margin:auto;
display:block;
}

.credit a:link,
.credit a:visited {
font-family:Arial;
color: #99bed6;
font-weight:normal;
text-decoration:none;
FONT-SIZE: 13px;
line-height:40px;
}
.credit a:hover,
.credit a:active {
color: White;
}



/* -- Force succeeding elements onto the next line -- */
.clear {
	clear : both;
	/* :IE6 HACK: Ensure empty DIV has no height */
	font-size: 0;
	height : 0;
	/* :End HACK: */
}
