.recoveryFooter{
	margin:10px auto 0;
	position: relative;
	width: 960px;
}
.recoveryFooterBG{
	background: url('/images/footerRecovery/footer-recovery-background.jpg') no-repeat;
	height: 50px;
	left: -30px;
	position: absolute;
	width: 1020px;
	z-index: 0;
}
.recoveryFooterBlock {
  float: left;
  margin: 5px 0 25px;
  padding: 0 12px;
  width: 290px;
  position: relative;
  z-index: 1;
}
.recoveryGuts{
    padding:10px;
}
.recoveryGuts strong {
  color: #005DAA;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.stickyFeedImage{
	max-width: 80px;
	margin-right: 10px;
	float: left;
}
.recoveryFooterBlock.borders{
	border-left: 1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}
a.blogTitle{
	display: block;
	font-weight: bold;
}
.employeeName{
	font-weight: bold;
}
.recoveryGuts p {
  float: right;
  line-height: 120%;
  margin-top: 0;
  width: 175px;
}
.recoveryGuts .read-more {
  clear: both;
  float: right;
  width: 175px;
}
.recoveryGuts p span {
  line-height: 120%;
}
.recoveryGuts a {
  cursor: pointer;
}