@media screen,projection,tv,handheld {
/* layout-medium - 800 */
	#access a {
		position: absolute;
	}
	/* Consistent layout margins */
	#nav-section .box-sizing {
		margin: 0 0 .7em;
	}
	#page-feedback form {
		margin: 0 0 .7em .7em;
	}
	#breadcrumbs ol,
	.article .box-sizing,
	#document-properties .box-sizing,
	#post-page-options ul {
		margin: 0 0 0 .7em;
	}
	.aside .box-sizing {
		margin-left: .7em;
	}
	
	#nav-section {
		width: 34%;
	}
	#content-container {
		width: 66%;
	}
	#breadcrumbs,
	.article,
	#document-properties,
	#post-page-options,
	#page-feedback {
		width: 100%;
	}
	.aside {
		width: 100%;
	}
	#fat-footer .section {
		width: 18%;
		margin: 0 .7%;
	}
}
/*TMR Specific customisation */
	.displayServices #nav-section
	{
		display: none;
	}
	.home #content .aside,
	.displayServices #content-container
	{
		width: 100%;
	}
	.home #content .aside .box-sizing,
	.displayServices #content-container
	{
		padding-left: 0;
		margin-left: 0;
	}