$(document).ready(function(){
	
	$(".awardstrigger").overlay();
	
	/*************************************************************/
	/* jQuery rounding misc divs */
		$("#nav li ul").corner("5px");
		//$("#col1_navcontent").corner("5px");
		//$(".objectOuter").corner("round 5px");
	
	/*************************************************************/

});

/** Text replacement - must be placed outsite $(document).ready(); **/
//Cufon.replace("h1, h2, h3, h4, h5, h6, ul#submenu li#title a", { fontFamily: 'gotham-light' }); 
