
$(function()
{
	$('#HomeSlideShow').cycle({  	//LEFT SLIDE
		fx: 'fade', 		//Transition type
    	timeout: 5000,
		delay:  -0
	});
});

$(function()
{
	$('#Form textarea').autogrow();				
});

$(document).ready(function(){ 
	jQuery('.equal').equalHeight();
	jQuery('.home_equal').equalHeight();
	jQuery('.PostItEqual').equalHeight();
});

$(function()
{
	Cufon.replace('#Navigation a', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#PageText h1', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#PageText h2', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#PageText h3', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#PageTitle', { 
		fontFamily: 'Avenir'
	});
	Cufon.replace('#LeftColumn h2', { 
		fontFamily: 'Avenir'
	});
	Cufon.replace('#LeftColumn ul a ', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('form#Form legend', { 
		fontFamily: 'Avenir'
	});
	Cufon.replace('#HomeNews h4', { 
		fontFamily: 'Avenir'
	});
});

$(function()
{
    $('.GalleryRow dt a').lightBox();
    $('.LightBox').lightBox();
});


