/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
	font: 12px Arial, Helvetica, sans-serif;
	width: 547px;
}


h1 {
	font-size: 20px;
	margin-bottom: 50px;
	color: #0D4062; 
}

.print-header {
	margin-bottom: 50px;
}		

#menu {
   display: none;
   }

#logo {
	display: block;
}

.column {
  float: left;
  margin-right: 10px;
}

.last { margin-right: 0; }

.columnRight {
  float: right;
  margin-left: 10px;
}

.lastRight { margin-left: 0; }

.marginbot-2 {
	margin-bottom: 50px;
}

.span-15  { width: 547px; }

.span-14  { width: 521px; }

.span-9   { width: 256px; }

.span-8   { width: 335px; } 

.span-4   { width: 193px; }

.span-7   { width: 252px; }

.span-6   { width: 257px; }

.prepend-2   { padding-left: 18px; } 

.append-5   { margin-right: 18px; }

.append-6   { margin-right: 19px; }

.property-results-heading {
	height: 34px;
	color: #FFFFFF;
	line-height: 34px;
	width: 547px;
}	

.ref-no{
	font: 12px/34px Arial, Helvetica, sans-serif;
}

.property-price {
	font: 15px Arial, Helvetica, sans-serif;
	color: #072438;
}

.property-price-alt {
	font-size: 15px;
}

.border-bot {
	border-bottom: 1px solid #6F808C;
}

.border-right {
	border-right: 1px solid #6F808C;
}

.border-left {
	border-left: 1px solid #6F808C;
}

.property-features {
	font: bold 19px/28px Arial, Helvetica, sans-serif;
	color: #0D4062;
}	

.margintop-1 {
	margin-top: 9px;
}

.margintop-3 {
	margin-top: 6px;
}

.margintop-2 {
	margin-top: 15px;
}

.marginbot-1 {
	margin-bottom: 6px;
}

.marginbot-2 {
	margin-bottom: 50px;
}

.lineheight-34 {
	line-height: 34px;
}

p { margin-bottom: 15px; }
