﻿/** Global styles - base styles for every page **/

html {
	font-size:100%;	
	margin: 0px;
}

body {	
	padding: 0px;
	margin: 0px 0px 0px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:0.7em;
	font-weight: normal;
	line-height:1.4em;	
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;
	background-color: #fff;
}

/** Positioning elements **/

div#page {
	width:910px;
	padding: 8px 10px 10px 10px;
	margin:0 auto;
}

div#header {	
	background-color: #777777;
	color: #ffffff;
	width:910px;
	height: 96px;
	padding: 0;
	margin: 0;
}

div#header img {
    	border: 0;
}

div#printheader {
	display: none;
	background-color: #fff;
}

div#printheader img {
	border: 0;
}

.banDaisy {
    	background: url(/images/banners/daisy.jpg);
}

.banFace {
    	background: url(/images/banners/face.jpg);
}

.banFlower {
    	background: url(/images/banners/flower.jpg);
}

.banGreenery {
    	background: url(/images/banners/greenery.jpg);
}

.banLadybird {
    	background: url(/images/banners/ladybird.jpg);
}

.banLava {
    	background: url(/images/banners/lava.jpg);
}

.banPenguin {
    	background: url(/images/banners/penguin.jpg);
}

.banShark {
    	background: url(/images/banners/shark.jpg);
}

.banSunset {
    	background: url(/images/banners/sunset.jpg);
}

.banWave {
    	background: url(/images/banners/wave.jpg);
}

div#logo {
	display: none;
	float:left;
	width:150px;
	font-size:11px;
	line-height:11px;	
	margin-top:9px;	
}

div#logo p {
	margin:2px 0px;
	padding:0px;
}

div.offScreen {
	position: absolute;
	text-indent: -2000em;
}

a.nercLink
{
	float: left;
	display: inline-block;
	background-color: transparent;
	position: relative;
	height: 50px;
	width: 142px;
	margin-top: 32px;
	margin-left: 10px;
	z-index: 1;
	overflow: hidden;
}

a.nercLink span
{
	position: absolute;
	text-indent: -2000em;
}

a.homeLink
{
	float: left;
	display: inline-block;
	background-color: transparent;
	position: relative;
	height: 50px;
	width: 380px;
	margin-top: 32px;
	margin-left: 48px;
	z-index: 1;
	overflow: hidden;
}

a.homeLink span
{
	position: absolute;
	text-indent: -2000em;
}

div#searchTools {
	background-color: transparent;
	position: relative;
	float: right;
	width:240px;
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;	
	font-size:11px;
	line-height:12px;
}

div#headerLinks
{
	font-weight: bold;
	float: right;
	margin-top: 0px;
	margin-bottom:34px;
	padding-bottom:1px;
}

div#headerLinks a
{
	color: #ffffff;
	padding: 0px 5px;
	text-shadow: 0.1em 0.1em 0.15em #000000;
}

div#headerLinks ul
{
	margin: 0px;
	padding: 0px;	
}

div#headerLinks ul li
{
	list-style: none;
	float: left;
	display: block;
	margin: 0px 0px 0px 3px;
	padding-left:3px;
}

div#searchForm
{
	float:right;
	width:213px;
}

div#searchForm label
{
	padding: 0px 5px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.9em;
	letter-spacing:-1px;
	text-shadow: 0.1em 0.1em 0.15em #000000;
}

div#searchForm input#topSearchInput
{	
	border: 1px solid #A5ACB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	vertical-align:middle;
	width: 120px;
	padding: 3px;
	padding-left:3px;
	margin: 0px;
}

.btnGo
{
	vertical-align:middle;
}

div.redHeaderStrip {
    float:left;
    width:910px;
    background:url(/images/template/graded-strip-warning-24.gif) repeat-x;
    line-height:23px;
    margin:0px 0px 8px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    border-left: 1px solid #FE8080;
    border-right: 1px solid #FE8080;
    color:#C00000;
}

div.redHeaderStrip a {
	text-decoration: none;
	color: #C00000;
}

div.redHeaderStrip a:hover {
	text-decoration: underline;
}

div#horizontalLinks {
	float:left;
	width:910px;
	background:url(/images/template/graded-strip-grey-24.gif) repeat-x;
	font-weight:bold;	
	font-size:11px;
	line-height:12px;
	letter-spacing:-1px;
	margin:0px 0px 8px 0px;
	padding:5px 0px 6px 0px;
}

div#horizontalLinks a {
	text-decoration: none;
	color: #404040;
}

div#horizontalLinks a:hover {
	text-decoration: underline;
}

div#horizontalLeftLinks
{	
	float:left;
	padding-left:9px;
	text-transform: uppercase;
	width:570px;	
}

div#horizontalLeftLinks ul
{
	margin: 0px;
	padding: 0px;	
}

div#horizontalLeftLinks ul li
{
	list-style: none;
	float: left;
	display: block;
	margin: 0px 20px 0px 0px;
}

div#horizontalRightLinks
{
	 padding-right: 9px;
	 float: right;
	 width:304px;
	 text-transform: uppercase;	 
}

