/*
 *
 * print rules
 *
 */

@page {
	margin: 1.5cm;
}

.onlyprint {
	display: none;
}


@media print {
	/* Show these things for printing: */
	.onlyprint, .print_show {
		display: block;
	}

	/* Hide these things for printing: */
	#nav,
	#leftnav,
	#search,
	#sectionlogo,
	#sectionbanner,
	#contactus,
	#atoz,
	#nhsdirect,
	.sidelinks,
	.print_hide,
	.CentreMainNav,
	object,
	embed {
		display: none;
	}

	/* Coherent stuff here */
	html {
		background: #fff !important; /* Override any random CSS */
	}
	body {
		background: #fff;
		color: #000;
		font-family: Cambria, Georgia, "Times New Roman", serif;
		margin: 0;
		padding: 0;
	}
	/* A nice page header. */
	#Logo {
		float: right;
	}
	#content {
		clear: both;
	}
	/* Remove uninvited bullet points */
	#serviceintroboxes,
	.subhomelowercontent {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	/* Some pretty headings. */
	h1 {
		font-size: 20pt;
	}
	h2 {
		font-size: 18pt;
	}
	h3 {
		font-size: 16pt;
	}
	/* Links */
	a:link, a:visited {
		color: #000;
	}
	#content a:after {
		content: " ("attr(href)") ";
		color: #000;
		font-size: 10pt;
		text-decoration: none;
	}
	/* Force the footer to play nice */
	#footer, #footer p {
		width: auto !important;
		font-size: 11pt;
		float: none;
	}
	img {
		font-size: 10pt;
		page-break-inside: avoid;
	}

	/* End coherent stuff */

	.print_offset {
		margin-left: -85px;
	}

	.print_offset_right {
		position:relative;
		left:70px;
	}

	.test{
		margin-left:-75px;
		display: block;
	}

	#mainbody,
	#mainheading {
		overflow: visible;
		float: none;
	}

}

