/* -------------------------------------------------------------------------

	OISC Print Style Sheet
	last update: 14 January 2009
	author: Andy Gosling
	email: andy@ecru.co.uk
	website: http://www.ecru.co.uk

------------------------------------------------------------------------- */


/* !layout -------------------------------------------------------------- */

#login, #breadcrumb, #searchPanel, #navigation, .pageuseful {
	display: none;
}

body {
	font-size: 9pt;
	line-height: 16pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #000;
	padding: 0 3%;
}

#header {
	height: 80pt;
	position: relative;
	border-bottom: 1px solid #CCC;
}

#breadcrumb {
	min-height: 30px;
	position: relative;
	background: #5790E0 url(../images/breadcrumb_bg.gif) no-repeat top right;
}

#wrapper {
	padding: 40pt 0;
}

#contentWrap {
	width: 70%;
}

#sidebar {
	float: right;
	width: 25%;
}

#footer {
	position: relative;
	clear: both;
	border-top: 1px solid #CCC;
	margin-top: 40pt;
}

.clear {
	clear: both;
}

.rule {
	clear: left;
	border-top: 1pt solid #CCC;
	margin: 20pt 0 -5pt 0;
}

.ruleAbove {
	clear: both;
	border-top: 1pt solid #CCC;
}

/* !type ---------------------------------------------------------------- */

p {
	margin: 8pt 0;
}

p.intro {
	font-size: 11pt;
	line-height: 16pt;
	margin: 16pt 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 26pt;
	line-height: 30pt;
	margin: 0 0 15pt 0;
}

h2 {
	font-size: 22pt;
	line-height: 26pt;
	margin: 26pt 0 13pt 0;
}

h3 {
	font-size: 18pt;
	line-height: 27pt;
	margin: 24pt 0 12pt 0;
}

h4 {
	font-size: 14pt;
	line-height: 20pt;
	margin: 20pt 0 10pt 0;
}

h5 {
	font-size: 11pt;
	line-height: 18pt;
	margin: 18pt 0 9pt 0;
}

h6 {
	font-size: 9pt;
	line-height: 18pt;
	margin: 18pt 0 9pt 0;
	font-weight: bold;
}

textarea {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
}

/* hyperlinks */

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

/* lists */

li {
	margin-bottom: 0;
}

ul, ol, dl {
	margin: 0 0 8pt 20pt;
}

ul li ul, 
ol li ul,
ol li ol,
ol li ol li ol {
	margin-bottom: 0;
}

ul {
	clear: both;
}

ol {
	clear: both;
	list-style: decimal;
}

ol ol {
	list-style: lower-roman;
}

/* !header -------------------------------------------------------------- */

/* skip navigation link */

.skipnav {
	display: none;
}

/* OISC logo */

.logo {
	width: 69px;
	height: 92px;
	position: absolute;
	top: 0;
	left: 0;
}

.logo img {
	border: none;
}

#header p {
	margin: 0;
}

#header p.title {
	font-size: 14pt;
	position: absolute;
	right: 0;
	bottom: 10pt;
}

/* !content ------------------------------------------------------------- */

img.rangeLeft {
	float: left;
}

img.rangeRight {
	float: right;
}

#content h1:first-child,
#content h2:first-child {
	margin-top: 0;
}

#content .rangeLeft {
	float: left;
	margin: 5pt 20pt 15pt 0;
}

#content .rangeRight {
	float: right;
	margin: 5pt 0 15pt 20pt;
}

.nextback {
	border-top: 1px solid #E0E0E0;
	margin-top: 20px;
	padding-top: 10px;
}

.nextback p span {
	color: #FFF;
	padding: 1px 5px;
}

.nextback .next {
	padding-right: 10px;
}

.nextback .back {
	padding-left: 10px;
}

/* !sidebar ------------------------------------------------------------- */

#sidebar h2:first-child {
	margin-top: 0;
}

#sidebar h2 {
	font-size: 14pt;
	line-height: 16pt;
	margin: 8pt 0 8pt 0;
}

#sidebar h3 {
	font-size: 11pt;
	line-height: 16pt;
	margin: 8pt 0 8pt 0;
}

#sidebar h4 {
	font-size: 9pt;
	line-height: 16pt;
	margin: 8pt 0 8pt 0;
}

#sidebar h5 {
	font-size: 8pt;
	line-height: 16pt;
	margin: 8pt 0 8pt 0;
}

#sidebar h6 {
	font-size: 8pt;
	line-height: 16pt;
	margin: 8pt 0 8pt 0;
}

#sidebar p,
#sidebar li {
	font-size: 8pt;
	line-height: 14pt;
}

/* panels */

#sidebar .panel {
	border: 1px solid #CCC;
	padding: 8pt;
	margin-bottom: 16pt;
}

#sidebar .panel h2 {
	font-size: 12pt;
}

#sidebar .panel ul,
#sidebar .panel ol {
	margin-left: 10pt;
}

#sidebar .panel dl {
	margin-left: 0;
}


#sidebar .panel dl dt {
	font-size: 9pt;
	line-height: 16pt;
}

#sidebar .panel dl dd {
	font: 7pt Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 12pt;
	margin: 0 0 8pt 10px;
	color: #666;
}

/* !homepage ------------------------------------------------------------ */

/* layout */

#home #contentWrap {
	width: 100%;
}

#home #column1,
#home #column4 {
	width: 47%;
	float: left;
	margin-right: 2%;
}

#home #column2,
#home #column5 {
	width: 24%;
	float: left;
	margin-right: 2%;
}

#home #column3,
#home #column6 {
	width: 24%;
	float: left;
}

#home #column1,#home #column2, #home #column3,
#home #column4,#home #column5, #home #column6 {
	padding-bottom: 16pt;
}

.divide {
	clear: both;
	border-top: 1px solid #CCC;
	height: 16pt;
	margin-top: 16pt;
}

#home #column1 img {
	float: left;
	margin-top: 5pt;
}

#home #column1 p {
	margin-left: 90pt;
}

#home #contentWrap p.author {
	font-size: 11pt;
	line-height: 16pt;
	margin: 9pt 0 0 90pt;
}

#home #contentWrap p.title {
	color: #666;
	margin-top: 0;
	font-size: 8pt;
	line-height: 16pt;
}

/* typography */

#home h1 {
	font-size: 16pt;
	line-height: 18pt;
	margin: 0 0 9pt 0;
}

#home h2 {
	font-size: 12pt;
	line-height: 18pt;
	margin: 0 0 9pt 0;
}

#home #contentWrap ul {
	margin: 0 0 0 15pt;
}

#home #contentWrap ul li {
}

#home #contentWrap #column4 ul {
	margin-left: 0;
}


/* !footer -------------------------------------------------------------- */

#footer img {
	position: absolute;
	top: 20pt;
	left: 0;
}

#footer h2 {
	font-size: 10pt;
	line-height: 16pt;
	margin: 20pt 0 0 40pt;
}

#footer p {
	font-size: 7pt;
	line-height: 12pt;
	margin: 0 0 0 40pt;
}

#footer .toplink {
	display: none;
}