/*	lightblue : 589cd4 (heading - 4295d1 )
	lightblue-table-bg: d6e4f5
	darkblue & table bg: 005689
	greenheading: 79ad37	
	darkgreen-tablebg & text: 4b7520
	lightgreen-tablebg: dfeacf
	
	NEW:
	Green highlight colour for both shades: #078786
	Blue highlight colour #88ADD9
*/	
	


body {
	background-image: url(/imgs/backgrounds/headerBackground.jpg);
	/*background-image: url(/imgs/backgrounds/headBg.png);*/
	background-repeat: no-repeat;
	background-position: center top;
}
ul ul {
	margin-bottom:0;
}
div#pennonLogo {
	text-align: center;
	padding: 7px 0px;
}
div#leftCol {
	margin-top: 5px;
}
div#leftCol ul#nav {
	margin-top: 3px;
}
div#leftCol ul#nav li {
	border-bottom: 1px solid #FFF;
	color: /*#112A66*/ #07498A;
}
div#leftCol ul#nav li a {
	display: block;
	color: #FFFFFF /*#112A66 #07498A*/;
	background-color: /*#ACC5E4*/#6A92B9;
	text-decoration: none;
	padding: 4px 6px;
}
div#leftCol ul#nav li a:hover /* div#leftCol ul#nav  li a.on */ {
	background-color: #88ADD9;/* color: #FFF; */s
}
div#leftCol ul#nav li .white {
	background-color: /*#09A89A*/#FFFFFF !important;
	color: #07498A; !important;
}
div#leftCol ul#nav li ul {
	border-top: 1px solid #FFF;
}
div#leftCol ul#nav li ul li a {
	padding-left: 1.7em;
	background-color: #CDDBE8/*#ACC5E4*/;
	color: #07498A;
}
div#leftCol ul#nav li ul li a:hover /* div#leftCol ul#nav  li ul li a.on */ {
	background-color: #88ADD9;
}
div#leftCol ul#nav li ul li ul li a {
	padding-left: 2.7em;
}
ul#nav li ul li ul {
	display:none;
}
ul#nav li.on ul li.first ul, ul#nav li ul li.on ul, ul#nav li ul li.currentParent ul {
	display:block !important;
}
div#header {
	height: 265px;/*height: 130px;*/
}
div#header ul {
	padding: 13px 0 0 8px;
}
div#header ul li {
	color: #FFF;
	display: inline;
	padding-right: 0.4em;
}
div#header ul li a {
	color: #FFF;
	text-decoration: none;
}
div#header ul li a:hover {
	text-decoration: underline;
}
ul#nav li.on ul li.first a.first, ul#nav li.currentParent a.currentParent {
/* font-weight: bold; */
}

.green {
	background-color: /*#09A89A*/#6EAB27 !important;
	color: #FFF !important;
}
.lightGreen {
	background-color: /*#34C1A9*/#A8CD7D !important;
	color: #FFF !important;
}
div#leftCol ul#nav li ul li.green a:hover, div#leftCol ul#nav li ul li.lightGreen a:hover, /* div#leftCol ul#nav  li ul li.green a.on, */
/* div#leftCol ul#nav  li.green a.on, */
div#leftCol ul#nav li.green a:hover, div#leftCol ul#nav li.lightGreen a:hover {
	background-color: /*#078786*/#45844F !important;
}
.sectionHead {
	background-color: #ACC5E4;
	color: #112A66;
	font-weight: bold;
	padding: 4px 6px;/* text-transform: uppercase; */
	/* padding: 15px 0 8px 6px; */
}
.boxHeading {
	/*background-color: #3D78C0;*/
	background-color: #07498A;
	background-image: url(/imgs/backgrounds/boxHeadEdgeLeft.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #FFF;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.boxHeading span.leftEnd {
	background-image: url(/imgs/backgrounds/boxHeadEdgeLeft.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	line-height: 25px;
	padding-left: 10px;
	height: 25px;
}
.boxHeading span.rightEnd {
	background-image: url(/imgs/backgrounds/boxHeadEdgeRight.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	width: 6px;
	height: 25px;
}
div#footer {
	text-align: right;
	border-top: 1px solid #999;
	padding-top: 5px;
	margin: 15px 0 20px 0;
}
div#footer ul li {
	color: #666;
	display: inline;
	padding-left: 0.5em;
}
div#footer ul li a {
	color: #666;
	text-decoration: none;
}
div#footer ul li a:hover {
	text-decoration: underline;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
