@charset "utf-8";
@charset "utf-8";
/* CSS Document */


/*BROCHURE BUT IMAGE*/
.brochureBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/brochureRequest/brochureButBW.png') bottom;
	text-indent: -99999px;
	
}
.brochureBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/brochureRequest/brochureButOver.png') bottom;

}


/*ADDRESS BUT IMAGE*/
.addressBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/address/addressButBW.png') bottom;
	text-indent: -99999px;
	
}
.addressBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/address/addressButOver.png') bottom;


}


/*SOCIAL MEDIA BUT IMAGE*/
.socialMediaBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/socialMedia/socialMediaButBW.png') bottom;
	text-indent: -99999px;
	
}
.socialMediaBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/socialMedia/socialMediaButOver.png') bottom;


}

/*CONTACT INFO BUT IMAGE*/
.ContactBut {
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/contactInfo/contactInfoButBW.png') bottom;
	text-indent: -99999px;
	
}
.ContactBut:hover {
	background-position: 0 0;
	display:inline-table;
	width: 180px;
	height: 180px;
	background: url('../images/contactInfo/contactInfoButOver.png') bottom;
	

}

/* CSS Document */

