  @charset "utf-8";
.top_bg {
  background-image: url(../images/top-bg.jpg);
  height: 105px;
  background-repeat: no-repeat;
}
.top_front {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}
.top_front a:link, .top_front a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.top_front a:active, .top_front a:hover {
  color: #ee8b01;
}
.top_front1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ee8b01;
}
.menu_bg {
  background-image: url(../images/menu-bg.jpg);
  background-repeat: repeat-x;
  height: 36px;
  background-position: top;
}
.clear_float {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.search_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #353535;
}
.news_text {
  color: #000000;
}
.news_text a:link, .news_text a:visited {
  color: #000000;
  text-decoration: none;
}
.news_text a:active, .news_text a:hover {
  color: #3177bf;
  text-decoration: underline;
}
.search_bar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
.copyright a:link, .copyright a:visited {
  color: #000000;
  text-decoration: none;
}
.copyright a:active, .copyright a:hover {
  color: #3177bf;
  text-decoration: underline;
}
.copyright_font1 {
  font-size: 12px;
  color: #7d7052;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
}
.copyright_font1 a:link, .copyright_font1 a:visited {
  color: #aaaaaa;
  text-decoration: none;
}
.copyright_font1 a:active, .copyright_font1 a:hover {
  color: #767676;
  text-decoration: underline;
}
.map_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #999999;
  letter-spacing: 0.1em;
}
.map_text a:link, .map_text a:visited {
  color: #999999;
  text-decoration: none;
}
.map_text a:active, .map_text a:hover {
  color: #f18b01;
  text-decoration: underline;
}
#loader {
  background-color: #FFFFCC;
  border: 1px solid #CC0000;
  position: fixed;
  color: #CC0000;
  z-index: 1000;
  left: 0px;
  bottom: 0px;
  padding: 5px 15px;
  filter: progid: DXImageTransform.Microsoft.BasicImage(opacity=.65);
  opacity: 0.65;
  font-size: 12px;
}
* html #loader {
  position: absolute;
}