Cufon.replace('#menu', { hover: true }) ('.service-title');

$(document).ready(function() { 	
	$('#content-right p:first').addClass('content-right-p-first');
	$('.service-more').find('p:first').addClass('service-right-p-first').wrap('<div class="service-right-p-first2" />');
	
	//Hide (Collapse) the toggle containers on load
	$(".acc-item-more").hide(); 

	//Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
	$(".acc-item .trigger").click(function(){
		$(this).parent().toggleClass("active").children('.acc-item-more').slideToggle("slow");		
		
		//if ( $(this).parent().hasClass("active") )	{		}
	});
	
	$(".service-more").hide(); 
	$("#service-nav li a").click(function(){
		$(this).parent().parent().find('li a').removeClass("active");
		$(this).toggleClass("active");
		var $serviceMore = $(this).parent().children('.service-more').html();	
		$('#service-right-content', parent.document).hide().html('').append( $serviceMore ).fadeIn(1000);		
		return false;
	});
	
	
	$('#ngg-slideshow-12-204-8 img').wrap('<div class="bay"	/>');
	
});
