body, html {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	z-index: 0;
}
body {
	margin: 0;
	background-color: #fff;
	font-family: "Times", serif;
	font-size: 13px;
	line-height: 17px;
	color: #231f20;
}
div, p {
	margin: 0;
	padding: 0;
}
p + p {
	margin-top: 1em;
}
img {
	border: none;
}
a {text-decoration: underline }
a, a:link, a:visited { color: #004c27; }
a:hover { color: #e4c3a8; }
a:active {color: #004c27; }

#outer {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	/*position: relative;*/
}
#outer[id] {
	display: table;
	position: static;
}
#middle {
	width: 100%;
	position: absolute;
	/*top: 50%;*/
	text-align: center;
}
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#main {
	width: 892px;
	margin: 0 auto;
	position: relative;
	/*top: -50%;*/
	text-align: left;
}
#main[id] {
	position: static;
}
#header {
	line-height: 0px;
	font-size: 0px;
}
#header_middle {
	height: 12px;
	background-image: url(../images/header/header_middle.jpg);
	position: relative;
}
#header_middle a {
	display: block;
	position: absolute;
}
#aux_sitemap_link { left: 653px; }
#aux_properties_link { left: 728px; }
#aux_contact_link { left: 818px; }
#sub_nav {
	width: 100%;
	height: 19px;
	background-image: url(../images/sub_nav/sub_nav_bg.gif);
	background-repeat: repeat-y;
	text-align: right;
}
#sub_nav_inner {
	margin-right: 30px;
}
#sub_nav a {
	margin-right: 53px;
}
.no_margin {
	margin: 0px !important;
}

#content {
	width: 866px;
	position: relative;
	left: 20px;
}

#footer {
	position: relative;
	width: 892px;
	height: 82px;
	bottom: 19px;
	background-color: transparent;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#emblem {
	position: absolute;
	bottom: 18px;
	width: 83px;
	height: 83px;
	background-color: transparent;
	background-image: url(../images/emblem.png);
}
#footer_nav {
	position: relative;
	left: 329px;
	top: 15px;
}
a.footer_link,  a.footer_link:link, a.footer_link:visited, a.footer_link:hover, a.footer_link:active {
	position: relative;
	font-size: 12px;
	color: #006136;
	text-decoration: none;
	margin-right: 65px;
	font-family: "Times New Roman", "Times", serif;
}
#promotions_link {
	display: block;
	position: absolute;
	left: 195px;
	top: 42px;
	width: 57px;
	height: 14px;
}

.dark_green { color: #004c27; }
.highlight { color :#b5c5b5; }
.center_text { text-align: center; }
.phone {
	text-align: right;
	font-weight: bold;
	color: #004c27;
}