body {
  letter-spacing: 0.04em;
  background-color: #ffffff;
  font-size: 10pt;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #999999;
  padding: 20px;
  margin: 0px;
  text-align: center;
}
#container {
  border-style: none;
  text-align: left;
  vertical-align: middle;
  margin: 90px auto 0px auto;
  padding: 0px;
  width: 785px;
  background-color: #ffffff;
}
#banner {
  display: block;
  height: 68px;
  width: 100%;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  background-image: url('images/banner.jpg');
}
#banner a {
  display: block;
  height: 68px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#globalmenu ul {
  font-size: 10.5pt;
  margin-right: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: right;
  display: block;
  list-style-type: none;
}
#globalmenu a {
  display: inline;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}
#globalmenu a:hover { color: #b3cfb6; }
#globalmenu a.curpage { color: #e95d0f; }
#globalmenu li {
  margin-right: 5px;
  margin-left: 5px;
  display: inline;
}
#mainpanel {
  border-top-color: #999999;
  border-top-style: solid;
  border-top-width: 1px;
  height: 360px;
  width: 100%;
  margin: 0px;
  clip: auto;
  overflow: hidden;
}
#mainpanel h1 {
  line-height: 200%;
  letter-spacing: 0.1em;
  padding-top: 50px;
  font-family: "Courier New", Courier, Monaco, monospace;
  font-size: 24pt;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
}
.ajaxloader { background: white url('images/ajax-loader.gif') no-repeat fixed left top; }
#maingraphic {
  position: relative;
  top: 0px;
  height: 280px;
  width: 100%;
  margin: 0px;
}
#maingraphic img {
  margin: auto;
  text-align: center;
  border-style: none;
}
#maingraphic strong {
  font-style: normal;
  font-weight: normal;
  padding-right: 5px;
  color: #e95d0f;
}
.maincol {
  position: absolute;
  width: 225px;
  top: 15px;
}
#column1 { left: 0px; }
#column2 { left: 280px; }
#column3 { left: 560px; }
#maintext {
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  height: auto;
  width: 100%;
  border-top: 1px solid #999999;
}
#maintext p { margin: 3px 0px; }
#maintext ul {
  font-size: 10.5pt;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
  padding: 0px;
  text-align: left;
  display: block;
  list-style-type: none;
}
#maintext li {
  margin-right: 5px;
  margin-left: 5px;
  text-transform: uppercase;
  display: inline;
}
#maintext a {
  display: inline;
  color: #999999;
  text-decoration: none;
}
#maintext a:hover { color: #b3cfb6; }
#maintext a.curpanel { color: #e95d0f; }
#maintext .rightimage {
  margin-top: 7px;
  padding-left: 15px;
  background-color: #ffffff;
  float: right;
}
#maintext .leftimage {
  margin-top: 7px;
  padding-right: 15px;
  background-color: #ffffff;
  float: left;
}
#maintext .floattext {
  font-size: 10.5pt;
  float: left;
  height: 40px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 15px;
  margin-left: 5px;
}
#footer {
  margin-top: 3px;
  text-align: right;
}
#footer #copyright {
  margin-top: 0px;
  float: left;
}
#footer h3 {
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #e95d0f;
  font-style: normal;
  font-weight: normal;
  border-bottom-style: solid;
  border-bottom-color: #999999;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom-width: 1px;
  font-size: 11pt;
}
#footer p { margin-top: 5px; }
#footer a {
  text-decoration: none;
  color: #999999;
}
#footer .icon {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 11pt;
  color: #e95d0f;
}
.accordion {
  list-style: none;
  width: 100%;
  height: 280px;
  display: block;
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
}
.accordion li {
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  width: 350px;
}
.contactpage { background: white url('images/contact_phone.jpg') no-repeat right bottom; }

