@charset "utf-8";
/* CSS Document */

/* table of contents

	- home site map styles
	- home extra footer styles
	- home form styles
	- home header styles
	- home steps, testimonials and join styles
	- home content styles
*/

.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* site map */
.homesitemap {
	padding: 5px 0;
	color: #778ac5;
	text-align: center;
}
.homesitemap a:link, .homesitemap a:active, .homesitemap a:visited {
	margin:0 5px;
	/*color: #7D58A4;*/
	color: #DBDBDB;
	}
.homesitemap a:hover{
	color:#6278ba;
	text-decoration:none;
	}
.homesitemap h1 {
	margin-top: 5px;
	font-size: 18px;
	color: #FFFFFF;
}

.homesitemap p {
	color: #FFFFFF;
}
	

/* Home Container */
#home-container {
	background: 0 17px no-repeat url(/images/home-container-bg.gif);
}
.home-header {
	background: top right no-repeat url(/images/home-header-bg.gif);
}
/* Home Feature Image - Background */
.home-feature-bg {
	background-position: 0 17px;
	background-repeat: no-repeat;
	height: 347px;
	background-image: url(/images/home-img-4.jpg);
}

/* Home Search Container - including logo */
.home-search {
}

/* Home Feature Points */
.feature-points {
	float: left;
	width: 206px;
	height: 123px;
	margin: 178px 0 0 325px;
}
.feature-points ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.feature-points li {
	background: 0 0 no-repeat url(/images/icon-feature-tick.gif);
	margin: 4px;
	padding: 2px 0 2px 24px;
	list-style: none;
	color: #0054a6;
	font-weight: bold;
	font-size: 12px;
}
.feature-points li.alt {
	color: #2e3192;
}
.feature-points li em {
	float: right;
	font-style: normal;
}

.search-form-container {
	float: right;
	width: 291px;
	padding: 102px 22px 0 0;
}
.tagline {
	margin: 0 0 7px 35px;
	text-align: center;
	color: #8b2222;
	font-size: 12px;
	font-weight: bold;
}
/* Search Form */
.search-form {
	width: 275px;
	height: 196px;
	padding: 0 7px 0 12px;
	background-image:url(/images/background-home-searchform.gif);
	background-repeat:no-repeat;
	color:#0054a6;
}
.search-form .search-title {
	color: #6e4b9d;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.search-form select, .search-form input{
	margin-bottom:4px;
	}

.search-form input.postcode{
	width:52px;
	}
.search-form input.btn{
	float:right;
	margin-top:4px;
	margin-right:-3px;
	}
	

.steps {
	background: top left no-repeat url(/images/home-steps-bg.gif);
	padding-left: 275px;
}
.steps ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.steps li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.steps li img {
	display: block;
	float: left;
}
.steps li.step1 {
 width: 179px;
}
.steps li.step2 {
 width: 203px;
}
.steps li.step3 {
 width: 214px;
}

.home-login{
	width:274px;
	height:93px;
	float:left;
	padding: 18px 0 0 25px;
	background-image:url(/images/background-home-login.jpg);
	background-repeat:no-repeat;
	color:#0054a6;
	}
.home-login a{
	float:right;
	margin-right:5px;
	color:#959595;
	font-size:10px;
	}			
		


/*steps, textimonial and join */

.home-testimonial{
	width:320px;
	height:93px;
	float:left;
	background-image:url(/images/background-home-testimonial.jpg);
	background-repeat:no-repeat;
	padding: 18px 36px 0 56px;
	color:#0054a6;
	overflow:hidden;
	}
.home-testimonial img{
	margin-bottom:8px;
	}
.home-testimonial em{
	font-style:normal;
	color:#a864a8;
	}
.home-join{
	width:164px;
	height:93px;
	float:left;
	padding: 18px 0 0 26px;
	background-image:url(/images/background-home-join.jpg);
	background-repeat:no-repeat;
	}
	
/* content */
.home-content{
	margin-top:20px;
}
	
.home-content h1{
	padding-left:19px;
}

.home-column {
	width:262px;
	float:left;
	padding:0 19px;
}

h2 {
	margin-top: 20px;
}


