/*Print ONLY CSS Document*/
DIV#container DIV#container-content,
DIV#container DIV#container-content DIV#body, 
DIV#container DIV#container-content DIV#body DIV#body-content DIV#sub-area,
DIV#container DIV#container-content DIV#body DIV#body-content DIV#main-area,
DIV#container DIV#container-content DIV#body DIV#body-content DIV#case-study, 
DIV#container DIV#container-content DIV#body DIV#body-content DIV#section-navigation,
DIV#container DIV#container-content DIV#footer DIV#footer-content DIV#address-details, 
DIV#container DIV#container-content DIV#footer DIV#footer-content DIV#other-details {
	float: none;	/*"float:none;" Mozilla Bug Fix - Remove floats on DIV elements containing*/
					/*information to fix content "floating" off the bottom of the printed page*/
					/*see: https://bugzilla.mozilla.org/show_bug.cgi?id=104040*/
}

DIV#header, 
DIV#section-navigation, 
DIV#sub-area,
DIV#main-area-contact,
DIV#case-study-contact {
	display:none;	/*Remove navigation, and areas which contain unnecessary information*/
}