/*
 * style sheet for standards compliant browsers
 */

body {
  background-color: #EEF6FF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

div#pagebox {
  width: 656px;
  background-color: white;
  margin: 20px auto;
  box-shadow: 10px 10px 10px #666;
  -moz-box-shadow: 10px 10px 10px #666;
  -webkit-box-shadow: 10px 10px 10px #666;
}

#content {
  min-height: 700px;
  margin: 0px;
  padding-top: 105px;
  background-image: url('images/topbanner.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  /* border: 1px dashed red; */
}

#topbanner {
  display: none;
}

#menu {
  height: 155px;
  padding-top: 30px;
  padding-left: 5px;
  color: white;
  font-family: zapfHumanist, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  /* border: 1px dashed red; */
}
#menu ul {
  list-style-type: none;
  padding-left: 15px;
  padding-top: 0px;
  line-height: 12px;
  margin: 0;
  /* border: 1px dashed red; */
}
#menu a {
  color: white;
  text-decoration: none;
}
#menu a:hover {
  color: #00c;
}
#menu .currentpage {
  color: #aaa;
}


#sidebar {
  float: left;
  width: 149px;
  background-color: #CED8E1;
  padding: 16px 20px;
  min-height: 475px;
  font-size: 13px;
  font-weight: bold;
  /* border: 1px dashed green; */
}

#addressblock {
  text-align: center;
  margin-top: 40px;
}

#sidethumbs img {
  border: 10px solid white;
  margin: 15px 0;
}

#mainbox {
  float: right;
  width: 425px;
  background-color: white;
  /* border: 1px dashed blue; */
  padding-left: 20px;
  padding: 20px;
  min-height: 520px;
}

#footer {
  width: 656px;
  margin: 5px auto;
  text-align: right;
  color: #888;
}

#browserwarning {
  border-bottom: 1px solid red;
  width: 600px;
  margin: 5px auto;
  padding: 15px 20px;
}

.bottominfo {
  font-size: 10px;
  text-align: center;
  color: #ccc;
}

.attrib {
  font-size: 9px;
}

/* character styles */
h2 {
  font-size: 14px;
  font-weight: bold;
}
h3 {
  color: #625EB5;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #008;
}

ul {
}
ul li {
  margin-bottom: 5px;
}

/* thumbnail pictures */
.thumbs {
  background-color: #CBD9E4;
  padding: 10px 5px;
  box-shadow: 5px 5px 5px #666;
  -moz-box-shadow: 5px 5px 5px #666;
  -webkit-box-shadow: 5px 5px 5px #666;
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.thumbs img {
  border: 7px solid white;
  margin: 3px;
}
.thumbs > p {
  margin-top: 0;
  font-weight: bold;
  text-align: left;
}
.roomname {
  font-size: 18px;
  color: #625EB5;
  margin-right: 3px;
}
a .thumbs {
  color: black;
}


/* booking form */
#bookingform {
  border: 3px solid #555;
  padding: 5px 10px;
  margin: 25px 10px 5px 10px;
  width: 380px;
}
#bookingform label {
  width: 150px;
  float: left;
}
#bookingform .formblock input,
#bookingform .formblock textarea {
  width: 380px;
  margin-bottom: 4px;
}
#bookingform textarea {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
#bookingform label.tofrom {
  float: none;
}
#bookingform input.tofrom {
  width: 150px;
}
.tlc {
  font-weight: bold;
  margin-left: 2px;
  letter-spacing: 0.1em;
}
#submitErrors {
  margin: 5px 20px 40px 20px;
  color: #800;
}
.submitError {
  border: 2px solid #800;
}

/* embedded google maps frames */
iframe.mapframe {
  width: 600px;
  height: 600px;
  margin: 0;
  padding: 0;
  border: 1px solid black;
}
iframe#mapframe600x400 {
  height: 400px;
}

/* embedded youtube video clips */
.vidclip {
  width: 425px;
  height: 344px;
  border: 1px solid black;
}

