jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	
});
	
	
	
		var ind;
	jQuery("#calloutshome a").hover(
		function() {
			ind = jQuery(this).index();
			jQuery('.arrows').children().eq(ind).stop().animate({right:"18px"},350, "easeOutExpo");
		},
		function() {
			jQuery('.arrows').children().eq(ind).stop().animate({right: "0px"}, 400, "easeOutExpo");
		}
	);
	
	jQuery("#calloutsinner a").hover(
		function() {
			ind = jQuery(this).index();
			jQuery('.arrowsInner').children().eq(ind).stop().animate({right:"18px"},350, "easeOutExpo");
		},
		function() {
			jQuery('.arrowsInner').children().eq(ind).stop().animate({right: "0px"}, 400, "easeOutExpo");
		}
	);
	
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

	/* THIS REMOVE THE LINE FROM THE EMPTY <UL> ELEMENTS (NOTE: be sure there is NO space between the <ul></ul> elements) */
	jQuery("#navigation li ul:empty").remove();
	
	jQuery(".menuRollOver").rollover();

});


var copperplategothicbold = { src: DNN_skinPath + 'copperplategothicbold.swf' };
sIFR.activate(copperplategothicbold);
sIFR.replace(copperplategothicbold, {
  selector: 'h1',
    wmode: 'transparent', 
  css: '.sIFR-root { color: #4B1D10; }'
});

sIFR.replace(copperplategothicbold, {
  selector: '#homeText',
    wmode: 'transparent', 
  css: '.sIFR-root { color: #4B1D10; text-align: center; }'
});





