/****************************
 * Site wide tag properties *
 ****************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background: #003C0B url("../images/misc/background.gif") repeat-x;
	text-align: left;
}
td {
	text-align: left;
}


a:link {
	color: #066A1E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #066A1E;
}
a:hover {
	background-color: #066A1E;
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #066A1E;
}


/***********
 * BUTTONS *
 ***********/
A.heroButton {
	font-size: 120%;
	padding: 5px;
	background: #00A02B url("../images/buttons/button_background.gif") repeat-x;
	color: #FFFFFF;
	font-weight: 600;
}
A:hover.heroButton {
	font-size: 120%;
	padding: 5px;
	background: #0094A1 url("../images/buttons/button_background-o.gif") repeat-x;
	color: #FFFFFF;
	font-weight: 600;
}

A.searchButton {
	margin-top: 10px;
	font-size: 110%;
	padding: 5px;
	background: #00A02B url("../images/buttons/button_background.gif") repeat-x;
	color: #FFFFFF;
	font-weight: 600;
}
A:hover.searchButton {
	margin-top: 10px;
	font-size: 110%;
	padding: 5px;
	background: #0094A1 url("../images/buttons/button_background-o.gif") repeat-x;
	color: #FFFFFF;
	font-weight: 600;
}

A.smallButton {
	font-size: 110%;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background: #00A02B url("../images/buttons/button_background.gif") repeat-x;
	color: #FFFFFF;
	font-weight: 500;
}
A:hover.smallButton {
	font-size: 110%;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	background: #0094A1 url("../images/buttons/button_small_background-o.gif") repeat-x;
	color: #FFFFFF;
	font-weight: 500;
}




/*********************
 * HEADER properties *
 *********************/
#header {
	width: 960px;
	border-top: 1px #81B53C solid;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#headerLeft {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 195px;
	background: #FFFFFF url("../images/header/header_bottom_border.gif") repeat-x bottom;
}
#headerMiddle {
	width: 550px;
	padding-top: 49px;
	background: #FFFFFF url("../images/header/header_middle_background.gif") repeat-x;
}

 #headerRight {
	padding: 10px;
	width: 185px;
	background: #FFFFFF url("../images/header/header_bottom_border.gif") repeat-x bottom;
}

/**************************
 * HEADER mian navigation *
 **************************/

#mainNavLeft {
	margin: 0px;
	padding: 0px;
	width: 58px;
	background: #FFFFFF url("../images/header/main_nav_left.gif") no-repeat bottom;
}
#mainNav {
	width: 434px;
	float: left;
	position: relative;
	padding: 0px;
	/*background: #FFFFFF url("../images/header/main_nav_background.gif") no-repeat top;*/
}
#mainNavRight {
	margin: 0px;
	padding: 0px;
	width: 58px;
	background: #FFFFFF url("../images/header/main_nav_right.gif") no-repeat bottom;
}

#mainNav UL {
	list-style-type: none;
}

#mainNav UL LI {
	float: left;
	padding: 0px;
	text-align: left;	
	
}
#mainNav UL LI A {
	position: relative;
	display: block;	
	
}

#mainNav{
	float: left;
	position: relative;
	padding: 0px;
	padding-top: 5px;
}


/*********************
 * HEADER search box *
 *********************/

#search {
	font-size: 110%;
}
#mainSearch {
	width: 130px;
	margin-right: 3px;
	background: #FFFFFF url("../images/misc/search.gif") no-repeat;
	background-position: 2px 2px;
	padding-left: 17px;
	border: 1px solid #A2B4C1;
	height: 15px;
}
#inputBox {
	float: left;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#goButton {
	float: left;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/*****************
 * HEADER shadow *
 *****************/
 
 #shadow {
 	height: 5px;
	width: 960px;
	padding: 0px;
	margin: 0px;
}
.shadowLeft {
	background: #FFFFFF url("../images/shadow/shadow_left.gif") repeat-x;
	width: 765px;
}
.shadowRight {
	background: #FFFFFF url("../images/shadow/shadow_right.gif") repeat-x;
	width: 195px;
}

/********************************
 * BREADCRUMB (Not on homepage) *
 ********************************/
 
 #breadcrumb {
 	padding-top: 7px;
	width: 960px;
	font-size: 110%;
	color: #5D7688;
	background-color: #FFFFFF;
}
.breadcrumbLeft {
	width: 745px;
	padding-left: 10px;
	padding-right: 10px;
}
.breadcrumbRight {
	background-color: #F3F7E9;
	width: 195px;
}

/*************************
 * CONTENT column set up *
 *************************/

#content {
	width: 960px;
} 
#leftCol {
 	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 195px;
	background-color: #FFFFFF;
}
#centreCol {
 	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 520px;
	background-color: #FFFFFF;
}
#rightCol {
 	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 175px;
	background-color: #F3F7E9;
}

