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

.footer{
	 font-family: 'open_sanslight';
	 font-size:14px;
	 line-height:1.5em;
}
.footer ul{
	list-style:none;
	padding-bottom:15px;	
}
footer {
  padding-top: 20px;
  margin-top: 0px;
  border-top: 3px solid #E09B00;
  font-size: 13px;
  color: #222;
  min-height:110px;
}
footer a {
  color: #44610A;
}
footer a:hover {
  color: #222;
}
a{
	color:#D36A1B;	
}
