/* Minimal reset and shared site defaults */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/* Shared site shell */
body.aw-site {
  background-color: #ffffff;
  background-image: url("../images/bkgrndtile.jpg");
  color: #000000;
}

body.aw-site a:link {
  color: #0000cc;
}

body.aw-site a:visited {
  color: #cc0000;
}

body.aw-site a:active {
  color: #ff9933;
}

.site-date {
  margin: 14px 0 18px 10px;
  padding: 0;
  color: green;
  font-size: 14px;
  font-weight: bold;
}

.site-header-image img {
  display: block;
}

.site-header-image-center img {
  margin: 0 auto;
}

#index div {
  margin: 20px 0;
}

.menu-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.menu {
  position: relative;
  margin-left: 12px;
}

.menu div.bullet {
  background: url("../images/b.diamond.wblack.gif") no-repeat left;
  padding-left: 18px;
}

.menu div.nobullet {
  padding-left: 1px;
}

.menu div.bullet a {
  font-size: 18px;
  font-weight: bold;
  color: #009999;
}

.menu div.bullet a:hover,
.menu div.bullet a:active {
  color: purple;
}

.intro-shell {
  margin-left: 13px;
  width: 450px;
  min-height: 250px;
  background-color: #000000;
  padding: 5px;
}

.intro-frame {
  background-color: #732e91;
  padding: 5px;
  width: 100%;
  height: 100%;
}

.intro-content {
  background-color: #1a8984;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 18pt;
  padding: 15px;
  line-height: 40px;
}

marquee {
  color: #fff;
  background-color: #999;
  margin: 0;
  font-size: 24px;
}

.tableHeader {
  color: #ffffff;
  background: #ed9647;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

h1,
h2 {
  margin: 10px 0 8px;
  color: #009999;
  font-family: "Times New Roman", Times, serif;
}

h1 {
  font-size: 24px;
  font-weight: 700;
}

h2 {
  font-size: 20px;
  font-weight: 700;
}

/* Shared content footer */
.site-footer {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

.site-footer-links {
  margin: 0;
  padding: 0 0 6px 8px;
}

.site-footer-contact {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-footer-email-text {
  color: purple;
}

.site-footer-contact img {
  vertical-align: middle;
}

.site-footer-copy {
  margin: 0;
  color: green;
  font-size: 14px;
}

/* Legacy home footer (MainFooter.php) */
.legacy-main-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  font-family: Verdana, Helvetica, sans-serif;
}

.legacy-main-footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.legacy-main-footer-email {
  display: inline-flex;
  align-items: center;
}

.legacy-main-footer-email img {
  display: block;
}

.legacy-main-footer-contact img {
  vertical-align: middle;
}

.legacy-main-footer-avatar {
  width: 90px;
  height: auto;
}

.legacy-main-footer-contact-name,
.legacy-main-footer-contact-phone {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.legacy-main-footer-contact-phone {
  color: #990066;
}

.legacy-main-footer-credentials {
  margin: 12px 0 8px;
  color: #009999;
  font-size: 12px;
  line-height: 1.45;
}

.footer-copyright {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 8px;
  margin: 0;
  color: green;
  font-size: 12px;
  font-weight: 500;
}