body {
  background: #00599C;
  padding: 0;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a img {
  border: 0;
}

a {
  color: #0099FF;
  text-decoration: none;
}

a:hover {
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

h1 {
  font-size: 13px;
  color: #004481;
  font-weight: bold;
}

h2 {
  font-size: 12px;
  color: #0099FF;
  font-weight: bold;
}

.img-right{
  float: right;
  border: 1px solid #000;
}

#header {
  background-color: #004481;
  height: 216px;
  width: 100%;
}

#header .constrain {
  background: #D9EFFF url('../images/site/g-background-transition.jpg') bottom left no-repeat;
  height: 216px;
  width: 758px;
  margin: 0 auto;
  position: relative;
}

#header .constrain .header-image {
  position: absolute;
  right: 0;
  top: 0;
}

#header .constrain .logo {
  position: absolute;
  top: 40px;
  left: 40px;
}

#main-content {
  background: #00599C;
  clear: both;
  width: 100%;
}

#main-content .constrain {
  background: #D9EFFF url('../images/site/g-main-content-background.gif') top left repeat-y;
  margin: 0 auto;
  width: 758px;
  position: relative;
  min-height: 360px;
}

#main-content .nav {
  width: 212px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#main-content .nav ul {
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#main-content .nav ul li a {
  width: 212px;
  height: 22px;
  display: block;
  padding: 10px 0px 0px 14px;
  text-decoration: none;
  color: #004481;
  border-bottom: 1px dashed #E8E8E8;
}

#main-content .nav ul li a:hover {
  color: #666;
}

#main-content .nav .contactus {
  margin-top: 40px;
}

#main-content .content {
  margin-left: 226px;
  padding-left: 12px;
  width: 512px;
  padding-top: 15px;
  padding-bottom: 20px;
}

#main-content .content ul {
  line-height: 18px;
}

#main-content .content p {
  line-height: 18px;
}

#main-content .image-group img {
  border: 1px solid #004481;
}

#footer {
  padding-bottom: 30px;
}

#footer .constrain {
  background: #004481 url('../images/site/g-background-transition.jpg') top left no-repeat;
  width: 758px;
  position: relative;
  margin: 0 auto;
  height: 150px;
}

#footer .author {
  width: 758px;
  margin: 0 auto;
  text-align: right;
  padding: 4px 0 4px 0;
  color: #fff;
}

#footer .author a {
  color: #ccc;
  text-decoration: none;
}

#footer .author a:hover {
  color: #666;
}


#footer .constrain .details {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 30px;
  color: #fff;
  line-height: 18px;
}

#footer p {
  padding: 0;
  margin: 0;
}

#footer .constrain .details span {
  font-size: 11px;
  font-style: italic;
}

#footer .constrain dt {
  width: 80px;
  float: left;
  font-weight: bold;
}

#footer .constrain dd {
  margin-left: 80px;
}

