* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #f0f0f0;
  color: #111111;
  line-height: 1.5;
}

/* ---- HEADER ---- */
#header {
  background: #003366;
  color: #ffffff;
  padding: 20px 0;
  border-bottom: 4px solid #cc0000;
}

#header-inner {
  width: 760px;
  max-width: 95%;
  margin: 0 auto;
}

#header h1 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
}

.tagline {
  font-size: 13px;
  color: #aaccee;
  margin-top: 4px;
}

/* ---- NAV ---- */
#nav {
  background: #336699;
  padding: 8px 0;
  text-align: center;
  border-bottom: 2px solid #003366;
}

#nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  padding: 0 12px;
}

#nav a:hover {
  text-decoration: underline;
}

.sep {
  color: #aaaacc;
  font-size: 12px;
}

/* ---- MAIN ---- */
#main {
  width: 760px;
  max-width: 95%;
  margin: 20px auto;
  background: #ffffff;
  padding: 24px;
  border: 1px solid #cccccc;
}

#main hr {
  border: none;
  border-top: 2px solid #336699;
  margin: 24px 0;
}

/* ---- HERO ---- */
#hero {
  margin-bottom: 4px;
}

#hero h2 {
  font-size: 18px;
  color: #003366;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
}

#hero p {
  margin-bottom: 10px;
}

.cta-line {
  background: #ffffcc;
  border: 1px solid #cccc00;
  padding: 8px 10px;
  font-size: 14px;
}

/* ---- SERVICES ---- */
#services h2 {
  font-size: 18px;
  color: #003366;
  margin-bottom: 14px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
}

.services-table {
  width: 100%;
  border-collapse: collapse;
}

.service-block {
  width: 50%;
  vertical-align: top;
  padding: 10px 12px;
  border: 1px solid #dddddd;
  background: #f8f8f8;
}

.service-block h3 {
  font-size: 14px;
  color: #336699;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 13px;
}

.service-block ul {
  padding-left: 18px;
}

.service-block ul li {
  margin-bottom: 3px;
  font-size: 13px;
}

/* ---- ABOUT ---- */
#about h2 {
  font-size: 18px;
  color: #003366;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
}

#about p {
  margin-bottom: 10px;
}

/* ---- CONTACT ---- */
#contact h2 {
  font-size: 18px;
  color: #003366;
  margin-bottom: 14px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
}

.contact-table {
  border-collapse: collapse;
  margin-bottom: 14px;
}

.contact-label {
  width: 100px;
  vertical-align: top;
  padding-right: 12px;
}

.contact-note {
  font-size: 13px;
  color: #555555;
  font-style: italic;
}

/* ---- LINKS ---- */
a {
  color: #0000cc;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #cc0000;
}

/* ---- FOOTER ---- */
#footer {
  width: 760px;
  max-width: 95%;
  margin: 0 auto 24px;
  padding: 12px;
  background: #336699;
  color: #ddeeff;
  font-size: 12px;
  text-align: center;
  border: 1px solid #003366;
}

#footer a {
  color: #aaccff;
}

.footer-note {
  margin-top: 4px;
  font-size: 11px;
  color: #aabbcc;
}

.footer-links {
  margin-top: 6px;
  font-size: 12px;
}

.footer-links a {
  color: #aaccff;
}

/* ---- MAP ---- */
#map {
  margin-top: 18px;
}

.map-caption {
  font-size: 12px;
  margin-top: 4px;
}

/* ---- FBI SECTION ---- */
#fbi h2 {
  font-size: 18px;
  color: #003366;
  margin-bottom: 14px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
}

.info-note {
  margin-top: 12px;
  background: #eef4ff;
  border: 1px solid #aabbdd;
  padding: 8px 10px;
  font-size: 13px;
}

/* ---- POLICY PAGES ---- */
#main h3 {
  font-size: 15px;
  color: #003366;
  margin: 18px 0 8px;
}

#main ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

#main ul li {
  margin-bottom: 3px;
  font-size: 13px;
}

#main p {
  margin-bottom: 10px;
}

#main address {
  font-style: normal;
  line-height: 1.7;
}

.policy-date {
  font-size: 12px;
  color: #666;
  margin-bottom: 14px;
}

/* ---- MOBILE ---- */
@media (max-width: 640px) {
  #header-inner,
  #main,
  #footer {
    width: 95%;
  }

  .services-table,
  .services-table tbody,
  .services-table tr,
  .service-block {
    display: block;
    width: 100%;
  }

  .service-block {
    margin-bottom: 8px;
  }
}
