/* 2.4 - Header / Image Container
------------------------------------------------------------*/

	#image_container {

	height: 200px;


}



/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column_1 {
	width:584px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bccfe0;
	margin-right: 19px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}




/* 3.2 - Content / Column 2
------------------------------------------------------------*/
#column_2 {
	width:287px;
	border:none;
	padding-bottom: 30px;
 }
.free  a {
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 162px;
	width: 288px;
}
.free a:hover {
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px -162px;
}
.free   span {
	display: none;
}
.service a {
	height: 162px;
	width: 288px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.service a:hover {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px -162px;
}
.service span {
	display: none;
}
.find a {
	background-image: url(../images/guarantee.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 162px;
	width: 288px;
}
.find a:hover {
	background-image: url(../images/guarantee.jpg);
	background-position: 0px -162px;
}
.find span {
	display: none;
}


/* 3.3 - Content / Column 3
------------------------------------------------------------*/
#column_3 {
	display:none;
}
