/*
 * Print Stylesheet
 */

body {
	border:none;
}

#menu, form, #header {
	display: none;
}

#content img.printlogo {
	display:block;
	width:300px;
	margin:0 0 20px;
	border:none;
	padding:0;
}

.contentCTA {
	display:none;
}

.widthlimiter, .outer, #content {
	width:100%;
	padding:0;
	border:none;
}

.widthlimiter {
	overflow:hidden;
}

img {
	max-width:100%;
}

#header .widthlimiter {
	height:auto;
	overflow:hidden;
}

#footer {
	text-align:center;
	clear:both;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	position:static;
	margin-left:0;
}