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

body {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 15px;
  background: #fff;
  color: #444;
}

.wrapper {
  max-width: 1300px;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 28px 32px 0 32px;
}

.site-title {
  font-size: 2rem;
  font-weight: bold;
  color: #3a3a3a;
  margin-bottom: 8px;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
}

.site-subtitle {
  font-size: 1.15rem;
  font-weight: bold;
  color: #5a7f6e;
  margin-bottom: 14px;
}

.header-rule {
  border: none;
  border-top: 2px solid #555;
  margin-bottom: 0;
}

.main-layout {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.col-nav {
  display: table-cell;
  width: 175px;
  vertical-align: top;
  padding: 24px 18px 20px 0;
  border-right: 1px solid #ccc;
}

.col-nav a {
  display: block;
  color: #5a7f6e;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  margin-bottom: 14px;
  cursor: pointer;
  font-weight: bold;
}

.col-nav a:hover { color: #3d5c4e; }

.col-content {
  display: table-cell;
  vertical-align: top;
  padding: 20px 20px 20px 20px;
  border-right: 1px solid #ccc;
}

.col-content h2 {
  font-size: 0.95rem;
  font-weight: bold;
  color: #5a7f6e;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  margin-bottom: 14px;
}

.col-content p {
  font-size: 0.92rem;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  color: #444;
  line-height: 1.65;
  margin-bottom: 14px;
}

.col-quote {
  display: table-cell;
  width: 240px;
  vertical-align: top;
  padding: 24px 0 20px 20px;
}

.quote-box {
  background: #5a7f6e;
  color: #fff;
  padding: 18px 20px;
  font-size: 0.88rem;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  line-height: 1.6;
}

.site-footer {
  border-top: 1px solid #ccc;
  padding: 14px 0;
  margin-top: 10px;
  font-size: 0.82rem;
  color: #5a7f6e;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
}

.site-footer a {
  color: #5a7f6e;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  background: #fff;
  color: #000;
  z-index: 1000;
  border: 1px solid #000;
}
