/* colorbox layers*/
$(document).ready(function(){
	$(".content-popup").colorbox({iframe:true, innerWidth:630, innerHeight:475});
});
$(document).ready(function() {
  // Remove the border from the last child of the ul's in the main nav
  $('#nav ul li:last-child').css('border-right', '1px solid #6a6a62');
  $('#leftnav ul li:last-child a').css('border-bottom', '1px solid #b5b2a1');
  $('#leftnav ul ul li:last-child a').css('border-bottom', 'none');
  $('#searchmore ul ul li:last-child a').css('border-bottom', '1px solid #b5b2a1');
});

