﻿/* Header */

#headerWrapper
{
  background-color: #fbb316;
  background: #fbb316 url(../images/layout/header-bg.gif) repeat-x scroll left bottom;
}

#headerWrapper, #header, #logo, #tel
{
  height: 78px;  
}

#logo
{
  width: 253px;
}

/* Nav */

#navWrapper
{
  background-color: #ffd200;
}

/* Sidebar */
.downloadBanner, .requestContactBanner
{
  margin: 0 0 35px 0;
  padding: 0;
  border: none;
}

/* Footer */
.footerBlockTwoWrapper
{
  background-color: #ffd200;  
}

.footerBlockOneColLast
{
  width: 240px;  
}

/* News */
.newsItem
{
  border-top: solid 1px #2871a9;
}

/* Typography */

h1
{
  color: #2871a9;
}

a:link
{
  color: #2871a9;
}

a:visited
{
  color: #2871a9;
}

a:hover
{
  color: #2871a9;
}

a:active
{
  color: #2871a9;
}

/* Premium table */
.premiumTable
{
  width: 70%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.premiumTable td
{
  padding-top: .5em;
  padding-bottom: .5em;
  font-family: arial, helvetica, sans-serif;
  font-size: 130%;
  color: #454545;
  line-height: 1.5em;
  border-bottom: solid 1px #e8e9ea;
}

.premiumTable thead td
{
  padding-top: 0;
  font-size: 140%;
  color: #f18221;
}

.premiumTable tbody td
{
  
}

.premiumTable tbody td.last
{
  border: none;
}
