/*
* 2009 Corporate Web Style (WAAPA) - Printer Friendly CSS
* Andrew Dunbar [ECU]
* May 2013
* 
* Modification history:
* 
* 2013-05-01  Andrew Dunbar
*             Cleared history log prior to 05/2013
*
*/

/* --------------------------------------------------------------------------------------------- 
START: PRINT OVERIRDES
--------------------------------------------------------------------------------------------- */

* {
  float: none;
  }

#media{
    background:#fff;
}

#global-nav, #site-tools, #footer, #local-nav .left, search-site, #media img{
    display: none;
}

#breadcrumb{
    float: none;
    border-top:4px solid #A2A5A6;
}

#container-header, #header{
    background: #fff;
    background-image: none;
    border-bottom:none;
}

#custom-header-image {
    display:none;
}

#container-content,
#content,
.grouped-columns{
    overflow: visible;
    float: none;
}

#content-main{
    width: 100%;
    float: none;
    overflow: visible;
    padding-left:0px;
}

*html .column-one,
*html .column-two{
    width: 300px;
    overflow: hidden;
}

*html ul.column-newslist{
    float: none !important;
}

*html ul.column-newslist li{
    float: none !important;
    display: list-item !important;
}

#content-with-related{
    width: 680px;
}

#print-logo{
    display: block;
    position: absolute;
    left: 0px;
    padding-top: 20px;
    z-index: 9999;
}

h1.section-title{
    margin-top: 60px;
    margin-left: 110px !important;
    margin-left: 55px;
    color:#000000;
}

#header{
    min-height:146px;
    height:146px;
}

#content .grouped-columns h3 {
    background-color:#fff;
    padding:0px;
    border-bottom: 1px solid #333333;
}

/* --------------------------------------------------------------------------------------------- 
END: PRINT OVERIRDES
--------------------------------------------------------------------------------------------- */

/* END ****************************************************************************************/