/*Site colours
Corp blue : #1b1b75
Corp orange : #ff6600
Backgrounds : #eeeefb
*/
/* ----------------------------------
			ORDER OF STYLES
-----------------------------------*/
/*
GLOBAL - affecting whole site
LINKS - linkage styles
LAYOUT - creates the layout of the page
TEXT STYLES - colours and fonts
LISTS - menus are all lists
PANELS - such as the quote box
IMAGES - placement of misc images in the content
*/
/* ----------------------------------
			GLOBAL STYLES
-----------------------------------*/
body {
	background: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 67.5%;
	font-family: Calibri, Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}
p {
	line-height: 1.5em;
}
/* ----------------------------------
			LINKS
-----------------------------------*/
a:link, a:visited {
	color: #ff6600;
	/*font-weight: bold;*/
	text-decoration: none;
}
a.news:link, a.news:visited {
  color:#1B1B75;
  }
a:hover, a:active {
	color:  #000;
	/*font-weight: bold;*/
	text-decoration: none;
}
#textsize a {
	color:  #333;
}
.more a:link, .more a:visited {
	font-weight: bold;
	text-decoration:  underline;
}
#copyright a:link, #copyright a:visited { color: #666; font-size: 9px; text-decoration:  none; }
#statement a:link, #statement a:visited {
	color: #ff6600;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	padding-left: 6em;
}
#statement a:hover, #statement  a:active {
	color:  #000;
	font-weight: bold;
	text-decoration: none;
}
/* ----------------------------------
			LAYOUT
-----------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
/*...............................
This class is simply to shunt the home page up to allow the Flash movie to be seen - probably not very elegant - but it worked!
.................................*/
#home1 {
margin-top:-700px;
z-index: auto;
}
#wrapper {
	position: relative;
	width: 800px;
	height: 500px;
}
#banner {
	position: absolute;
	width: 360px;
	height: 340px;
	left:  435px;
	top: 10px;
	background: #efeffb url(../images/banner-bottom.gif) no-repeat bottom;
	padding: 0px;
	margin: 0px;
	}
	
	
#sector {
	position: absolute;
	width: 210px;
	height: 316px;
	left:  390px;
	top: 10px;
	}
#tabs {
	position: absolute;
	width: 158px;
	height: 288px;
	left:  620px;
	top: 30px;
	background: #1d2275 url(../images/tab-bg.jpg) no-repeat;
	}
#statement {
	position: absolute;
	width: 360px;
	height: 156px;
	left:  10px;
	top: 220px;
}
#movie {
	position: absolute;
	width: 410px;
	height: 316px;
	left:  0px;
	top: 10px;
}
#header {
	position: relative;
	width:  800px;
	height: 245px;
	text-align: left;
	background: #1b1b75 url(../images/header.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}
#headermenu {
	position: absolute;
	width: 383px;
	top: 96px;
	right: -1px;
	text-align: right;
	height: 36px;
}
#navcontainer {
	width: 800px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background: #1b1b75 url(../images/navcontbg.jpg) no-repeat;
	/* background-color: #ff6600; 
	border-bottom: 10px solid #ccc; */
	text-align: left;
}
#wide_content {
	float: left;
	padding: 10px;
	margin: 0px;
	margin-top: 30px;
	width: 780px;
	text-align: justify;
	}
#content {
	float: left;
	padding: 0 10px 6px 0px;
	margin: 0px;
	margin-top: 30px;
	width: 445px;
	text-align: left;	
	border-right: 1px dotted #d1d1d1;
}
#content1 {
	float: left;
	padding: 0 10px 6px 0px;
	margin: 0px;
	margin-top: 30px;
	width: 600px;
	text-align: left;	
	border-right: 1px dotted #d1d1d1;
}
#sidebar {
	float: right;
	width: 265px;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	text-align: left;
}
#sidebar1 {
	width: 150px;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	text-align: left;
}
#textsize {
	text-align: right;
	font-size: 1.2em;
	color: #666;
	font-weight:300
}
.more {
	position: absolute;
	top:  280px;
	left: 150px;
}
#clear {
	clear: both;
}
#footer {
	width:  800px;
	height: 84px;
	margin: 0 auto;
	margin-top: 30px;
	background: #1b1b75 url(../images/footer.jpg);
	text-align: center;
}
#copyright { clear: both; top: 15px; margin-top: 15px; padding:  20px 0; }

ul#newsFeed li { font-size:125%; } 
ul#newsFeed { padding-bottom:20px; padding-left:20px; list-style:square; border-bottom:1px dotted #D1D1D1;  } 

