/*Applies to the contact and order page of the inspection light site only
*/
body {font-family: tahoma, Arial, verdana, serif, "times new roman";
      background:#FFFFFF;
      width:100%;
      height:100%;
      color:#000000;}

/*Underline links
*/

a {text-decoration:underline;}
a:link {color:#003399;}
a.nav:link {text-decoration:underline;
             color:#FFFFFF;
             font-size:1em;}
a.nav:visited {color:#FFFFFF;}
a.nav:hover {color:#FFFF00;}
a:visited {color:#003399;}
a:hover {color:#000000;}
a:active {color:#003399;}


/*Make hyperlinked images with green borders, so doesn't show
*/

img {border:none;}

/*Make heading 2s white. 
*/
h1 {font-family: tahoma, Arial, verdana, serif, "times new roman";
    font-size:1.2em;
    color:#CC0000;
    line-height:1em;}


/*Make heading 2s white. 
*/
h2 {font-family: tahoma, Arial, verdana, serif, "times new roman";
    font-size:1em;
    color:#CC0000;
    line-height:1.2em;}



/*Top bar with logo and and image
*/

div.top {display:block;
         position:absolute;
         width:61em;
         height:3em;
         background:#FFFFFF;
         border:none;}

/*Nav bar
*/

div.nav {display:block;
         position:absolute;
         width:61em;
         height:1.5em;
         margin-top:5.75em;
         background:#CC0000;
         border:none;
         color:#FFFFFF;
         padding-left:1%;}

/*Left side
*/

div.left  {display:block;
           position:absolute;
           margin-top:10em;
           width:15em;
           padding-left:0.2em;
           background:#FFFFFF;
           color: #000000;
           font-size:0.8em;
           z-index:1;}




/*Contact us Page
*/

div.mainpro5 {display:block;
              position:absolute;
              width:58em;
              height:87em;
              margin-top:9.75em;
              margin-left:16.5em;
              background;#FFFFFF;
              font-size:0.8em;
              border: 1px solid #CC0000;
              padding:1em;}


/*Footer area for contact us page only 
*/

div.foot5 {display:block;
           position:absolute;
           width:88em;
           height:1.5em;
           margin-top:115em;
           background:#FFFFFF;
           border-top: 1px solid #CC0000;
           font-size:0.7em;}

