
#footbox  {clear:both;
 display:inline-block;
 text-align:left;
 width:49.6em;
 margin:0;
 padding:.125em 0 .125em 0.92em;
      /* gives space for section header text
      and aligns text's left side  - it also
      should force over next level down */
 border:none;
 cursor:default;
 background: rgb(150, 90, 90);
 position:relative; /*absolute;*/
 left:11.93em; /*11.9em;*/
 /*top:99%; bottom:0em;*/
  bottom:0em; /* -31.9em works for main index - check for all other pages */
 z-index:0;
}/* do NOT put a height call in this */

#footer {
     list-style:none; font-size: 90%;
     line-height:1em; width:100%;
}
/* globally makes all uls inside footer have no list characters  */

#footer a, #footer a:visited { color:white; text-decoration:none; font-weight:900; }
/* globally makes all a inside footer be white and bold */

#footer a:hover,
#footer a:focus,
#footer a:active { display:block; width:100%;
   text-decoration:none;
} /* globally makes full li widths clickable! */

#footer li:hover > a,
#footer li:focus > a,
#footer li:active > a,
#footer li span:hover,
#footer li span:focus,
#footer li span:active,
#footer ul li:hover > a.fly,
#footer ul li:focus > a.fly,
#footer ul li:active > a.fly{
      color:white;
      background:rgb(255, 150, 5);
      display:block;
} /* must include display:block for whole li to be clickable */

#footer li .h4,
#footer li .h4:hover,
#footer li .h4:focus,
#footer li .h4:active { color:#ffcc66; font-weight:900; background:transparent; padding:1.5em 0em .5em .55em; }
/* this controls footer non-a href top headline */

li .foothead  { color:#ffcc66; font-weight:900; background:transparent; padding:.5em 0em .5em 0em; }
/* this controls footgroup non-a href subheads */

#footer .foot {clear:both;}

#footer .footwrap li  { list-style:none;
    width:11em; background:rgb(150, 90, 90);
    padding:.0em .5em .5em 0em;
    margin:0; position:relative; top:0; clear:both;
}

#footer .footmenu {float:left; background:rgb(150, 90, 90); padding:0em .5em .5em .5em; margin:0em .85em 1em  0em;
}

#footer .footwrap .footmenu li:hover,
#footer .footwrap .footmenu li:focus,
#footer .footwrap .footmenu li:active {width:11em; }

#footer span {
     font: 80%/1.15em verdana, arial, sans-serif;
     font-weight:500;  padding:.125em 0em .5em 0em;
     display:block;
}

#footmenu > li > .foothead { padding:.25em 0em .25em 0em; color:#ffcc66; }

#footcontact-boiler{ width:48.0em; margin:0em 0em 0em .5em; padding:0em 0em 0em 0em; background:rgb(150, 90, 90); clear:both;}


