/* CSS Document */

	body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FCFCFA none;
	color: #464D3F;
}

a:link, a:visited {
	text-decoration: none;
	color: #526ba1;
}

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

/* Has a background image to create the patterned panel down the left side of the page. */

#container {
padding: 0;
margin: 0;
	background: none  top left;
}

/* Banner near top of page that says the name of the whole site - also has crane background image. */
h1 {
color: #660000;
	letter-spacing: 5px;
	font: normal 1.25em   Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
text-align: right;
color: #cebfbf;
	text-decoration: none;
	letter-spacing: 3px;
	font-family: Times New Roman, Times, serif;
	font-weight: lighter;
	font-style: normal;
	text-transform: uppercase;
}

h3 {
text-align: right;
color: #4f4f4f;
	font: 0.7em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 3px;
}

h4 {
	color: #845B61;
	text-decoration: none;
	font: lighter 0.9em Arial, Helvetica, sans-serif;
	letter-spacing: 1.8px;
}

form p {
	width: 260px;
}

form p input, form p textarea {
	float: right;
}

#main-title {
	height: 100px;
	background: #7E7F6E url(../images/common/cedar.gif) top left no-repeat;
	text-align: center;
	border: 1px solid #424237;
}
#wrapper {
  padding: 0;
	margin: 0;
}
#left {
  float: left;
  width: 120px;
	background: url(../images/common/lleft_column.jpg) no-repeat;
	height: 580px;
}
#right {
	float: right;
	width: 120px;
	background: url(../images/common/lright_column.jpg) no-repeat;
	color: #ededed;
	font-size: .7em;
	height: 580px;
}
#center {
	margin-left: 130px;
	margin-right: 130px;
	background: #FCFCFA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 20px;
}

#center p {
	font-size: 0.8em;
}

#center li {
	font-size: 0.8em;
	list-style: circle inside;
}

.bodytext {
	font-size: 0.8em;
}
#clear {
  clear: both;
}

div#topcontent {
	position: absolute;
	top: 110px;
	width: 80%;
	background: url(none);
	right: 120px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#topcontent h2, #topcontent p {
	display: block;
	margin-right: 0.5em;
	background: none;
}
	
div#topcontent ul {
	position: absolute;
	list-style: none;
	margin: 0px 0px 40px 0px;
	background: none;
	left: 100px;
	line-height: 20px;
	border-bottom: 1px solid #e1e0d6;
}
div#topcontent ul li {
	display: inline;
	border-left: dotted #989791 1px;
	background: none #;
	padding: 0 0.5em;
	border-bottom: 1px dotted #989791;
}
div#topcontent ul li.first {
	border-left: 0px none;
	}
div#topcontent ul li a, div#topcontent ul li a:visited {
	font-size: 0.7em;
	color: #595959;
}

div#topcontent ul li a:hover {
	color: #526ba1;
	text-decoration: none;
	background: #e5e5e5;
	font-style: italic;
}

div#topcontent form {
	position: absolute;
	right: 0px;
	top: 55px;
	margin: 0px;
	}

#footer {
	background: #7e7f6e;
	border-top: 1px solid #5a664e;
	border-right: none;
	border-bottom: 1px solid #5a664e;
	margin: 0;
	font-size: 0.6em;
	padding: 5px;
	text-align: center;
	color: #fefefe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
	color: #c3dadf;
}

#footer a:hover {
	color: #bfb7a6;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

#caption_image_right {
	float: right;
	margin-left: 15px;
	text-align: center;
	color: #999999;
	font: 0.9em Arial, Helvetica, sans-serif;
}

#caption_image_left {
	float: left;
	margin-right: 10px;
	text-align: center;
	color: #999999;
	font: 0.9em   Arial, Helvetica, sans-serif;
}

.img_right {
	float: right;
	padding: 10px;
}

.img_topright {
	float: right;
}

.img_left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.img_row {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
	
.page_desc {
	display: block;
	font: italic 0.8em/2 "Lucida Grande", sans-serif;
}

.heading {
	color: #7c9374;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.1px;
}

#header {
	position: absolute;
	width: 80%;
	top: 71px;
	right: 60px;
	font: 0.7em   Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      background:url("../images/common/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom: 1px solid #424237;
	float: left;
}
    #header a {
      width:.1em;
      background:url("../images/common/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      color: #555555;
	float: left;
	display: block;
}
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
/*
    #header a:hover {
      color: #526ba1;
      }
    #header #current {
      background-position:0 -150px;
      border-width:0;
      }
    #header #current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color: #7e7f6e;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color: #526ba1;
      }
    #header li:hover a {
      background-position:100% -150px;
      }
*/
    #header a:hover {
      color:#526ba1;
      }
    #home #nav-home, #house #nav-house,
    #rooms #nav-rooms, #location #nav-location,
    #outside #nav-outside, #links #nav-links,
    #contact #nav-contact {
      background-position:0 -150px;
      border-width:0;
      }
    #home #nav-home a, #house #nav-house a,
    #rooms #nav-rooms a, #location #nav-location a,
    #outside #nav-outside a, #links #nav-links a,
    #contact #nav-contact a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#7e7f6e;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#526ba1;
      }
    #header li:hover a {
      background-position:100% -150px;
      }
	  

/******************************************/
/* Image gallery outline rollover effect */
.gallery{
	z-index: 1;
	padding: 5px;
	text-align: center;
	font-size: 11px;
}

html>body .gallery, html>body .igallery{ /*Non IE rule*/
}

.gallery a img{
	border: 1px solid #000000;
	padding: 1px;
	background-color: #fefefe;
}

.gallery a:hover img{
border: 1px solid #ccc;
}

.gallery a:hover, .igallery a:hover{
color: gray;
}

#fullfoto  {
	text-align: center;
	font: 0.8em Arial, Helvetica, sans-serif;
}

