@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
*/


/* site map */
.homesitemap{
	margin-top:6px;
	background-image:url(/images/background-sitemap.jpg);
	background-repeat:no-repeat;
	background-position:715px 0px;
	color:#778ac5;
	line-height:18px;
	text-align:left;
	}
.homesitemap a:link, .homesitemap a:active, .homesitemap a:visited{
	margin:0 12px;
	color:#778ac5;
	}
.homesitemap a:hover{
	color:#6278ba;
	text-decoration:none;
	}
		
/* form styles */
.search-form{
	width:265px;
	height:168px;
	padding: 30px 9px 0 17px;
	background-image:url(/images/background-home-searchform.gif);
	background-repeat:no-repeat;
	color:#0054a6;
	}
.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:-1px;
	}
	
	
.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;
	}			
		

/* header */
#home-header{ /* background change on refresh*/
	height:330px;
	background-image:url(/images/home-img-1.jpg);	
	background-repeat:no-repeat;
	background-position:top left;
	}
#home-header-right{
	width:314px;
	height:206px;
	float:right;
	padding-top:124px;
	background-image:url(/images/background-home-right.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}

/*steps, textimonial and join */
.steps{
	height:49px;
	background-image:url(/images/background-steps.gif);
	background-repeat:no-repeat;
	}
.home-testimonial{
	width:276px;
	height:93px;
	float:left;
	background-image:url(/images/background-home-testimonial.jpg);
	background-repeat:no-repeat;
	padding: 18px 68px 0 68px;
	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;
}