/* begin basic styles */
body
{
  font-family: verdana, "bitstream vera sans", Arial, "Lucida Grande", Helvetica, Geneva, sans-serif;
  font-size: 12pt;
}

img
{
  border: 0;
}

h1
{
  font-size: 16pt;
  font-weight: bold;
  color: #616161 !important;
  border-bottom: solid 1px #BDBDBD;
}

h2
{
  font-size: 12pt;
  font-weight: bold;
  padding: 0;
  margin: 0 0 17px 0;
}

h3
{
  font-size: 10pt;
  font-weight: bold;
  color: #000;
}

h4
{
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
}

p
{
  font-size: 10pt;
}

table
{
  width: 100%;
}

table td, table th
{
  text-align: left;
  font-size: 9pt;
  padding: 1px 3px;
}

ul
{
  font-size: 10pt;
  list-style-image: url("../images/logo_greenArrow.gif");
}

a
{
  font-size: 10pt;
  text-decoration: none;
  color: #405EBE;
}

#title
{
  margin-bottom: 25px;
}

#contactInformation
{
  position: absolute;
  top: 14px;
  right: 0;
  color: #828282 !important;
  font-size: 8pt;
  text-align: right;
}

blockquote
{
  margin: 0;
}

#footer
{
  margin: 14px 0 0 0;
  padding: 8px 0 0 0;
  border-top: solid 14px #007D5D;
  text-align: center;
}

.listHeader
{
  padding: 8px 0 8px 0;
  border-top: solid 1px #A1A5A8;
  border-bottom: solid 1px #A1A5A8;
}

.listHeader h2
{
  margin: 0 !important;
  padding: 0 !important;
}

/* end basic styles */

/* begin hiding */
#tools, #header ul, #footerSubMenu, #footerAbout, #footer dl, #footer ul, #footerPhrase, #leftMenu, #crumbs, .backToTop, #selectTruckTop, #selectTruckBottom, .inlinePicture, #findALocation, form
{
  display: none;
}
