 $(document).ready(function() {
 		
	    $.scrollTo(0);
	    $(window).scroll(function() {
            $('#pp_nav').css('top', $(this).scrollTop() + "px");
        });
        $('#pp_nav_main').click(function() {
            $.scrollTo({top:'0px', left:'0'}, 800);
        });
        $('#pp_nav_top').click(function() {
            $.scrollTo({top:'0px', left:'0'}, 800);
        });
        $('#pp_nav_feat').click(function() {
            $.scrollTo('#features', 800);
        });
        $('#pp_nav_eco').click(function() {
            $.scrollTo('#eco-conscious', 800);
        });
        $('#pp_nav_flor').click(function() {
            $.scrollTo('#floor-plans', 800);
        });
        $('#pp_nav_cont').click(function() {
            $.scrollTo('#contact-us', 800);
        });
        
        $('#pp_flor_129').hover(function() {
            $('#pp_flor_129 p').stop().animate({ top: "-118px", height: "118px"}, 400 );
        }, function() {
            $('#pp_flor_129 p').stop().animate({ top: "-10px", height: "10px"}, 400 );
        });
        $('#pp_flor_231').hover(function() {
            $('#pp_flor_231 p').stop().animate({ top: "-118px", height: "118px"}, 400 );
        }, function() {
            $('#pp_flor_231 p').stop().animate({ top: "-10px", height: "10px"}, 400 );
        });
        $('#pp_flor_234').hover(function() {
            $('#pp_flor_234 p').stop().animate({ top: "-118px", height: "118px"}, 400 );
        }, function() {
            $('#pp_flor_234 p').stop().animate({ top: "-10px", height: "10px"}, 400 );
        });
        $('#pp_flor_235').hover(function() {
            $('#pp_flor_235 p').stop().animate({ top: "-118px", height: "118px"}, 400 );
        }, function() {
            $('#pp_flor_235 p').stop().animate({ top: "-10px", height: "10px"}, 400 );
        });
        $('#pp_flor_237').hover(function() {
            $('#pp_flor_237 p').stop().animate({ top: "-118px", height: "118px"}, 400 );
        }, function() {
            $('#pp_flor_237 p').stop().animate({ top: "-10px", height: "10px"}, 400 );
        });
        $('#pp_flor_238').hover(function() {
            $('#pp_flor_238 p').stop().animate({ top: "-118px", height: "118px"}, 400 );
        }, function() {
            $('#pp_flor_238 p').stop().animate({ top: "-10px", height: "10px"}, 400 );
        });
    });
