html {
  height: 101%;
}
body {
  margin: 0;
  padding: 0;
  font-family: helvetica, verdana, arial, sans-serif;
}
p {
  color: #1c559a;
  font-size: 0.9em;
  margin-top: 0;
}
h1 {
  color: #8daacd;
  font-size: 1.5em;
  margin: 25px 0 30px 0;
  padding-top: 0;
  font-weight: lighter;
}
h1 .tel {
  color: #1c559a
}
h2 {
  color: #1c559a;
  font-size: 1.2em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: lighter;
}
h3 {
  color: #8daacd;
  font-size: 1em;
  margin: 0 0 0 0;
  padding-top: 0;
  font-weight: lighter;
}
a {
  color: #d8b036;
  text-decoration: none;
}
a:hover {
  color: #8daacd;
  text-decoration: underline;
}
abbr {
  color: #990000;
}
a img {
  border: 0;
}
#wrapper {
  width: 800px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  width: 780px;
  height: 120px;
  background: url(../images/top.png) no-repeat;
  padding-top: 20px;
  padding-left: 20px;
}
#top {
  width: 800px;
  height: 20px;
  background: url(../images/topbg.jpg) repeat-x;
  margin: 0 auto;
  padding: 0;
}
#menu { 
  width: 800px;
  height: 25px;
  background: #0066b3;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 8px;
}
#menu ul { 
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
#menu li { 
  margin-left: 15px;
  margin-right: 15px;
  font-size: 0.75em; 
  display: inline;
}
#menu li a { 
  color: #ffffff;  
}
#menu li a:hover { 
  color: #e5ac00; 
}
#menu .current { 
  color: #e5ac00;  
}
#content { 
  width: 800px;
}
#left {
  float: left;
  width: 300px;
  padding: 25px;
}
#leftimages {
  float: left;
  width: 300px;
  padding: 0;
  margin: 0;
}
#leftimages img {
  margin: 0 15px 15px 15px;
  padding: 0;
  border: 0;
}
#right {
  float: left;
  width: 400px;
  padding: 25px;
}
#right ul { 
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 0.9em;
  color: #8daacd;
  list-style-image: url(../images/bullet.gif)
}
#right li { 
  margin: 5px 0 5px 0;
}
#right li a { 
  color: #d8b036;
}
#right li a:hover { 
  color: #8daacd;
  text-decoration: underline;
}
.promo1 {
  float: left;
  width: 358px;
  color: #1c559a;
  text-align: center;
  border-style: dotted;
  border-width: 1px;
  border-color: #e5ac00;
  background-color: #faf1d0;
  margin: 30px 10px 0 10px;
  padding: 10px;
}
.promo2 {
  float: left;
  width: 158px;
  color: #1c559a;
  text-align: center;
  border-style: dotted;
  border-width: 1px;
  border-color: #e5ac00;
  background-color: #faf1d0;
  margin: 30px 10px 0 10px;
  padding: 10px;
}
#bottom {
  clear: both;
  width: 800px;
  height: 20px;
  background: url(../images/bottombg.jpg) repeat-x;
  margin: 0 auto;
  padding: 0;
}
#footer {
  clear: both;
  width: 800px;
  padding-top: 5px;
}
#footer a {
  color: #8daacd;
  text-decoration: none;
}
#footer a:hover {
  color: #8daacd;
  text-decoration: underline;
}
#footerleft {
  float: left;
  width: 300px;
}
#footerleft img {
  padding: 5px 10px 0 0;
}
#footerright {
  float: right;
  width: 500px;
  font-size: 0.75em;
  text-align: right;
  color: #e5ac00;
}
#footerright .small {
  font-size: 1em;
  color: #666666;
}
.red {
  color: #990000;
}
.bold {
  font-weight: bold;
  color: #e5ac00;
}
.form1 { 
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 0.9em;
  width: 200px;
}
.form2 { 
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 0.9em;
  width: 300px;
  height: 200px;
  background-color: #e0e0e0;
}
.form3 { 
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 0.9em;
  width: 300px;
  height: 200px;
}
#spam { 
  display: none;
}
.hidden-fields { 
  display: none;
}