/*----------------------
[custom JS styles]

Project: If main site
Last change: 15.01.10
Assigned to: Felicity Evans
-----------------------*/

/* fonts */  	
Cufon.replace('#centreCol h1, h2, #wrapper .content ul.homeFeature h3, ul.toolBox h3, #wrapper .content .loginForm legend span, .btn,.mainNav li a', { hover: true, hoverables: { a: true} });

$(document).ready(function() {
 	
	// show/hide forgotten password field
	$(".new_pword").click(function(){
		$(".intForm .forgotten").toggle();
		return false;
	})
		
 });//end document ready