/************ content styles *********/
div#content {
	margin-top: 5px;
}
div#content p {
	line-height: 150%;
	margin: 5px 0 12px 0;
	font-size: 90%;
}
div#content ul li p, div#content ol li p {
	font-size: 100%;
}
div#content p.inset {
	padding-left:11px;
}
div#content h1 {
	color: #07498A; /* 184D7F;*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 150%;
	margin-bottom: 8px;
}
div#content h2 {
	color: #07498A; /* 184D7F;*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	margin: 10px 0 0 0;
	padding-bottom:0;
}
div#content h2.block {
	color: #FFFFFF;
	background-color: #07498A; /* 184D7F;*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	margin: 10px 0 0 0;
	padding: 8px 0 8px 10px;
	
	width: 60%;
}
div#content h3 {
	color: #6EAB27;/* 426D96;*/
	margin-top: 8px;
	margin-bottom: 2px;
	font-size: 100%;
	text-transform: uppercase;
	

}
div#content h4 {
	color: #666666;/* 426D96;*/
	margin-bottom: 2px;
	font-size: 90%;
	text-transform: uppercase;
}
div#content ul {
	margin: 0px 0 20px 30px;
}
div#content ul li {
	list-style: disc;
	padding: 3px 0 3px 6px;
	margin: 0 0 0 6px;
	font-size: 90%;
	line-height: 150%;
}
div#content .uppercase {
	text-transform:uppercase;
}
/* removed div#content .blue,  */
div#content a {
	color: #6EAB27;/* 426D96;*/
	font-weight: bold;
}
.blue {
	color: #6a92b9;
}
div#content .darkBlue {
	color: #07498A; /* 184D7F;*/
}
div#content .lightBlue {
	color: #6EAB27; /*62B2B9;*/
}
div#content .green {
	color: #4b7520; /*45B337;*/
}
div#content .italic {
	font-style: italic;
}
div#content a {
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}
dl.glossaryList {
	font-size:93%;
	display:block;
	width:630px;
	float:left;
}
dl.glossaryList dt, dl.glossaryList dd {
	display:block;
	margin-bottom:0.5em;
}
dl.glossaryList lh {
	float:left;
	clear:both;
	margin-bottom:2em;
}
dl.glossaryList dt {
	float:left;
	width:220px;
	clear:left;
	margin-bottom: 1em;
	color:#07498A;
}
dl.glossaryList dd {
	width:400px;
	clear:right;
	margin-bottom: 1em;
	float:left;
 *float:none;
}
ol.alpha li {
	list-style-type:lower-alpha;
	margin-left:2em;
	margin-bottom:1em;
	font-size:90%;
	line-height:140%;
}
/***** rounded headings *****/

/*
	Note, if amending, be aware span width (inc padding) must equal parent width.
*/

.roundedHeading {
	background: transparent url(/imgs/backgrounds/roundedbox270top.gif) no-repeat top left;
	width: 270px;
	padding: 5px 0 0 0;
	color: #fff !important;
}
.roundedHeading span {
	background: transparent url(/imgs/backgrounds/roundedbox270btm.gif) no-repeat bottom left;
	width: 250px;
	padding: 0 10px 5px 10px;
	display: block;
}
.vTop {
	margin-top: 2px !important;
}
/***** 'rounded' container *****/
div#content div.border {
	padding: 0 0 10px 0;
	margin: 6px 0;
	width: auto;
	border: 2px solid #666666;
}
div#content div.border div.borderEnd {
	margin:10px 0 0 0;
	padding:0;
	height:0;
	clear:both;
	line-height:0;
	font-size:0;
	width:100%;
	border-bottom: 2px solid #666666;
}
div#content div.border p {
	line-height: 150%;
	margin: 5px 0 0 22px;
	padding: 0 22px 0 0;
	font-size: 90%;
}
div#content div.border ul {
	margin: 0 0 12px 30px;
	padding: 0 22px 0 0;
}
div#content div.border ul li {
	list-style: disc;
	padding: 3px 0 3px 6px;
	margin: 0 0 0 6px;
	font-size: 90%;
}
/***** colors *****/