/* ----------------------------------
			TEXT STYLES AND COLOURS
-----------------------------------*/
#header h1 {
	color: #fff;
	text-indent: -9999px;
}
#headerul {
display:none;
}
#content h2 {
	padding-bottom: 20px;
	font-size: 15px;
	color: #1b1b75;
	border-bottom: 1px dotted #d1d1d1;
}
#content h4 {
	color: #000000;
	font-size:13px
}
#content h5 { color: #666; font-size: 13px; font-weight: bold; line-height: 1.5em; margin-bottom: 0; }
#content p, #sidebar p { font-size: 12px; line-height: 1.7em; }
#content1 h2 {
	padding-bottom: 20px;
	font-size: 2.0em;
	color: #1b1b75;
	border-bottom: 1px #d1d1d1 dotted;
}
#content1 p, #sidebar p {
	font-size: 1.2em;
}
#sidebar h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #005cbb;
	text-align: left;
}
#banner h2 {
	background: url(../images/banner-header.gif) no-repeat left top;
	padding: 10px 0px 0 0px;
	margin: 0px;
	height: 72px;
	text-indent: -9999px;
}
#banner p {
	padding: 0 20px 10px 20px;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.6;
	margin-top: -20px;
}
#statement p {
	padding: 20px 20px 10px 20px;
	text-align: left;
	width: 320px;
	font-size: 1.2em;
	line-height: 1.6;
	margin-top: -20px;
}
#sector h2 {
	text-indent: -9999px;
	background: url(../images/title-360degrees.gif) no-repeat top left;
	width:  266px;
	height:  68px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
 margin-bottom:-15px;
}
#sector p {
	padding-right: 1.1em;
	text-align: justify;
	font-size: 1.0em;
}
#banner p, #columnnews p {
	padding-right: 2em;
	padding-top: 2em;
}
#columnnews h2 {
	text-indent:  -9999px;
	background: url(../images/title-recent.gif) no-repeat top left;
}
#columncase h2 {
	text-indent:  -9999px;
	background: url(../images/title-case.gif) no-repeat top left;
}
#columncase {
	color:  #ff6600;
	font-style: italic;
}
.highlight { color:  #666; font-size: 125%; font-weight:  bold; }
.grey {
	background: #cccccc
}

div#news h3 a { text-decoration:underline; font-size:110%; }

/* ----------------------------------
			LIST STYLES
-----------------------------------*/
/* ----	LISTS >>> header menu-------------------*/
#headermenu ul {
	list-style: none;
	font-size: 1em;
	color:  #1b1b75;
	line-height: 2.8;
	padding-right: 1.6em;
}
#headermenu ul li {
	display: inline;
}
#headermenu a:link, #headermenu a:visited {
	text-decoration:  none;
	color: #1b1b75;
	padding: 0 4px;
}
/* ----	LISTS >>> main menu-------------------*/
#navcontainer ul {
	list-style: none;
	font-size: 1.0em;
	font-weight: bold;
	color:  #000000;
	line-height: 2.0;
	padding: 0px;
	padding-left: 12px;
	margin: 0px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer a:link, #navcontainer a:visited {
	text-decoration:  none;
	color: #1b1b75;
	padding: 0 4px;
}
#navcontainer a:hover, #navcontainer a:active {
	text-decoration:  none;
	color: #000;
	padding: 0 4px;
}
/* ----	LISTS >>> sector tabs-------------------*/
#tabs ul {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
#tabs ul li a:link, #tabs ul li a:visited {
	display: block;
	text-decoration:  none;
	font-size: 1.2em;
	color:  #fff;
	height: 80px;
	font-weight:bold;
}
#tabs ul li a:hover, #tabs ul li a:active {
	color: #fff;
	text-decoration: underline;
}
/* ----	LISTS >>> home columns-------------------*/
#banner ul {
	list-style-image: url(../images/bullet-column.gif);
	text-align: left;
	margin-top: -15px;
	margin-bottom: 15px;
}
#banner ul li a:link, #banner ul li a:visited {
	text-decoration:  none;
	color:  #ff6600;
	font-weight:  bold;
	line-height: 1.8;
}
#banner ul li a:hover, #banner ul li a:active {
	color:  #000;
}
#sector ul {
	list-style-image: url(../images/bullet-column.gif);
	text-align: left;
	padding: 0px;
	margin-left: 16px;
}
#sector ul li a:link, #sector ul li a:visited {
	text-decoration:  none;
	color:  #ff6600;
	font-weight:  bold;
	line-height: 1.8;
}
#sector ul li a:hover, #sector ul li a:active {
	color:  #000;
}
#content ul li {
	/*list-style-image: url(../images/bullet.gif);*/
	text-align: left;
}
/* ----	LISTS >>> footer-------------------*/
#footer ul {
	list-style: none;
	font-size: 1.0em;
	color:  #fff;
	padding-top: 4px;
}
#footer ul li {
	display: inline;
}
#footer a:link, #footer a:visited {
		text-decoration:  none;
		color: #fff;
		padding: 0 4px;
}
#footer a:hover, #footer a:active {
		text-decoration: underline;
		}
