$.noConflict();
jQuery(document).ready( function(){

	Cufon.replace('header nav ul li a, #content_right h1, #content_right h2.ttl , .jobs_search h2, .profiledetails h2, .interviewcv h2, .ttlprofile h2, #content_left .html h4, a.info, .contentheader h1, aside ul li a, div.interviewcv h3 ,  div.interviewcv h4, .ttlprofile a, ttlprofile h2, h3.caption, .profileimg a, .more a, .apply_wrapper a,#applyform .apply button,  #cvsend .submitcv button, #btnCalculate, .freelance_tempt h3, .freelance_tempt h4, .findout_more a, .social h4, .recruit h2, h2.amazing_team, .small_profile ul li span, .sara h3', {hover:true
	
	});
	
		jQuery('#applyform .apply button').mouseover(function(){
			Cufon.replace('#applyform .apply button');
		});
		
		jQuery('#applyform .apply button').mouseout(function(){
		
		    Cufon.replace('#applyform .apply button');
		});
		
		jQuery('#cvsend .submitcv button').hover(function(){
		   $(this).addClass('active');
		    Cufon.replace('#cvsend .submitcv button');
		},function(){
		   $(this).removeClass('active');
		    Cufon.replace('#cvsend .submitcv button');
		});
		

	
	
	jQuery('table.agency tr:even').addClass('even');
	jQuery('.calc_results table td').addClass('even');
	
	jQuery('header nav ul li').hover(function(){
			jQuery(this).addClass('current');	
			},function(){
			jQuery(this).removeClass('current');	
	});
	
	jQuery('.helptext').hide();
	
	jQuery('a.letushelp').mouseover(function(){
		jQuery('.helptext').show();
	});
	
	jQuery('a.letushelp').mouseout(function(){
		jQuery('.helptext').hide();	
	});
	
	Cufon.replace('.section a.more',{hover:true});
	
	jQuery('a.more').click(function(){

	
			jQuery(this).siblings('.testitext').slideToggle('fast',function(){
			
			Cufon.replace('.section a.more');
			
			});		
						
			if(jQuery(this).text() == "Read more +"){
			jQuery(this).html("close -");
			jQuery(this).addClass("close");			
			Cufon.replace('.section a.more');
			
			}else{
	
			jQuery(this).html("Read more +");
			jQuery(this).removeClass("close");			
			Cufon.replace('.section a.more');
			
			}			
		
		
		});
		
			
		
});
