.bold { 
	font-weight: bold; 
	}

/* bold coloured heads */		
	
.boldorange { 
	font-weight: bold;
	color: #f78f1e;
	}

.boldgreen { 
	font-weight: bold;
	color: #009b7b;
	}

.boldred { 
	font-weight: bold;
	color: #ef3e35;
	}

.boldochre { 
	font-weight: bold;
	color: #f0cc01;
	}

.boldlilac { 
	font-weight: bold;
	color: #7481bf;
	}

.boldemerald { 
	font-weight: bold;
	color: #00a2b2;
	}

.small {
	font-size: 12px; 
	line-height: 13px;
	}

.smallbold { 
	font-size: 12px; 
	font-weight: bold; 
	}

.sidesmallbold { 
	font-size: 12px; 
	font-weight: bold; 
	padding: 0 0 0 11px;
	}

.italic { 
	padding: 20px 0 0 0;
	font-style: italic; 
	}

.name {
	font-size: 16px; 
	line-height: 18px;
	font-weight: bold;
	}

ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: square;
	}
	
li {
	padding: 0;
	margin: 0;
	}
	
a:link { 
	text-decoration: none;
    color: #000; 
	}
	

		
a:visited { 
	color: #000; 
	text-decoration: none;
	}
		
a:hover { 
	color: gray; 
	text-decoration: none;
	}
	
.footer {
	font-size: 10pt;
	line-height: 14px;
	color: #ccc;
	font-weight: bold;
	}
	
.search { 
	color: #000; 
	font-size: 14px; 
	line-height: 20px;
	}

a.footer:link { 
	text-decoration: none;
    color: #ccc; 
	}
	
a.footer:active { 
	text-decoration: none;
	}
		
a.footer:visited { 
	color: #ccc; 
	text-decoration: none;
	}
		
a.footer:hover { 
	color: #1f87d0; 
	text-decoration: underline;
	}

a.more:link {
	font-size: 12px; 
	line-height: 14px;
	font-weight: bold; 
	text-decoration: none; 
	color: #1a8c67; 
	}
	
a.more:active {
	text-decoration: none; 
	font-weight: bold; 
	}
		
a.more:visited {
	color: #1a8c67;
	text-decoration: none;
	font-weight: bold; 
	}
		
a.more:hover {
	color: #1a8c67;
	text-decoration: underline;
	font-weight: bold; 
	}

a.blue:link {
	text-decoration: none; 
	color: #000; 
	}
	
a.blue:active {
	text-decoration: none; 
	}
		
a.blue:visited {
	color: #000;
	text-decoration: none;
	}
		
a.blue:hover {
	color: #1f87d0;
	text-decoration: underline;
	}

a.boldlink:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #000; 
	}
	
a.boldlink:active {
	font-weight: bold; 
	text-decoration: none; 
	}
		
a.boldlink:visited {
	font-weight: bold; 
	color: #000;
	text-decoration: none;
	}
		
a.boldlink:hover {
	font-weight: bold; 
	color: #1f87d0;
	text-decoration: underline;
	}

.newshead {
	font-size: 15px; 
	line-height: 18px;
	font-weight: bold;
	}




.infolink2 {
	font-size: 12px;
	line-height: 14px;
	color: #1a8c67;	
	}

.infolink2 a {
	color: #1a8c67;	
	}

.infolink2 a:hover {
	color: #1a8c67;	
	text-decoration: underline;
	}
	





/* primary nav */		
	
#menu { 
	min-height: 37px; 
	width: 100%; 
	float: left; 
	}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 99px;
	float: left;
	position: relative;
	}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 11px 3px;
	}

#menu h2 {
	width: 92px;
	min-height: 15px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background: #1f87d0 url(../images/layup/tabtop.gif) no-repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#menu h2:hover {
	background: #1f87d0 url(../images/layup/tabtop.gif) no-repeat;
	border-bottom: #1f87d0 1px solid;
	color: #a5cfec;
	}

#menu .top {
	width: 92px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	border-bottom: none;
	background: none;
	}

#menu .top:hover {
	min-height: 15px;
	width: 92px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
	background: none;
	}

#menu li.last a {
	border-bottom: none;
	}
#menu li.first a {
	border-top:none; 
	}	

