@charset "UTF-8";
/* CSS Document */

html { height: 100%; margin:0; padding:0; }
body {
	font-family:arial;
	font-size:12px;
	color:#525252;
	line-height:16px;
	margin:auto;
	text-align:left;
	background-color:#e1e4d0;
}

/*overall div for all page content */
#container {
	/*margin:auto;*/
	width:986px;
	background-color:#ffffff;
	/*height:1700px;*/
	min-height:600px;
	clear:both;
}

.maintable {
	background-color:#ffffff;
	width:986;
	margin: 0 auto;
	border:0;
}

/*div for all header content */
#header {
	margin:auto;
	width:976px;
	height:106px;
	/*background-image:url(../images/ch-header-base.jpg);*/
	background-image:url(../images/ch-header-back.png);
	background-position:center;
	background-repeat:repeat-x;
}

#header .button, .ContactUsForm .button {
	border:solid 1px #84955e;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#84955e;
	cursor: pointer;
}

#header .buttonhover  {
	border:solid 1px #84955e;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#84955e;
	text-decoration:underline;
}


#header .formfield  {
	border:solid 1px #84955e;
	font-family:Arial;
	font-size:11px;
	color:#525252;
	background-color:#ffffff;
}

/*div that will hold the Flash banner */
#flashbanner {
	margin:auto auto 5px;
	width:976px;
	height:175px;
}

/*navigation */
#navigation {
	margin:auto;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color: #84955e;
}
#navigation a:link {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #84955e;
	}

#navigation a, #ctl00_mainContent_pnlSearchListingNavigationTop a, #ctl00_mainContent_pnlSearchListingNavigationBottom a {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	color: #84955e;
}
#navigation a:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	color: #84955e;
}
#navigation a:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration:none;
	background-color:#84955e;
}
#navigation a:active {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration:none;
	color: #ffffff;
}

#ctl00_mainContent_pnlSearchListingNavigationTop a, #ctl00_mainContent_pnlSearchListingNavigationBottom a {
	font-weight: bold;
}

#ctl00_mainContent_pnlSearchListingNavigationTop a.listingRangeSelected {
    color: #000000;
    text-decoration: none;
    cursor: default;
}

#ctl00_mainContent_pnlSearchListingNavigationTop a:hover, #ctl00_mainContent_pnlSearchListingNavigationBottom a:hover {
	text-decoration:underline;
}

#ctl00_mainContent_pnlSearchListingNavigationTop a.curNavPage, #ctl00_mainContent_pnlSearchListingNavigationBottom a.curNavPage {
	color: #000;
	text-decoration:none;
}
		

/*header contact info*/
#contactinfo {
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	color: #525252;
	text-align:right;
}

#contactinfo a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #84955e;
	}
		
#contactinfo a {
	text-decoration:none;
	color: #84955e;
}
#contactinfo a:visited {
	text-decoration:none;
	color: #84955e;
}
#contactinfo a:hover {
	text-decoration:underline;
	background-color:transparent;
}
#contactinfo a:active {
	text-decoration:none;
	color:#84955e;
}

#soldPendingHolder {
	color: #aaa;
}
	
/*css for the map sort form*/
#mapsort {
	width:976px;
	height:94px;
	background-color:#e1e4d0;
	font-size:10px;
	color:#000000;
	margin-top:2px;
	.margin-top:5px;
	_margin-top:5px;
	margin-bottom:6px;
	margin-left: auto;
	margin-right: auto;
}
#mapsort h1 {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#84955e;
	margin-bottom:-2px;
	margin-top:2px;
	margin-left:5px;
}

#mapsort .button  {
	border:solid 1px #84955e;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#84955e;
	padding:3px;
	cursor: pointer;
}

#mapsort .buttonhover  {
	border:solid 1px #84955e;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#84955e;
	padding:3px;
	text-decoration:underline;
}

#mapsort checkbox {
	font-size:10px;
	line-height:10px;
}


/*css for the placement of the map */
#map {
	margin:auto;
	width:976px;
	height:404px;
}

#legend {
	margin:auto;
	margin-top:8px;
	width:976px;
	height:43px;
	background-color:#e1e4d0;
}

#legend h1 {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:#84955e;
	margin-top:2px;
	letter-spacing:-1px;
	line-height:11px;
}
/*inside the maincontent div are the Did You Know area and the Featured Listings content*/
#maincontent {
	margin:auto;
	width:976px;
	/*height:500px;*/
	padding-top:5px;
	position: relative;
}

/*Did You Know div - contains intro copy and the video */
#didyouknow {
	margin:20px 0 0 0;
	width:480px;
	float:left;
}

#didyouknow h1 {
	Font-family:Arial;
	font-weight:bold;
	font-size:20px;
	color:#84955e;
	letter-spacing:-1px;
}

#didyouknow p {
	margin-left:20px;
}

#didyouknow .mousetype {
	font-size:10px;
	color:#000000;
	line-spacing:4px;
}

.videoback {
	/*background-image:url(../images/welcome-image.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;*/
}
.didyouknowheader {
	background-image:url(../images/did-you-know-title.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/*featured listings div - hold the featured listings content */
#featuredlistings {
	margin:auto;
	margin-top:20px;
	margin-left:10px;
	/*width:480px;*/
	/*float:left;*/
}
.featuredlistingsheader {
	background-image:url(../images/featured-listings-title.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#featuredlistings p {
	font-family:Arial;
	font-size:11px;
	line-height:15px;
	color:#525252;
}

#featuredlistings h1 {
	Font-family:Arial;
	font-weight:bold;
	font-size:20px;
	color:#84955e;
	letter-spacing:-1px;
	text-align:center;
}

#featuredlistings h1 a:link {
	font-family: Arial;
	font-size: 20px;
	color: #84955e;
	text-decoration:none;
	}
		
#featuredlistings h1 a {
	text-decoration:none;
	color: #84955e;
}
#featuredlistings h1 a:visited {
	text-decoration:none;
	color: #84955e;
}
#featuredlistings h1 a:hover {
	text-decoration:underline;
	background-color:transparent;
}
#featuredlistings h1 a:active {
	text-decoration:none;
	color:#84955e;
}

#featuredlistings a:link, .radioLink a:link {
	font-family: Arial;
	font-size: 11px;
	color: #84955e;
	text-decoration:none;
	}
		
#featuredlistings a, .radioLink a {
	text-decoration:none;
	color: #84955e;
}
/*#featuredlistings a:visited {
	text-decoration:underline;
	color: #84955e;
}*/
#featuredlistings a:hover, .radioLink a:hover {
	text-decoration:underline;
	background-color:transparent;
}
#featuredlistings a:active, .RadioLink a:active {
	text-decoration:underline;
	color:#84955e;
}

#footer, #disclaimerContent, #updatedContent {
	margin:auto;
	text-align:center;
	font-color:#000000;
	font-size:11px;
	text-align:center;
}

#footer a:link {
	font-family: Arial;
	font-size: 11px;
	text-decoration:none;
	}
		
#footer a {
	text-decoration:none;
	color: #84955e;
}
/*#footer a:visited {
	text-decoration:underline;
	color: #84955e;
}*/
#footer a:hover {
	text-decoration:underline;
	background-color:transparent;
}
#footer a:active {
	text-decoration:underline;
	color:#84955e;
}



/*div tag for the spacer for the featured listings*/
#spacerdiv {
	margin:auto;
	height:1px;
	background-image:url(../images/featured-listing-divider.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.searchNavHolder {
	width: 400px;
}

