/*--------------------------------------------------

HOUSING ASSOCIATION CSS

Styles for the Housing Association section of the 
site.

--------------------------------------------------*/

#ha-introduction img {
	float: left;
}
#ha-introduction {
	width: 858px;
	float: left;
	margin: 0 0 20px;
	min-height: 130px;
	display: table;
}
* html #ha-introduction { 
	position: relative;
	display: block;
	height: 130px;
}
#ha-introduction .body {
	display: table-cell; 
	vertical-align: middle;
}
* html #ha-introduction .body {
	position: absolute; 
	top: 50%;
	width: 570px;
}
#ha-introduction .content {
	width: 530px;
	padding: 0 40px 0 0; 
}
* html #ha-introduction .content {
	position: relative; 
	top: -50%
}

/*--------------------------------------------------
   VOUCHER SEARCH
--------------------------------------------------*/
#ha-voucher-search fieldset p {
	margin: 0;
	float: left;
}
#ha-voucher-search fieldset label {
	float: left;
	display: block;
	margin: 0 0 9px;
}
#ha-voucher-search fieldset input {
	float: left;
}
#ha-voucher-search fieldset .skin-form {
	background: url(../images/canvas/ha/voucher_search.gif) no-repeat;
	display: block;
	width: 153px;
	height: 25px;
	float: left;
	margin: 0 4px 0 0;
}
#ha-voucher-search .skin-form input {
	border: 0;
	background: transparent;
	width: 145px;
	height: 12px;
	padding: 4px 4px;
}


#ha-landing-page #content .info-third-section .content {
	min-height: 100px;
}
* html #ha-landing-page #content .info-third-section .content {
	height: 100px;
}

/*--------------------------------------------------
  PRODUCT NAV
--------------------------------------------------*/
#ha-nav .nav {
	float: left;	
	width: 33%;
}
#ha-nav ul {
	list-style: none;
	margin-left: 0;
	padding: 0 15px 0 0;
	float: left;
	font-size: .9em;
}
#ha-nav li {
	margin: 0;
	padding: 0;
}
#ha-nav h4 {
	margin: 0 0 4px;
}
#ha-nav h6 {
	clear: left;
	font-size: 1em;
	color: #000;
	margin: 0;
	padding: 0;
}
#ha-nav li li {
	float: left;
	margin: 0 8px 0 0;
}


/*--------------------------------------------------
  TENANTS
--------------------------------------------------*/

#more-information .content {
	min-height: 100px;
}
* html #more-information .content {
	height: 100px;
}
#benefits-housing .content {
	height: 200px;
}
* html #benefits-housing .content {
	height: 200px;
}
#benefits-tenants .content {
	height: 200px;
}
* html #benefits-tenants .content {
	height: 200px;
}

#housingassociation-page #content #benefits-tenants .content {
	width: 90%;
}
#housingassociation-page #content #benefits-housing .content {
	width: 90%;
}
#housingassociation-page #content #more-information .content {
	width: 90%;
}