/*

hcs-print.css

release 1

CSS and XHTML templates by Sean Conran - Copyright (c) Netcel 2009

IMPORTANT - Updates to this file need to be tested on IE6, IE7, Firefox 3, Safari 3 and validated to W3C standards

*/

@media print {

BODY {
color: #000000;
font-family: tahoma,arial,helvetica,sans-serif;
font-size: 75%;
}

IFRAME {
border: 0;
margin: 0;
}
#f1c IFRAME,
#f2c IFRAME,
#f3c IFRAME {
width: 50em;
}

#breadcrumb {
display: none;
}

BODY.generic,
BODY.generic #contentBG,
BODY.generic #contentBGbottom,
BODY.generic #contentBGtop {
background-color: transparent;
background-image: none;
}
BODY.business,
BODY.business #contentBG,
BODY.business #contentBGbottom,
BODY.business #contentBGtop {
background-color: transparent;
background-image: none;
}
BODY.education,
BODY.education #contentBG,
BODY.education #contentBGbottom,
BODY.education #contentBGtop {
background-color: transparent;
background-image: none;
}
BODY.individuals,
BODY.individuals #contentBG,
BODY.individuals #contentBGbottom,
BODY.individuals #contentBGtop {
background-color: transparent;
background-image: none;
}
BODY.stopGap,
BODY.stopGap #contentBG,
BODY.stopGap #contentBGbottom,
BODY.stopGap #contentBGtop {
background-color: transparent;
background-image: none;
}

#f1c #contentCentre,
#f2c #contentCentre,
#f3c #contentCentre {
border: 0;
padding: 0;
width: 50em;
}

#contentLeft {
display: none;
}
#contentRight {
display: none;
}

#footer {
display: none;
}

#footerSiteMap {
display: none;
}

.form {
background-color: transparent;
}

.form TD.form-heading {
color: #000000;
}

#header .l {
color: #000000;
}

#header .r {
display: none;
}

#iconLinks {
display: none;
}

.listItem {
background-image: none;
float: none;
width: 100%;
}
.searchResults .listItem {
width: 100%;
}

#master {
margin: 0;
width: 50em;
}

#navTop {
display: none;
}

#pageTitle,
#f1c #pageTitle {
border: 0;
float: none;
margin: 0 0 1.3em 0;
padding: 0 0 1.3em 0;
width: 50em;
}
#pageTitleBorder {
display: none;
}

#siteMap {
float: none;
}
#siteMap .l {
float: none;
}
#siteMap .r {
float: none;
}

.tabBox {
float: none;
}
.tabBox H2 {
color: #000000;
}
.tabBox .content {
background-color: transparent;
}

.tabBox .heading,
.form .heading {
background-color: transparent;
background-image: none;
float: none;
}
.tabBox .headingCntnr,
.form .headingCntnr {
background-color: transparent;
background-image: none;
float: none;
}

}

