/**
* Copperstones print styles 
*/
/* hide elements */

html body #header #nav ,
#secondary-nav-tabs,
.session-search-paginate,
.prop-links,
#sidebar,
#site-design,
#contact-page #footer,
#prop-listing #footer,
#wrapper input.submit
 {display:none;}

html, body, #wrapper,#wrapper-top, #container  {background: none;}

body {
  font-size:12pt;
  font-family: arial, helvetica, sans-serif;
  background:none;
  }

#wrapper #container {
  overflow:visible;
  background:#fff;
  }
#wrapper #content-frame  {
  position:relative;
  margin:0 0 0 6.5cm;
  top:-2cm;
  }
#prop-listing #wrapper #content-frame {
  margin:0;
  overflow:visible;
  }
#prop-list {overflow:visible;}
#content {
  width:100%;
  margin:0;
  overflow:visible;
  }  