#menu a {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #44abe0;
	width: 167px;
	min-height: 18px;
	padding: 8px 14px 6px 16px;
	color: #a5cfec;
	background: #1f87d0;
	text-decoration: none;
	}

#menu a:hover {
	border-color: #44abe0;
	color: #fff;
	background: #44abe0;
	}

#menu li {
	line-height: 1.25em;
	float: left;
	position: relative;
	}

#menu ul ul {
	position: absolute;
	z-index: 500;
	}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 197px;
	}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
	}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
	}

/* current page id */	

#education #menu .education h2 {
	background: #44abe0 url(../images/layup/tabtop2.gif) no-repeat;
	color: #fff;
	}

#leisure #menu .leisure h2 {
	background: #44abe0 url(../images/layup/tabtop2.gif) no-repeat;
	color: #fff;
	}

#environment #menu .environment h2 {
	background: #44abe0 url(../images/layup/tabtop2.gif) no-repeat;
	color: #fff;
	}

#news #menu .news h2 {
	background: #44abe0 url(../images/layup/tabtop2.gif) no-repeat;
	color: #fff;
	}

#yourbusiness #menu .yourbusiness h2 {
	background: #44abe0 url(../images/layup/tabtop2.gif) no-repeat;
	color: #fff;
	}

#yourhome #menu .yourhome h2 {
	background: #44abe0 url(../images/layup/tabtop2.gif) no-repeat;
	color: #fff;
	}

#aboutus #menu .aboutus h2 {
	background: #44abe0 url(../images/layup/tabtop2.gif) no-repeat;
	color: #fff;
	}

/* secondary nav */		
	
#secondarynav ul {
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	list-style: none;
	vertical-align: middle;
	background-color: #AFBEE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-top-style: solid;
	}

/* first level */

#secondarynav li {
	width: 180px;
	margin: 0 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	}

#secondarynav li a {
	background: url(../images/layup/bullet.gif) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0;
	}

#secondarynav li a:hover {
	background: url(../images/layup/bullet_o.gif) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0;
	}
	

/* second level */

#secondarynav li li {
	border-bottom: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background-color: #DBE1F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	}

#secondarynav li li a {
	background: url(../images/layup/findoutmorearrow.gif) no-repeat left top;
	}

#secondarynav li li a:hover {
	background: url(../images/layup/findoutmorearrow_o.gif) no-repeat left top;
	}

/* third level */

#secondarynav li li li {
	border-bottom: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	}

#secondarynav li li li a {
	background: url(../images/layup/findoutmorearrow.gif) no-repeat left top;
	}

#secondarynav li li li a:hover {
	background: url(../images/layup/findoutmorearrow_o.gif) no-repeat left top;
	}

/* classes */

#secondarynav li.last {
	border-bottom: none;
	margin-bottom: 0px;
	}

#secondarynav li.backtohome {
	border-bottom: none;
	margin: 0 0 0 -20px;
	padding: 40px 0 0 0;
	font-size: 12px; 
	font-weight: bold; 
	}

#secondarynav li.backtohome a {
	background: none;
	}

#secondarynav li.backtohome a:hover {
	background: none;
	}

#secondarynav li li.secondlevellast {
	border-bottom: none;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 10px;
	}

#secondarynav li li.secondlevellast a {
	background: url(../images/layup/findoutmorearrow.gif) no-repeat left top;
	}

#secondarynav li li.secondlevellast a:hover {
	background: url(../images/layup/findoutmorearrow_o.gif) no-repeat left top;
	}

/* find out more list */		
	
#findoutmore ul {
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	float: left;
	}
	
#findoutmore li.smallbold {
	color: #000;
	width: 235px;
	margin: 0px;
	}

#findoutmore li a {
	color: #1a8c67;
	background: url(../images/layup/findoutmorearrow.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin: 0;
	}

#findoutmore li a:hover {
	color: #1a8c67;
	background: url(../images/layup/findoutmorearrow_o.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin: 0;
	text-decoration: underline;
	}

/* news archive list */		
	
#newsarticle {
	font-size: 13px; 
	line-height: 16px;
	width: 135px;
	height: auto;
	overflow:hidden;
	float:left;
	}

