﻿body 
{
  padding           : 0px;
  margin            : 0px;
  margin-top : 10px;
  background-color  : Black;
  font-family       : Arial, Helvetica, sans-serif;
  font-size         : 12px;
  color             : White;
}

input, select, textarea
{
  font-family       : Arial, Helvetica, sans-serif;
  font-size         : 12px;
  color             : rgb(90,90,90);
}

.homeFlash
{
  background-color: rgb(117,117,117);
  height: 111px;
}

.menuBar
{
  background-color: rgb(64,64,64);
  height : 26px;
  vertical-align: top;
}

.menuItem
{
  vertical-align: top;
  padding-top : 4px;
  padding-right: 8px;
}

a.menu:link     { color: White; text-decoration: none; font-size : 12px; text-transform : uppercase; }
a.menu:visited  { color: White; text-decoration: none; font-size : 12px; text-transform : uppercase;}
a.menu:active   { color: White; text-decoration: none; font-size : 12px; text-transform : uppercase; }
a.menu:hover    { color: rgb(245,130,30); text-decoration: none; font-size : 12px; text-transform : uppercase; }

a:link     { color: rgb(245,130,30); text-decoration: none;}
a:visited  { color: rgb(245,130,30); text-decoration: none;}
a:active   { color: rgb(245,130,30); text-decoration: none;}
a:hover    { color: White; text-decoration: underline;}

h1
{
  background-image: url('Images/Global/arrowHeading.gif');
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 18px;
  color : rgb(245,130,30);
  font-weight: normal;
}

h1.Bigger
{
  background-image: url('Images/Global/arrowHeading.gif');
  background-position: 0px 8px;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 20px;
  color : rgb(245,130,30);
  font-weight: normal;
}

h2
{
  background-image    : url('Images/Global/arrowSubHeading.gif');
  background-position : 5px 2px;
  background-repeat   : no-repeat;
  padding-left        : 30px;
  font-size           : 16px;
  color               : rgb(245,130,30);
  font-weight         : normal;
  padding-bottom      : 4px;
  margin-bottom       : 4px;
}

h3
{
  font-size: 13x;
  color : rgb(245,130,30);
  font-weight: normal;
  font-weight    : bold;
}

.copyPad
{
  padding-left: 30px;
}

.copyBlock
{
  background-image: url('Images/Global/copyTile.png');
  background-repeat: repeat;
  padding : 10px;
  color : White;
}

.tdContacts
{
  vertical-align    : top;
  width             : 150px;
}

.padContent
{
  padding-left      : 33px;
}

.padTop5
{
  padding-top       : 5px;
}

.installFont
{
  font-size         : 9px;
}

.flyOut
{
  border : 2px solid black;
  background-color : rgb(64,64,64);
  width : 150px;
  padding : 15px;
  text-align : left;
}