/* -------------------------------------------------------------------------
The Parole Board - print styles

last update: 24 January 2008
author: Andy Gosling @ Ecru
email: info@ecru.co.uk
------------------------------------------------------------------------- */

/* css reset
------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* layout
------------------------------------------------------------------------- */

body {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	margin: 0;
	padding: 0 5%;
}

#divToolbar,
#divNavigation ul,
p#breadcrumb,
.pullquote,
#divFooter ul,
p.topLink {
	display: none;
}

#divWrapper {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

#divContent {
	margin-right: 33%;
}

#divSidebar {
	float: right;
	width: 30%;
}

#divFooter {
	clear: left;
	width: 100%;
	border-top: 0.5pt solid #555;
	margin-top: 27pt;
	padding: 18pt 0;
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

/* full width content pages & members area */

.wide #divContent,
#members #divContent {
	margin-right: 0;
}

.wide #divSidebar,
#members #divSidebar {
	visibility: hidden;
	display: none;
}

/* typography
------------------------------------------------------------------------- */

h1, h2, h3, h4 {
	margin: 27pt 0 18pt 0;
	font-weight: normal;
	color: #555;
}

h1 {
    font-size: 24pt;
    line-height: 27pt;
	margin: 0 0 18pt 0;
}

h2 {
    font-size: 17pt;
    line-height: 18pt;
}

h3 {
    font-size: 14pt;
    line-height: 18pt;
}

h4 {
    font-size: 12pt;
    line-height: 18pt;
}

p {
    font-size: 10pt;
    line-height: 18pt;
	margin: 0 0 18pt 0;
	color: #000;
}

strong {
	font-weight: bold;
}

ul {
	padding: 0;
	padding-left: 12pt;
	margin: 0 0 18pt 0;
	list-style: square;
}

li {
    font-size: 10pt;
    line-height: 18pt;
	margin: 0 0 9pt 0;
	padding: 0;
}

ol {
	list-style: decimal;
    margin-left: 30pt;
}

.rule {
	border-bottom: 0.5pt solid #555;
    height: 18pt;
}

/* data tables */

table {
	border-top: 0.5pt solid #555;
	border-left: 0.5pt solid #555;
	margin: 18pt 0;
	border-collapse: collapse;
}

th, td {
	text-align: left;
    font-size: 10pt;
    line-height: 18pt;
	margin: 18pt 0;
	border-right: 0.5pt solid #555;
	border-bottom: 0.5pt solid #555;
	padding: 5pt;
}

#divContent p th, #divContent p td {
    font-size: 10pt;
}

#divContent th {
	color: #555;
}

/* hyperlinks - content */

#divWrapper a:link, #divWrapper a:visited {
	color: #555;
	text-decoration: underline;
}

/* navigation
------------------------------------------------------------------------- */

#divNavigation {
	width: 100%;
	height: 90pt;
}

#divNavigation #logo {
	float: right;
}

#divNavigation #logo img {
	width: 85pt;
	height: 90pt;
}

#divNavigation #logo a {
	display: none;
	visibility: hidden;
}

/* banner
------------------------------------------------------------------------- */

#divBanner p {
    font-size: 14pt;
	border-bottom: 0.5pt solid #555;
	padding-bottom: 9pt;
	margin-bottom: 27pt;
}

/* hyperlinks - banner */

#divBanner a:link, #divBanner a:visited {
	display: none;
	visibility: hidden;
}

/* homepage banner */

#home #divBanner {
	margin-top: 18pt;
}

#home #divBanner h1 {
	font-size: 14pt;
	line-height: 18pt;
	color: #000;
}

/* content
------------------------------------------------------------------------- */

#home #divSidebar .rangeLeft,
body.landing #divSidebar .rangeLeft {
	float: left;
	margin: 5pt 11pt 0 0;
}

#divContentWrapper .rangeLeft {
	float: left;
	margin: 5pt 18pt 9pt 0;
}

/* homepage & members landing page content */

#sections {
 	background: url("../images/sections_bg.gif");
 	margin-bottom: 18pt;
 	width: 100%
}

#sections .clearLeft {
	background: url("../images/dotted_rule.gif") repeat-x left bottom;
	height: 1.125em;
}

.sectionInfo {
 	width: 30%;
 	float: left;
 	margin-right: 3%;
}

#sectionPractioners {
 	margin-right: 0;
}

#home h2, #home .sectionInfo h2, #home #divSidebar h2,
.landing h2, #home .landing h2, .landing #divSidebar h2 {
    font-size: 14pt;
	line-height: 18pt;
	margin: 0 0 18pt 0;
}

#home .sectionInfo h2 a, #home #divSidebar h2 a,
.landing .sectionInfo h2 a, .landing #divSidebar h2 a {
    text-decoration: none;
}

body#members.landing #divSidebar {
	visibility: visible;
	display: block;
	float: right;
	width: 30%;
}

#home #divSidebar p,
.landing #divSidebar p {
    font-size: 9pt;
    line-height: 18pt;
	margin: 18pt 0;
}

/* sidebar
------------------------------------------------------------------------- */

#divSidebar p {
    font-size: 9pt;
    line-height: 18pt;
}

#divSidebar li {
    font-size: 9pt;
}

#divSidebar h2, #divSidebar .divRightInfo h2 {
	color: #555;
	font-size: 12pt;
	margin-top: 0;
}

#divSidebar h3 {
	color: #555;
	font-size: 11pt;
	margin-top: 0;
}

/* hyperlinks - sidebar panels */

#divSidebar .divRightInfo h2 a:link, #divSidebar .divRightInfo h2 a:visited {
	color: #555;
	text-decoration: none;
}

/* footer
------------------------------------------------------------------------- */

#divFooter p {
    font-size: 9pt;
}

#divFooter #contactInfo p {
	margin: 0;
}

#divFooter #contactInfo h2 {
    font-size: 11pt;
	color: #555;
	margin: 0;
}

#divFooter img.floatRight {
	float: right;
}