.bgDarkBlue {
	background-color: #07498A;
}
.bgVeryLightBlue {
	background-color: #dfe9f6; /*#6EAB27*/
}
.bgLightBlue {
	background-color: #6EAB27;
}
.bgGreen {
	background-color: #4b7520;
}
.bgMidBlue {
	background-color: #4e8abe;
}
/************ table styles ********/

div#content table {
	margin: 6px 0;
	width: 100%;
}
div#content table.tableHalf {
	width:50% !important;
}
div#content table td {
	padding: 4px 5px 4px 0;
	text-align: right;
}
div#content table td.left, div#content table tr.left td {
	text-align: left;
	padding-left: 5px;
}
div#content table td.leftRightPad {
	padding: 0 20px;
	text-align: left;
}
div#content table td p {
	margin: 0 !important;
	padding: 0 !important;
}
div#content table tr.tableHead td, div#content table tr td.tableHead {
	background-color: #6A92B9;
	padding: 4px;
	color: #FFFFFF;
	vertical-align:bottom;
}
.tableLightBlue {
	background-color: /*#ACC5E4*/#CDDBE8;
	color:#333333;
}
div#content table.tableLightBlue tr.bottom td {
	border-bottom: 2px solid #FFFFFF;
}
div#content table.tableLightBlue tr.sectionEnd td {
	border-bottom: 1px solid #FFFFFF;
}
div#content table.tableLightBlueBordered {
	background-color: /*#ACC5E4*/#CDDBE8;
	color:#333333;
	
	border-top: 2px solid #6A92B9;
	border-bottom: 2px solid #6A92B9;
}
div#content table.tableLightBlueBordered tr.sectionEnd td {
	border-bottom: 1px solid #FFFFFF;
}
.blockLightBlue {
	background-color: /*#ACC5E4*/#CDDBE8;
	color:#FFF;
	padding: 5px 15px;
	border-top: 2px solid #6A92B9;
	border-bottom: 2px solid #6A92B9;
}
.blockLightBlue p {
	color: #333333;
	padding-top:8px!important;
	padding-bottom:8px!important;
	margin-top:0!important;
	margin-bottom:0!important;
	border-top: 1px solid #FFFFFF;
}
.blockLightBlue ul {
	color: #333333;
	padding-top:0px!important;
	padding-bottom:8px!important;
	margin-top:0!important;
	margin-bottom:0!important;
	
}
.blockLightBlue p.top {
	border:none!important;
}
.blockBlue {
	background-color: #6A92B9;
	color:#FFF;
}
div#content table tr.tableHead a {
	color: white !important;
}
.indent {
	text-indent:15px;
}
.indentL2 {
	text-indent:30px;
}
.indentL3 {
	text-indent:45px;
}
.indentL4 {
	text-indent:60px;
}
.indentL5 {
	text-indent:75px;
}
.center {
	text-align: center!important;
}
div#content table td p.marginleft {
	margin-left:11px !important;
}
div#content table tr.bold td, div#content table td.bold, .bold {
	font-weight: bold;
	color:#6A92B9;
}
div#content table tr.bottom td, div#content table tr.sectionEnd td {
	border-bottom: 1px solid #6A92B9;
}
div#content table.blockLightBlue tr.bottom td, div#content table.blockLightBlue tr.sectionEnd td {
	border-bottom: 1px solid #FFFFFF;
}
div#content table.blockBlue tr.bottom td, div#content table.blockBlue tr.sectionEnd td {
	border-bottom: 1px solid #FFFFFF;
}

div#content table tr.top {
	border-top: 3px solid #6A92B9;
}
div#content table tr.top th, div#content table tr.top td {
	padding: 10px 0 0 0;
}
div#content table tr.bottom td {
	border-bottom-width: 2px;
}
/***** 'rounded' table (Rob) *****/
div#content table.border {
	padding: 10px;
	margin: 6px 0;
	width: 100%;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
}
div#content table.border td {
	padding-left: 10px;
	padding-right: 10px;
}
div#content table.border tr.tableHead td, div#content table.border tr td.tableHead {
	background-color: #FFFFFF;
	padding: 4px;
	color: #000000;
}
div#content table.border tr.bottom td, div#content table.border tr.sectionEnd td {
	border-bottom: 1px solid #666666;
}
div#content table.border tr.bottom td {
	border-bottom-width: 2px;
}
/***** Image style *******/

