@import url("reset.css");
body {
  font-family: "Times New Roman", sans-serif;
  background-color: #E7E7E8;
  font-size: 90%;
}

html {
  height: 101%;
}

.logo {
  width: 216px;
  height: 117px;
  background-image: url(../../images/all.png);
  background-position: 0px -208px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.mceContentBody ul {
  list-style: inside;
  margin-left: 4px;
}

#container {
  width: 914px;
  margin: 0 auto;
}

#contactform {
  border: 1px dashed #CCC;
  padding: 5px;
  margin-top: 15px;
}

#contactform .border{
  width: 230px;
  border: 1px solid #888;
}


#contactform label {
  float: left;
  width: 110px;
  display: block;
  color: #840A20;
}

#contactform textarea {
  float: left;
  width: 230px;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #888;
  font-family: Arial, helvetica, "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 90%;
}


#contactform p.from {
  margin-bottom: 10px;
}

#footer {
  height: 44px;
  background-image: url(../../images/all.png);
  background-position: 0px -164px;
}

#footer p {
  color: #FFF;
  text-align: center;
  font-size: 80%;
  line-height: 14px;
  padding-top: 6px;
}

#footer a {
  color: #FFF;
}


#header, #pagebody, #right #image {
  background-color: #FFF;
}

#header {
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  width: 650px;
  margin-bottom: 26px;
}


#left {
  width: 216px;
  float: left;
  margin-top: 10px;
}

#left h2 {
  color: #007A84;
  font-size: 120%;
  margin-bottom: 6px;
}

#left p {
  line-height: 1.3em;
}


#main {
  width: 664px;
  margin: 0 0 26px 248px;
  position: relative;
}

#module {
  width: 216px;
  height: 186px;
  margin: 26px 0;
  position: relative;
  color: #FFF;
}

#module a {
  color: #FFF;
  text-decoration: none;
}

#module p {
  padding: 6px 12px 0 12px;
  line-height: 1.0em;
}


#module #top.title, #module #bottom.title {
  height: 30px;
  width: 216px;
  background-image: url(../../images/all.png);
  background-position: 0px -84px;
}

#module #top {
  position: absolute;
  top: 0px;
  left: 0px;
}


#module #bottom {
  position: absolute;
  top: 156px;
  left: 0px;
}

#module .intro {
  position: absolute;
  top: 30px;
  left: 0px;
  background-color: rgba(0, 122, 132, 0.5);
  display: block;
  height: 50px;
  width: 216px;
}

#nav li {
  margin-bottom: 4px;
}

#nav li a {
  width: 204px;
  height: 28px;
  background-image: url(../../images/all.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: block;
  line-height: 28px;
  padding-left: 12px;
  text-decoration: none;
  color: #FFF;
  letter-spacing: 0.05em;
}

#nav li a:hover {
  background-image: url(../../images/all.png);
  background-position: 0px -28px;
  background-repeat: no-repeat;
}

#nav li a.active,
#nav li a.active:active,
#nav li a.active:hover,
#nav li a.active:visited,
#nav li a.active:link {
  background-image: url(../../images/all.png);
  background-repeat: no-repeat;
  background-position: 0px -56px;
  font-weight: bold;
}

#pagebody {
  width: 390px;
  padding: 10px;
  float: left;
}

#pagebody ul {
  list-style: inside;
}
#pagebody li {
  margin: 4px 0;
}


#pagebody h1 {
  color: #007A84;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 20px;
}

#pagebody p {
  line-height: 1.3em;
}

#pagebody a {
  color: #007C85;
}


#right {
 /*height: 200px;*/
  width: 230px;
  /*padding: 7px;*/
  margin-left: 436px;
}

#right #image {
  background-color: #FFF;
  padding: 7px;
  margin-bottom: 26px;
}


#subfooter {
  text-align: center;
  margin: 6px 0;
}

#subfooter a {
  color: #636466;
  text-decoration: none;
}
