body {
  text-align: center;
  background-image: url('../../UserFiles/site_layout/bodyBack.png');
  background-attachment: fixed;
  background-repeat: repeat-x;
}

.enjoyengland {
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
}

.banner {
  display: block;
  width: 1000px;
  height: 175px;
  position: relative;
}

.banner #slide1a, .banner #slide1b {
  display: block;
  width: 755px;
  height: 175px;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 500;
}

#slideshowCaptionText {
  display: none;
}

#bannerMask {
  display: block;
  width: 1000px;
  height: 175px;
  background-image: url('../../UserFiles/site_layout/Banner-Mask.png');
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

#mainPageWrapper {
  display: block;
  width: 1000px;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #8d0f00;
}

#pageContent {
  display: block;
  width: 1000px;
  background-image: url('../../UserFiles/site_layout/Single-Pixel-Slice.png');

}

.contentLeft {
  display: block;
  width: 693px;
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff8b3;
}

.contentRight {
  display: block;
  width: 185px;
  float: right;
  font-size: 12px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff8b3;
  padding-bottom: 30px;
}

.contentLeft a {
		color: white;
}

.contentRight ul {
  padding-left: 0px;

}

.contentRight ul ul {
  border: none;
  padding-left: 10px;
}

.contentRight ul li {
  list-style-type: none;
  border-bottom: 1px solid #fff8b3;
  padding-bottom: 3px;
  padding-top: 3px;
}


.contentRight ul ul li {
  border: none;
}

.contentRight ul li.active a {
  color: white;
}

.contentRight ul li a {
color: #fff8b3;
text-decoration: none;
font-size: 14px;
}


.contentRight a {
		color: white;
}


/*TEXT*/
.contentLeft {
  font-size: 14px;
  lin e-height: 20px;
  padding-bottom: 30px;
}

.contentLeft ul {
padding-left: 20px;
}

.contentLeft ul li {
  margin-left: 20px;
  margin-bottom: 20px;
}

.contentLeft h1 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff8b3;
  color: white;
}

.contentLeft h2 {
  padding-top: 0px;
  padding-bottom: 20px;
}

.contentLeft img {
  border: 2px solid #fff8b3;
}

.contentLeft img.media-content-image {
  float: right;
  padding-right: 20px;
}

.contentLeft img.float-left {
  margin-right: 10px;
  margin-bottom: 5px;
}

.contentLeft img.float-right {
  margin-left: 10px;
  margin-bottom: 5px;
}

.contentLeft #map {
  display: block;
  width: 650px;
  height: 500px;
}

.footer {
  display: block;
  width: 1000px;
  height: 60px;
  background-image: url('../../UserFiles/site_layout/footer.png');
  border-top: 2px solid #fff8b3;
  position: relative;
}

.footer ul {
  padding-top: 10px;
}

.footer ul li {
  display: inline;
  list-style-type: none;

}


.footer ul li a {
  color: #fff8b3;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff8b3;
  font-size: 12px;
}

.smallForm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.smallForm input[type="text"], .smallForm textarea {
  display: block;
  width: 180px;
  border: none;
}
