﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here

		$('#subnav ul li:last-child').addClass('last-child');
		
		$('#content .overview-list li:nth-child(2n+1)').css('clear','both');
	
	}); 
})(jQuery);
