﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
			Cufon.replace('h1, #banner-white-bar h5');
		
		$('#subnav ul ul li:last-child').addClass('last');

		$("a.popup").fancybox({
			'speedIn': 600,
            'speedOut': 200,
            'padding': 8,
            'margin': 0,
            'width': 1200,
            'height': 720,
            'centerOnScroll': true,
			'showCloseButton': true,
            'enableEscapeButton': true,
            'overlayShow': true,
            'hideOnOverlayClick': false,
			'type': 'iframe'
		});


//	Superfish drop-down menus
//		$('.main-nav ul.L1').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);
