// please use
// Cufon.set('fontFamily', 'font name');
// when using more than one font family

	Cufon.set('fontFamily', 'Myriad Pro Regular');
		Cufon.replace('.content h3');
		
		
	Cufon.set('fontFamily', 'Myriad Pro Light');
		Cufon.replace('#banner h2', {
			textShadow: '2px 2px #103f4f'
		});
		
		
	Cufon.set('fontFamily', 'Myriad Pro Black');
		Cufon.replace('#banner h1', {
			color: '-linear-gradient(#f2f5f7,#f6f8f9)',
			textShadow: '2px 2px #061216'
		});
		Cufon.replace('.btn-banner a', {
			color: '-linear-gradient(#f2f5f7,#f6f8f9)',
			textShadow: '0px -2px #510000',
			hover:{color: '-linear-gradient(#b4696a, #b76b6b)'}
		});
		Cufon.replace('.sa-box .head h3');
		Cufon.replace('.content h3 span');
		
		
	Cufon.set('fontFamily', 'Myriad Pro BoldItalic');
		Cufon.replace('#banner h1 span', {
			color: '-linear-gradient(#f2f5f7,#f6f8f9)',
			textShadow: '2px 2px #000000'
		});
		Cufon.replace('.content h1');
		Cufon.replace('.content h2.h1');
		
		Cufon.set('fontFamily', 'Festus');
		Cufon.replace('.contact-us .head h3');

