$(document).ready(function(){

	Cufon.replace('#cform h2,#about h2, #services h2, #contact h2,  #portfolio h2, #side h3, .headings h3, .member p, .item h4');
	
	Cufon.now(); // IE Cufon fix
	
	// Fix :hover ie6 bug for SUBMIT button
			$('.submit-button').hover(function() { 
				$(this).stop().css({ 'background' : 'url(img/submit_h.gif)' });
				$(this).stop().css({ 'cursor' : 'pointer' });
			}, function() {
				$(this).stop().css({ 'background' : 'url(img/submit.gif)' });
			}); // END Fix :hover ie6 bug for SUBMIT button


});
