@charset "UTF-8";
body  {
	margin: 10; /* 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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: lighter;
	letter-spacing: inherit;
	background-color: #F9DBE5;
}
.thrColFixHdr #container {
	width: 850px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
} 
.thrColFixHdr #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-image: url(logos%20headers/heritage-hills-logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	position: relative;
	margin: 0px;
} 
.thrColFixHdr #container #header2 {
	height: 250px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0066;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}
.thrColFixHdr #container #headerAboutUs {
	height: 50px;
	background-image: url(logos%20headers/about-us-header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.thrColFixHdr #container #headerAmenities {
	height: 50px;
	padding-right: 25px;
	padding-left: 450px;
	background-image: url(logos%20headers/amenities-header2.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.thrColFixHdr #container #headerActivities {
	height: 50px;
	background-image: url(logos%20headers/activities-header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.thrColFixHdr #container #headerContact {
	height: 50px;
	background-image: url(logos%20headers/contact-header.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.thrColFixHdr #container #header2 #header2Text {
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-right: 30px;
	font-size: 14px;
	width: 300px;
}
.thrColFixHdr #container #header .imgnav {
	top: 100px;
	position: relative;
}
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #FF00CC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
	font-style: italic;
	color: #ff00cc;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 16px;
	font-style: normal;
	color: #ff00cc;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F5C4F5;
} 
.thrColFixHdr #mainContentActivities {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F5C4F5;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	line-height: 1.4em;
}
.thrColFixHdr #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-style: italic;
}
.thrColFixHdr #container #sidebar1a img {
	text-align: center;
}
.thrColFixHdr #container #sidebar1 p {
	text-align: justify;
	padding-right: 4px;
	padding-left: 4px;
}
.thrColFixHdr #container #mainContent p {
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}
.indent {
	text-indent: 25px;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #CC0000;
	line-height: 1.2em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #header li {
	float: left;
	padding-right: 35px;
	background-color: #F0A9A9;
}
.imgnav    {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A13548;
	border-bottom-color: #A13548;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.thrColFixHdr #container #mainAboutUs {
	color: #000000;
	background-image: url(logos%20headers/about-us-header4.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 100px;
	padding-right: 25px;
	padding-left: 25px;
}
#amenitiesPhotos {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
ul {
	padding-left: 15px;
	line-height: 2em;
}
#wagt_map_1 {
	border: thin solid #880000;
}
.thrColFixHdr #container #header2 h1 {
	padding-right: 20px;
}
.thrColFixHdr #container #header2 .quote {
	padding-right: 20px;
	font-style: italic;
}
.thrColFixHdr #container #mainContent #amenitiesPhotos p {
	text-align: center;
}
