// sIFR CONFIG
	sIFR.fromLocal = false;
	sIFR.domains = ['localhost', 'callierthompsonshea.com', 'www.callierthompsonshea.com'];
	var graphite = {
	  src: 'swf/GraphiteMM.swf'
	};
	
	var handwriting = {
	  src: 'swf/HansHand.swf'
	};
	
	
	var daniel = {
	  src: 'swf/daniel.swf'
	};
	
	sIFR.activate(graphite, handwriting, daniel);
	
	sIFR.replace(graphite, {
	  selector: '#featured_project h1, #before_and_after h1, #testimonials_content h1, #interior_page_overlay h1, #interior_page_overlay h2',
	  wmode: 'transparent',
	  fitExactly: true,
	  css: {
		  '.sIFR-root': { 'color': '#4e5596', 'text-transform': 'uppercase' }
	  }
	});
	
	sIFR.replace(graphite, {
	  selector: '#address p',
	  wmode: 'transparent',
	  tuneHeight: 10,
	  fitExactly: true,
	  css: {
		  '.sIFR-root': { 'color': '#4e5596', 'text-transform': 'uppercase', 'leading': -1 }
	  }
	});
	
	sIFR.replace(handwriting, {
	  selector: '#main_nav ul li.two_lines',
	  wmode: 'transparent',
	  fitExactly: true,
	  offsetTop: -8,
	  tuneHeight: 16,
	  css: {
		  '.sIFR-root': { 'color': '#524a23', 'font-weight': 'bold', 'leading': -13},
		  'a':{'color': '#524a23', 'text-decoration': 'none'},
		  'a:hover':{'color': '#5D021D', 'text-decoration': 'none'}
	  }
	});
	
	sIFR.replace(handwriting, {
	  selector: '#main_nav ul li',
	  wmode: 'transparent',
	  fitExactly: true,
	  css: {
		  '.sIFR-root': { 'color': '#524a23', 'font-weight': 'bold', 'leading': -13},
		  'a':{'color': '#524a23', 'text-decoration': 'none'},
		  'a:hover':{'color': '#5D021D', 'text-decoration': 'none'}
	  }
	});
	

	sIFR.replace(daniel, {
	  selector: '#phone_numbers p',
	  wmode: 'transparent',
	  tuneHeight: 16,
	  css: {
		  '.sIFR-root': { 'color': '#3e381a', 'leading': -2, 'text-transform': 'uppercase'}
	  }
	});
	
	
	sIFR.replace(handwriting, {
	  selector: '#listen_in_post_it h1',
	  wmode: 'transparent',
	  css: {
		  '.sIFR-root': { 'color': '#20305c', 'font-weight': 'bold', 'leading': -12}
	  }
	});
