/*------------------------------------
	This stylesheet contains the
	classes that control the main
	layout of the site.  For any
	other formatting (ie: text/links),
	see styles.css.
------------------------------------*/	
div.center {
	margin-left: auto;
	margin-right: auto;
}

div.content {
	/* ie6 min-height hack - requires (min-height:#; height: auto !important; height#;) in that order */
	min-height: 310px;
	height: auto !important;
	height: 310px;
	padding: 5px;
	width: 850px;
	border: 1px solid #dad663;	
}

div.content_container {
	/* ie6 min-height hack - requires (min-height:#; height: auto !important; height#;) in that order */
	min-height: 320px;
	height: auto !important;
	height: 320px;
	margin: 0px;
	padding: 15px 0 19px 0;
	position: relative;
	width: 100%;
}

div.content_left_include {
	/* ie6 min-height hack - requires (min-height:#; height: auto !important; height#;) in that order */
	width: 600px;
	float: left;
}

div.content_right_include {
	/* ie6 min-height hack - requires (min-height:#; height: auto !important; height#;) in that order */
	padding: 0 0 0 10px;
	width: 240px;
	float: right;
}


div.content_homepage {
	height: 350px;
	left: 125px;
	position: absolute;
	top: 70px;
	width: 318px;
	z-index: 1;
}

div.email_alerts {
	margin-right: 10px;
	padding: 9px;
	width: 530px;
}

div.footer_address {
	margin-right: 20px;
	width:248px;
}

div.footer_address img {
	float:left;
	padding:0 20px 30px 0;
}

div.footer_container {
	background-image:url(/images/footer/footer-bg.png);
	background-position: left top;
	background-repeat:repeat-y;
	padding: 5px;
	width: 830px;
}

/* Footer tops and bottoms */
div.footer_container_top {
	background-image:url(/images/footer/footer-top.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 840px;
	height: 16px;
}

div.footer_container_bot {
	background-image:url(/images/footer/footer-bot.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 840px;
	height: 16px;
}

div.green_box {
	min-height: 220px;
	height: auto !important;
	height: 220px;
	margin: 0px;
	padding-bottom: 5px;
	position: relative;
	width: 100%;
}

/* Bottom piece for green box */
div.green_bottom {
	width: 900px;
	height: 12px;
	background-image:url(/images/footer/homepage-bottom.png);
	background-position: left top;
	background-repeat:no-repeat;
}

div.left {
	float: left;
}

div.main_container {
	width: 900px;
}

/* Holding header DIVS, will keep alphabetical */
div.main_header_container {
	width: 900px;
	height: 225px;
}

div.main_header_image {
	z-index: 1;
	position: absolute;
}

div.main_header_links {
	width: 300px;
	float: right;
	z-index: 2;
	padding: 206px 10px 0 0;
	position: relative;
	text-align:right;
}

div.map_box {
	float: left;
	/* ie6 min-height hack - requires (min-height:#; height: auto !important; height#;) in that order */
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin-bottom: 2px;
	margin-right: 20px;
	padding: 5px 0px 2px 4px;
	width: 290px;
}

div.map_box_invis {
	float: left;
	/* ie6 min-height hack - requires (min-height:#; height: auto !important; height#;) in that order */
	min-height: 50px;
	height: auto !important;
	height: 50px;
	margin-bottom: 2px;
	margin-right: 20px;
	padding: 5px 0px 2px 4px;
	width: 290px;
}

div.map_box_container {
	margin-top: 13px;
	margin-right: 10px;
	width: 640px;
}

div.map_search {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
}

div.nav {
	width: auto;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 20px;
	background-image:url(/images/nav_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

div.real_estate_guide_image {
	border: 3px solid #FFFFFF;
	left: 26px;
	position: absolute;
	top: -36px;
	z-index: 2;
}

div.right {
	float: right;
}

div.spacer {
	clear: both;
}


div.spacer_padded {
	clear: both;
	height: 10px;
}