//put your cufon replacement stuff in here!
//Cufon.replace('selector'); //regular replacement
//Cufon.replace('selector', {hover: 'true'}); //need to add this if you want hover functionality on replaced elements.
//Cufon.replace('selector', {fontFamily: 'fontName'}); //if you have multiple fonts doing the replacing, specify them like this.
Cufon.replace('nav.main ul.nav li a', {hover: 'true'});
Cufon.replace('span.phone', {
	textShadow: '#e6ddc8 0px 1px 0px'
});
Cufon.replace('span#callnow', {
	textShadow: 'none'
});

Cufon.replace('#bottom-cta #promos h3');
Cufon.replace('#bottom-cta .cta h3');
Cufon.replace('h2');
Cufon.replace('#submain h3');
