/* CSS Document */

/*
 * These are our default settings for the guidehotel design
 */
body {
  background-color: #9C7931;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  color: #8E7266;
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  text-align: center;  /* to center the page in IE */
}

div {
  text-align: left;
}

a:link,a:visited,a:active,a:hover {
  color : #3F3F3F;
  text-decoration : underline;
}

.page {
  background-color: #E1E1E1;
  margin-right: auto;  /* to center the page in Konqueror */
  margin-left: auto;   /* to center the page in Konqueror */
  width: 750px;
}
.page_top {
  background-color: #9C7931;
  margin-right: auto;  /* to center the page in Konqueror */
  margin-left: auto;   /* to center the page in Konqueror */
  width: 750px;
  height: 98px;
}

#header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  text-align: center;
}

img.logo {
  width: 366px;
  height: 98px;
  border: 0px;
  text-align: center;
}


img.name {
  width: 365px;
  height: 50px;
  border: 0px;
}

img.guidehotellogo {
  width: 130px;
  height: 130px;
  border: 0px;
  margin: 20px 0px 0px 30px;
}

img.logo2 {
  width: 125px;
  height: 79px;
  border: 0px;
  margin: 10px 0px 0px 0px;
}

img.tagline {
  width: 371px;
  height: 90px;
  margin-left: 0px !important;
  margin-left: -3px;
}

#location image {
  width: 556px;
  height: 70px;
}

/*
 * Hotel name and address bar
 */
#nameaddressbar {
  background-image: url(images/title_bg.jpg);
  border-top: 16px solid #877D73;
  padding-top: 2px;
  border-bottom: 2px solid #FFFFFF;
}


#nameaddress {
  float: right;
  color: #EAE0D6;
  font-size: 10px;
  text-align: left;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 2px 5px 2px 0px;
  width: 375px;
  voice-family: "\"}\""; /* IE5+ stops here */
  voice-family:inherit;
  width: 370px;  /* correct setting : 375px minus padding */
}

#nameaddress a:link,#nameaddress a:visited,#nameaddress a:active {
  color: #EAE0D6;
  font-weight: normal;
  letter-spacing: 0px;
  text-decoration: none;
}

#nameaddress a:hover {
  color: #EAE0D6;
  font-weight: normal;
  letter-spacing: 0px;
  text-decoration: underline;
}

h1{
  font-size: 10px;
  font-weight: normal;
  letter-spacing : -1px;
  margin: 0px;
}
 
h2{
  color: #D3AD7C;
  font-size: 11px;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 1em;
  margin-left: 195px;
}
h3{
  color: #D3AD7C;
  font-size: 11px;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 1em;
  margin-left: 195px;
}

.picsbox {
  float: right;
  background-color: #FFFFFF;
  padding: 2px 2px 2px 2px;
  margin-left: 0px !important;
  margin-left: -3px;
}

#img {
  height: 175px;
  width: 190px;
}

#maincontent {
  background-color: #F7F7F7;
  background-image: url(images/contentbg.gif);
  clear: both;
}


.lefthandnav {
  border-top: 2px solid white;
  float: left;
  font-size: 11px;
  font-weight: normal;
  line-height: 1em;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 5px;
  text-decoration: none;
  width: 185px;
  voice-family: "\"}\""; /* IE5+ stops here */
  voice-family:inherit;
  width: 170px;  /* correct setting : 185px minus padding */
}

.mainpage { color: #7A3547; font-weight: bold;}

#mainlinks {
  margin: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
}

#mainlinks div {
  list-style-type: none;
  padding-bottom: 0.5em;
  text-align: left;
}

#mainlinks a:link,#mainlinks a:visited,#mainlinks a:active {
  color: #3F3F3F;
  text-decoration: none;
}

#mainlinks a:hover {
  color: #3F3F3F;
  text-decoration: underline;
}


.content {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  text-decoration : none;
  width: 563px; /* changed from 565 to fix layout problem */
  voice-family: "\"}\""; /* IE5+ stops here */
  voice-family:inherit;
  width: 543px;  /* correct setting : 555px minus padding */
}


.contentfooter {
  text-align: center;
  padding: 10px 5px;
}

#footer {
  font-size: 10px;
  padding-top: 0px;
  text-align: center;
}

#footer a {
  color :#8E7266;
}
