$(function () {
	$('a.homebtn').hover(function() {
		$(this).fadeTo("fast", 1);
	}, function() {
		$(this).fadeTo("fast", .9);
	});
});

$(function () {
	$('a.directionsbtn').hover(function() {
		$(this).fadeTo("fast", 1);
	}, function() {
		$(this).fadeTo("fast", .9);
	});
});

$(function () {
	$('#wpcf7-f1-p5-o1 input[type="submit"]').hover(function() {
		$(this).fadeTo("fast", 1);
	}, function() {
		$(this).fadeTo("fast", .9);
	});
});
