$("document").ready(function(){
	$("#text-level-1").click(function(){
		$("body").css("font-size","12px");
		$("#search ul li ul li").css("font-size","12px");
		$("#rightnav").css("font-size","12px");
		$("#bottomlinks").css("font-size","12px");
		$(".print").css("font-size","12px");
		$("#TopNavigation").css("font-size","11px");
		$(".date").css("font-size","12px");
		$(".desc").css("font-size","12px");
		$(".list a").css("font-size","12px");
		$(".TableFormatsitemap a").css("font-size","12px");
		$(".content a").css("font-size","12px");
		$(".Propertydetails").css("font-size","12px");
		$(".Propertydetails h2").css("font-size","12px");
		$(".Listing").css("font-size","12px");
		$("#copyright").css("font-size","12px");
	});
	$("#text-level-2").click(function(){
		$("body").css("font-size","14px");	
		$("#search ul li ul li").css("font-size","14px");
		$("#rightnav").css("font-size","14px");
		$("#bottomlinks").css("font-size","14px");
		$(".print").css("font-size","14px");
		$("#TopNavigation").css("font-size","12px");
		$(".date").css("font-size","14px");
		$(".desc").css("font-size","14px");
		$(".list a").css("font-size","14px");
		$(".TableFormatsitemap a").css("font-size","14px");
		$(".content a").css("font-size","14px");
		$(".Propertydetails").css("font-size","14px");
		$(". Propertydetails h2").css("font-size","14px");
		$(".Listing").css("font-size","14px");
		$("#copyright").css("font-size","14px");
	});
	$("#text-level-3").click(function(){
		$("body").css("font-size","16px");	
		$("#search ul li ul li").css("font-size","16px");
		$("#rightnav").css("font-size","16px");
		$("#bottomlinks").css("font-size","16px");
		$(".print").css("font-size","16px");
		$("#TopNavigation").css("font-size","14px");
		$(".date").css("font-size","16px");
		$(".desc").css("font-size","16px");
		$(".list a").css("font-size","16px");
		$(".TableFormatsitemap a").css("font-size","16px");
		$(".content a").css("font-size","16px");
		$(".Propertydetails").css("font-size","16px");
		$(".Propertydetails h2").css("font-size","16px");
		$(".Listing").css("font-size","16px");
		$("#copyright").css("font-size","16px");
	});
	
/*	$("#contrast-level-1").click(function(){
		$(".topbg").css("background-image","url(graphic/top_bg.jpg)");
		$("#Container").css({'background-image':'url(graphic/shadow.jpg)','background-repeat':'repeat-y'});
		$("#bottomcontainer").css("background-image","url(graphic/bottom_bg.jpg)");
		$("body").css("color","#53565F");
	});
	$("#contrast-level-2").click(function(){
		$(".topbg").css("background-image","url(graphic/top_bg_c1.jpg)");	
		$("#Container").css({'background-image':'url(graphic/shadow_c1.jpg)','background-repeat':'repeat-y'});
		$("#bottomcontainer").css("background-image","url(graphic/bottom_bg_c1.jpg)");
		$("body").css("color","#000000");
	});
	$("#contrast-level-3").click(function(){
		$(".topbg").css("background-image","url(graphic/top_bg_c2.jpg)");
		$("#Container").css({'background-image':'url(graphic/shadow_c2.jpg)','background-repeat':'repeat-y'});
		$("#bottomcontainer").css("background-image","url(graphic/bottom_bg_c2.jpg)");
		$("body").css("color","#FFFFFF");
	});*/
	
	$("#kfield").focus(function(){
			if($(this).val()=='Enter keyword to search')
			$(this).val('');	
	});
				
	$("#kfield").blur(function(){
			if($(this).val()=='')
			$(this).val('Enter keyword to search');	
	});
	
});



				
		