$(document).ready(function(){
	
	//Round the Web Site Container. if IE version is less than 8, do not round the bottom due to browser specific issue.
	/*if(jQuery.browser.msie == true && jQuery.browser.version.substr(0,3)<=7)
		$("#container-inner").corner("round top 11px").parent().css('padding', '3px').corner("round top 14px");
	else
		$("#container-inner").corner("round 11px").parent().css('padding', '3px').corner("round 14px");*/
	
	
	$(".sideBar .resources").corner("round 5px");
	$(".leftSide").corner("round top 3px");
	$(".groupHeader").corner("round 5px");
	$("#leftColumn h3, #content .middleCol h3, #content .rightCol h3, #eventReg h3").corner("round 5px");
	/*$("#nav li").corner("round top 3px");*/
	/*$("#nav li:hover").corner("round top 3px");	*/
	
	$(".homeHeading h2#news").corner("round tl bl 5px");
	$("h2.viewAll").corner("round tr br 5px");
	$("#linksTitles h2").corner("round 5px");
	$("ul.pagination li").corner("round 5px");
	$(".current").corner("round 5px");
	
	
	//Round the "You are here" nav marker
	$("#bodyHome #navHome").corner("round top 3px");
	$("#bodySchools #navSchools").corner("round top 3px");
	$("#bodyPrograms #navPrograms").corner("round top 3px");
	$("#bodyAbout #navAbout").corner("round top 3px");
	$("#bodyBoardroom #navBoardroom").corner("round top 3px");
	$("#bodyParents #navParents").corner("round top 3px");
	$("#bodyStudents #navStudents").corner("round top 3px");
	$("#bodyStaff #navStaff").corner("round top 3px");
	$("#bodyEmployment #navEmployment").corner("round top 3px");
	
	//rounded footer corners
	$("#leftSide").corner("round tr br 5px");
	$("#rightSide").corner("round tl bl 5px");
});
