/* Start of CMSMS style sheet 'Print Stylesheet' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
  font-family: arial, helvetica, sans-serif;
  font-size: 100.1%;
  color:#000;
  border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
  font-height: 0.9em;
  border:0 !important; /* again no borders on printouts */
}

/* Left-align all text */
h3, p {
  text-align: left;
}

h3 {
  font-height: 1.0em;
}

/* pad all images */
img {
  padding: 10pt;
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#fullheightcontainer,
div#wrapper,
div#outer,
div#clearheadercenter,
div#container-center
{
  text-align: left;
  display:block !important;
  width:100% !important;
  border:0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* hide unnessary sections */
div#content-menu,
div#header,
div#header-home,
div#footer,
div#footer-home {
  display: none;
}

/* home images */
.roundedimage {
  
}

/* Google Map Lists */

ul.gmapSidebar {
 display: none; 
}

p.map-description {
  display: none;
}

/* Products Page */

.products-thumb {
  clear: both;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: left;
}

.products-thumb img {
  float: right;
}


/* Architecture/Furniture Lead Pages */

.child-info {
  text-align: left;
  clear: both;
}

.child-info img {
  float: right;
}

/* End of 'Print Stylesheet' */

