/*
this is a stylesheet for printer
it contains sizes and spacing adjusted for printing
*/

/* make it occupy entire page width */
.container {
    awidth: 100%;
    padding: 0;
}
/* remove spacing */
.utilityNav {
    padding-top: 0;
    padding-right: 0;
}
/* reduce spacing */
.headerContainer {
    height: 20px;
}
/* remove clickable image */
.headerImageContainer {
    display: none;
}
/* remove spacing */
.bottomNavContainer {
    apadding-left: 0;
}
/* remove spacing */
.bottomInfoContainer {
    apadding-left: 0;
    apadding-right: 0;
    color: white;
}
/* make the rule image occupy entire available width */
img.h1RuleImage, img.h1RuleImage2 {
    awidth: 100%;
}
/* don't print elements with having this class name */
.dontPrint {
    display: none;
}
/* resize top menu and images to occupy entire available width */
.menu {
    awidth: 100% !important;
}
.menu li {
    awidth: 25% !important;
}
.menu li a {
    awidth: 100% !important;
}
.menu li a img {
    awidth: 100%;
}
/* add vertical line between left nav and content */
.contentTableLeftCell {
    aborder-right: 1px solid #ccc8a3;
}

/* hide left nav column */
.contentTableLeftCell {
    adisplay: none;
}
/* but not on homepage */
#homepageBody .contentTableLeftCell {
    display: table-cell;
    _display: block;
    awidth: 100px;
}

#homepageBody .homepageLeftColumn {
    awidth: 100px;
}

#homepageBody .homepageLeftColumn2 img {
    width: 100px;
    
}


/* since hiding left nav also need to hide the corresponding cell below */
.contentTableBottomLeftCell {
    adisplay: none;
}

/* hide bottom */
.bottomNavContainer {
    adisplay: none;
}
.bottomAddressContainer {
    display: none;
}

/* make the 3/4 page occupy full width*/
.contentTableRightCell34 {
    apadding-right: 45px;
    
}

/* hide top nav */
#topnavlist {
    adisplay: none;
}
.headerContainer {
    display: none;
}
.topNavContainer {
    adisplay: none;
}

.contentTable {
    width: 566px;
    awidth: 100%;
}

#homepageBody .contentTable {
    awidth: 566px;
    width: 100%;
}

.contentTableRightCell {
    apadding-left: 0;
    apadding-right: 0;
}

.printOnly {
    display: block;
}

.container {
    border: 1px solid rgb(126, 56, 37);
    awidth: 570px;
}

#homepageBody .container {
    width: 660px;
}

#homepageBody .mission {
    adisplay: none;
}

body {
    margin: 0;
}

/* remove the hack */
#verticalLine4thColumnDiv {
    display: none;
}

/* need to have some visible border around boxes since no background color is visible */
.pullQuoteBox1 {
    border: 1px solid rgb(126, 56, 37);
}


.homepageLeftColumn {
    apadding-bottom: 0;
}

.homepageRightColumn {
    apadding-bottom: 0;
}




