﻿jQuery(document).ready(function(){
	//if it's mac then shorten the height of the search bar
	if (navigator.userAgent.toLowerCase().indexOf("macintosh") != -1){ 
		jQuery("#ucMainNav_SearchQueryText").css("height", "16px");
	}
});