div#horizontalRightLinks ul
{
	margin: 0px;
	padding: 0px;
}

div#horizontalRightLinks ul li
{
	list-style: none;
	float: right;
	display: block;
	margin: 0px 0px 0px 20px;
}

div#mainColumn {
	width:665px;
	padding-right: 11px;
	float:left;
}

div#verticalNav {
	width:225px;	
	float:right;
	margin-top:1px;
}

div#bottomBar {
	clear: both;
	display: inline-block;
	background: url(/images/template/border.gif) repeat-x top;
	margin-top: 15px;
	padding-top: 10px;	
	width: 910px;
	overflow: auto;
}

div#bottomLinks
{	
	font-size:0.9em;
	text-align: left;
	color: #075993;
	background-color: #fff;
	text-transform: uppercase;
	padding-left: 5px;
	float: left;
	width:660px;
}



div#bottomLinks ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#bottomLinks ul li
{
	float: left;
	display: block;
	margin: 0px;
	padding: 4px 0px;
}

div#bottomSearch {
	text-align: right;
}

div#bottomSearchForm label
{
	padding: 0px 5px;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0px;
	color: #075993;	
}

div#bottomSearchForm input#bottomSearchInput {
	border: 1px solid #A5ACB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	vertical-align:middle;
	width: 130px;
	padding: 3px;
	padding-left:3px;
	margin: 0px;
}

div#footer {
	background: url(/images/template/border.gif) repeat-x top;
	padding-top: 0.5em;
	padding-bottom: 3em;
	width: 910px;
	margin-top: 0.7em;
}

div#copyright {
	float: left;
	padding-left: 3px;
	color: #B2B3B3;
	background-color: #fff;
}

div#updated {
	float: right;
	color: #B2B3B3;
	background-color: #fff;
}

div#updated .updatedDate {
	color: #075993;
	background-color: #fff;
}

/** Headings **/

h1 {
	/** Only used in banner for accessibility - never seen **/
	visibility:hidden;
	line-height:0px;
	font-size:0px;
	margin:0px;
	padding:0px;
} 

h2 {
	/** White on black headers **/
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:14px;
	font-weight: bold;	
	color:white;
	margin:3px 0px 0px 0px;
	padding:1px 0px 4px 9px;
	text-transform: uppercase;
}

h2 a
{
	color: #fff;
	text-decoration: none;
}

h2 a:hover
{	
	color: #fff;
	text-decoration: underline;
}

h2 a:visited
{	
	color: #fff;
}

h3
{
	/** Story headers **/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	background-color: transparent;
	margin: 0px;
	padding: 0px 0px 0px 0px;
    font-size: 1.4em;
    line-height: 1.2em;	
}

h3 a
{
	color: #571F12;
	text-decoration: none;
}

h3 a:hover
{	
	color: #571F12;
	text-decoration: underline;
}

h3 a:visited
{	
	color: #571F12;
}

h4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.4em;
	color: #571F12;
	margin-bottom:3px;
	margin-top:10px;
}

/** Paragraphs **/

p {
	margin: 5px 0px 15px 0px;
}

/** Images **/

img {
	border:1px solid #666;
}

img.noBorder {
    border:0px;
}

img.external
{
	margin:3px 0px 1px 5px;	
	border:0px;
}

/** Hyperlinks **/

a {
	text-decoration: none;
	color: #075993;	
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:#4393CB;
}

a:visited.permaLink, table th a:visited {
	color: #075993;	
}

a.externalLink:hover {
    text-decoration:none;
    border-bottom:1px dashed red;
}

/** Lists **/

ul, ol {
	margin-bottom:0px;
	margin-top:10px;
}

ul li {		
	list-style: url(/images/template/bluearrow3.gif);
	text-decoration: none;
	padding:0px;
	margin:0px 0px 1px -22px;
}

ol li {
	text-decoration: none;
	padding:0px;
	margin:0px 0px 1px -14px;
	color:#888;
}

li.wideTopMargin {
	margin-top:7px;
}

li.wideBottomMargin {
	margin-bottom:7px;
}

/** Colours **/

.grey {
	color:Gray;
}

.boldBrown
{
	font-weight: bold;
	color: #571F12;
	background-color: transparent;
}

.red {
	color:#f00;
}

.green {
    color:Green;
    background-color:Transparent;
}

.amber {
    color:#CE7E00;
    background-color:Transparent;
}

/** Alignments **/

.noTopMargin {
	margin-top:0px;
}

.noBottomMargin {
	margin-bottom:0px;
}

/** Class types **/

.date {
	color:#aaa;
}

/** Formatting **/

acronym {
	cursor: help;
	border-bottom:1px dotted gray;
}

.clear {
    clear:both;
}

.bold {
	font-weight: bold;	
	background-color: transparent;
}

hr {
	display: none;
}

div.hr {
	background: url(/images/template/border.gif) repeat-x left;
	height: 10px;	
	clear:both;
	margin-bottom:10px;	
}

/** Forms **/

form {
	margin:0px;
}


