		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 February 2021 20:19:12
*/


/* 
    Document   : print
    Created on : 16/11/2012, 11:33:14 AM
    Author     : Matt
    Description: Provide a simplifed version of the site for printing
*/
* {
  background: transparent !important;
  color: #000 !important; /* Black prints faster: h5bp.com/s */
  box-shadow: none !important;
  text-shadow: none !important;
  overflow: visible !important;
  float: none !important;
}
body {
  font-size: 1.0em;
}
a,
a:visited {
  text-decoration: underline;
}

/* hidden elements */
.header-include,
#site-tools,
#header .header-bg,
#right-column,
.level-2,
#footer-blk-1,
#footer-blk-3,
#navigation{
  display: none !important;
}
p {
  display: block;
  width: 95%;
}
#header .inner {
  background:none;
  height:auto;
}
#content-wrap{
  background-color:#fff;
}
#content {
  width: 90%;
}
.page-content {
  padding: 25px 5px 0;
  overflow: visible;
}
#page-footer {
  background: none;
}
#footer-blk-2 {
  width:90%;
}
#footer-blk-2 li,
#footer-blk-2 li a {
  display:inline;
}

.child-page-item {
  float: none;
  display: block;
  overflow: hidden;
  width: 90%;
}
