// Contains Fix's for the energy logo on the bottom right of the site.
$(document).ready(function () {
    if($.browser.safari){
         $("img.EngStar").css({
               'margin-left': '760px'
         });
    }
});
