/*	The unique combination of images, colors, sizes, typography, and positioning ("he design") of this site */
/*	is copyright homesHQ.com, IMG(Interactive Media Group) and Forum Communiations and may not be reproduced. */

/*@import url(/css/style.css);*/

body { 
	margin: 0;
	padding: 0;
	background: none;
	font-family: Arial, Helvetica, clean, sans-serif;
	color: #000000;
	font-size: medium;
}

/*	----------[positioning]----------	*/
.left { float: left; }
.right { float: right; }
.middle { margin-left: auto; margin-right: auto; }
.clearboth { clear: both; }
.clearright { clear: right; }
.display_block { display: block; }

/*	----------[wrapper]----------	*/
#wrapper { border:none; }

/*	----------[main column]----------	*/
#main_column {
	float:left;
	margin: 15px 0 0 7px;
	width:642px;
}

html>body #main_column {
	float:left;
	margin-left: 15px;
	width:642px;
}

#scroll_gallery {
	height: auto;
}

ul#imagegallery {
	float: left;
	list-style:none; 
	white-space: normal;
}

#toolbar, #calculator, #detail_links, #logo_right, #mini_openhouse, #marketplace_video_right, .large_format_right, #footer { display: none; }

#print_logo_right, .yesPrint { display: block; }