/**************
 * BROWSE IFS *
 **************/
 
 #browseIFS, #quickLinks, #idLikeTo, #whatIsIFS {
 	width: 195px;
	margin-bottom: 10px;
 }
 .leftBoxHead {
 	width: 195px;
	height: 24px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
 }
 .leftBoxBody {
 	width: 175px;
	border-left: 1px solid #C5D1DA;
	border-right: 1px solid #C5D1DA;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 3px;
	background-color: #F6F9D5;
	font-size: 110%;
	line-height: 150%;
	margin: 0px;
 }
  .leftBoxBody1 {
 	width: 175px;
	border-left: 1px solid #C5D1DA;
	border-right: 1px solid #C5D1DA;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	line-height: 120%;
 }
 .leftBoxFoot {
 	width: 195px;
	height: 7px;
	background: #FFFFFF url("../images/leftbox/lb_footer.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
 }
  .leftBoxFoot1 {
 	width: 195px;
	height: 7px;
	background: #FFFFFF url("../images/leftbox/lb_footer1.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
 }
 .lbCta {
	margin-top: 10px;
	width: 175px;
	text-align: right;
}
#browseCentres {
	margin-top: 10px;
}
.qlItem2 {
	padding-top: 7px; 
 	margin-top: 7px;
	border-top: 1px solid #C5D1DA;
}
.qlLink {
	padding-bottom: 3px;
	font-size: 120%;
}
.qlText {
	font-size: 110%;
	line-height: 120%;
}
.idLikeToItem1 {
	font-size: 110%;
}
.idLikeToItem2 {
	font-size: 110%;
	padding-top: 7px; 
 	margin-top: 7px;
	border-top: 1px solid #C5D1DA;
}


/**********************
 * RIGHT COLUMN BOXES *
 **********************/
 
 .rightBox {
 	width: 175px;
	margin-bottom: 20px;
 }
 .rightBoxHead {
 	width: 175px;
	height: 24px;
	line-height: 1px;
	font-size: 1px;
 }
 .rightBoxBody {
 	width: 155px;
	border-left: 1px solid #B0CFA2;
	border-right: 1px solid #B0CFA2;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 3px;
 }
 
 .rightBoxBodyGreen {
 	width: 155px;
	border-left: 1px solid #B0CFA2;
	border-right: 1px solid #B0CFA2;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 3px;
	background: #D0DF2D url("../images/hero/hero_background.gif") no-repeat;
 }
 
 .rightBoxBodyBlue {
 	width: 155px;
	border-left: 1px solid #B0CFA2;
	border-right: 1px solid #B0CFA2;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 3px;
	background: #C4CDDE url("../images/hero/hero_blue_background.gif") no-repeat;
 }
 
 .rightBoxBody P {
 	margin-top: 0px;
	color: #5D7688;
	font-size: 110%;
	line-height: 120%;
}
 .rightBoxFoot {
 	width: 175px;
	height: 7px;
	background: #F3F7E9 url("../images/rightbox/rb_footer.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
 }

 .rightBoxFootGreen {
 	width: 175px;
	height: 7px;
	background: #F3F7E9 url("../images/rightbox/rb_footer_green.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
 }
 
 .rightBoxFootBlue {
 	width: 175px;
	height: 7px;
	background: #C4CDDE url("../images/rightbox/rb_footer_blue.gif") no-repeat;
	line-height: 1px;
	font-size: 1px;
 }
 
 .rbItem2 {
	padding-top: 5px; 
 	margin-top: 5px;
	border-top: 1px solid #FFFFFF;
}
 .rbLink {
 	font-size: 110%;
	line-height: 110%;
}
.rbDate {
	padding-top: 2px;
	line-height: 110%;
	color: #5D7688;
}
.rbCta {
	margin-top: 10px;
	width: 155px;
	font-size: 110%;
	text-align: right;
}
.rbText {
	line-height: 120%;
	color: #222C33;
}

/********************
 * FOOTER - SItemap *
 ********************/

#footer {
	width: 920px;
	border-top: 1px solid #8096A5;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	background: #E1E5E8 url("../images/footer/sitemap_background.gif") repeat-x;
}

.sitemap H5 {
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 110%;
	font-weight: bold;
	line-height: 130%;
}
.sitemap H5 A {
	color: #586873;
}
.sitemap ul {
	left: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;	
	width: 115px;	
}
.sitemap ul li {
	text-align: left;
}
.sitemap ul li a {
	line-height: 120%;
	color: #586873;
}
.sitemapOver H5 {
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 110%;
	font-weight: bold;
	line-height: 130%;
	
}
.sitemapOver ul {
	left: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;	
	width: 115px;		
}
.sitemapOver ul li {
	text-align: left;
	
}
.sitemapOver ul li a {
	line-height: 120%;
}

#companyInfo {
	color: #586873;
}

#erscLogo{

}
#erscLogoHead{
	background: #E1E5E8 url("../images/footer/erscLogoTop.gif") repeat-x;
	height: 3px;
	width: 190px;
}
#erscLogoBody{
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	color: #14204E;
	font-size: 110%;
	width: 170px;
}
#erscLogoFoot{
	background: #E1E5E8 url("../images/footer/erscLogoBottom.gif") repeat-x;
	height: 4px;
	width: 190px;
}

/****************************
 * PUBLICATION TYPE COLOURS *
 ****************************/
 
.pGreen {
	color: #6FAB40;
}
.pBlue {
	color: #235DA9;
}
.pOrange {
	color: #B26100;
}
.pBlack {
	color: #000000;
}
.pPurple {
	color: #73007D;
}
