// SLIDING EFFECTS //
$(window).load(function()
	{
		//to wait
		init_slideshow()
	})

	init_slideshow = function()
	{
		$('#home_slides').cycle({
			fx:'fade',
			timeout:7000,
			pager:'#slide_navigation',
			after:update_slide_caption,
			before:fade_slide_caption
		})
	}

	fade_slide_caption = function(next, previous)
	{
		caption_container = $('#project_caption')
		caption_container.fadeOut('fast')
	}

	update_slide_caption = function(next, previous)
	{
		caption_container = $('#project_caption')

		caption = $('span.slide_caption', previous)
		caption_container.fadeIn('fast')
		caption_container.html(caption.html())

}
// SUCKERFISH MENU //
sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


$(document).ready(function(){
	$('.under').height($('#nav').height()-100);
	
    $('#nav').hover(
      function () {
        $('.two', this).addClass('slide-down'); 
        $('.under', this).slideDown(300);
      }, 
      function () {
        obj = this;
        $('.under', this).slideUp(300, function(){ $('.two', obj).removeClass('slide-down'); });
      }
    );

});

// HOVER EFFECTS //
$(document).ready(function(){
	
    $(".homeBox").hover(function() {
    	$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#d3cd97", color: "#3b1f01" }, 300);
	});

	$(".homeInfo").hover(function() {
    	$(this).animate({ backgroundColor: "#92784a", color: "#FFFFFF" }, 500);
	},function() {
    	$(this).animate({ backgroundColor: "#4b3611", color: "#dcd5a6" }, 500);
	});
	
	$(".team_box").hover(function() {
    	$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
		$(".team_txt").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#d3cd97", color: "#3b1f01" }, 300);
		$(".team_txt").animate({ backgroundColor: "#d3cd97", color: "#3b1f01" }, 300);
	});
	
	
	$(".homeBox", ".homeInfo", ".team_box").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});

	//FLOOR PLAN LOT 173
	$(".completehomes_lot_floorplan_173").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_floorplan_173").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_floorplan_173").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_floorplan_173").hover(function() {
		$(".completehomes_lot_floorplan_173").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_floorplan_173").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_floorplan_173", ".completehomes_lot_download_floorplan_173").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//SPECIFICATIONS LOT 173
	$(".completehomes_lot_specs_173").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_specs_173").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_specs_173").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_specs_173").hover(function() {
		$(".completehomes_lot_specs_173").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_specs_173").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_specs_173", ".completehomes_lot_download_specs_173").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//FLOOR PLAN LOT 179
	$(".completehomes_lot_floorplan_179").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_floorplan_179").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_floorplan_179").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_floorplan_179").hover(function() {
		$(".completehomes_lot_floorplan_179").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_floorplan_179").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_floorplan_179", ".completehomes_lot_download_floorplan_179").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//SPECIFICATIONS LOT 179
	$(".completehomes_lot_specs_179").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_specs_179").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_specs_179").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_specs_179").hover(function() {
		$(".completehomes_lot_specs_179").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_specs_179").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_specs_179", ".completehomes_lot_download_specs_179").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//FLOOR PLAN LOT 180
	$(".completehomes_lot_floorplan_180").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_floorplan_180").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_floorplan_180").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_floorplan_180").hover(function() {
		$(".completehomes_lot_floorplan_180").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_floorplan_180").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_floorplan_180", ".completehomes_lot_download_floorplan_180").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//SPECIFICATIONS LOT 180
	$(".completehomes_lot_specs_180").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_specs_180").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_specs_180").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_specs_180").hover(function() {
		$(".completehomes_lot_specs_180").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_specs_180").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_specs_180", ".completehomes_lot_download_specs_180").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	
	//FLOOR PLAN LOT 219
	//$(".completehomes_lot_floorplan_219").hover(function() {
		//$(this).animate({ backgroundColor: "#b6af74"}, 300);
		//$(".completehomes_lot_download_floorplan_219").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//	$(".completehomes_lot_download_floorplan_219").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_download_floorplan_219").hover(function() {
	//	$(".completehomes_lot_floorplan_219").animate({ backgroundColor: "#b6af74"}, 300);
	//	$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(".completehomes_lot_floorplan_219").animate({ backgroundColor: "#e5debb"}, 300);
	//	$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_floorplan_219", ".completehomes_lot_download_floorplan_219").click(function(){
	  //  	window.location=$(this).find("a").attr("href");
		//	return false;
	//});
	
	//SPECIFICATIONS LOT 219
	//$(".completehomes_lot_specs_219").hover(function() {
	//	$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//	$(".completehomes_lot_download_specs_219").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//	$(".completehomes_lot_download_specs_219").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_download_specs_219").hover(function() {
	//	$(".completehomes_lot_specs_219").animate({ backgroundColor: "#b6af74"}, 300);
	//	$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(".completehomes_lot_specs_219").animate({ backgroundColor: "#e5debb"}, 300);
	//	$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_specs_219", ".completehomes_lot_download_specs_219").click(function(){
	  //  	window.location=$(this).find("a").attr("href");
		//	return false;
	//});
	
	
	//FLOOR PLAN LOT 220
	//$(".completehomes_lot_floorplan_220").hover(function() {
	//	$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//	$(".completehomes_lot_download_floorplan_220").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//	$(".completehomes_lot_download_floorplan_220").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_download_floorplan_220").hover(function() {
	//	$(".completehomes_lot_floorplan_220").animate({ backgroundColor: "#b6af74"}, 300);
	//	$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(".completehomes_lot_floorplan_220").animate({ backgroundColor: "#e5debb"}, 300);
	//	$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_floorplan_220", ".completehomes_lot_download_floorplan_220").click(function(){
	//    	window.location=$(this).find("a").attr("href");
	//		return false;
	//});
	
	//SPECIFICATIONS LOT 220
	//$(".completehomes_lot_specs_220").hover(function() {
	//	$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//	$(".completehomes_lot_download_specs_220").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//	$(".completehomes_lot_download_specs_220").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_download_specs_220").hover(function() {
	//	$(".completehomes_lot_specs_220").animate({ backgroundColor: "#b6af74"}, 300);
	//	$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(".completehomes_lot_specs_220").animate({ backgroundColor: "#e5debb"}, 300);
	//	$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_specs_220", ".completehomes_lot_download_specs_220").click(function(){
	 //   	window.location=$(this).find("a").attr("href");
	//		return false;
	//});

	
	//FLOOR PLAN LOT 216
	$(".completehomes_lot_floorplan_216").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_floorplan_216").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_floorplan_216").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_floorplan_216").hover(function() {
		$(".completehomes_lot_floorplan_216").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_floorplan_216").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_floorplan_216", ".completehomes_lot_download_floorplan_216").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//SPECIFICATIONS LOT 216
	$(".completehomes_lot_specs_216").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_specs_216").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_specs_216").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_specs_216").hover(function() {
		$(".completehomes_lot_specs_216").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_specs_216").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_specs_216", ".completehomes_lot_download_specs_216").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//FLOOR PLAN LOT 217
	//$(".completehomes_lot_floorplan_217").hover(function() {
	//	$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//	$(".completehomes_lot_download_floorplan_217").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//	$(".completehomes_lot_download_floorplan_217").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_download_floorplan_217").hover(function() {
	//	$(".completehomes_lot_floorplan_217").animate({ backgroundColor: "#b6af74"}, 300);
	//	$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(".completehomes_lot_floorplan_217").animate({ backgroundColor: "#e5debb"}, 300);
	//	$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_floorplan_217", ".completehomes_lot_download_floorplan_217").click(function(){
	//    	window.location=$(this).find("a").attr("href");
	//		return false;
	//});
	
	//SPECIFICATIONS LOT 217
	//$(".completehomes_lot_specs_217").hover(function() {
	//	$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//	$(".completehomes_lot_download_specs_217").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//	$(".completehomes_lot_download_specs_217").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_download_specs_217").hover(function() {
	//	$(".completehomes_lot_specs_217").animate({ backgroundColor: "#b6af74"}, 300);
	//	$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	//},function() {
    //	$(".completehomes_lot_specs_217").animate({ backgroundColor: "#e5debb"}, 300);
	//	$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	//});
	
	//$(".completehomes_lot_specs_217", ".completehomes_lot_download_specs_217").click(function(){
	  //  	window.location=$(this).find("a").attr("href");
	//		return false;
	//});

	//FLOOR PLAN LOT 221
	$(".completehomes_lot_floorplan_221").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_floorplan_221").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_floorplan_221").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_floorplan_221").hover(function() {
		$(".completehomes_lot_floorplan_221").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_floorplan_221").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_floorplan_221", ".completehomes_lot_download_floorplan_221").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//SPECIFICATIONS LOT 221
	$(".completehomes_lot_specs_221").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
		$(".completehomes_lot_download_specs_221").animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
		$(".completehomes_lot_download_specs_221").animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_download_specs_221").hover(function() {
		$(".completehomes_lot_specs_221").animate({ backgroundColor: "#b6af74"}, 300);
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
    	$(".completehomes_lot_specs_221").animate({ backgroundColor: "#e5debb"}, 300);
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
	
	$(".completehomes_lot_specs_221", ".completehomes_lot_download_specs_221").click(function(){
	    	window.location=$(this).find("a").attr("href");
			return false;
	});
	
	//VILLA HOMES UNIT1
	//$(".villahomes_unit1").hover(function() {
		//$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//},function() {
    //	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//});
	
	//VILLA HOMES UNIT2
	//$(".villahomes_unit2").hover(function() {
		//$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//},function() {
    	//$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//});
	
	//VILLA HOMES UNIT3
	$(".villahomes_unit3").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	});
	
	//VILLA HOMES UNIT4
	//$(".villahomes_unit4").hover(function() {
		//$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//},function() {
    	//$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//});
	
	//VILLA HOMES UNIT5
	$(".villahomes_unit5").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	});
	
	//VILLA HOMES UNIT6
	$(".villahomes_unit6").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	});
	
	//VILLA HOMES UNIT7
	$(".villahomes_unit7").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	});
	
	//VILLA HOMES UNIT8
	//$(".villahomes_unit8").hover(function() {
		//$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//},function() {
    	//$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//});
	
	//VILLA HOMES UNIT9
	$(".villahomes_unit9").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	});
	
	//VILLA HOMES UNIT10
	//$(".villahomes_unit10").hover(function() {
		//$(this).animate({ backgroundColor: "#b6af74"}, 300);
	//},function() {
    	//$(this).animate({ backgroundColor: "#e5debb"}, 300);
	//});
	
	//VILLA HOMES SPECS
	$(".villahomes_specs").hover(function() {
		$(this).animate({ backgroundColor: "#b6af74"}, 300);
	},function() {
    	$(this).animate({ backgroundColor: "#e5debb"}, 300);
	});
	
	//VILLA HOMES DOWNLOAD ZIP LINK
	$(".completehomes_lot_download_villahomes_zip").hover(function() {
		$(this).animate({ backgroundColor: "#084956", color: "#e5debb" }, 300);
	},function() {
		$(this).animate({ backgroundColor: "#e5debb", color: "#084956" }, 300);
	});
});
// NEWS TOGGLE SLIDE //
$(document).ready(function(){
	
	$(".news_box_more").hide();

	$(".readmore").toggle(function(){
		$(this).addClass("active"); 
		}, function () {
		$(this).removeClass("active");
	});
	
	$(".readmore").click(function(){
		$(this).next(".news_box_more").slideToggle("slow,");
	});

});
// TEAM TOGGLE HOVER EFFECTS //
$(document).ready(function() {
				$("#tony").mouseover(function() {
					$("#team_switch").fadeOut("fast", function(){
						$("#team_switch").html("Tony Mendez is the Executive Manager of Residential Estates for the Rockingham Park Group of Companies. Tony is responsible for the overall development programme for Heritage Park, including implementation of construction contracts and administration of the consultant team for HP. Tony has overall responsibility for all marketing and sales aspects of Heritage Park and also liaises closely with the Community Facilitator to ensure resident needs are met.");
						$("#team_switch").fadeIn("slow");
					});
				});
				$("#alan").mouseover(function() {
					$("#team_switch").fadeOut("fast", function(){
						$("#team_switch").html("Alan's primary role within the Heritage Park team involves the day to day land sales function in this outstanding new Estate. Alan is responsible for the ongoing management of the Estate, liaison with local Government and Contractors in addition to providing an on-site service to all prospective purchasers.<br/>Alan previously spent over 5 years working for the Summit Homes Group arm of the business, as a senior building consultant, plus as a HIA member Alan is fully experienced and conversant with the building process in terms of efficiency, availability and has a vital interest in achieving an outstanding completed product within the Estate. This invaluable experience enables Alan to provide extensive advice and assist clients with their selection of which home to build on their preferred lot. Alan can be contacted at alan@heritageparkestate.com.au");
						$("#team_switch").fadeIn("slow");
					});
				});
				$("#beth").mouseover(function() {
					$("#team_switch").fadeOut("fast", function(){
						$("#team_switch").html("Beth is our friendly Project Assistant for Heritage Park! Assisting in all aspects of the daily management of the estate, plus management of the Heritage Park sales database. Beth is happy to assist with any sales or contract related matters and can be contacted at beth.kirby@rppl.com.au.");
						$("#team_switch").fadeIn("slow");
					});
				});
				$("#clinton").mouseover(function() {
					$("#team_switch").fadeOut("fast", function(){
						$("#team_switch").html("After successfully completing his Sales Representative Registration Course with REIWA, Clinton joined his father Alan at Heritage Park Estate as the Assistant Project Sales Consultant in 2007.<br/>Clinton appreciates the challenges facing young people who are trying to purchase a block of land and build their first home.  He works closely with Alan to ensure Heritage Park clients are well informed and have access to any and all information they require to make such an important decision.");
						$("#team_switch").fadeIn("slow");
					});
				});
				$("#paul").mouseover(function() {
					$("#team_switch").fadeOut("fast", function(){
						$("#team_switch").html("Paul is our community facilitator for Heritage Park Estate and his role is to ensure that our residents settle in with the minimum of fuss. As the appointed facilitator, Paul's responsibilities include liaison with the Developer, local government authorities, also school, church and community bodies on behalf of existing and incoming residents. Having occupied a similar position on our sister development Harrington Waters Private Estate in Waikiki since 2004 Paul is very capable for this role with a sound knowledge of the local area, plus a strong background in community based relationships and roles. Together with his ongoing commitment to the community, his background includes crime prevention programs such as Safety House and Safer Seniors within the Rockingham district which ideally equips him to fulfil the networking responsibilities and aspects of the position.Currently an executive committee member of the Waikiki Residents Association Inc., a member of the Rockingham Senior High School P&C Committee and a member of the School Council and P & C Committee for Safety Bay Senior High School Paul's previous and current involvement with groups keeps him in touch with community issues.Paul is on hand to answer your queries or advise upon or rectify any problem areas that you may have. He can be contacted on telephone +61 8 9594 2748, mobile +61 407 583196 or by email paul@heritageparkestate.com.au");
						$("#team_switch").fadeIn("slow");
					});
				});
				
});

