/*Make all body text black 14-point verdana. 
*/
body {font-family:  tahoma, verdana, Arial, serif, "times new roman";
      background:#000000;
      color:#FFFFFF;
      margin: 0 auto;
      width:57em;
      height:100%;}


/*Make size1 headings white on home page
*/
h1 {font-family: tahoma, verdana, Arial, sans-serif, times new roman;
    font-size:1.1em;
    color:#FFFFFF;}

/*Make size1 headings black on domestic page
*/
h1.dom {font-family: tahoma, verdana, Arial, sans-serif, times new roman;
        font-size:1.1em;
        color:#000000;}

/*Make the size1 heading for exceeding expectations bigger
*/
h1.exp {font-family: tahoma, verdana, Arial, sans-serif, times new roman;
        font-size:1.5em;
        color:#FFFFFF;}

/*Underline links
*/

a {text-decoration:none;}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#993300;}
a:active {color:#000000;}

/*links in headings
*/

a {text-decoration:none;}
a.head:link {color:#FFFFFF;}
a.head:visited {color:#FFFFFF;}
a.head:hover {color:#FFFF00;}
a.head:active {color:#FFFFFF;}

/*links on map page
*/

a.main:link {text-decoration:underline;
            color:#FFFF00;
            line-height:1.5em;}
a.main:visited {color:#FFFF00;
               text-decoration:underline;
               line-height:1.5em;}
a.main:hover {color:#FFFFFF;
             text-decoration:underline;
             line-height:1.5em;}
a.main:active {color:#FFFF00;
              text-decoration:underline;
              line-height:1.5em;}

/*Make hyperlinked images with black borders, so doesn't show
*/

img {border:none;}

/*Left hand Border hazard tape
*/

div.haz1 {display:block;
         position:absolute;
         width:1em;
         height:70em;
         background:url(images/back2a.jpg) repeat-y;
         z-index:8;}

/*top Border hazard tape
*/

div.haz2 {display:block;
         position:absolute;
         width:57em;
         height:1em;
         background:url(images/back3a.jpg) repeat-x;
         z-index:9;}

/*right hand Border hazard tape
*/

div.haz3 {display:block;
         position:absolute;
         width:1em;
         height:70em;
         margin-left:56em;
         background:url(images/back2a.jpg) repeat-y;
         z-index:8;}


/*bottom Border hazard tape
*/

div.haz4 {display:block;
         position:absolute;
         width:57em;
         height:1em;
         margin-top:70em;
         background:url(images/back3a.jpg) repeat-x;
         z-index:9;}

/*Left hand Border hazard tape on commercial page
*/

div.haz1c {display:block;
          position:absolute;
          width:1em;
          height:76em;
          background:url(images/back2a.jpg) repeat-y;
          z-index:8;}

/*right hand Border hazard tape on commercial page
*/

div.haz3c {display:block;
          position:absolute;
          width:1em;
          height:76em;
          margin-left:56em;
          background:url(images/back2a.jpg) repeat-y;
          z-index:8;}

/*bottom Border hazard tape on commercial page
*/

div.haz4c {display:block;
          position:absolute;
          width:57em;
          height:1em;
          margin-top:76em;
          background:url(images/back3a.jpg) repeat-x;
          z-index:9;}



/*Top bar to left of screen
*/

div.top {display:block;
         position:absolute;
         width:53em;
         height:14em;
         margin-left:2em;
         margin-top:1em;
         padding-right:0.2em;
         background:#000000;
         z-index:5;}

/*Navigation Links
*/

div.nav {display:block;
         position:absolute;
         width:59em;
         height:2em;
         margin-left:2em;
         margin-top:17em;
         padding-top:0.4em;
         color:#000000;
         font-size:0.9em; 
         font-weight: bold;
         background:#FFFF00;
         z-index:6;}


/*Emergency Call Out
*/

div.call {display:block;
          position:absolute;
          margin-top:90em;
          line-height: 1.25em;
          margin-left:2em;
          width:54em;
          height:3.65em;
          font-size:1em;
          font-weight: bold;
          color:#000000;
          background:#FFFF00;
          z-index:3;}

/*Main domestic text area on home page
*/

div.main {display:block;
          position:absolute;
          margin-top:18em;
          line-height: 1.25em;
          margin-left:2em;
          width:53em;
          height:12em;
          font-size:1em;
          font-weight: bold;
          color:#FFFF00;
          background:#000000;
          z-index:3;}

/*Main commercial text area on home page
*/

div.mainc {display:block;
           position:absolute;
           margin-top:31em;
           line-height: 1.25em;
           margin-left:2em;
           width:53em;
           height:9em;
           font-size:1em;
           font-weight: bold;
           color:#FFFF00;
           background:#000000;
           z-index:3;}

/*Main maintenance text area on home page
*/

div.mainm {display:block;
           position:absolute;
           margin-top:41em;
           line-height: 1.25em;
           margin-left:2em;
           width:53em;
           height:8.5em;
           font-size:1em;
           font-weight: bold;
           color:#FFFF00;
           background:#000000;
           z-index:3;}

/*Telephone area on home page
*/

div.maint {display:block;
           position:absolute;
           margin-top:51em;
           line-height: 1.25em;
           margin-left:1em;
           width:55em;
           height:14em;
           font-size:1em;
           font-weight: bold;
           color:#FFFF00;
           background:#000000;
           z-index:3;}

/*domestic page
*/

div.maind {display:block;
           position:absolute;
           margin-top:18em;
           line-height: 1.25em;
           margin-left:2em;
           width:52em;
           height:34em;
           font-size:1em;
           font-weight: bold;
           color:#000000;
           background:#FFFF00;
           padding:0.5em;
           z-index:3;}

/*Telephone area on domestic page
*/

div.maintd {display:block;
           position:absolute;
           margin-top:53.5em;
           line-height: 1.25em;
           margin-left:1em;
           width:55em;
           height:12em;
           font-size:1em;
           font-weight: bold;
           color:#FFFF00;
           background:#000000;
           z-index:3;}

/*commercial page
*/

div.mainco {display:block;
           position:absolute;
           margin-top:18em;
           line-height: 1.25em;
           margin-left:2em;
           width:52em;
           height:50em;
           font-size:1em;
           font-weight: bold;
           color:#FFFF00;
           background:#000000;
           padding:0.5em;
           z-index:3;}


/*Telephone area on commercial page
*/

div.maintc {display:block;
           position:absolute;
           margin-top:57em;
           line-height: 1.25em;
           margin-left:1em;
           width:55em;
           height:12em;
           font-size:1em;
           font-weight: bold;
           color:#FFFF00;
           background:#000000;
           z-index:3;}


/*Footer area  
*/

div.foot {display:block;
          position:absolute;
          text-align:center;
          margin-top:98em;
          margin-left:3em;
          font-size: 0.65em;
          padding-top:3em;
          width:79em;
          height:5em;
          background:#FFFF00;
          line-height:0.65em;
          color:#000000;
          z-index:6;}

/*Footer area on domestic page
*/

div.footd {display:block;
          position:absolute;
          text-align:center;
          margin-top:100em;
          margin-left:3em;
          font-size: 0.65em;
          width:81em;
          height:5em;
          background:#FFFF00;
          line-height:0.65em;
          padding-top:1em;
          color:#000000;
          z-index:6;}

/*Footer area on commercial page
*/

div.footc {display:block;
          position:absolute;
          text-align:center;
          margin-top:107em;
          margin-left:3em;
          font-size: 0.65em;
          width:81em;
          height:5em;
          background:#FFFF00;
          line-height:0.65em;
          padding-top:1em;
          color:#000000;
          z-index:6;}

