* { 
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  font: small Arial, Helvetica, Verdana, sans-serif;
  background-color: #FFFFFF;
}

a:link, a:visited {
  color: #09347A;
}

a:hover {
  color: #026FC4;
  text-decoration: none;
}

ul, ol {
  margin: 0 0 0 30px;
  padding: 0;
  color: #000000;
  font-size: 100%;
}

form {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
}

hr {
  margin: 25px 0;
}

/* This is an IE6 specific fix to resolve the issue IE and Firefox both have with rendering padding and margin sizes differently */
* html hr {
  margin: 15px 0;
}

#wrapper { 
  width: 960px;
  margin: 0 auto;
  overflow: auto;
}

#faux {
  width: 100%;
  margin: 0 0 10px 0;
  float: left;
  background-image: url(../../../../images/website-layout-graphics/faux-columns/three-column-layout-faux-columns-v2.gif);
  overflow: auto; /* Paul O Brien Fix for IE - www.pmob.co.uk */
}

#header {
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  float: left;
  color: #004F8E;
  background-color: #FFFFFF;
}

#header ul, #footer ul {
  margin: 0;
  padding: 0;
}

#header ul li, #footer ul li {
  display: inline;
  color: #004F8E;
  font-weight: bold;
}

#header ul li a:link, #header ul li a:visited {
  color: #026FC4;
}

#header ul li a:hover {
  color: #026FC4;
  text-decoration: none;
}

#headertop {
  width: 960px;
	margin-bottom: 10px;
  overflow: auto;
}

#logo {
  float: left;
}

#utilities {
  width: 450px;
  float: right;
  overflow: hidden;
	line-height: 1.5em;
}

#utilities h1,
#utilities h2,
#utilities h3,
#utilities h4,
#utilities a {
  text-align: right;
}

#utilities a {
  color: #1466A7;
}

#utilities .links {
  padding: 12px 0 5px 5px;
  text-align: right;
  overflow: hidden;
}

#translations {
	float: right;
	margin: 5px 0 0 15px;
	overflow: hidden;
	text-align: right;
}

#translations a {
	text-decoration: none;
}

.flag {
	float: left;
	margin-right: 5px;
}

#mailinglist {
	float: right;
	text-align: right;
	overflow: hidden;
}

#mailinglist p#envelope {
	float: left;
	margin-right: 5px;
}

#mailinglist p#signup {
  float: left;
	margin-top: 8px;
	font-weight: bold;
}

#nav {
  margin-top: 10px;
  padding: 10px 0;
  border: 1px solid #D2D2D2;
  color: #005695;
  background-color: #F3F5FA;
}

/* Child selector command is used here which IE can't understand - this style will be used by all other browsers */
html>body #nav {
  margin: 0;
}

#nav a {
  padding: 10px 11px 10px 10px;
  color: #09347A;
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover {
  color: #FFFFFF;
  background-color: #56A1D5;
}

#leftcol { 
  width: 190px;
  border: 1px solid #FFFFFF; /* Prevents the left-hand column collapsing on pages where there is no sub-navigation to be displayed such as on the "Latest News" and "Contact Us" pages. */
  float: left;
  color: #004F8E;
  background-color: #FFFFFF;
}

#sectioncontent {
  width: 745px;
  margin: 11px 0 0 20px;
  float: right;
}

#sectioncontent p, #sectioncontent ul li, #sectioncontent table {
  line-height: 1.4em;
}

#banner {
  clear: both;
  width: 740px;
  height: 100px;
}

#banner img {
  display: block;
  border: 1px solid #D2D2D2;
}

#pagecontent {
  width: 744px;
  margin: 20px 0;
  float: left;
}

#breadcrumb {
  width: 100%;
  margin-bottom: 20px;
}

#breadcrumb ul {
  width: 100%;
  margin: 0;
}

#breadcrumb li {
  display: inline;
}

#breadcrumb li a:link, #breadcrumb li a:visited {
  color: #005695;
  font-weight: bold;
}

#breadcrumb li a:hover {
  color: #56A1D5;
}

#breadcrumb li .separator {
  color: #000000;
  font-weight: bold;
}

#breadcrumb li.sel {
  color: #56A1D5;
  font-weight: bold;
}

#footer { 
  width: 960px;
  margin-bottom: 15px;
  color: #005695;
  background-color: #FFFFFF;
  clear: both;
  overflow: auto;
}

#footer p {
  margin-bottom: 0px;
  color: #005695;
  font-size: 85%;
  text-align: center;
}

#footer #office {
  padding: 5px 0px;
  border-top: 3px solid #D3ADD1;
  border-bottom: 3px solid #D3ADD1;
}

#footer #copyright {
  padding-top: 5px;
}