#newsarticle ul {
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	list-style-position: outside; 
	list-style: none; 
	vertical-align: middle; 
	}
	
#newsarticle li {
	width: 135px;
	margin: 0 0 2px 0;
	}

#newsarticle li a {
	padding: 0;
	margin: 0;
	}

#newsarticle li a:hover {
	padding: 0;
	margin: 0;
	}

#newsarticleyear {
	font-size: 13px; 
	line-height: 16px;
	width: 80px;
	height: auto;
	overflow:hidden;
	float:right;
	}

#newsarticleyear ul {
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	list-style-position: outside; 
	list-style: none; 
	vertical-align: middle; 
	}
	
#newsarticleyear li {
	width: 100px;
	margin: 0 0 2px 0;
	}

#newsarticleyear li a {
	padding: 0;
	margin: 0;
	}

#newsarticleyear li a:hover {
	padding: 0;
	margin: 0;
	}

/* more list */		
	
ul.more {
	padding: 7px 0 0 0;
	margin: 7px 0 0 0;
	float: left;
	}

li.more {
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
	float: left;
	}

li.more a {
	padding: 0;
	margin: 0;
	}

li.more a:hover {
	color: #9a9a9a;
	padding: 0;
	margin: 0;
	text-decoration: none;
	}

/* more leisure list */		
	
ul.moreleisure {
	padding: 7px 0 0 0;
	margin: 7px 0 0 0;
	float: left;
	}

li.moreleisure {
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
	float: left;
	width: 238px;
	}

li.moreleisure a {
	padding: 0;
	margin: 0;
	}

li.moreleisure a:hover {
	color: #9a9a9a;
	padding: 0;
	margin: 0;
	text-decoration: none;
	}

ul.indentlist {
	padding: 0 0 0 40px;
	margin: 0 0 0 40px;
	}


.h3-telephone {
	color: #67BD4A;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.h2-renewable {
	color: #005BAA;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}	
.rmenumarketsectors
	{
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #00AEEF;
	}	
.rmenutechnologies
	{
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #005BAA;
	}
	
a.rmenutechnologies:link
	{
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #005BAA;	
	}	
a.rmenutechnologies:hover
	{
	
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #005BAA;	
	text-decoration: underline;
	}		
	
.rmenuonoffgrid
	{
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E1601E;
	}		
.rmenunews
	{
	color: #FFFFFF;
	font-size: 11pt;
	line-height: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0097A4;
	}		
.truelogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #005BAA;
}
.newslist {
	width: 166px;
	font-size: 10px;
	line-height: 25px;	
	background-color: #0097A4;	
}
.newslist a:link {
	color: #000;
	text-decoration: none;
}
.newslist a:visited {
	color: #000;
	text-decoration: none;
}
.newslist a:link:hover {
	color: #C00;
	text-decoration: none;
}
.newslist a:visited:hover {
	color: #C00;
	text-decoration: none;
}
#newsnav2 ul {
	line-height: 20px;
	padding: 0px;
	margin: 20 0 0 0px;
	list-style-position: inside;
	vertical-align: middle;
	background-color:  #DBE1F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003399;
	border-top-style: solid;
	list-style-image: url(../images/layup/blue_off.gif);
	list-style-type: none;	
	}

/* first level */

#newsnav2 li {
	width: 180px;
	margin: 0 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	}

#newsnav2 li a {
	background: url(../images/layup/bullet.gif) no-repeat left top;
	padding: 20 0 0 20px;
	margin: 0 0 0 0;
	}

#newsnav2 li a:hover {
	background: url(../images/layup/bullet_o.gif) no-repeat left top;
	padding: 20 0 0 20px;
	margin: 0;
	}


#newsnav ul {
	line-height: 20px;
	list-style-position: outside;
	background-color:  #DBE1F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
/*	list-style-image: url(../images/layup/blue_off.gif);  */
	list-style-type: none;	
	}

/* first level */

#newsnav li {
	margin: 0 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0C5FF;
	}

#newsnav li a {
	background: url(../images/layup/bullet.gif) no-repeat left top;
	margin: 0 0 0 0;
	}

#newsnav li a:hover {
	background: url(../images/layup/bullet_o.gif) no-repeat left top;
	padding: 20 0 0 20px;
	margin: 0;
	}
