* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 85%;
  background: url(../images/bg_wpmh_green.gif) no-repeat top center;
  color: #071942;
}
.ie body {
  font-size: 80%;
}
.clearfooter {
  height: 140px;
  clear: both;
}
.clearfooter2 {
  height: 40px;
  clear: both;
}
.clear {
  width: 100%;
  clear: both;
}
a {
  color: #3F7BC0;
}
.pleaseNote {
  position: absolute;
}

/* browser selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */

#wrap {
  width: 1020px;
  min-height: 100%;
  margin-right: auto;
  margin-bottom: -140px;
  margin-left: auto;
  position: relative;
}
.ie6 #wrap {
  height: 100%;
}


/* header */

#header {
  height: 200px;
  display: block;
  clear: both;
}
#header img {
  margin-top: 73px;
  display: block;
  float: left;
  border: none;
}


/* nav */

#header #nav {
  margin-top: 100px;
  display: block;
  float: right;
}
#header #nav ul {
  list-style: none;
}
#header #nav li {
  margin-right: 2px;
  display: inline;
  float: left;
}
#header #nav li a {
  height: 36px;
  display: block;
  background: url(../images/nav.gif);
}
#header #nav li a strong {
  display: none;
}
#header #nav li a.home {
  width: 58px;
  background-position: 0 0;
}
#header #nav li a.how {
  width: 115px;
  background-position: -62px 0;
}
#header #nav li a.usefulinfo {
  width: 100px;
  background-position: -179px 0;
}
#header #nav li a.contact {
  width: 115px;
  background-position: -280px 0;
}

#header #nav li a.home:hover {
  width: 58px;
  background-position: 0 -40px;
}
#header #nav li a.how:hover {
  width: 115px;
  background-position: -62px -40px;
}
#header #nav li a.usefulinfo:hover {
  width: 100px;
  background-position: -179px -40px;
}
#header #nav li a.contact:hover {
  width: 115px;
  background-position: -280px -40px;
}

#header #nav li a.homeActive {
  width: 58px;
  background-position: 0 -80px;
}
#header #nav li a.howActive {
  width: 115px;
  background-position: -62px -80px;
}
#header #nav li a.usefulinfoActive {
  width: 100px;
  background-position: -179px -80px;
}
#header #nav li a.contactActive {
  width: 115px;
  background-position: -280px -80px;
}


/* homeForm */

#homeForm {
  width: 880px;
  margin-left: 60px;
  padding: 50px 0;
}
.ie6 #homeForm {
  padding: 40px 0;
}
#homeForm form {
  margin: 12px 0 20px 18px;
}
#homeForm input#postCode {
  width: 106px;
  padding: 6px 6px 8px 6px;
  font-size: 100%;
  background: url(../images/bgTxtBox.gif) no-repeat;
}

#homeForm img {
  border: none;
}


/* content */

#content {
  width: 640px;
  margin-bottom: 30px;
  display: block;
  float: left;
  line-height: 145%;
}
#content h1 {
  padding: 2px 12px 2px 6px;
  display: inline;
  clear: both;
  color: #0050AB;
  border-bottom: 3px solid #D3DCEB;
  border-left: 1px solid #D3DCEB;
}
#content h1 {
  font-size: 170%;
}
#content h2, h3, h4 {
  padding: 2px 12px 2px 6px;
  display: inline;
  clear: both;
  color: #071942;
  border-bottom: 3px solid #9FDF15;
  border-left: 1px solid #9FDF15;
}
#content h2 {
  font-size: 130%;
}
#content h3 {
  font-size: 120%;
}
#content h4 {
  font-size: 110%;
}
#content p {
  margin: 15px 20px 15px 7px;
}
#content ul,ol {
  margin: 20px 44px;
}
#content dl {
  margin: 15px 20px 30px 7px;
}
#content dt {
  font-style: italic;
  font-weight: bold;
  font-size: 100%;
}
#content dd {
  margin-bottom: 20px;
  font-size: 90%;
}
#content img {
  margin: 0 7px 10px 7px;
}
#content img.googleMap {
  margin: 0 7px 25px 7px;
  border: 8px solid #EFEFEF;
  display: block;
  clear: both;
}

#content .sampleImage {
  margin: 18px 0 20px 25px;
  border: 1px solid #0050AB;
}

/* form */

/* banner */

#banner {
  width: 200px;
  margin-bottom: 30px;
  float: right;
}
#banner img {
  margin-right: 4px;
  float: right;
  border: none;
}


/* homeFooter */

#homeFooter {
  width: 840px;
  margin: auto;
  font-size: 90%
  height: 140px;
  position: relative;
}
#homeFooter ul {
  text-align: center;
  list-style: none;
}
#homeFooter li {
  margin-right: 8px;
  display: inline;
  list-style: none;
  text-transform: uppercase;
}
#homeFooter a {
  color: #3F7BC0;
}
#homeFooter a:hover {
  color: #78AEED;
}

/* footer */

#footer {
  width: 100%;
  height: 140px;
  position: relative;
  background: url(../images/bgFooter.gif) no-repeat top center;
}
#footer #footerWrap {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  font-size: 85%;
}
#footer #footerWrap p {
  margin: 60px 10px 20px 7px;
  float: left;
  list-style: none;
  color: #3F7BC0;
  text-transform: uppercase;
}
#footer #footerWrap ul {
  margin-top: 60px;
  float: right;
  list-style: none;
}
#footer #footerWrap li {
  margin-right: 20px;
  display: inline;
  float: left;
  list-style: none;
  text-transform: uppercase;
}
#footer #footerWrap a {
  color: #3F7BC0;
}
#footer #footerWrap a:hover {
  color: #78aeed;
}
