body {
/*	background-image: url(/images/cclogo.gif);
	background-position: right top;
	background-repeat: no-repeat; */
	font-size: 80%;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 90%;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input	{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 1em;
}
.noprint {
	display: none;
}
a img {
	border: 0;
}
h1 {
	font-size: 1.7em;
/*	margin-top: 120px; */
}
 /*#content a:after { content: " (url: " attr(href) ")"} */
#header, #sitetools, #sitenav, #sectionnav, #ptools, div#sectionfpbanner, #domcollapseall {
	display: none;
}
#content h3 {
	color: #600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 0;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#content p {
	margin-right: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
h4 + p, h4 + ul {
	margin-top: 2px;
}
#content a {
	color: #600;
}
#content img.left {
	float: left;
	margin: 8px 12px 12px 0;
}
p.note {
	font-size: 0.85em;
	margin-top: 0;
	padding-top: 0;
}
#atozview {
	margin-top: 12px;
}
#atozview form {
	display: inline;
}
p#atozlist {
	margin: 15px;
	padding: 8px;
}
#atozlist a {
	background-color: #CCCCCC;
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
	text-decoration: none;
	width: 20px;
}
#atozlist a:hover, #atozlist a.current {
	background-color: #fff;
	text-decoration: underline;
}
.pagetools h4, p.searchfacts {
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	padding: 4px 0;
	width: 80%;
}
.pagetools p {
	margin-left: 20px;
}
#pagetools img {
	vertical-align: text-bottom;
}
.contactdetails {
	font-style: italic;
	margin-left: 20px;
}

/* Search results styles */
p.searchtitle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;	
}
.searchnote {
	background-image: url(../images/standard/bullet_search.gif);
	background-position: 4px 60%;
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding-left: 24px;
}
.searchscore {
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 3px;
}
.searchbody {
	margin-top: 4px;
}
.searchnav {
	letter-spacing: 4px;
}
.required {
	color: #f00;
	font-weight: bold;
}
fieldset {
	margin-right: 40px;
	margin-bottom: 12px;
}
fieldset#advsearch {
	width: 95%;
}
fieldset#advsearch td.label {
	padding-right: 3px;
	text-align: right;
	width: 200px;
}
legend {
	font-weight: bold;
}
td.label {
	text-align: right;
	vertical-align: top;
}
ul.errors {
	color: #f00;
	font-weight: bold;
}
p.formbuttons {
	margin-left: 150px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
br.clear, br.clearleft, br.clearright {
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
.off-left {
	display: none;
}
p#footer {
	border-top: 1px solid #000;
	font-size: 0.8em;
	margin-top: 20px;
	padding: 8px;
	width: 95%;
}
#footer span {
	float: right;
}
#content .right {
	float: right;
	margin: 8px 12px 12px 8px;
}
#content .left {
	float: left;
	margin: 8px 12px 12px 8px;
}
div.figure {
	background-color: #fff;
	padding: 10px; 
	margin: 0 1em; /* Needed to support centering of almost-full-width figures. */
	border: 1px solid silver;
}
div.figure p.caption {
	font-size: 0.85em;
	font-style: italic;
	margin: 0.2em;
	text-align: center;
}
table#vaclist {
	border: 1px solid #666;
	border-collapse: collapse;
	margin-left: 16px;
}
table#vaclist th {
	border: 1px solid #666;
	font-size: 1.1em;
	padding: 6px;
}
table#vaclist td {
	border-bottom: 1px solid #666;
	padding: 6px 16px 6px 26px;
}
table#vaclist td.vacancy {
	background: url(/images/bullet_vacancy.gif) no-repeat;
	background-position: 8px 1em;
}
li.atozc, li.atozd, li.atozf {
	padding-left: 8px;
}
li.atozc {
	list-style: url(/images/html.gif);
}
li.atozd {
	list-style: url(/images/doc.gif);
}
li.atozf {
	list-style: url(/images/form.gif);
}
/* Road report */
dl#roadreport dt, dl#whatsnew dt {
	background: url(../images/bullet_square.gif) no-repeat;
	background-position: 8px 50%;
	font-weight: bold;
	margin-top: 1em;
	padding-left: 24px;
}
/* end Road report styles */
/* Standard presentation for tables */
table.outlined {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 1em;
}
table.outlined th {
	border: 1px solid black;
	font-size: 1.1em;
	padding: 1px;
}
table.outlined td {
	border: 1px solid black;
	padding: 3px 8px 3px 13px;
	vertical-align: top;
}
td.figures {
	text-align: right;
}
table caption {
	font-weight: bold;
	margin-left: 1em;
	text-align: left;
}
/* End standard presentation for tables */
.highlight {
	border: 1px solid #666;
	font-weight: bold;
	margin: 8px 4px;
	padding: 1em;
}
div.lppolicy {
	border: 1px solid #666;
	margin: 8px;
	padding: 1em;
}
dl.faqs dt {
	font-weight: bold;
}
dl.faqs dd {
	margin-bottom: 1.2em;
	margin-top: 1em;
}
dl.faqs img {
	display: none;
}
#mapcontrols {
	display: none;
}
#map input {
	border: 1px solid black;
	margin: 10px;
}
body#jobbulletin h1, body#jobbulletin #footer {
	display: none;
}
body#jobbulletin h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
p.printonly {
	text-align: center;
}
.joblisting h6 span {
	display: block;
	font-size: 90%;
	font-weight: normal;
}
.servicejobs {
	border: 1px solid #000;
	margin-bottom: 1em;
	padding: 0;
}
.joblisting {
	border-top: 1px solid #666;
	padding-top: 8px;
	text-align: center;
}
.pagebreak {
	page-break-before: always;
}
.servicejobs h4 {
	font-size: 140%;
	margin: 1em;
}
.joblisting h5 {
	font-size: 120%;
	margin: 4px;
}
.joblisting h6 {
	font-size: 110%;
	margin: 8px;
}
.joblisting h6 span {
	display: block;
	font-size: 90%;
	font-weight: normal;
}
.joblisting {
	page-break-inside: avoid;
}