/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {
    .header-top {
    width:900px;
    height:80px;
    background:rgb(240,240,240);
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}

}

@media print {
    .header-breadcrumbs {
    width:900px;
    background:transparent;
}

}

@media print {
    .nav2 {
    float:left;
    width:900px;
    border:none;
    background:rgb(240,240,240);
    color:rgb(75,75,75);
    font-size:1.0em;
    font-size:130%;
}

}

/*Color navigation bar normal mode*/
@media print {
    .main {
    clear:both;
    width:900px;
    padding-bottom:30px;
    background:transparent;
}

}

@media print {
    .main-navigation {
    display:inline /*Fix IE floating margin bug*/;
    float:left;
    width:199px;
    border-right:solid 1px rgb(200,200,200);
    border-bottom:solid 1px rgb(200,200,200);
    background-color:rgb(240,240,240);
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE*/;
}

}

@media print {
    .footer {
    clear:both;
    width:900px;
    height:3.7em;
    padding:1.1em 0 0;
    background:rgb(240,240,240);
    font-size:1.0em;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}

}