/* ----	LISTS >>> sidebar-------------------*/

/* ----------------------------------
			IMAGES
-----------------------------------*/
.imageborder {
	float: left;
	border: #bac1a3 1px solid;
	padding: 5px;
	background-color: #ffffff;
}
.imagebordernofloat {
	border: #bac1a3 1px solid;
	padding: 5px;
	background-color: #ffffff;
}
.imagenoline {
	float: left;
	padding: 5px;
	background-color: #ffffff;
}
.imageright {
	float: right;
	padding: 5px;
}
.imagedottedborder {
	float: left;
	border: #bac1a3 1px dotted;
	padding: 5px;
	background-color: #efefef;
}
.thumbnail {
	float: left;
	width: 162px;
	margin: 0 15px 15px 0px;
	padding: 5px;
}
.thumbnaillinks {
	float: left;
	width: 162px;
	height: 166px;
	margin: 0 10px 10px 0px;
	padding: 5px;
}
/* ----------------------------------
			PANELS (EG THE QUOTE BOX)
-----------------------------------*/
.style1 {
			font-size: small
			}
.quotebox {
	width: 210px;
	background: #eeeefb url(../pages/images/quote-bottom.gif) no-repeat left bottom;
}
.quotebox h3 {
	text-indent: -9999px;
	background: url(../pages/images/quote-top.gif) no-repeat left top;
	padding: 10px 20px 10px 20px;
}
.quotebox p {
	color: #1b1b75;
	padding: 0 5px 10px 10px;
	font-style: normal;
}
.panel01 {
	width: 230px;
	background: #eeeefb url(../pages/images/panel-01-bottom.gif) no-repeat left bottom;
	text-align:justify;
}
.panel01 h3 {
	font-size: 1.4em;
	color: #005cbb;
	background: url(../pages/images/panel-01-top.gif) no-repeat left top;
	padding: 10px 20px 10px 10px;
}
.panel01 p {
	color: #1b1b75;
	padding: 0 5px 10px 10px;
	font-style: normal;
}
.panel02 {
	width: 230px;
	margin-top:  30px;
	background: #fce0cd url(../pages/images/panel-02-bottom.gif) no-repeat left bottom;
}
.panel021 {
	width: 150px;
	margin-top:  30px;
	background: #fce0cd url(../pages/images/panel-02-bottom.gif) no-repeat left bottom;
}
.panel02 h3 {
	font-size: 1.4em;
	color: #f06000;
	background: url(../pages/images/panel-02-top.gif) no-repeat left top;
	padding: 10px 20px 10px 10px;
}
.panel02 p {
	color: #1b1b75;
	padding: 0 5px 10px 10px;
	font-style: normal;
}
.panel021 h3 {
	font-size: 1.4em;
	color: #f06000;
	background: url(../pages/images/panel-02-top.gif) no-repeat left top;
	padding: 10px 20px 10px 10px;
}
.panel021 p {
	color: #1b1b75;
	padding: 0 5px 10px 10px;
	font-style: normal;
}
/*...............................
The following enables the home page Flash movie to sit above everything else...
.................................*/
#flash {
position: relative;
left: 1px;
top: 0px;
width: 800px;
height: 700px;
z-index:10;
}

/*...............................
The following format for sitemap
.................................*/

table, tr {
position: relative;
	margin-left:auto;
	margin-right: auto;
}
.pager { 
	background-color:#eee; 
	border:#ccc 3px solid;
	padding:3px;
	text-align:center;
	font:normal 12px verdana;
}
.lhead { 
	background-color:#eee; 
	border-top:#aaa 3px solid;
	border-bottom:#aaa 3px solid;
	padding:3px;
	font:bold 14px verdana;
}
.lpart { 
	background-color:#fff; 
	border-left:#ccc 2px solid;
	padding-bottom:25px;
}
.lpage { 
	font:normal 12px verdana;
}
.lcount { 
	background-color:#999; 
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
}
#copyright{
	font:normal 11px tahoma,verdana;
	color:#000;
	text-align:center;
	padding:0px;
	width:720px;

}

a.aemphasis{
	color:#009;
	font-weight:bold;
}

hr {
	color:#333;
} 