html, body {
	height: 100%;
}

body {
	margin: 0;
	background: url('../img/wood_pattern.jpg');
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	color: #f4ecdf;
}

.centerMain {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 980px;
	min-height: 690px;
	margin-left: auto;
	margin-right: auto;
	background: #f4ecdf;
}

.header {
	padding-top: 20px;
	padding-left: 10px;
	height: 114px;
	width: 660px;
	background: url('../img/top_color.jpg');
}

#toplogo {
	margin-bottom: 10px;
}

#nav{
	width: 545px;
}

.larryface {
	float: right;
	overflow: visible;
}

.content {
	width: 980px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-top: 5px;
	height: 340px;
	background: url('../img/main.jpg');
}

/*SUBPAGE*/
.subcontent {
	width: 980px;
	background: #f4ecdf;
	border-top: 1px solid #2b281f;
	margin-top: 5px;
	min-height: 500px;
}

.subtitle {
	margin: 0;
	height: 140px;
	bottom: 0px;
}

.subpage_text {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 20px;
	padding-top: 0px;
	padding-right: 350px;
}

#accented_text {
	font-size: 14px;
	font-weight: bold;
}

.subcontent h1 {
	font-size: 18px;
	margin-top: 15px;
	font-weight: normal;
}

/*MENU */
.menu {
	list-style: none;
	height: 25px;
	width: 545px;
	padding-left: 20px;
	color: #496d8d;
	font-color: #FFFFFF;
}

.menu li {
	display: inline;
	margin-right: 33px;
}

.menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 1px;
}

.menu li a:hover {
	color: #D5D4D4;
	padding: 3px 1px;
}


/*CALLOUTS*/
#callout{
	margin-top: 5px;
	width: 980px;
	height: 120px;
	background: #8097A7;
}

.c1{
	width: 326px;
	height: 115px;
}

.centercallout{
	border-left: 1px solid #93A6B5;
	border-right: 1px solid #93A6B5;
	height: 115px;
}

.callout_title{
	width: 240px;
	height: 23px;
	clear: right;
	margin-bottom: 10px;
}

.callout_image1{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	border: 1px solid #000000;
	background: url('../img/homepage/bottom_image_listings.jpg');
	height: 65px;
	width: 85px;
}

.callout_image2{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	border: 1px solid #000000;
	background: url('../img/homepage/bottom_image_forBuyers.jpg');
	height: 65px;
	width: 85px;
}

.callout_image3{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	border: 1px solid #000000;
	background: url('../img/homepage/bottom_image_forsellers.jpg');
	height: 65px;
	width: 85px;
}

.callout_text{
	width: 208px;
	height: 57px;
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	text-align: top;
	color: #000000;
}

.floatleft {
	float: left;
}

.floatright{
	float: right;
}

.clearLeft {
	clear: left;
}

#hp_footnotes{
	margin-left: 10px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	padding: 15px;
}

#footnotes{
	margin-left: 10px;
	width: 950px;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	padding: 15px;
}

/*LINK FORMATTING*/
.subpage_text a:link {
	color: #083d5d;
	text-decoration: underline;
}

.subpage_text a:visited {
	color: #083d5d;
	text-decoration: underline;
}

.subpage_text a:hover {
	color: #083d5d;
	text-decoration: underline;
}

.subpage_text a:active {
	color: #083d5d;
	text-decoration: underline;
}

.footnotes a:link {
	color: #000000;
	text-decoration: underline;
}

.footnotes a:visited {
	color: #000000;
	text-decoration: underline;
}

.footnotes a:hover {
	color: #000000;
	text-decoration: underline;
}

.footnotes a:active {
	color: #000000;
	text-decoration: underline;
}