

/* @group Print */

body {
    background-color: #fff;
    padding: 40px;
}

#header {
    display: none;
}

#container {
    width: auto;
}

#tertiary_content {
    display: none;
}

#secondary_content {
	display: none;
    float: none;
    width: auto;
    margin-bottom: 5px;
    border-bottom: 1px dotted #aaa;
    overflow: hidden;
    padding: 0 0 10px;
}
#secondary_content img {
	float: left;
	margin-right: 20px;
}
#secondary_content .address {
	float: left;
}


#secondary_content .contentContainer {
	display: none;
}

#breadcrumb_nav {
    border-bottom: 1px dotted #aaa;
}

.breadcrumb_nav li.label.screen {
	display: none;
}

.breadcrumb_nav li.label.print {
	display: inline;
}

#secondary_nav {
    display: none;
}

#extra_nav {
display: none;
}

#gcs {
    display: none;
}

#primary_content {
    float: none;
    clear: both;
    width: auto !important;
    padding: 0;
}

.print {
    display: block;
}

.screen {
    display: none;
}

.print.footer {
	clear: both;
    border-top: 1px dotted #aaa;
    margin-top: 15px;
    padding-top: 10px;
    overflow: hidden;
}
.print.footer p {
	overflow: hidden;
	margin-bottom: 0;
	float: left;
}

.print.footer .logo {
	width: 50px;
	height: auto;
	margin-right: 10px;
}

.print.footer .address {
	float: left;
	margin: 0;
}

.portal_banner {
    display: none !important;
}

/* @end */