// JavaScript Document

	Cufon('.hp-title h2 span:not(.tech), #hp-ClientHeader h2 span:not(.tech), .sp-ContentWrapper h2', {
		fontFamily: 'NeoSans',
		color: '#222222'
	});
	
	Cufon('h3', {
		fontFamily: 'NeoSans',
		color: '#222222',
		hoverables: {
			a:true
		},
		hover: {
			color: '#008ff6'
		}
	});
	
	Cufon('#hp-WhatWeDo-Title h2 span.tech', {
		fontFamily: 'NeoTech',
		color: '#222222'
	});
	
	Cufon('#hp-Latest-Title h2 span.tech', {
		fontFamily: 'NeoTech',
		color: '#222222'
	});
	
	Cufon('#hp-FooterTools h3', {
		fontFamily: 'NeoSans',
		color: '#fff',
		hoverables: {
			h2:false
		},
		hover: {
			color: '#008ff6'
		}
	});
	
	Cufon('#hp-Latest-Content .BlogPost h3 a', {
		fontFamily: 'NeoSans',
		color: '#008ff6',
		hoverables: {
			h3:true
		},
		hover: {
			color: '#222222'
		}
	});
	
	Cufon('.sp-ContentWrapper .sp-RightContent h1', {
		fontFamily: 'NeoSans',
		color: '#222222',
		hoverables: {
			h2:false
		},
		hover: {
			color: '#008ff6'
		}
	});
	
	//.sp-ContentWrapper .sp-RightContent h1
	
	carouselCufon();
	
	
function carouselCufon() {
	Cufon('.infiniteCarousel ul li:not(.loopClone) h1', {
		fontFamily: 'NeoSans',
		color: '#fff',
		hoverables: {
			h2:false
		},
		hover: {
			color: '#008ff6'
		}
	});
	
	Cufon('.infiniteCarousel ul li:not(.loopClone) p', {
		fontFamily: 'NeoSans',
		color: '#d7d7d7',
		hoverables: {
			h2:false
		},
		hover: {
			color: '#008ff6'
		}
	});	
}
	
	
	
	
	
