Title:
Page Not Found
page Descriptions:
<h2>Perhaps you are here because:<br />
<br />
<ul class="b-bull">
<li>The page has moved</li>
<li>The page no longer exists</li>
</ul>
</h2>
<p><img class="m-content-btn m-clickable" alt="Return to Homepage" width="148" height="20" onclick="location.href='/'" onmouseover="this.src='/sites/all/themes/mcf/res/i/btn/btn-return-to-homepage-over.png'" onmouseout="this.src='/sites/all/themes/mcf/res/i/btn/btn-return-to-homepage.png'" onmousedown="this.src='/sites/all/themes/mcf/res/i/btn/btn-return-to-homepage.png'" onmouseup="this.src='/sites/all/themes/mcf/res/i/btn/btn-return-to-homepage-over.png'" src="/sites/all/themes/mcf/res/i/btn/btn-return-to-homepage.png" /><br />
<br />
</p>
JS Code:
$(function(){
jQuery(".l-body").css("min-height","400px");
jQuery(".b-title h1").addClass("ico-warning");
jQuery(".col-1 .b-page-head .b-title").css("padding-bottom","1.58em");
jQuery(".col-1 .b-page-head ").css("padding-bottom","0px");
jQuery(".dropShadow").css("top","11px");
jQuery(".dropShadow").css("left","9px");
jQuery(".h-base").addClass("h-base-not-found");
});
