@charset "utf-8";
/* CSS Document */
/**
 * 100% height layout with header and footer
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: "Gill Sans MT", Arial, sans-serif;
	font-size: 100%;
	color: #000000; /*#18305E; */
	background-color: #FFFA95; /*#F3CF7B; #FFFF80; #FCE4C2; */
}

a {
	color: #7E2301;
}
h1,h2,h3, h4 {
	font-family: "Trajan Pro", Georgia, "Times New Roman", serif;
}
p { 
	text-align: justify;
}
#top {
	max-width: 1000px;
	margin: auto;
	padding: 0 1em;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	background:#000000;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding: 1px 0 0 0;
	text-align: center;
}
div#header img {
	padding: 0;
	margin: 0 auto;
	border: none;
}
h1, h2  {
	text-align: center;
}
#header h1 {
	color: #B1C71C;
	margin: .3em 0 .25em 0;

}
#header h2 {
	color:#FFFFFF;
	margin: .25em;
}
#header_home {
	text-align: center;
	margin: 0 0 12px 0;
	padding: 1px 0 0 0;
	height: 140px;
	background: center repeat-x	url(images/wood13.jpg);
}
#header_home h1 {
	color:#FFFFFF;
	margin-bottom: .25em;
	padding-top: .4em;
}
#header_home h2 {
	color:#FFFFFF;
	margin-top: .25em;
}
#nav {
	background: #000000;  /*#18305E;#6F7376*#FD6229;*/
	text-align: center;
	margin: 0;
	padding: .25em 0;
}
#nav p {
	text-align: center; 
	vertical-align: middle;
	margin: 0;
}
#nav a {
	padding: 0 .5em;
	color: #FFFF80; /*#281A19;*/
	text-decoration: none;
	font-size: 125%;
/*	font-style: italic; */
}
#nav a:hover {
	text-decoration: underline;
}
p#address {
	font-size: 85%;
	line-height: 110%;
	color: #281A19;
	background-color: #B1C71C;
	margin: 0;
	padding-left: 1em;
	text-align: center;
}
div#content {
	clear: both;
	margin: 0 4%;
}
	
div#content p {
	padding:0 1em;
}
div#content img {
	margin: .5em;
}

div#footer {
	clear: both;
	color: #37250F;
	text-align: right;
	font-size: 80%;
}
div#footer p {
		margin-top: 0;
		margin-right: 2em;
		text-align: right;
	}
div#footer a{
	color: #7E2B1F;
}

.left {
	float: left;
	margin: .5em; 
}
.right {
	float: right;
	margin: .5em;
}
.center {
	text-align: center;
	margin: auto;
}

}
.text-right {
	text-align: right;
}
img {
	margin: .25em;
}
table {
	margin: auto;
}
tr {
	vertical-align: top;
}
td {
	padding: .3em; 
}
table#control {
	height: 100%;
	margin: 0;
	padding: 0;
}
table#control td {
	margin:0;
	padding: 0;
}
div#tablefooter {
	width:100%;
	background: center repeat-x	url(images/wood1.jpg);	
	color: #FFF3E8;
	text-align: center;
	font-size: 80%;
	clear: both;
}
	div#tablefooter p {
		padding: 1em;
		margin:0;
		text-align: center;
	}
	div#tablefooter a{
	color: #FFF3E8;
}
.photo {
	font-size: 75%;
}
div.indent {
	margin-left: 450px;}
.indent  p {
	margin: 0 0 0 20px;
	text-indent: -35px;
	text-align: left;
}
form {
	text-align: right;
	margin: .5em;
}
#directions {
	width: auto;
	margin: 0em 0em 1em 1em;
	float: right; 
	color: #FD6229;
}
ul.sold {
	display:inline;
	list-style:none;
	text-align: center;
}
ul.sold li {
	display:inline;
	list-style:none;
	text-align: center;
	margin: 1em;
	height: 220px;
	float: left;
	width: auto;
}
