/* CSS Document */

/* Basic HTML Rules */
body {
  background-image: url(../images/site-bg.gif);
  background-repeat: repeat-y;
  background-position: 150px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 100%;
  color: #0033FF;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

h1 {
  font-size: 115%;
}

h2 {
  font-size: 110%;
}

h3 {
  font-size: 105%;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 95%;
}

h6 {
  font-size: 90%;
}

label {
  font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size: 90%;
}

/* Main Site Styles */
div#center {
	border-left: 1px solid #9C0;
	border-right: 1px solid #9C0;
	background-color: #FFC;
	margin: 0 0 0 150px;
	width: 748px;
	position: absolute;
	top: 0;
	left: 0;
	visibility: visible;
}

div#center div#content {
  float: left;
  margin: 0 0px 0 10px;
  width: 728px;
}

div#center div#content p {
  line-height: 150%;
  margin: 0;
  width: 100%;
}

body div#center div#content p#footer, body p#footer {
  text-align: center;
  font-size: 12px;
  line-height: 120%;
}

p#stamp { 
  margin-top: 10px;  
  margin-left: 10px;
}

p#menu {
  line-height: 175%;
  font-style: italic;
  font-size: 11px;
  margin-left: 10px;
}

p#menu a:link, p#menu a:visited, p#menu a:active {
  color: #069;
  text-decoration: none;
}

p#menu a:hover {
  color: #069;
  text-decoration: underline;
}

.footnote {
  font-size: 9pt;
}

/* Page-level-styles */
/* home page */
body#home div#center {
  background-image: url(../images/center-bg.gif);
}

body#home div#center div#content {
  width: 450px;
  margin: 0 40px 10px 10px;
}

body#home div#center div#content p {
  margin: 0 0 10px 0;
}

body#home div#center p#images img{
  margin-bottom: 10px;
  border: 1px solid #333;
}

/* tour page */
body#tour {

}

body#tour div#center div#content {
  text-align:center;
}

body#tour div#center div#content table tr td#links{
  text-align:center;
  padding-bottom: 10px;
}

body#tour div#center div#content table tr td {
  font-size: 90%;
  padding-left: 5px;
  vertical-align:top;
}

body#tour div#center div#content table tr td p {
  font-size: 90%;
  padding-left: 5px;
  line-height: 100%;
}

body#tour div#center div#content table tr td img{
  font-size: 90%;
  padding-left: 5px;
}

/* reservations page */
body#reservations {

}

body#reservations div#center div#content h2 {
  clear:both;
}

body#reservations div#center div#content label {
  float:left;
  width: 190px;
  padding-right: 5px;
}

body#reservations div#center div#content input, body#reservations div#center div#content select {
  float:left;
  width: 300px;
  clear:right;
}

body#reservations div#center div#content textarea {
  float:left;
  width: 490px;
  clear:right;
}

body#reservations div#center div#content input#submit {
  float:left;
  width: 80px;
  clear:both;
}

/* spencers-restaurant page */
body#spencers-restaurant {

}

body#spencers-restaurant div#center div#content table tr td {
  padding-left: 5px;
  vertical-align:top;
}

body#spencers-restaurant div#center div#content ul.menu li {
  list-style-type: none;

}

body#spencers-restaurant div#center div#content ul.menu li h2 {
  margin-bottom: 0;
}

/* rooms page */
body#rooms {
	
}

body#rooms div#center div#content table tr td {
  vertical-align: top;
}

body#rooms div#center div#content table tr td p {
  font-family: Trebuchet Ms, Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  line-height: 100%;
  margin: 5px;
}

body#rooms div#center div#content table tr td img{
  border: 1px solid #333;
}

/* conference page */
body#conference {

}

/* weddings page */
body#weddings {

}

/* packages page */
body#packages {

}

body#packages div#center div#content dl dt {
  font-weight: bold;
}

body#packages div#center div#content dl dd {
  margin-bottom: 1em;
}

/* policies page */
body#policies {

}

/* directions page */
body#directions {

}

/* photo-album page */
body#photo-album {

}

/* special-events page */
body#spencers-restaurant {

}

/* links page */
body#links {

}

/* contact page */
body#contact {

}

/* room popup page */
body#room {
  background-image: none;
  margin: 10px;
}

body#room img {
  border: 1px solid #333;
}

body#room h1{
  margin: 0;
  font-size: 110%;
}

body#room h2 {
  margin:0;
  font-size: 90%;
}

