body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #fff;
}

a img {
  border: 0;
}

#logo {
  padding: 8px 0px;
}

#wrapper {
  border-top: solid 5px #0f1a5c;
  background: #fff;
}

#menu {
  background: #0f1a5c;
  white-space: nowrap;
  width: 100%;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu li {
  display: block;
  margin: 0;
  list-style-type: none;
  float: left;
  padding: 10px 0;
  background: url(../img/blue-gradient.png) repeat-x;
}

#menu a {
  color: #fff;
  text-decoration: none;
  display: inline;
  padding: 12px 5px 12px 5px;
  background: url(../img/line-fade.png) right bottom no-repeat;
}

#menu a:hover, .index a.menu-home, .services a.menu-services, .tin a.menu-tin, .owner a.menu-owner, .history a.menu-history, .contact a.menu-contact {
  background: #fff !important;
  color: #0f1a5c !important;
}

#header-wrapper {
  border-left: 0;
  border-right: 0;
}

#header {
  padding-top: 10px;
}

#header h1 {
  display: inline;
  font-size: 48px;
  padding: 0;
  margin: 0 0 0 15px;
  text-transform: uppercase;
}

#header h1 a {
  text-decoration: none;
  color: #0f1a5c;
  padding: 0;
  margin: 0;
}

#content {
  padding-left: 20px;
  padding-right: 20px;
}

#footer {
  border-top: solid #ccc 1px;
  margin: 10px 0 0;
  padding: 10px 0;
  color: #666;
  text-align: center;
}

#footer a {
  color: #999;
}

.clear {
  clear: both;
}

h1, h2, h3 {
  color: #0f1a5c;
}

#content h1 {
  background: #0f1a5c url(../img/blue-gradient.png) 0 -20px repeat-x;
  color: #fff;
  padding: 10px 20px 5px 20px;
  text-align: center;
}

.contact-form th {
  width: 100px;
  text-align: left;
  background: none;
}

.contact-form .textinput input {
  width: 200px;
}  
.contact-form .textinput textarea {
  width: 100%;
}

.rightimg {
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
}

th {
  color: #0f1a5c;
}

#bottom {
  background: url(../img/blue-gradient.png) top left repeat-x;
  height: 300px;
  margin-bottom: -300px;
}

div.niceimg h2 {
  text-align: center;
  text-transform: none;
  background: #0f1a5c url(../img/blue-gradient.png) 0 -20px repeat-x;
  margin: 0;
  width: 460px;
  margin-bottom: 10px;
  padding: 5px;
}

div.niceimg h2 a {
  text-decoration: none;
  color: #fff;
}

div.niceimg img {
  float: right;
  margin-left: 10px;
}

div.nicetext {
  padding: 0 10px;
}

div.nicetext p {
  margin-top: 0;
}

.contact-box-wrapper {
  float: right;
  text-align: right;
  color: #fff;
  font-weight: normal;
}

.contact-box {
  padding: 10px 8px 10px 8px;
  background: url(../img/line-fade.png) left bottom no-repeat;
}

#clubs {
  margin: 20px;
}

#clubs a {
  margin: 10px;
}

#clubs img {
  vertical-align: top;
}

.blurb {
  padding: 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}
