#interior-content div.left-column {
	float: left;
	margin: 0px;
	width: 500px;
	padding-right: 10px;
	border-right: 0px dashed gray;
	border-top: 0px dashed gray;
}

#interior-content div.left-column > div.page-body-sections {
	/*border: 1px solid red;*/
	margin-top: 15px;
	min-height: 100px;
	padding: 0 1em 0.25em 1em;
}

#main_content br.clearFloat {
	clear: both;
}

#main_content div.left-column > .marketsList li {
	list-style: none;
	float: left;
	width: 190px;
}

#interior-content div.right-column {
	float: left;
	margin: 0px;
	width: 32%;
	padding-left: 10px;
	border-left: 1px dashed #C0C0C0;
	vertical-align: top;
}

#interior-content div.right-column > div.page-body-sections {
	margin-top: 15px;
	min-height: 150px;
	padding: 0 0 0.25em 1em;
}

#main_content .right-column ul {
	padding: 0px;
	margin: 0px;
}
#main_content .right-column li {
	list-style-type: none;
	padding: 1px;
}

#main_content h1 {
	font-size: 16pt;
	color: #4A5E7E;
	margin-bottom: 25px;
}

#main_content h2 {
	font-size: 14pt;
	color: #4A5E7E;
	margin-bottom: 5px;
}

#main_content h3 {
	font-size: 12pt;
	margin: 0px;
}

#main_content p {
	margin-top: 0px;
	text-indent: 20px;
}

div.page-body-sections h2 {
	margin-top: 5px;
}

#section_Quick-Home-Search {width: 94%; margin: 14px auto; padding: 5px; background: #F0F0F0; overflow: auto; border: 1px solid #494949;}
#section_Quick-Home-Search ul li {margin-bottom: 5px; clear: left;}
#section_Quick-Home-Search ul li label, #section_Quick-Home-Searchh ul li input {clear: none; display: inline; float: left; margin-top: 5px;}
#section_Quick-Home-Search li input {margin: 3px 3px; float: left;}
#section_Quick-Home-Search em {float: left; margin-left: 5px;}

	#section_Other-Markets {
		background-color: #f0f0f0;
		border: 1px solid #4A5E7E;
	}
	#section_Browse-Listings {
		/*background-color: #9AA7B7;
		border: 1px solid #4A5E7E;
		*/
	}

#section_My-HomeFinder {
	overflow: auto;
	background-color: #f0f0f0;
	border: 1px solid #4A5E7E;
}
	#section_My-HomeFinder > div {
		
	}
	#section_My-HomeFinder form label {
		display: block;  

	}
	#section_My-HomeFinder form li {
		float: left;
		list-style-type: none;
		padding: 1px;
		margin-right: 8px;
	}
	#section_My-HomeFinder span.userErrorMessage {
		color: #990000;
		border: 1px dotted #990000;
		padding: 3px;
	}
	
#section_Featured-Property {
	clear: both;
	font-size: 10pt;
	/* color: #ffffff */;
}
	#section_Featured-Property .home {
		float: left;
		width: 132px;
		height: 250px;
		margin: 10px 12px 0px 12px;
	}
	#section_Featured-Property .home img {
		width: 120px;
		height: 90px;
		padding: 6px;
		border: 1px solid gray;
		background-color: #ffffff;
	}
	#section_Featured-Property .home ul {
		margin: 3px;
		padding: 0;
	}
	#section_Featured-Property .home li {
		list-style-type: none;
		display: block;
		width: 120px;
		margin: 2px 0;
	}
	#section_Featured-Property .featuredClickHere a{
		font-size: 10pt;
	}

form ul {
	padding: 5px;
	margin: 0px;
}
/* ########## END - City Landing Page Specific Styles ########### */

/* ########## BEGIN - Quick MHF Signup Optional Info Form ########### */
/* Jim - Added left-column class to make css more specific */
    #optionalQuickMHFsignup fieldset {
	margin-bottom: 15px;
	border: 0px;
    }
	#optionalQuickMHFsignup fieldset ul {
		margin-left: 30px;
	}
	#optionalQuickMHFsignup fieldset ul li {
		list-style: none;
		margin-bottom: 8px;
		width: 270px;
	}
	#optionalQuickMHFsignup fieldset input {
		float: right;
	}
	#optionalQuickMHFsignup fieldset .formSpacer {
		height: 15px;
	}
	
	#optionalQuickMHFsignup legend {
        display: none; 
        border: 0px; 
    }
/* ########## END - Quick MHF Signup Optional Info Form ########### */