@charset "utf-8";
/* CSS Document */

body {
    background-image: url(images/bkgnd.jpg);
    background-attachment: fixed;
    background-color: #063340;
    background-position: top center;
    background-repeat: no-repeat;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
    margin: 0;
    color: #361a19;
    background-size: cover;	
}
#wrapper {
	margin: auto;
	width: 1072px;
	overflow:hidden;
	
}


#header_bottom {
	background-image:url(images/header_bottom.png);
	width:1072px;
	height:212px;
	z-index:5;
}

#header_top {
    margin-bottom: -5px;
}

#home-repeat {
	background-image: url("images/repeat-2020.png");
	height:628px;
	clear:both;
}
#inside_repeat {
	background-image:url(images/repeat-inside-test.png);
	clear:both;
	background-repeat:repeat-y;
	overflow:hidden;
	text-align:justify;
}
#footer {
	background-image: url("images/footer.png");
	clear: both;
	height: 126px;
	text-align:center;
	color:#faefd5;
	padding-top:80px;
	font-weight:bold;
}
#footer_inside {
	background-image:url(images/footer-inside.png);
	clear: both;
	height: 126px;
	text-align:center;
	color:#faefd5;
	padding-top:20px;
	font-weight:bold;
}
#C1 {
	float: left;
	width: 280px;
	margin-top:-75px;
	margin-left:55px;
	height:450px;

}
#nav {
	z-index:10;
	position:absolute;
}
#sale_info {
height:110px;
padding-top:333px;
padding-left:20px;

}
.heading {
	font-size:12pt;
	font-weight:bold;
	
}
.red {
	color:#911a20;
}
#C2 {
	float: left;
	width: 640px;
	padding-right:10px;
}
#welcome {
	float: left;
	height: 251px;
	width: 46px;
	padding-left:30px;
}
#text_area {
	border-top-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a18c6f;
	border-left-color: #a18c6f;
	margin-left:80px;
	padding:10px;
	margin-right:20px;
	line-height:22px;
	font-weight:600;
	text-align:justify;

}
a{
	color:#faefd5;
	text-decoration:none;
}
a:hover{
	color:#073745;
	text-decoration:underline;
}
a.redlinks{
	color:#911a20;
	text-decoration:none;
}
a.redlinks:hover{
	color:#073745;
	text-decoration:underline;
}

a.brownlinks{
	color:#361a19;
	text-decoration:none;
}
a.brownlinks:hover{
	color:#073745;
	text-decoration:underline;
}
#location_map {
	float: right;
	width: 300px;
	margin-right:5px;
}
.xsmall{
	font-size:9pt;
}
#contact_form {
	float: left;
	width:260px;
}
#lodging {
	clear: both;
	margin-top: 15px;
}
.border {
	border:#000 1pt solid;
}
.justify {
	text-align:justify;
}
.barbwire_divider{
	background-image:url(images/barbwire.png);
	background-repeat:repeat-x;
	height:30px;
}
H1{
	font-size:18pt;
	margin-top:0;
}.centered {
	text-align: center;
}
HR {

}

.top {
	font-weight: bold;
	text-align: right;
}
.caption {
	font-size:8pt;
}

.photo {
	width:300px;
	margin-left: 8px;
	margin-right: 10px;
	float: left;
	margin-bottom: 15px;
}

.photo img {
    width: 100%
}

.photo2 {
	width: 29%;
	margin-left: 4px;
	margin-right: 11px;
	float: left;
	margin-bottom: 20px;
	border-color: #361A19 thin;}

.photo2 img {
	width: 100%;
}

.photo3 {
	width:275px;
	margin-left: 10px;
	float: right;
	margin-bottom: 5px;
}

.photo3 img {
    width: 100%;
}

.photo4 {
	width: 100%;
	margin-left: 4px;
	margin-right: 11px;
	float: left;
    margin-top: 5px;
	margin-bottom: 10px;
	border-color: #361A19 thin;}

.photo2 img {
	width: 100%;
}

.clear {
	clear: both;
}
