
/*
	Authors:		Dan Nye & Jeff Home, Coedit Limited - http://www.coedit.co.uk/
	Description:	Coedit Limited - Layout and default styling CSS
	Copyright:		Copyright 2006 - Coedit Limited - http://www.coedit.co.uk/

	Not to be reproduced without permission of the authors.
*/


/* Global styles */
html, body, form {
	padding: 0px;
	margin: 0px;
}
html {
	background-color: #E5E5E5;
}
html>body {
	font-size: 16px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; 		/* For IE */
	text-align: center;		/* For IE 5.0 & 5.5 to centre the main display area - reverted in #centreContent */
	margin: 20px 0px 10px 0px;
}

a {
	text-decoration: none;
	color: #4A4BA3;
}
a:hover,
a:focus {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #F7621A;
	font-size: 18px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
	margin-top: 0;
}
p {
	font-size: 11px;
	line-height: 15px;
}
.invisible {
	display:none;
}
.clearer {
	display: block;
	height: 1px;		/* Needs to be 1px to work in NN7. Could be 0px for all other browsers, though */
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
}


/* control the main page being centred */
#centreContent {
	text-align: left;
	margin: 0px auto 0px auto;
	width: 880px;
	padding: 0px;
	position: relative;
	background-color: #F2F5F5;
}


/* header section of the page */
#header {
	height: 136px;
	position: relative;
	background: url(/assets/images/header_background.gif) #C5DFCB repeat-x 0px 0px;
}
#logoFlickerFixer {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 230px;
	height: 108px;
	background: url(/assets/images/toner_action_logo.gif) transparent no-repeat 0px 0px;
}
#header a {
	display: block;
	width: 230px;
	height: 108px;
}
#headerBanner {
	margin-left: 290px;
}
#headerBanner img {
	margin-top: 4px;
}
#headerBanner h2 {
	display: none;
}
#headerBanner p {
	margin: 2px 0;
	font-size: 10px;
}
#headerBanner p.spacer {
	padding-top: 20px;
}
#headerBanner ul {
	font-size: 10px;
	padding-left: 0;
}
#tagLine {
	display: none;
}


/* navigation section of the page */
#navigation {
	position: relative;
	width: 880px;
	height: 120px;
	background: url(/assets/images/navigation_background.gif) #FFFFFF repeat-x 0px 0px;
	text-align: right;
}
#navigation ul {
	float: right;
}
#navigation li {
	float: left;
	padding: 2px 33px 0px 33px;
	border-left: 1px solid #BEEBD2;
}
#navigation li.selected a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
#navigation a {
	font-size: 13px;
	font-weight: normal;
	color: #BEEBD2;
}

/* content section of the page */
#contentOuter {
	position: relative;
	width: 100%;
	background: url(/assets/images/content_background.gif) #FFFFFF repeat-y 0px 0px;
}
#contentOuterBottomClearer {
	clear: both;
}
#content {
	position: relative;
	float: left;
	width: 880px;
	margin: 0px;
	padding: 0px;
	min-height: 560px;
	background: url(/assets/images/content_background.gif) #F7FBF7 repeat-y 0px 0px;
}
#content .cms {
	min-height: 1200px;
}
/* left column of the content section */
#leftColumn {
	margin: 0px 285px 0px 88px;
}
#leftColumn h1, #leftColumn h2 {
	font-size: 15px;
}
#leftColumn h3 {
	color: #000000;
	font-size: 11px;
	margin-bottom: 2px;
}
#leftColumn p.link {
	margin-top: 2px;
	margin-bottom: 2px;
}
#leftColumn ul {
	font-size: 11px;
	padding-left: 0;
	margin-left: 0;
}
#leftColumn li {
	padding: 0;
}
#leftColumn ul.twoColumn li.one {
	position:absolute;
}
#leftColumn ul.twoColumn li.two {
	margin-left: 130px;
}
#leftColumn form {
	font-size: 12px;
}
#leftColumn fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#leftColumn legend {
	display: none;
}
#leftColumn form input,
#leftColumn form select,
#leftColumn form textarea {
	font-size: inherit;
	font-family: inherit;
}
#leftColumn form input.wide,
#leftColumn form textarea.wide {
	padding: 2px;
	width: 475px;
}
#leftColumn form select {
	display: block;
}
#leftColumn .buttons {
	margin-top: 10px;
	text-align: right;
}
#leftColumn form label {
	font-weight: bold;
}
#leftColumn form .formRow {
	margin-bottom: 10px;
}

/* the right column of the content section */
#rightColumn {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #99D3B2;
	width: 250px;
}
#rightColumn .promotext,
#rightColumn .promo {
	margin: 20px 29px 0px 28px;
	text-align: center;
	width: 193px;
}
#rightColumn .promotext {
	margin-top: 40px;
}
#rightColumn .promo h2, .promo .footer {
	font-weight: normal;
	text-transform: uppercase;
	padding: 7px 0 8px 0;
	margin: 0;
	letter-spacing: 3px;
	font-size: 12px;
}
#rightColumn .promo h2 {
	color: #000000;
	background-color: #FFFFFF;
	background: url(/assets/images/promo_heading_background.gif) #ffffff no-repeat 0px 0px;
	height: 16px;
}
#rightColumn .promotext h1 {
	display: none;
}
#rightColumn .promo .image {
	background-color: #009140;
	padding: 0;
	margin: 0;
	border: none;
min-height: 90px;
	width: 193px;
	text-align: center;
}
#rightColumn .promo img {
	padding: 0;
	margin: 20px 0 0 0;
	border: none;
}
#rightColumn .promo .footer {
	color: #FFFFFF;
	background-color: #009140;
	margin: 0;
	padding: 0px 0px 5px 0;
	text-align: center;

}
#rightColumn .promo p {
	font-size: 11px;
	color: #000000;
	background-color: #009140;
	margin: 0;
	padding: 10px;
	text-align: left;
}
#rightColumn .promo p a {
	color: #ffffff;
}
#rightColumn .promotext p {
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 10px;
	text-align: left;
}

/* footer section of the page */
#footer {
	padding: 0.25em 1em;
	background-color: #666666;
	text-align: left;
}
#footer p {
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footerBottomClearer {
	clear: both;
}
