#two-homes {
	height: 252px;
	border-color: #dce2d4;
	border-width: 1px;
	border-style: none;
	margin-bottom: 20px;
	margin-top: 15px;
	width: 690px;
	float: left;
}
#two-homes a {
	text-decoration: none;
	height: 250px;
	color: #c1cbad;
}
#two-homes a:hover {
	text-decoration: none;
	color: #e64441;
}
.haccordion .header, .haccordion .content{
   float: left;
   height: 250px;
  }
  
  .haccordion .header{
   width: 45px;
   background: #e64441;
   color: #fff;
   cursor: pointer;
  }
  
  .haccordion .content{
   margin-left: 10px;
   display: none;
   width: 0px;
   overflow: auto;
  }
  
  .haccordion .content.visible{
    display: block;
    width: 560px;
  }
  
  .haccordion .content p{
  	padding-top: 10px;
  	width: 340px;
  	float: left;
  	padding-right: 10px;
  }
  
  .haccordion .content img{
   width: 200px;
   padding-right: 10px;
   margin-top: 2px;
   height: 248px;
   float: left;
  }
  
  .header a{
    display: block;
    with: 20px;
    height: 250px;
  }
.top-hat {
}
.undercover {
}
.more {
	float: left;
	width: 275px;
	margin-top: 20px;
	padding-left: 50px;
	background-image: url(../images/more.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
}