#footer {
	background-image:url(../Images/footer.png);
	background-repeat:repeat-x;
	height:193px;
	margin-top:20px;
	color:#FFF;
}
#footer_container {
	width:980px;
	margin:0px auto;
}
.footer_group {
	width:218px;
	height:133px;
	float:left;
	padding-top:15px;
	padding-right:15px;
}
.footer_group h2 {
	color:#FFF;
	font-size:16px;
	margin:0px;
	padding:0px;
	line-height:20px;
	font-weight: bold;
}
.footer_top {
	width:218px;
	border-bottom:1px dotted #8EA2B3;
	float:left;
}
.footer_bottom {
	margin-top:5px;
	color:#7ECC30;
}


.footer_bottom a{
	color:#7ECC30;
	
}
.footer_bottom ul {
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:13px;
	clear:both;
}
.footer_bottom ul li {
	padding-top:4px;
	display:block;
}
/*
.footer_bottom ul li a:link, #footer_bottom ul li a:visited {
	color:#7ECC30;
	display:block;
	text-decoration:none;
}
*/
.footer_bottom a:hover{
	background-color:#7ECC30;
	color:#394754;
}
#copyright {
	color:#FFF !important;
	width:600px;
	float:left;
	margin-top:20px;
}
#copyright img{
	margin-right:3px;
	margin-top:2px;
}
#footer_top{
	margin-bottom:5px;
}

#map{
	float:right;
	height:22px;
	width:139px;
	margin-top:14px;
	text-align:center;
	padding:5px;
}
#map a{
	color:#ABB8C3;
	margin-left:5px;
}
#map img{
	vertical-align:middle;
}
#map a:hover{
	color:#FFF !important;
}

