@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2e2217;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background-color: #32491f;
	background-image: url(images/bkg_gfx.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.moveDown {
	margin-top: 10px;
}
#mainContent h1 {
	padding: 10px 0 5px 0;
	margin: 0px;
}
#contentContainer {
	width:800px;
	margin: 0px auto;
}
#contentContainer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 24px;
	font-weight: normal;
	color: #2e2217;
	text-align: left;
	margin: 0px;
	padding:0 0 1em 0;
}
.displayInline {
	display: inline;
}
.padRight50px {
	padding-right: 50px;
}
#galleryVideo1 {
	height: 344px;
	width: 425px;
}
.fltleft    {
	margin: 0px;
	float: left;
	padding-right: 20px;
	border: none;
}
.padBottom20px {
	padding-bottom: 20px;
}
.fltleftPad50 {
	float: left;
	padding-right: 31px;
}
.fltlefPadLeft {
	margin: 0px;
	float: left;
	padding-right: 20px;
	border: none;
	padding-left: 70px;
}
.fltleftMoveUp {
	margin: -6px 0px 0px 0px;
	float: left;
	padding-right: 20px;
	border: none;
}
.fltleftMoveDown20px {
	margin: 0px;
	float: left;
	padding-right: 20px;
	border: none;
	padding-top: 20px;
}
.fltright {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: right;
	display: inline;
}
.fltRight {
	float: right;
}
.fltrightMoveUp90 {
	margin: -90px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: right;
}
.moveUp10px {
	margin-top: -10px;
}
.topPad100px {
	padding-top: 100px;
}
.fltrightMoveUp50px {
	margin: -50px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: right;
}
.padLeft15px {
	padding-left: 10px;
}
.negTopMargin45px {
	margin-top: -45px;
}
.moveUp {
	margin-top: -80px;
}
.padBottom  {
	padding-bottom: 5px;
}
.padTop {
	padding-top: 40px;
}
.padTop30px {
	padding-top: 30px;
}
.fltleftMoveUp20px {
	margin: -20px 0px 0px 0;
	float: left;
	padding-right: 20px;
	border: none;
}
.padLeft {
	margin-left: 0px;
	padding-left: 60px;
}
.fltleftBottomPad {
	margin: 0px;
	float: left;
	padding-right: 20px;
	border: none;
	padding-bottom: 70px;
}
.padBottom60px {
	padding-bottom: 60px;
}
.padRight10 {
	padding-right: 10px;
}
.marginBottom20px {
	margin-bottom: 20px;
}
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #243513;
	background-image: url(images/hdr_gfx2.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 270px;
	width: 950px;
}
#headerInteriorPage {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #243513;
	background-image: url(images/interior_page_hdr.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 180px;
	width: 950px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.05em;
	font-style: normal;
	font-weight: bold;
	color: #e4dece;
	background-color: #32491f;
	background-image: url(images/nav_bar_shadow.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 57px;
	width: 950px;
}
#container {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #2e2217;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
}
#mainContent  {
	padding: 0;
	background-color: #f9ebe0;
	background-image: url(images/content_bkg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
}
#footer  {
	padding: 0;
	background-color: #32491f;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px auto;
	height: 35px;
	width: 950px;
	clear: both;
	float: none;
}
#footer p {
	font-size: 0.7em;
	font-weight: normal;
	color: #bcc6b1;
	text-align: center;
	padding: 14px 0 0;
	margin: 0px;
}
#galleryVideo1 p {
	font-size: 0.7em;
}
.bold {
	font-weight: bold;
}
#contentContainer p.bold {
	font-weight: bold;
}
#mainContent h2 {
	padding: 20px 0px 5px 0;
	margin: 0;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #427312;
}
.clear {
	clear: both;
}
.boldGreenText {
	font-size: 1em;
	font-weight: bold;
	color: #427312;
}
#contentContainer a:link {
	color: #2e2217;
	text-decoration: underline;
	font-weight: bold;
}
#contentContainer a:visited {
	color: #2e2217;
	text-decoration: underline;
	font-weight: bold;
}
#contentContainer a:hover {
	font-weight: bold;
	color: #427312;
	text-decoration: underline;
}
.caption {
	text-align: center;
}
#contentContainer table tr .underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #427312;
	padding-top: .5em;
	padding-left: .5em;
}
#contentContainer a img {
	background-color: #FFF;
	padding: 4px;
	margin-top: 4px;
	margin-right: 4px;
	border: 1px solid #999;
}
.fltrightVideo {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: right;
	display: block;
}
#video {
	height: 355px;
	width: 425px;
}
#videoDesc {
	float: right;
	width: 320px;
}
#campTable {
	margin-left: 50px;
}
#campTable table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #427312;
}
#campTable table tr td p {
	font-size: 0.9em;
	line-height:normal;
	padding-bottom:-1em;
	padding-top:0.6em;
}
.clear {
	clear: both;
}
.alignCenter {
	text-align: center;
}
.displayBlock {
	display: block;
}
#forsale .floatLeft {
	float: left;
}
#forsale p.floatRight {
	float: right;
	width: 430px;
}
#forsale object {
	margin-bottom: 20px;
	float: left;
	padding-right: 20px;
}
.footnote     {
	padding-top: 0.5em;
	padding-left: 0.5em;
}

