BODY {
  margin: 0;
  background: #ffffff;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  scrollbar-face-color: #efefef;
  scrollbar-shadow-color: #999999;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #1E386B;
}

td, p, li {
  color: #666666;
  font-size: 12px;
  line-height: 160%;
}

A { text-decoration: none; color: #666666; line-height: 150%; }
A:visited { text-decoration: none; color: #666666; }
A:hover { text-decoration: underline; color: #369DAF; }

.site-shell {
  width: 995px;
  margin: 0 auto;
  background: #fff;
}

.topbar {
  height: 60px;
  background: url(../gif/1_bg01.gif) repeat-x;
}

.top-inner {
  width: 935px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 53px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.quick-links {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.main-nav {
  height: 35px;
  background: url(../gif/1_menu_bg.gif) repeat-x;
}

.main-nav ul {
  width: 935px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
}

.main-nav a {
  display: block;
  width: 155px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #4f4f4f;
  font-weight: bold;
  font-size: 12px;
  border-left: 1px solid #dedede;
}

.main-nav li:last-child a {
  border-right: 1px solid #dedede;
}

.main-nav a:hover,
.main-nav a.active {
  color: #ffffff;
  text-decoration: none;
  background: #369DAF;
}

.hero {
  height: 170px;
  background: #f4fbfb url(../gif/3_bg.gif) top center no-repeat;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}

.hero-text {
  margin-left: 38px;
  width: 545px;
  padding: 18px 22px;
  background: rgba(255,255,255,.88);
  border: 1px solid #d5e7e9;
}

.hero h1 {
  margin: 0 0 8px;
  color: #2a7787;
  font-size: 24px;
  line-height: 125%;
  font-weight: bold;
}

.hero p {
  margin: 0;
  color: #555;
  font-size: 13px;
}

.layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 20px;
  padding: 22px 30px 28px;
}

.sidebar {
  border-right: 1px solid #d1d3d4;
  padding-right: 20px;
}

.login-panel,
.side-panel {
  margin-bottom: 16px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
}

.panel-title {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: url(../gif/2_top_bg.gif) repeat-x;
  color: #333333;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}

.panel-body {
  padding: 12px;
}

.panel-body img {
  max-width: 100%;
  height: auto;
}

.content {
  min-height: 440px;
}

.page-title {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 16px;
  background: url(../gif/1_t_bg.gif) bottom repeat-x;
}

.page-title h2 {
  margin: 0;
  color: #333333;
  font-size: 18px;
}

.crumbs {
  margin-left: auto;
  font-size: 11px;
  color: #8a8a8a;
}

.section {
  margin-bottom: 22px;
}

.section h3 {
  margin: 0 0 10px;
  padding-left: 12px;
  color: #369DAF;
  font-size: 15px;
  border-left: 4px solid #369DAF;
}

.lead {
  font-size: 13px;
  color: #555555;
}

.image-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.photo-card,
.info-card {
  border: 1px solid #d6d6d6;
  background: #ffffff;
}

.photo-card img,
.info-card img {
  display: block;
  width: 100%;
  height: auto;
}

.photo-card p,
.info-card p {
  margin: 0;
  padding: 10px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.info-card {
  padding: 14px;
  background: #fbfbfb;
}

.info-card h3 {
  margin-top: 0;
}

.notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e2e2e2;
}

.notice-list li {
  padding: 8px 0 8px 18px;
  background: url(../gif/startdot.gif) 6px 15px no-repeat;
  border-bottom: 1px solid #e8e8e8;
}

.map-image {
  max-width: 100%;
  border: 1px solid #cfcfcf;
}

.button-link {
  display: inline-block;
  padding: 6px 14px;
  background: #369DAF;
  color: #ffffff !important;
  font-weight: bold;
  border: 1px solid #278394;
}

.button-link:hover {
  background: #2a7787;
  text-decoration: none;
}

.footer {
  margin-top: 6px;
  padding: 18px 30px 22px;
  border-top: 1px solid #d1d3d4;
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 20px;
  color: #777777;
  font-size: 11px;
}

.footer img {
  justify-self: end;
}

.small { font-size: 11px; line-height: 14px; }
.font10pt { font-size: 10pt; }
.font11pt { font-size: 11pt; line-height: 15px; }
.font12pt { font-size: 13pt; }
.font13pt { font-size: 13pt; }
.font9pt { font-size: 9pt; }
.line200 { line-height: 200%; }
.line120 { line-height: 120%; }
.line130 { line-height: 130%; }

@media (max-width: 1020px) {
  .site-shell {
    width: 100%;
  }

  .top-inner,
  .main-nav ul {
    width: auto;
    margin: 0 16px;
  }

  .main-nav {
    height: auto;
  }

  .main-nav ul {
    flex-wrap: wrap;
  }

  .main-nav a {
    width: auto;
    min-width: 138px;
    padding: 0 10px;
  }

  .layout {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .sidebar {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .topbar {
    height: auto;
    padding-bottom: 10px;
  }

  .top-inner,
  .brand,
  .quick-links,
  .footer {
    display: block;
  }

  .quick-links {
    margin-top: 10px;
  }

  .hero {
    height: auto;
    padding: 18px 0;
  }

  .hero-text {
    margin: 0 14px;
    width: auto;
  }

  .image-row,
  .info-grid {
    grid-template-columns: 1fr;
  }
}
