& could someone advise on how to put it back?
http://cdiwwwtest.cdicorp.com/engineering
that green/teal stripe is supposed to be the background for the secondary navigation for example
http://cdiwwwtest.cdicorp.com/invest/
I just changed the wp code to switch background images. But it should not have affected the navbar.
<?php if(is_page('home')){
echo'<div id="mainBody" class="mainBg">';
}else if(is_page('engineering')){
echo'<div id="mainBody" class="engContent">';
}else if(is_page('technology')){
echo'<div id="mainBody" class="techContent">';
};?>
also irritating while it works for the engineering and tachpages i set the main page to come in a bright yellow(just to debug) and it is not kicking in.
Thank you
d