/* -------------------------------------------------------------------------
Crown Prosecution Service - Print Style Sheet

version: 1
last update: 1 Nov 2007
author: Andy Gosling / Matt Williams
------------------------------------------------------------------------- */
/* layout
------------------------------------------------------------------------- */

* {
	/* global white space reset */
	padding: 0;
	margin: 0;
}

body {
	font: 11pt/14pt Arial, "Lucida Grande", Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

#wrapper {
	margin: 20pt 20pt 0 20pt;
}

#mainContent {
	clear: left;
	margin-right: 180px;
}

#content {
	float: left;
	padding: 0;
	/* underscore hack to fix layout on IE/Win */
	_padding-right: 45px;
	margin: 0;
}

#rightColumn {
	float: right;
	width: 160px;
}

#footer{
	clear: both;
	float: left;
	width: 100%;
}

.rule {
	clear: left;
	height: 2px;
	border-top: 1pt solid #4B90CD;
	margin: 1.5em 0;
}

/* hide the following */
#leftColumn,
#accessMenu,
#formSearch,
#mainNavigation,
#subNavigation,
#footerBar,
#helpMenu,
#home #breadcrumb {
	display: none;
}

/* typography
------------------------------------------------------------------------- */

p {
	font-size: 11pt;
	margin: 0 0 0.8em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.1em;
	color: #393996;
}

h1 {
	font-size: 24pt;
	margin: 0 0 0.4em 0;
}

h2 {
	font-size: 20pt;
	margin: 0.6em 0 0.4em 0;
}

h3 {
	font-size: 17pt;
	margin: 0.6em 0 0.4em 0;
}

h4 {
	font-size: 14pt;
	margin: 0.6em 0 0.4em 0;
}

h5 {
	font-size: 12pt;
	margin: 0.8em 0 0.6em 0;
}

h6 {
	font-size: 11pt;
	margin: 1em 0 0.8em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	color: #000;
	border: 1pt solid #4B90CD;
	padding-bottom: 0.4em;
	margin: 1.5em 0 1.5em 0;
}

blockquote p {
	padding-bottom: 0;
	margin: 0.8em 0.8em 0.4em 0.8em;
}

blockquote p.author {
	font-weight: bold;
	background-image: none;
	text-align: right;
	padding-bottom: 0;
	margin: 0.8em 0.8em 0.4em 0.8em;
}

/* hyperlinks */

a:link,
a:visited,
a:hover,
a:active {
	color: #4B90CD;
	text-decoration: underline;
}

/* lists */

li {
	font-size: 11pt;
	margin-bottom: 0.5em;
}

ul, ol {
	margin-left: 25pt;
}

/* header
------------------------------------------------------------------------- */

#header {
	height: 100pt;
	/* Commented backslash hack - hide from IE5/Mac \*/
	height: 100pt;
	/* end hack */
	border-bottom: 1pt solid #4B90CD;
	padding-bottom: 15pt;
	margin-bottom: 21pt;
}

#header #logo {
	float: left;
}

#header #sectionHead {
	float: right;
	font-size: 26pt;
	line-height: 30pt;
	padding: 38pt 0 0 0;
	margin: 0;
}

/* right column
------------------------------------------------------------------------- */

#rightColumn p,
#rightColumn li {
	font-size: 9pt;
	line-height: 12pt;
}

#rightColumn h2 {
	font-size: 20pt;
}

#rightColumn h3 {
	font-size: 17pt;
}

#rightColumn img {
	margin-bottom: 15pt;
}

#rightColumn ul,
#rightColumn ol {
	margin: 0 0 1em 22pt;
}

/* footer
------------------------------------------------------------------------- */

#footer {
	border-top: 1pt solid #4B90CD;
	margin-top: 25pt;
}

#footer #copyright {
	margin-top: 5pt;
	font-size: 8pt;
}

#footer #copyright a {
	text-decoration: none;
	color: #000;
}

/* home page
------------------------------------------------------------------------- */

#home #header #sectionHead {
	float: right;
	font-size: 12pt;
	line-height: 16pt;
	padding: 50pt 0 0 0;
	margin: 0;
}

#home #content h1 {
	font-size: 14pt;
	line-height: 18pt;
	margin-bottom: 1em;
}
