/* Southport Contractors, Inc. - simple site style */

body {
  background-color: #336699;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  margin: 12px;
  padding: 0;
}

a { color: #0000cc; }
a:visited { color: #551a8b; }
a:hover { color: #cc0000; }

img { border: 0; }

/* Centered content box on colored background */
#page {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #003366;
}

/* Banner */
#banner {
  background-color: #000080;
  border-bottom: 3px solid #b0b0b0;
}
#banner-left { padding: 12px 14px; }
#banner-right {
  padding: 12px 14px;
  text-align: right;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}
#banner-right a { color: #ffff66; text-decoration: none; font-size: 18px; }
#banner h1 {
  margin: 0;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
}
#banner p {
  margin: 4px 0 0 0;
  color: #cdd9e6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* Navigation bar */
#nav {
  background-color: #e0e0e0;
  border-bottom: 1px solid #999999;
  padding: 6px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
  text-align: center;
}
#nav a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover { text-decoration: underline; color: #cc0000; }

/* Content */
#content { padding: 14px 18px; }

#content h2 {
  color: #000080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 6px 0 8px 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 3px;
}

#content p { margin: 8px 0; line-height: 1.5; }

#content ul { margin: 6px 0 10px 0; padding-left: 26px; }
#content li { margin-bottom: 3px; line-height: 1.4; }

#content img { border: 1px solid #808080; }

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  height: 1px;
  margin: 14px 0;
}

/* Footer */
#footer {
  padding: 8px 18px 14px 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  text-align: center;
  line-height: 1.6;
}
#footer a { color: #003366; }
#footer hr { margin-bottom: 8px; }

/* Keep the banner readable on small screens */
@media screen and (max-width: 520px) {
  #banner-left, #banner-right { display: block; width: auto; text-align: center; }
  #banner-right { padding-top: 0; }
  #banner h1 { font-size: 21px; }
}
