body {
 background-color: #dcdcdc;
 margin: 0 0 5px;
 padding: 0;
 font-family: Tahoma, sans-serif;
 font-size: 100%;
 color: #000000;
 text-align: center;
}

form {
 margin: 0;
 padding: 0;
}

div.clear {
 height: -1px; /* Needed to stop IE7 giving the clearing div a height */
 line-height: 0;
 clear: both;
 font-size: 0;
}

.left {
 float: left;
 margin-right: 2px;
 margin-bottom: 2px;
}

.right {
 float: right;
 margin-left: 2px;
 margin-bottom: 2px;
}

.careers {
 background-color: #edebf0;
 color: #675184;
}

.employers {
 background-color: #e9f3e8;
 color: #347153;
}

.stakeholders {
 background-color: #eceff4;
 color: #4c6983;
}

body.careers, body.employers, body.stakeholders {
 background-color: #dcdcdc;
}

/*************/
/* Container */
/*************/
div#container {
 margin: 10px auto;
 padding: 2px 0;
 width: 980px;
 text-align: left;
 border-top: 7px solid #283a96;
 border-bottom: 7px solid #283a96;
 font-size: 0.85em;
}

/*******************/
/* Container Inner */
/*******************/
div#containerinner {
 width: 978px;
 border: 1px solid #9b9b9b;
 background-color: #ffffff;
 color: #8d8d8d;
 color: #777777;
}

* html div#containerinner {
 overflow: hidden;
}

/***********/
/* Nations */
/***********/
div#nations {
 float: right;
 margin-right: 10px;
 padding: 3px 0;
 font-size: 0.9em;
}

div#nations p {
 white-space: nowrap;
 float: right;
 margin: 0;
 padding: 0;
}

div#nations ul {
 margin: 0;
 padding: 0;
 list-style: none;
 clear: right;
}

div#nations ul li {
 display: inline;
 white-space: nowrap;
 float: right;
 padding-left: 8px;
}

div#nations a {
 color: #293696;
 text-decoration: none;
 font-weight: normal;
}

div#nations a:hover {
 text-decoration: underline;
}

/*******/
/* Nav */
/*******/
ul#nav {
 clear: both;
 float: right;
 margin: 5px 0 0;
 padding: 0;
 list-style: none;
 width: 700px;
}

ul#nav li {
 float: right;
 margin: 0 0 0 1px;
 padding: 0;
}

ul#nav li a {
 display: block;
 background-color: #007ac2;
 border: 1px solid #007ac2;
 color: #ffffff;
 padding: 10px 12px 0;
 text-decoration: none;
 text-align: center;
 font-size: 0.9em;
 height: 2.25em;
}

* html ul#nav li a {
 width: 4em;
}

* html ul#nav li a.wide {
 width: 5.54em;
}

* html ul#nav li a.narrow {
 width: 3.5em;
}

ul#nav li a.double {
 padding: 6px 12px 4px;
}

ul#nav li a:hover {
 background-color: #ffffff;
 color: #007ac2;
 text-decoration: none;
}

body#pageHome ul#nav li#navHome a
,body#pageAbout ul#nav li#navAbout a
,body#pageNews ul#nav li#navNews a
,body#pageIndustries ul#nav li#navIndustries a
,body#pageAcademy ul#nav li#navAcademy a
,body#pageResearch ul#nav li#navResearch a
,body#pageRegister ul#nav li#navRegister a
,body#pageContact ul#nav li#navContact a
{
 background-color: #ffffff;
 color: #007ac2;
 text-decoration: none;
}

/***************/
/* Search form */
/***************/
form#search {
 float: left;
 margin-left: 15px;
 margin-top: 13px;
 width: 250px;
}

form#search fieldset {
 padding: 0;
 border: 0;
 margin: 0;
}

form#search fieldset legend {
 display: none;
}

form#search input {
 float: left;
 margin-left: 10px;
}

form#search input#input-search {
 width: 150px;
}

/**********/
/* Header */
/**********/
div#header {
 clear: both;
 margin: 1px 0 10px;
 height: 180px;
 background-image: url(images/banners/banner_1.jpg);
 background-repeat: no-repeat;
 background-position: top right;
 border-top: 1px solid #d9d9d9;
 border-bottom: 1px solid #d9d9d9;
}

div#header img#logo {
 margin: 40px 0 0 40px;
}

/*********************/
/* Content Container */
/*********************/
div#contentcontainer {
 padding: 15px 25px;
 font-size: 0.9em;
}

div#contentcontainer a {
 color: #293696;
 text-decoration: none;
 font-weight: normal;
}

div#contentcontainer a:hover {
 text-decoration: underline;
}

/********/
/* Tabs */
/********/
ul#tabs {
 border-bottom: 1px solid #d9d9d9;
 margin: 0;
 padding: 0;
 list-style: none;
 height: 38px;
}

ul#tabs li {
 margin: 0 0 0 5px;
 padding: 0;
 float: right;
}

ul#tabs li a {
 display: block;
 padding: 9px 12px 3px;
 width: 8em;
 border: 1px solid #d9d9d9;
 border-bottom: 0;
 text-align: center;
 text-decoration: none;
 height: 25px;
}

