/* Nulaxiom Corporation -- Corporate Information Services */
html {
  background: #f3f1e9;
  color: #302c26;
}

body {
  margin: 0;
  padding: 42px 12px;
  font: 13px/1.55 Arial, Helvetica, sans-serif;
}

#page {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  background: #fffefa;
  border-top: 7px solid #493b2d;
}

#masthead {
  display: flex;
  align-items: center;
  padding: 29px 30px 26px;
}

.mark {
  flex: none;
  color: #99502e;
  margin-right: 17px;
}

h1 {
  margin: 0;
  color: #493b2d;
  font: bold 36px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}

.corporation {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 5px;
}

.division {
  padding: 4px 30px;
  border-top: 1px solid #c3bca9;
  border-bottom: 1px solid #c3bca9;
  background: #e9e5d8;
  font-size: 11px;
}

#content {
  display: flex;
  min-height: 262px;
}

nav {
  box-sizing: border-box;
  flex: 0 0 184px;
  padding: 25px 20px 30px 30px;
  border-right: 1px solid #d4cebe;
  font-size: 12px;
}

nav a {
  display: block;
  margin-bottom: 11px;
}

a { color: #000080; text-decoration: underline; }
a:visited { color: #60486c; }
a:focus-visible { outline: 2px solid #99502e; outline-offset: 3px; }
nav .employee { margin-top: 32px; font-size: 11px; }

main { padding: 24px 32px 23px; }
h2 { margin: 0 0 16px; font-size: 14px; line-height: 1.4; }
p { margin: 0 0 17px; }
.document { margin-top: 30px; color: #6b655b; font-size: 10px; }

footer {
  display: flex;
  justify-content: space-between;
  gap: 8px 20px;
  flex-wrap: wrap;
  padding: 10px 0;
  border-top: 1px solid #948875;
  background: #f3f1e9;
  color: #635c50;
  font-size: 10px;
}

/* Keep the original column arrangement on smaller displays. */
@media (max-width: 540px) {
  body { padding: 18px 10px; }
  #masthead { padding: 24px 18px; }
  h1 { font-size: 29px; letter-spacing: 1px; }
  .mark { width: 48px; height: 48px; margin-right: 12px; }
  .corporation { font-size: 10px; letter-spacing: 4px; }
  .division { padding-left: 18px; }
  nav { flex-basis: 124px; padding: 23px 12px; }
  main { min-width: 0; padding: 23px 16px; }
}

/* Additional corporate information pages. */
nav a[aria-current="page"] { color: #493b2d; font-weight: bold; }
h3 { margin: 0 0 14px; font-size: 13px; }
.service-notice {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
  font-size: 11px;
  text-align: left;
}
.service-notice caption {
  padding: 5px 0;
  border-bottom: 1px solid #948875;
  text-align: left;
  font-weight: bold;
}
.service-notice th, .service-notice td {
  padding: 6px 8px 6px 0;
  border-bottom: 1px solid #d4cebe;
  vertical-align: top;
}
.service-notice th { width: 34%; font-weight: normal; }
