body { font-family: Verdana, sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }
#top {
  position: absolute;
  top: 0;
  left: 30px;
  width: 900px;
  height: 10px;
  background-color: #00366C;
}
#logo {
  z-index: 2;
  position: absolute;
  top: 55px;
  left: 0;
}
#mainpic {
  z-index: 2;
  position: absolute;
  top: 55px;
  left: 310px;
}
#menu {
  float: left;
  z-index: 3;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 20px;
  width: 210px;
}
#menu li {
  position: relative;
  text-align: right;
  margin-top: 20px;
}
#menu li.mainnav {
  border-top: 1px solid #00366C;
}
#menu span {
  display: block;
}
#menu a {
  position: relative;
  top: -3px;
  background-color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  color: #1C1C1C;
  padding-left: 10px;
}
#menu a.active {
  color: #00366C;
}
#submenu li {
  margin-top: 5px;
  border-bottom: none;
}
#submenu a {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
}
#submenu a.active {
  color: #2D5D8D;
}
#line {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #00366C;
}
#white {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 20px;
  background-color: #FFF;
}
#selected {
  position: relative;
  top: 3px;
  left: 600px;
  font-size: 9px;
  text-transform: uppercase;
  background-color: #FFF;
  color: #00366C;
  padding-right: 2px;
}
#wrapper {
  position: absolute;
  top: 155px;
  left: 0;
  z-index: 2;
}
#photos {
  float: left;
  margin-top: 60px;
  margin-left: 90px;
}
#photos img {
  margin: 10px;
  display: block;
}
#content {
  z-index: 3;
  margin-left: 450px;
  width: 410px;
  padding: 20px 30px;
  background: #E7ECF0 url(content-bg.gif) repeat scroll 0 0;
  border: 10px solid #FFF;
  font-size: 11px;
}
#content a {
  color: #00366C;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#footer {
  clear: left;
  position: relative;
  font-size: 9px;
  width: 930px;
  border-top: 1px solid #00366C;
  margin-bottom: 30px;
}
#footer-menu {
  position: absolute;
  top: 10px;
  left: 115px;
  color: #CAD3DC;
}
#footer a {
  color: #CAD3DC;
  text-decoration: none;
}
#footer a.active {
  color: #00366C;
}
#footer p {
  position: absolute;
  top: 10px;
  left: 655px;
  color: #00366C;
}
h1 {
  font-size: 14px;
  color: #00366C;
  margin-bottom: 20px;
}
#article {
  padding-left: 10px;
}

/* Mailform */
label {
  display: block;
  margin-top: 10px;
}
#contact_name, #contact_email, #contact_message {
  width: 410px;
}
.check {
  float: left;
  margin-right: 0.4em;
}
.error {
  color: red;
}
#submit {
  float: right;
}

/* Article Listing */
.articles li {
  margin-bottom: 10px;
}
.articles .text {
  float: right;
  width: 300px;
}
.clear {
  clear: right;
}
