﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		Cufon.replace('#subnav-title, .mission, h2, h3', { fontFamily: 'DIN-Medium' });
		Cufon.replace('h1', { fontFamily: 'DIN-Bold' });
		
		$('#mainnavigation ul').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);
