/* Cambridge City Council- Print CSS */

* {
 margin: 0; padding: 0;
}
html {
 font-size: 12pt;
}
body {
 font-family: 'times new roman', serif; width: 100%;
}

h1, h2, h3, h4, h5, h6 {
 font-family: arial, sans-serif; margin: 10pt 0 5pt; width: 100%; float: none;
}
	h1 {
	 font-size: 20pt;
	}
	h2 {
	 font-size: 16pt;
	}
	h3 {
	 font-size: 12pt
	}
	h4, h5, h6 {
	 font-size: 10pt;
	}
p {
 line-height: 15pt; margin: 0 0 10pt;
}
a {
 color: #000000; border: 0; padding: 0;
}
img {
 display: none;
}
ul, ol {
 list-style-position: inside;
}

#logo img {
 border: none; display: block; float: right;
}

#summary {
 float: none; font-family: arial, sans-serif; font-style: italic; margin: 0 0 10pt 0; width: 100%;
}
#middlecolumn {
 width: 100%;
}
	#middlecolumn a:after {
	 content: " (" attr(href) ")"; font-family: arial, sans-serif; font-size: 10pt; text-decoration: none;
	}
	#middlecolumn a[href^="/"]:after {
	 content: " (http://www.cambridge.gov.uk" attr(href) ")";
	}
#url {
 font-family: arial, sans-serif; font-size: 10pt; margin: 20pt 0 0 0;
}
	#url:before {
	 content: "Read this page online at ";
	}

.accesskeys, #header, #breadcrumb, #middleheader .clear, #rightcolumn, #explore, #footercontent, .lastUpdated, #topStrip, #menu, #atoz {
 display: none;
}

.hide, .show {
 display: none;
}
.toggleContent {
 display: block !important;
}


