jQuery(document).ready(function(){

	var contentheight = $(window).height()-($('.header').height()+$('.footer').height()+$('.banner').height());
	$('.content').css({
		minHeight:contentheight+'px',
		height:contentheight+'px'
	});
	
	$(window).resize(function() {
		var contentheight = $(window).height()-($('.header').height()+$('.footer').height()+$('.banner').height());
		$('.content').css({
			minHeight:contentheight+'px',
			height:contentheight+'px'
		});
	});


	$(".news-latest-item:first").addClass("first");

	$(".tx-timeconsearch-pi1 select, .tx-timeconlocations-pi1 select, .tx-timeconjobfinder-pi1 select").uniform();	
	
	
});


jQuery(function(){
	
});



	






