/* CSS Document */
body {
  margin: 0 auto;
  padding: 0;
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  text-align: center;
}
a {
  color: #000;
  text-decoration: underline;
}
strong {
  color: #252525;
  font-weight: bold;
  text-transform: uppercase;
}
h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #252525;
}
h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #db2020;
}
h4 {
  font-size: 13px;
  color: #252525;
}
h4 a:link {
  color: #252525;
  text-decoration: underline;
}
h4 a:visited {
  color: #252525;
  text-decoration: none;
}
h4 a:hover, h4 a:active {
  color: #db2020;
  text-decoration: none;
}
.links {
  list-style-type: none;
}
.links a:link, {
  color: #252525;
  text-decoration: underline;
}
.links a:visited {S
  color: #252525;
  text-decoration: none;
}
.links a:hover, .links a:active {
  color: #db2020;
  text-decoration: none;
}
.wrapper {
  width: 550px;
  margin: 30px auto;
  text-align: left;
 }
.topbanner {
  margin: 0;
  padding: 0;
}
.tbborder {
  border: 1px solid #dadada;
  padding: 1px;
}
.imageborder {
  border: 1px solid #dadada;
  padding: 5px;
}
.imageright {
  float: right;
  margin: 0 0 5px 8px;
  border: 1px solid #dadada;
}
.imageleft {
  float: left;
  margin: 0 10px 8px 2px;
  border: 1px solid #dadada;
}
.tableborder h4 {
  border: 1px solid #dadada;
  border-top: 0;
  border-left: 0;
}
.top {
  text-align: right;
}
.top a:link, .top a:visited {
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.top a:hover, .top a:active {
  text-decoration: none;
  color: #db2020;
}
.nav {
  margin: 10px 0 0 0;
  width: 550px; 
  height: 40px; 
  font-size: 11px; 
  position: relative; 
  z-index: 100;
}
/* hack to correct IE5.5 faulty box model */
* html .nav {
  width: 551px; 
  w\idth: 550px;
}
/* remove all the bullets, borders and padding from the default list styling */
.nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nav ul ul {
  width: 110px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav li {
  float: left;
  width: 110px;
  position: relative;
}
/* style the links for the top level */
.nav a, .nav a:visited {
  display: block;
  font-size: 11px;
  text-decoration: none; 
  color: #000; 
  width: 95px; 
  height: 30px; 
  border: 1px solid #dadada; 
  border-width: 0 1px 1px 0; 
  background: #fff; 
  padding-left: 10px; 
  line-height: 29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {
  width: 100px; 
  w\idth: 95px;
}

/* style the second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited {
  background-color: #db2020;
}
/* style the second level hover */
.nav ul ul a.drop:hover{
  background-color: #db2020;
}
.nav ul ul :hover > a.drop {
  background-color: #db2020;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {
  visibility: hidden;
  position: absolute;
  height: 0;
  top: 31px;
  left: 0; 
  width: 95px;
}
/* another hack for IE5.5 */
* html .nav ul ul {
  top: 30px;
  t\op: 31px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.nav table {
  position: absolute; 
  top: 0; 
  left: 0; 
  border-collapse: collapse;
}

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {
  background: #fff; 
  color: #000; 
  height: auto; 
  line-height: 1em;
  padding: 5px 10px; 
  width: 84px;
  border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .nav ul ul a, * html .nav ul ul a:visited {
  width: 84px;
  w\idth: 80px;
}

/* style the top level hover */
.nav a:hover, .nav ul ul a:hover{
  color: #fff; 
  background: #db2020;
}
.nav :hover > a, .nav ul ul :hover > a {
  color: #fff;
  background: #db2020;
}

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul, .nav ul a:hover ul {
  visibility: visible;
}

.footer {
  margin: 0 0 5px 0;
  font-size: 10px;
  border: 1px solid #424242;
  border-width: 1px 0 0 0;
}