/* Print styles */
* {
 font-family: Calibri,
         "Gill Sans",
         "Gill Sans MT",
         "DejaVu Sans Condensed",
         Helvetica,
         "Trebuchet MS",
         "Liberation Sans",
         "Nimbus Sans L",
         Tahoma,
         sans-serif;
    font-size: 14px;
}
.print {
    display: block;
}

#logo {
    display: none;
}

/* home page titles */
a.homelink h2, h2.products, div.boxblurb h3 {
    font-weight: bold;
    font-size: 1.3em;
    text-indent: 0px;
    width: auto !important;
}
div.boxblurb h3 {
    padding: 10px 0px 0px 10px;
}

/* header */
div#statement {
    text-indent: 0px;
    font-weight: bold;
    margin: 10px 10px 20px 10px;
    width: auto;
    height: auto !important;
}
div#headerimg, div#headerimg.home, div#headerimg.developer {
    height: auto !important;
}
div#topnav {
    /* margin-top: -31px; */
    display: none;
}

/* content pages */
div#sectionlabel {
    float: none;
    width: auto !important;
    margin: 10px 10px 0px 10px;
}
div#sectionlabel h2 {
    text-indent: 0px;
    margin: 0px;
    font-weight: bold;
    font-size: 1.65em;
}

/* sidebar */
div#sidebar {
    display: none;
}