/* padding for printed document */
body {
	padding: 2em 0;
	font-size: 90%;
}

/* turn off all unnecessary components */
	
	/* Modules/Section */
	
		#navigation,
		#menu,
		#sidebar,
		#footer {
			display: none;
		}

	/* Compontents/Elements */
		a.top,
		.property-detail a.send-email {
			display:none;
		}

/* force content to go accross whole page */

	#master,
	#main {
		width:100%;
	}
	
	

.mainContentContainers {
	width: 18cm;
	padding: 0;
}

/* get rid of unnecessary padding */	
	
	
	/* Landing Articles */
	
		.article .focus {
			height:auto;
			min-height:0;
		}
	
		.article .focus h1,
		.article .focus p {
			padding:0;
			margin:0;
		}
	
	/* Property Portfolio */
	
		.property-search .property-focus
		.property-search .property-focus {
			height:auto;
			min-height:0;
		}
		
		.property-search .property-focus h1,
		.property-search .property-focus p  {
			padding:0;
			margin:0;
		}
		
		.property-search div.type {
			margin-left:0;
		}
		
		.property-search input {
			display:none;
		}
		
		.pagination {
			padding:0;
		}
		
		.property-results li dl {
			width:400px;
		}
		
		
		
		
	
	