// CORNER BOX //
$('.homeBox').corner();
$('.homeInfo').corner();
$('.team_box').corner("top");
$('.team_txt').corner("bottom");
$('.newsright').corner();
$('.completehomes_lot_box').corner();
$('.completehomes_lot_floorplan_173').corner();
$('.completehomes_lot_floorplan_179').corner();
$('.completehomes_lot_floorplan_180').corner();
$('.completehomes_lot_floorplan_219').corner();
$('.completehomes_lot_floorplan_220').corner();
$('.completehomes_lot_floorplan_216').corner();
$('.completehomes_lot_floorplan_217').corner();
$('.completehomes_lot_floorplan_218').corner();
$('.completehomes_lot_floorplan_221').corner();

$('.completehomes_lot_specs_173').corner();
$('.completehomes_lot_specs_179').corner();
$('.completehomes_lot_specs_180').corner();
$('.completehomes_lot_specs_219').corner();
$('.completehomes_lot_specs_220').corner();
$('.completehomes_lot_specs_216').corner();
$('.completehomes_lot_specs_217').corner();
$('.completehomes_lot_specs_218').corner();
$('.completehomes_lot_specs_221').corner();

$('.completehomes_lot_villahomes_box').corner();
$('.villahomes_unit1').corner();
$('.villahomes_unit2').corner();
$('.villahomes_unit3').corner();
$('.villahomes_unit4').corner();
$('.villahomes_unit5').corner();
$('.villahomes_unit6').corner();
$('.villahomes_unit7').corner();
$('.villahomes_unit8').corner();
$('.villahomes_unit9').corner();
$('.villahomes_unit10').corner();
$('.villahomes_specs').corner();


$('.completehomes_lot_box_villahomes').corner();





