﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		Cufon.replace('h1, .subnav-header, .cta-header, #ctas .cta-phone p, #ctas .cta-phone span');
		$('#mainnavigation .menu > .current_page_item > a, #mainnavigation .menu > .current_page_ancestor > a, #mainnavigation .menu > .current-page-ancestor > a').addClass('active');
		$('#mainnavigation ul ul li:first-child').addClass('first-child');
		
		$('.home #banner').cycle({ 
			fx:     'fade',
			timeout: 4000,
			delay:  0000 
		});

//	Superfish drop-down menus
		$('#mainnavigation ul.menu').superfish({
			delay: 500, // one second delay on mouseout
			animation: { opacity: 'show' }, // fade-in and slide-down animation
			speed: 'fast', // faster animation speed
			autoArrows: false,
			dropShadows: false
		});
	}); 
})(jQuery);
