@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: #006700;
	background-color: #336F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.oneColLiqCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #365d32;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FAF6C7;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background-color: #995E00;
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 106px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #nav {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	width: auto;
	float: none;
	margin-left: 5px;
	height: 20px;
	text-align: center;
}

.oneColLiqCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


.oneColLiqCtrHdr #faq {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.oneColLiqCtrHdr #footer {
	padding: 0;
	background-color: #995E00;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
.oneColLiqCtrHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #D9ED02;
	font-weight: bold;
}
.oneColLiqCtrHdr #links {
	background-image: url(../images/faded_bg4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10;
	margin: 0px;
	font-size: 12px;
	width: 550px;
}
.oneColLiqCtrHdr #4sale {
	background-image: url(../images/faded_bg4.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: x-small;
	background-color: #f9e8da;
}
.oneColLiqCtrHdr #contact {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
}

a:link {
	text-decoration: none;
	color: #B23030;
}
a:visited {
	text-decoration: none;
	color: #1A4102;
}
a:hover {
	text-decoration: underline;
	color: #712003;
}
a:active {
	text-decoration: none;
	color: #FBA72D;
}
ul {
	list-style-image: url(../images/bullet.gif);
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #downloads {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.oneColLiqCtrHdr #gallery {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 10px;
}
.oneColLiqCtrHdr #amenities {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
	width: 400px;
	margin-left: 100px;
	list-style-image: url(../images/bullet.gif);
}
.oneColLiqCtrHdr #complete_listing {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
}
