@charset "UTF-8";
/* CSS Document */

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: left; /* 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: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	background-color: #F2EEDA;
}
a {
	text-decoration: none;
	color: #557b38;
}
a:hover{
	color: #004382;
	text-decoration: underline;
}

#wrapper {
	width: 1000px;
	background-color: #004481;
	background-image: url(../images2/overlook_ridge.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#container {
	width: 1000px;
	position: relative;
	background-image: url(../images2/interior_bkg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	height: 50px;
	width: 470px;
	padding-top: 0px;
	padding-right: 81px;
	padding-bottom: 0;
	padding-left: 0px;
}
 
#contact_us {
	background-image: url(../images2/contact_tab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 49px;
	position: relative;
	width: 911px;
	left: 0px;
	top: 1px;
}

#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 */
}
#mainContent {
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #004481;
}
h2 {
	font-weight: bold;
	color: #004481;
	font-size: 12px;
}

#side {
	font-size: 12px;
	color: #006600;
	line-height: 16px;
	text-align: center;
}
#side  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side  li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#side  li   a {
	display: block;
	height: 18px;
	color: #004482;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	}
#side  li   a:hover  {
	color: #42423b;
	background-color: #CBC8B8;
	text-decoration: none;
	}
#side  ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side  ul ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDC9B9;
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
#side  ul ul li   a {
	display: block;
	height: 18px;
	color: #45692d;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	}
#side  ul ul li   a:hover  {
	color: #658649;
	background-color: #CBC8B8;
	text-decoration: none;
	}
#sitemap {
	height: 33px;
	clear: both;
	padding-top: 6px;
	padding-right: 88px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.contact a {
	color: #000000;
	text-decoration: none;
	position: absolute;
	top: 30px;
	right: 34px;
}
.contact a:hover{
	color: #45692d;
	text-decoration: underline;
}

 #footer {
	padding: 0 10px 0 20px;
	background-color: #F2EEDA;
} 
#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;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.lot {
	color: #FFFFFF;
	background-image: url(../images2/lots_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	padding-top: 18px;
}
hr {
	color: #004481;
	background-color: #004481;
	height: 1px;
	width: 100%;
	margin-top: 9px;
	margin-bottom: 3px;
}