div#content div.headShot {
	width:100px;
	padding:5px;
	float:right;
	margin:0em 0 1em 2em;
	clear:right;
	border-top: 3px solid #31576E;
	border-bottom: 6px solid #31576E;
	background-color: #EEF1F3;
}
div#content div.headShot p {
	font-size:85%;
	line-height: 110%;
}
div#content .graphRight {
	float:right;
	margin:1em 0 1em 1em;
	width:auto;
}
div#content .graphLeft {
	float:left;
	margin:1em 1em 1em 0em;
	width:auto;
}
div#content .graphInline {
/*style to add if neccessary*/
}
/***** Glossary Table *****/

table.gloss td.leftGreen, table.gloss td.leftDarkBlue {
	width: 35%;
	text-align: left !important;
	padding: 8px 20px !important;
}
table.gloss td.rightGreen, table.gloss td.rightDarkBlue {
	width: 65%;
	text-align: left !important;
	padding: 8px 20px !important;
}
/*
lightblue : 589cd4 (heading - 4295d1 )
	lightblue-table-bg: d6e4f5
	darkblue & table bg: 005689
	greenheading: 79ad37	
	darkgreen-tablebg & text: 4b7520
	lightgreen-tablebg: dfeacf
*/
table.gloss td.leftGreen {
	background-color: #dfeacf;
	color: #4b7520;
}
table.gloss td.rightGreen {
	background-color: #4b7520;
	color: #fff;
}
table.gloss td.leftDarkBlue {
	background-color: #d6e4f5;
	color: #07498A;
}
table.gloss td.rightDarkBlue {
	background-color: #07498A;
	color: #fff;
}
table.gloss td.rightDarkBlue a {
	color: white !important;
}
table.gloss td.leftGreen h3 {
	font-weight: bold;
	color: #4b7520 !important;
}
table.gloss td.leftDarkBlue h3 {
	font-weight: bold;
	color: #07498A !important;
}
table.gloss td.rightGreen h3 {
	font-weight: bold;
	color: #fff !important;
}
table.gloss td.rightDarkBlue h3 {
	font-weight: bold;
	color: #fff !important;
}
table.gloss tr.whitebtm td {
	border-bottom: 2px solid #fff;
}
/***** snippet box *****/

/*
	Note, if amending, be aware span width (inc padding) must equal parent width.
*/

.snipBox {
	background-image: url(/imgs/backgrounds/sniptop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 170px;
	padding: 61px 0 0 0;
	color: #fff !important;
	float: right;
	margin: 10px 0 10px 10px !important;
	font-size: 123.1% !important;
	line-height: 150%;
	font-weight: bold;
}
.snipBox span {
	background: transparent url(/imgs/backgrounds/snipbtm.gif) no-repeat bottom left;
	width: 160px;
	padding: 0 5px 10px 5px;
	display: block;
	min-height:99px;
	height:auto !important;
	height:99px;
	text-align: center;
}
/*** Images floated right in a div ***/

.imageInDiv {
	width: auto;
	border: 2px solid #666;
}
.imageInDiv img {
	float: right;
	margin: 10px;
}
.imageInDiv div {
	padding-left: 10px;
}
.rightFloatedImageWrap {
	float: right;
	padding-left: 10px;
}
/* Search Form */

form#pageSearchForm {
	/*float: right;*/
	float:left;
	clear:both;
	margin: 4px 0 0 8px!important;
	padding: 0!important;
}
form#pageSearchForm label {
}
input#submit {
	position: relative;
	top: 5px;
}
form#pageSearchForm input#query {
	width: 100px;
	border: 1px solid #DDE4EC;
	margin: 0;
	padding: 1px 0;
}
form#pageSearchForm p {
	margin: 0;
	padding: 0;
}
.newGreen {
	background-color: #09A89A;
}
/**/
	.graphRef {
	color:#FFF;
	background-color:#F0F;
}
h2 .block {
}
.small {
	font-size: 80%;
}
.solidBGreversed {
	color: #FFF;
	background: #31576D;
	padding: 10px;
	margin: 10px 0;
}
.ruleBelow {
	border-bottom: 4px solid #31576E;
	padding: 0 0 10px 0;
}
table sup {
	font-size: 75%;
	vertical-align:top;
}
.width60 {
	width: 60% !important;
}