$(document).ready(function() {

    $("#topnav a").corner("keep top 10px");
    $("div.sub #search").corner("bottom 7px");
    $("div.home h5").wrap(document.createElement("div"));
    $("div.home h5").corner("round 5px tr br cc:#c3c2b1").parent().css({'padding':'1px', 'backgroundColor': '#c3c2b1', 'margin': '12px 0px'}).corner("round 5px tr br");
    $(".breakoutBox").corner("round 5px");
    $("div.home #newsEvents").wrap(document.createElement("div"));
    $("div.home #newsEvents").corner("round 5px bottom cc:#c3c2b1").parent().css({'padding':'1px', 'backgroundColor': '#c3c2b1'}).corner("round 5px bottom");
    $("div#footer div.top").wrap(document.createElement("div"));
    $("div#footer div.top").corner("round 5px tr br cc:#c3c2b1").parent().css({'padding':'1px', 'backgroundColor': '#c3c2b1', 'margin': '12px 0px'}).corner("round 5px tr br");
});