#footer #copyright p {
  color: #8B8B8B;
}

#footer #copyright a {
  color: #8B8B8B;
  text-decoration: underline;
}

#footer #copyright a:hover {
  text-decoration: none;
}

#footer a:link, #footer a:visited {
  color: #005695;
  font-weight: bold;
  text-decoration: none;
}

.clear { 
  background: none;
  clear: both;
}

.shareprice iframe {
	margin-left: 30px;
	float: right;
	overflow: hidden;
	border: none;	
}

/* Global User Table Styles - These styles define the basic properties for tables in the Immediacy Editor */

/* Default Table - Overall Table Style */

table.ImmTS_Default {
  width: 100%;
  border-collapse: collapse;
}

table.ImmTS_Default th,
table.ImmTS_Default th p {
  text-align: center;
  vertical-align: middle;
  background-color: #C7D6EE;
}

table.ImmTS_Default tr {
  vertical-align: middle;
}

table.ImmTS_Default th,
table.ImmTS_Default tr,
table.ImmTS_Default td {
  padding: 5px;
  border: 1px solid #D2D2D2;
  border-collapse: collapse;
}

table.ImmTS_Default td,
table.ImmTS_Default td p {
 text-align: left;
 vertical-align: middle;
}

table.ImmTS_Default,
table.ImmTS_Default th,
table.ImmTS_Default td	{
  border: 1px solid #D2D2D2;
}

/* Vacancies Plug-In Styles */

.VacanciesDarkBg {
  background-color: #66CC66;
}

.VacanciesLightBg1 {
  background-color: #66CCCC;
}

.VacanciesLightBg2 {
  background-color: #99EE99;
}

.VacanciesLightBg3 {
  background-color: #FFF;
}

/* Events Calendar Plug-In Styles */

/* Main Event Calendar Table */

table.eventBrowser {
  border: solid green 0px;
  vertical-align: top;
} /*; border:solid red 1px;}*/

/* Calendar Section */
table.eventCalendar {
  border-collapse: collapse;
} /* border: solid blue 0px*/

/* Calendar Month Section */
table.eventMonth {
  border-collapse: collapse;
  margin-bottom: 0.2em;
  margin-right: 0.2em;
}

td.eventMonthTitle {
  padding-left: 0.2em;
  background-color: #9AB6FF;
  height: 1em;
  font-family: Tahoma, Arial;
  font-size: 70%;
  font-weight: bold;
}

td.eventMonthContent {
  background-color: FFF0D3;
  border: solid #9AB6FF 1px;
}

div.eventMonthContent {
  padding: 0.2em;
  overflow: auto;
  height: 5.5em;
  width: 11em;
}

/* Calendar Event Details Section */

div.eventDetails {} /*border:solid cyan 0px;}*/

table.eventDetails {
  border-collapse: collapse;
  vertical-align: top;
  height: 100%;
} /*border:solid red 0px;*/

td.eventDetailsTitle {
  background-color: #9AB6FF;
  height: 1em;
  font-family: Tahoma, Arial;
  font-size: 70%;
  font-weight: bold;
}

td.eventDetailsContent {
  background-color: FFF0D3;
  border: solid #9AB6FF 1px;
}

div.eventDetailsContent {
  margin: 2px;
  overflow: auto;
  height: 26.2em;
  width: 18em;
}

div.eventDetailsHeaders {
  color: black;
  font-family: Tahoma, Arial;
  font-size: 80%;
}

div.eventDetailsDescription {
  color: black;
  font-family: Tahoma, Arial;
  font-size: 100%;
}

/* Calendar Key Section */

table.eventKey {
  border-collapse: collapse;
  border: solid #9AB6FF 1px;
  width: 100%;
}

td.eventKeyTitle {
  background-color: #9AB6FF;
  height: 1em;
  width: 13.1em;
  font-family: Tahoma, Arial;
  font-size: 70%;
  font-weight: bold;
}

/* Calendar Key Types */

.eventKeyDefault {
  color: gray;
  font-family: Tahoma, Arial;
  font-size: 80%;
}

.eventKeyEducationDay{
  color: red;
  font-family: Tahoma, Arial;
  font-size: 80%;
}

.eventKeyExhibition {
  color: blue;
  font-family: Tahoma, Arial;
  font-size: 80%;
}

.eventKeyFinancial {
  color: green;
  font-family: Tahoma, Arial;
  font-size: 80%;
}

.eventKeyGeneral {
  color: magenta;
  font-family: Tahoma, Arial;
  font-size: 80%;
}

.eventKeyInternal {
  color: cyan;
  font-family: Tahoma, Arial;
  font-size: 80%;
}

.eventKeyTradeShow {
  color: purple;
  font-family: Tahoma, Arial;
  font-size: 80%;
}