
/* Clean your palette */
html, body, div, table, h1, h2, h3, h4, h5, h6, p, form, img 
{
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 100.01%
}

/* HTML Styles ------------------------------------------------------------- */
body
{
    /*background: #4b4b4b;*/
    background: #000000;
    margin: 0px;
    padding: 0px;
    font-family: verdana, tahoma, helvetica, sans-serif;
}

p
{
    font-size: 75%;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 150%;
    margin-bottom: -5px;
}

img
{
    /* turns off gaps around images */
    border:	0
}

a
{
    text-decoration: none;
    font-weight: bold;
}

a:link
{
    color: #86ACBD;
    background-color: transparent;
}

a:visited
{
    color: #A6C8D7;
    background-color: transparent;
}

a:hover
{
    color: #CCDFE8;
    background-color: transparent;
    text-decoration: underline;
}

a:active
{
    color: #DEDEDE;
    background-color: transparent;
}

/* Custom Styles ------------------------------------------------------------- */	


/* stuff to make the main navigation work -------------------------- */


td.navCellHome
{
    background-image: url("../images/mainNavBG.gif");
    background-repeat: repeat-x;
    height: 18px;
}

/* main layout of page -------------------------- */

#companyLogo
{
    z-index: 1;
}

table.container
{
    background-color: #000000;
    background-image: url("../images/whirl2.jpg");
    background-repeat: no-repeat;
}

td#strapline
{
  padding: 25px 28px 30px 0px; 
}

/* Tell NS4 to ignore these styles.... */
/*/*/
#frontLineDisplay
{
   font-family: verdana, tahoma, helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 7pt;
    z-index: 5;
}
/* Okay, we can let NS4 see the rest.... */

#footer
{
    left: 50%;
    font-size: 0.6em;
    color: #A6C8D7;
    z-index: 7;
    padding: 20px 0px 10px 0px;
    line-height: 1.8em;
}

#e-scape
{
margin-top: 5px;
float: right;
clear: none;
color: #A6C8D7;
font-size: 0.6em;
}


td.homeboxTD
{
    padding: 42px 15px 0px 37px;
}

td.frontlineTD
{
    padding: 30px 0px 0px 0px;
}

#homeBox
{
    font-size: 80%;
    color: white;
    line-height: 130%;
    border: 1px solid #000;
    background-color: #4b4b4b;
    /*background-image: url(/images/trans.gif);*/
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    padding: 6px;
    z-index: 8;
}