// JavaScript Document 
   $(function() {
	$("#box_one, #box_two, #box_three, #box_four").css( { opacity: "0.0" } );		

  $("#home").mouseover(function() {
  $("#home").css( { zIndex: "100" } );
  $("#our_services").css( { zIndex: "90" } );
  $("#box_one").animate( { left: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#home").mouseover(function() {
  $("#box_two").animate( { right: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#home").mouseover(function() {
   $("#box_three").animate( { left: -20 , bottom: -20 , opacity: 1.1 } )
    });
	$("#home").mouseover(function() {
	$("#box_four").animate( { bottom: -20 , right: -20 , opacity: 1.1 } )
    });
	 $("#home").mouseleave(function() {
  $("#box_one").animate( { left: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#home").mouseleave(function() {
  $("#box_two").animate( { right: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#home").mouseleave(function() {
   $("#box_three").animate( { left: 0 , bottom: 0 , opacity: 0.0 } )
    });
	$("#home").mouseleave(function() {
	$("#box_four").animate( { bottom: 0 , right: 0 , opacity: 0.0 } )
    });
	
	
$("#box_one_1, #box_two_1, #box_three_1, #box_four_1").css( { opacity: "0.0" } );	
	$("#our_services").mouseover(function() {
  $("#our_services").css( { zIndex: "100" } );
  $("#home, #about_us").css( { zIndex: "90" } );
  $("#box_one_1").animate( { left: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#our_services").mouseover(function() {
  $("#box_two_1").animate( { right: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#our_services").mouseover(function() {
   $("#box_three_1").animate( { left: -20 , bottom: -20 , opacity: 1.1 } )
    });
	$("#our_services").mouseover(function() {
	$("#box_four_1").animate( { bottom: -20 , right: -20 , opacity: 1.1 } )
    });
	 $("#our_services").mouseleave(function() {
  $("#box_one_1").animate( { left: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#our_services").mouseleave(function() {
  $("#box_two_1").animate( { right: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#our_services").mouseleave(function() {
   $("#box_three_1").animate( { left: 0 , bottom: 0 , opacity: 0.0 } )
    });
	$("#our_services").mouseleave(function() {
	$("#box_four_1").animate( { bottom: 0 , right: 0 , opacity: 0.0 } )
    });
	
	
$("#box_one_2, #box_two_2, #box_three_2, #box_four_2").css( { opacity: "0.0" } );	
	$("#about_us").mouseover(function() {
	$("#about_us").css( { zIndex: "100" } );
  $("#our_services, #gallery").css( { zIndex: "90" } );
  $("#box_one_2").animate( { left: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#about_us").mouseover(function() {
  $("#box_two_2").animate( { right: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#about_us").mouseover(function() {
   $("#box_three_2").animate( { left: -20 , bottom: -20 , opacity: 1.1 } )
    });
	$("#about_us").mouseover(function() {
	$("#box_four_2").animate( { bottom: -20 , right: -20 , opacity: 1.1 } )
    });
	 $("#about_us").mouseleave(function() {
  $("#box_one_2").animate( { left: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#about_us").mouseleave(function() {
  $("#box_two_2").animate( { right: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#about_us").mouseleave(function() {
   $("#box_three_2").animate( { left: 0 , bottom: 0 , opacity: 0.0 } )
    });
	$("#about_us").mouseleave(function() {
	$("#box_four_2").animate( { bottom: 0 , right: 0 , opacity: 0.0 } )
    });	
	
	
$("#box_one_3, #box_two_3, #box_three_3, #box_four_3").css( { opacity: "0.0" } );	
	$("#gallery").mouseover(function() {
	$("#gallery").css( { zIndex: "100" } );
  $("#about_us, #testimonials").css( { zIndex: "90" } );
  $("#box_one_3").animate( { left: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#gallery").mouseover(function() {
  $("#box_two_3").animate( { right: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#gallery").mouseover(function() {
   $("#box_three_3").animate( { left: -20 , bottom: -20 , opacity: 1.1 } )
    });
	$("#gallery").mouseover(function() {
	$("#box_four_3").animate( { bottom: -20 , right: -20 , opacity: 1.1 } )
    });
	 $("#gallery").mouseleave(function() {
  $("#box_one_3").animate( { left: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#gallery").mouseleave(function() {
  $("#box_two_3").animate( { right: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#gallery").mouseleave(function() {
   $("#box_three_3").animate( { left: 0 , bottom: 0 , opacity: 0.0 } )
    });
	$("#gallery").mouseleave(function() {
	$("#box_four_3").animate( { bottom: 0 , right: 0 , opacity: 0.0 } )
    });
	


$("#box_one_4, #box_two_4, #box_three_4, #box_four_4").css( { opacity: "0.0" } );	
	$("#testimonials").mouseover(function() {
   $("#testimonials").css( { zIndex: "100" } );
  $("#gallery, #employment").css( { zIndex: "90" } );
  $("#box_one_4").animate( { left: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#testimonials").mouseover(function() {
  $("#box_two_4").animate( { right: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#testimonials").mouseover(function() {
   $("#box_three_4").animate( { left: -20 , bottom: -20 , opacity: 1.1 } )
    });
	$("#testimonials").mouseover(function() {
	$("#box_four_4").animate( { bottom: -20 , right: -20 , opacity: 1.1 } )
    });
	 $("#testimonials").mouseleave(function() {
  $("#box_one_4").animate( { left: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#testimonials").mouseleave(function() {
  $("#box_two_4").animate( { right: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#testimonials").mouseleave(function() {
   $("#box_three_4").animate( { left: 0 , bottom: 0 , opacity: 0.0 } )
    });
	$("#testimonials").mouseleave(function() {
	$("#box_four_4").animate( { bottom: 0 , right: 0 , opacity: 0.0 } )
    });
	
	
$("#box_one_5, #box_two_5, #box_three_5, #box_four_5").css( { opacity: "0.0" } );	
	$("#employment").mouseover(function() {
	$("#employment").css( { zIndex: "100" } );
  $("#testimonials, #contact_us").css( { zIndex: "90" } );
  $("#box_one_5").animate( { left: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#employment").mouseover(function() {
  $("#box_two_5").animate( { right: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#employment").mouseover(function() {
   $("#box_three_5").animate( { left: -20 , bottom: -20 , opacity: 1.1 } )
    });
	$("#employment").mouseover(function() {
	$("#box_four_5").animate( { bottom: -20 , right: -20 , opacity: 1.1 } )
    });
	 $("#employment").mouseleave(function() {
  $("#box_one_5").animate( { left: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#employment").mouseleave(function() {
  $("#box_two_5").animate( { right: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#employment").mouseleave(function() {
   $("#box_three_5").animate( { left: 0 , bottom: 0 , opacity: 0.0 } )
    });
	$("#employment").mouseleave(function() {
	$("#box_four_5").animate( { bottom: 0 , right: 0 , opacity: 0.0 } )
    });
	
	
	$("#box_one_6, #box_two_6, #box_three_6, #box_four_6").css( { opacity: "0.0" } );	
	$("#contact_us").mouseover(function() {
	$("#contact_us").css( { zIndex: "100" } );
  $("#employment, #memberships").css( { zIndex: "90" } );
  $("#box_one_6").animate( { left: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#contact_us").mouseover(function() {
  $("#box_two_6").animate( { right: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#contact_us").mouseover(function() {
   $("#box_three_6").animate( { left: -20 , bottom: -20 , opacity: 1.1 } )
    });
	$("#contact_us").mouseover(function() {
	$("#box_four_6").animate( { bottom: -20 , right: -20 , opacity: 1.1 } )
    });
	 $("#contact_us").mouseleave(function() {
  $("#box_one_6").animate( { left: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#contact_us").mouseleave(function() {
  $("#box_two_6").animate( { right: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#contact_us").mouseleave(function() {
   $("#box_three_6").animate( { left: 0 , bottom: 0 , opacity: 0.0 } )
    });
	$("#contact_us").mouseleave(function() {
	$("#box_four_6").animate( { bottom: 0 , right: 0 , opacity: 0.0 } )
    });
	
	
	$("#box_one_7, #box_two_7, #box_three_7, #box_four_7").css( { opacity: "0.0" } );	
	$("#memberships").mouseover(function() {
	$("#memberships").css( { zIndex: "100" } );
  $("#contact_us").css( { zIndex: "90" } );
  $("#box_one_7").animate( { left: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#memberships").mouseover(function() {
  $("#box_two_7").animate( { right: -20 , top: -20 , opacity: 1.1 } )
    });
  $("#memberships").mouseover(function() {
   $("#box_three_7").animate( { left: -20 , bottom: -20 , opacity: 1.1 } )
    });
	$("#memberships").mouseover(function() {
	$("#box_four_7").animate( { bottom: -20 , right: -20 , opacity: 1.1 } )
    });
	 $("#memberships").mouseleave(function() {
  $("#box_one_7").animate( { left: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#memberships").mouseleave(function() {
  $("#box_two_7").animate( { right: 0 , top: 0 , opacity: 0.0 } )
    });
  $("#memberships").mouseleave(function() {
   $("#box_three_7").animate( { left: 0 , bottom: 0 , opacity: 0.0 } )
    });
	$("#memberships").mouseleave(function() {
	$("#box_four_7").animate( { bottom: 0 , right: 0 , opacity: 0.0 } )
    });


   });
 	
	
 