ul#tabs li a:hover {
 text-decoration: none;
}

ul#tabs li#tabs-careers a {
 color: #675184;
}

ul#tabs li#tabs-employers a {
 color: #347153;
}

ul#tabs li#tabs-stakeholders a {
 color: #4c6983;
}

body.careers ul#tabs li#tabs-careers a, ul#tabs li#tabs-careers a:hover {
 background-color: #b9acc5;
}

body.employers ul#tabs li#tabs-employers a, ul#tabs li#tabs-employers a:hover {
 background-color: #abcea4;
}

body.stakeholders ul#tabs li#tabs-stakeholders a, ul#tabs li#tabs-stakeholders a:hover {
 background-color: #b2c1cf;
}

/********************/
/* Breadcrumb Trail */
/********************/
ul#breadcrumb {
 margin: 10px 0 0;
 clear: both;
 padding: 0;
 float: left;
 list-style: none;
}

ul#breadcrumb li {
 float: left;
 margin: 0 0 0 4px;
 padding: 0 0 0 10px;
 background-image: url(images/breadcrumb_separator.gif);
 background-repeat: no-repeat;
 background-position: 0% 60%;
 font-weight: bold;
}

ul#breadcrumb li.first {
 padding: 0;
 background-image: none;
}

ul#breadcrumb li a {
 color: #293696;
 text-decoration: none;
 font-weight: normal;
}

ul#breadcrumb li a:hover {
 text-decoration: underline;
}

/***********/
/* Content */
/***********/
div#content {
 float: left;
 width: 670px;
 line-height: 1.3em;
}

div#content h2 {
 margin-top: 20px;
 font-size: 1.75em;
 font-weight: normal;
/* correct style*/}


div#content h3 {
 font-size: 1em;
 font-weight: bold;
 margin-bottom: -10px;
/*font-size: 1.4em;
 font-weight: normal;
 margin-bottom: -5px;
/* updated the size of the text - was 1.4em*/}

div#content h4 {
 font-size: 1.2em;
 font-weight: bold;
 margin-bottom: -10px;
}

div#content h5 {
 font-size: 1.0em;
 font-weight: bold;
 margin-bottom: -10px;
}

tr.event {font-size: 1.0em;
 font-weight: bold;}


div#contentcontainer span.event {
 margin-left: 40px;}
 
div#contentcontainer span.eventadd {
margin-left: 115px;}

div#contentcontainer span.eventdate {
margin-left: 50px;}

div#contentcontainer p.venue {
color: #000000;}
 

/***********/
/* Careers */
/***********/
body.careers div#content h2, body.careers div#content h3, body.careers div#content h4 {
 color: #b9acc5;
}

/*************/
/* Employers */
/*************/
body.employers div#content h2, body.employers div#content h3, body.employers div#content h4 {
 color: #abcea4;
}

/****************/
/* Stakeholders */
/****************/
body.stakeholders div#content h2, body.stakeholders div#content h3, body.stakeholders div#content h4 {
 color: #b2c1cf;
}

/*********/
/* Panel */
/*********/
div#panel {
 float: right;
 width: 210px;
 line-height: 1.3em;
 padding-top: 10px;
}

div#panel div#section {
 background-color: #f4f4f4;
}

div#panel div#quote {
 background-color: #e7e7e7;
}

div#panel div.box {
 padding: 5px 10px;
 border: 1px solid #cdcdcd;
 margin-bottom: 5px;
}

div#panel div.box h2 {
 font-size: 1em;
 font-weight: bold;
 margin: 0;
 padding: 0;
 color: #4e4e4e;
}

div#panel ul {
 list-style-type: square;
}

div#panel ul li {
 margin-bottom: 5px;
}

div#panel p.quotee {
 margin: -10px 0 0;
 font-weight: bold;
}

/********************/
/* Pre-Footer links */
/********************/
ul#prefooterlinks {
 font-size: 0.9em;
 clear: both;
 margin: 0;
 padding: 0;
 list-style: none;
 width: 100%;
}

ul#prefooterlinks li {
 margin: 0 0 0 8px;
 padding: 0;
 border: 1px solid #ffffff; /* Hack needed to get links to behave in IE7 */
 display: inline;
 white-space: nowrap;
 float: right;
}

/**********/
/* Footer */
/**********/
div#footer {
 clear: both;
 margin: 15px 0 0;
 border-top: 1px solid #d9d9d9;
 background-color: #ffffff;
 padding: 15px 25px;
 font-size: 0.9em;
 color: #777777;
}

div#footer a {
 color: #293696;
 text-decoration: none;
 font-weight: normal;
 text-decoration: underline;
}

div#footer a:hover {
 text-decoration: underline;
}

div#footer ul#footerlinks {
 font-size: 0.9em;
 float: right;
 margin: 0;
 padding: 0;
 list-style: none;
 text-decoration: underline;
}

div#footer ul#footerlinks li {
 margin: 0 0 0 8px;
 padding: 0;
 display: inline;
}

div#footer div#footerinner {
 width: 500px;
 float: left;
 font-size: 0.9em;
}

div#footer div#footerinner > p {
 margin-top: 0;
}
