﻿body {
  background: #fffcc0;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}

h2 {
  color: #d84415;
  font-weight: bold;
  font-size: 20px;
}

h3 {
  color: #004d91;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}

a {
  text-decoration: none;
  cursor: hand;
  color: #004d91;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

.content {
  background-color: #ffffff;
}

#columnl {
  background-color: #ffffff;
  height: auto;
  width: 182px;
  float: left;
  position: relative;
  display: block;
}

.contact {
  background-image: url('images/side_panel.jpg');
  background-color: #ffffff;
  color: #004d91;
  font-size: 14px;
  float: left;  
  width: 182px;
}

.contact p {
  margin: 0px;
  padding-top: 7px;
  padding-bottom: 3px;
  padding-left: 5px;
  zindex: 1000;
}

.details {
  float: left;
  background: #ffffff;
  width: 461px;
  height: 397px;
}

.right {
  background-color: #ffffff;
  float: left;
  width: 105px !important;
  width:  107px;
  height: 397px;
  position: relative;
  display: block;
}

.header {
  width: 750px;
  height: 136px;
  background: url('images/top_grad.png');
}

.footer {
  display: block;
  clear: both;
  width: 750px;
  height: 20px;
  background: url('images/top_grad.png');
}

#logo {
  margin: 10px 0px;
  background-image: url('images/logo.png');
  width: 301px;
  height: 111px;
  cursor: hand;
  float: left;
	_background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}

#banner {
  background-image: url('images/header_top.png');
  width: 446px;
  height: 136px;
  float: right;
	_background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_top.png');
}

#banner h1, #logo h1 {
  display: none;
}
