/* Viewport and containers */
body, html {
	height: auto;
	background: none;
}

#MastheadWithGlobalNavigation, #AlertBox, ul.tabNavigation {
	display: none;
}

#TaglineContainer {
	margin-bottom: 6em;
	padding-top: 85px;
	background: url(/pictures/logo-above-740x85.png) no-repeat top left;
}

#TaglineContainer strong {
	display: inline;
}

#Canvas, #OuterContentContainer, #LeftBorderContainer, #InnerContentContainer {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}

#InnerContentContainer {
	padding-bottom: 50px;
}

#Footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 50px;
	background: white url(/pictures/address-500x50.png) no-repeat center;
}


/* Container dependencies */
#Footer ul, span.absoluteLeft, span.absoluteRight {
	display: none;
}


/* Content boxes */
div.simpleContent, div.simpleBackground, div.simpleBorder, div.topContentBox {
	width: auto;
	height: auto;
}

div.topContentBox {
	background: none;
}


/* Product styles */
ul.dd li.link {
	display: none;
}