/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/18px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #012a4f;
	color: #333;
}

sup {
	font-size: 50%;	
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* General
----------------------------------------------------------------------------------------------------*/

a, a.visited  {
	color: #012a4f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-weight: normal;
	color: #012a4f;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #012a4f;
}

h2.service {
	font-size: 22px;
	margin-bottom: 10px;
}

div.readmore {
	background: url(../images/readmore.png) bottom right no-repeat;
	bottom: 0px;
	display: none;
	height: 80px;
	position: absolute;
	right: 0px;
	width: 80px;
	z-index: 10;
}

.companylogo {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* Content container
----------------------------------------------------------------------------------------------------*/
#container {
	background: #fff url(../images/bg.png) 0 0 repeat-x;
}

#text {
	background: url(../images/bg_text.png) 0 0 repeat-y;
	padding-top: 30px;
	padding-bottom: 40px;
	min-height: 450px;
	height: auto !important;
	height: 450px; /*Needs to match the min height pixels above*/
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
#nav {
	height: 100px;
	z-index: 100;
}

#logo {
	float: left;
	margin: 24px 0 0 8px;
}

ul.nav {
	float: right;
	margin: 41px 10px 0 0;
	list-style: none;
	z-index: 100;
}

li.nav {
	float: left;
	padding: 0 1px;
	margin: 0;
	position: relative;
	z-index: 100;
}

a.nav, a.navabout, a.navjur, a.navserv {
	font-size: 14px;
	color: #b3bec8;
	line-height: 28px;
	display: block;
	padding: 0 16px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.nav:hover {
	font-size: 14px;
	color: #fff;
	background: #34506b;
}

a.activeabout, a.activejur, a.activeserv {
	font-size: 14px;
	color: #fff;
	background: #34506b;
	line-height: 28px;
	display: block;
	padding: 0 16px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.navactiveover {
	font-size: 14px;
	color: #fff;
	background: #34506b;
	line-height: 28px;
	display: block;
	padding: 0 16px;
	text-decoration: none;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

a.active {
	font-size: 14px;
	color: #fff;
	background: #34506b;
	line-height: 28px;
	display: block;
	padding: 0 16px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.down-list1 {
	list-style: none;
	width: 135px;
	background: #34506b;
	position: absolute;
	top: 28px;
	left: 1px;
	z-index: 1000;
	display: none;
}

.down-list2 {
	list-style: none;
	width: 105px;
	background: #34506b;
	position: absolute;
	top: 28px;
	left: 1px;
	z-index: 1000;
	display: none;
}

.down-list3 {
	list-style: none;
	width: 165px;
	background: #34506b;
	position: absolute;
	top: 28px;
	left: 1px;
	z-index: 1000;
	display: none;
}

.down-list1 li, .down-list2 li, .down-list3 li {
	margin-left: 0px;
}

.down-list1 li a.navdown {
	display: block;
	height: 15px;
	color: #b3bec8;
	width: 135px;
	background: #34506b;
	font: 14px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 6px 16px 7px 16px;
	border-bottom: 1px solid #ccc;
}

.down-list2 li a.navdown {
	display: block;
	height: 15px;
	color: #b3bec8;
	width: 105px;
	background: #34506b;
	font: 14px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 6px 16px 7px 16px;
	border-bottom: 1px solid #ccc;
}

.down-list3 li a.navdown {
	display: block;
	height: 15px;
	color: #b3bec8;
	width: 165px;
	background: #34506b;
	font: 14px/15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 6px 16px 7px 16px;
	border-bottom: 1px solid #ccc;
}

.navdownfirst {
	 border-top: 1px solid #ccc;
}

.down-list1 li a.navdown:hover, .down-list2 li a.navdown:hover, .down-list3 li a.navdown:hover {
	color: #fff;
	background: #34506b;
}

a.menu-first1:hover, a.menu-first2:hover, a.menu-first3:hover, a.navabout:hover, a.navjur:hover, a.navserv:hover, .downhover {
	color: #fff;
	background: #34506b;
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

/*--- Financial Accounts ---*/
ul.financialaccounts{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #d7d7d7;
}

ul.financialaccounts li{
	cursor: pointer;
	float: block;
	margin: 0;
	padding: 0 5px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #d7d7d7;
}

ul.financialaccounts a{
	text-decoration: none;
}

ul.financialaccounts img {
	margin-right: 5px;
	padding-top: 6px;
	vertical-align:top;
}

h1.legal {
	font-weight: normal;
	color: #012a4f;
	margin-bottom: 20px;
	line-height: 30px;
}

/* Home page focus
----------------------------------------------------------------------------------------------------*/
#focus {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin-top: 38px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 9px;
	width: 941px;
}

ul.focus {
	list-style: none;
	margin: 0;
}

li.focus {
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
	width: 156px;
	cursor: pointer;
	position: relative;
}

li.focus img {
	display: block;
	margin: 0;
}

.lastfocus {
	margin: 0 !important;	
}

a.focus {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 13px 0 0 15px;
	background: url(../images/bg_hstrip.png) 0 0 repeat-x;
	height: 52px;
	width: 141px;
}

/* Home page intro
----------------------------------------------------------------------------------------------------*/
#intro {
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
}

p.intro {
	font-size: 13px;
	margin: 0;	
}

/* Recent news
----------------------------------------------------------------------------------------------------*/
#recentnews {
	padding: 20px 0 15px 0;	
}

h3.recentnews {
	color: #012a4f;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 14px;
}

div.recentnews {
	background: #eee;
	border: 1px solid #eee;
	width: 278px !important;
	padding: 10px;
	cursor: pointer;
}

img.recentnews {
	float: left;
	margin-right: 10px;
}

div.recentcontent {
	float: left;
	width: 168px;
}

a.recentnews {
	color: #012a4f;
	font-size: 16px;
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
}

p.recenttype {
	font-size: 11px;
	color: #666;
	margin: 0;
}

p.recentdate {
	color: #999;
	font-size: 11px;
	margin: 0;
}

.recentover {
	border: 1px solid #ccc !important;	
}

div.morenews {
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: right;
}

a.morenews {
	color: #012a4f;
	font-size: 12px;
	text-decoration: none;
}

a.morenews:hover {
	text-decoration: underline;	
}

/* Featured links
----------------------------------------------------------------------------------------------------*/
#featuredlinkscontainer {
	background: #eee url(../images/bg_featuredlinks.png) 0 bottom repeat-x;
	border-top: 1px solid #d7d7d7;
	padding: 25px 0 35px 0;
}

div.importantlink {
	background: #fbfbfb url(../images/bg_ImportantLinks.jpg) top left no-repeat !important;
	border: 1px solid #d7d7d7;
	cursor: pointer;
	height: 79px;
	width: 298px !important;
	position: relative;
}

div.importantsearch {
	background: #fbfbfb url(../images/bg_ImportantLinks.jpg) top left no-repeat !important;
	border: 1px solid #d7d7d7;
	height: 79px;
	width: 298px !important;
	position: relative;
}

div.importantlink img {
	left: 1px;
	position: absolute;
	top: 1px;
	z-index: 1;
}

a.importantlink {
	font: 16px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	float: right;
	margin: 13px 15px 10px 100px;
	text-align: right;
	text-decoration: none;
	width: 130px;
	color: #012a4f;
}

.importantlinksearch{
	font: 16px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	float: left;
	color:#012a4f;
	margin: 10px 15px 10px 10px;
	text-align: left;
	text-decoration: none;
	*display:inline;
}

input#search {
	font-size: 12px;
	background: #fff url(../images/bg_google.png) 0 0 no-repeat;
	color: #333;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	margin-bottom: 5px;
	padding: 5px;
	width: 185px;
}

.searchactive {
	background: #fff url(../images/bg_input.png) 0 0 repeat-x !important;
}

.searchsubmit {
	color: #012a4f;
	background: #fff url(../images/bg_asidenav.gif) 0 0 repeat-x;
	font-size: 11px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px 7px;
}

.searchsubmit:hover {
	background: #012a4f;
	color: #fff;
}

.outline {
	border: 1px solid #999 !important;	
}

div#overview {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	padding: 1px 0 1px 0;
	margin-bottom: 20px;
}

div#historyoverview {
	background: #012a4f url(../images/bg_history.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#valuesmissionoverview {
	background: #012a4f url(../images/bg_values.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#hotelsoverview {
	background: #012a4f url(../images/bg_hotels.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#hotelmanagementoverview {
	background: #012a4f url(../images/bg_hotelmanagement.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#venturecapitaloverview {
	background: #012a4f url(../images/bg_venturecapital.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#propertyoverview {
	background: #012a4f url(../images/bg_propertyoverview.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#financialservicesoverview {
	background: #012a4f url(../images/bg_financialservicesoverview.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#technologyoverview {
	background: #012a4f url(../images/bg_technology.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#socialinvestmentoverview {
	background: #012a4f url(../images/bg_socialinvestment.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#germanoverview {
	background: #012a4f url(../images/bg_german.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#ukoverview {
	background: #012a4f url(../images/bg_uk.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#swissoverview {
	background: #012a4f url(../images/bg_swiss.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#saoverview {
	background: #012a4f url(../images/bg_southafrica.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#iomoverview {
	background: #3C0000 url(../images/bg_iom.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

div#aboutoverview {
	background: #012a4f url(../images/bg_aboutus.jpg) no-repeat;
	height: 240px;
	padding: 30px 0px 20px 20px;
}

h1.overview, h2.overview {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 10px;
}

p.bold {
	font-weight: bold;
}

p.overview {
	color: #bbb;
	width: 270px;
	font-size: 14px;
}

span.superscript {
	font-size: 7px;
	position: relative;
	top: -5px;
}

a.overview {
	color: #b3c0cb;
	text-decoration: underline;
}

a.overview:hover {
	color: #fff;
}



h2.company {
	font-weight: normal;
	border-bottom: 1px solid #012a4f;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
}

p.company {
	margin-bottom: 7px;	
}

img.company {
	float: right;
	margin-left: 10px;
}

div.companystrip {
	background: url(../images/bg_companystrip.gif) 0 0 no-repeat;
	height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}

ul.company, ul.news, ul.newsletter {
	list-style-type: none;
	margin: 0;
}

ul.company li, ul.news li, ul.newsletter li {
	float: left;
	line-height: 24px;
	margin: 3px 0 3px 10px;
}

li.addthis {
	line-height: normal;
	padding-top: 3px;
	float: right !important;
}

li.addthis a {
	line-height: normal;	
}

ul.company a, a.newsstrip, a.newsletterstrip {
	padding: 1px 10px;
	display: block;
	text-decoration: none;
	line-height: 22px;
}

ul.company a:hover, a.newsstrip:hover, a.newsletterstrip:hover {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 0 9px;
}

ul.company li.facebook a {
	background: url(../images/facebook.png) 11px 4px no-repeat;
	padding: 1px 10px 1px 32px;
	display: block;
	text-decoration: none;
	line-height: 22px;
}

ul.company li.facebook a:hover {
	background: #fff url(../images/facebook.png) 10px 3px no-repeat;
	border: 1px solid #d7d7d7;
	padding: 0 9px 0 31px;
}

ul.company li.twitter a {
	background: url(../images/twitter.png) 11px 4px no-repeat;
	padding: 1px 10px 1px 32px;
	display: block;
	text-decoration: none;
	line-height: 22px;
}

ul.company li.twitter a:hover {
	background: #fff url(../images/twitter.png) 10px 3px no-repeat;
	border: 1px solid #d7d7d7;
	padding: 0 9px 0 31px;
}

div.contact {
	background: #f7f7f7;
	float: left;
	display: inline;
	border: 1px solid #d7d7d7;
	width: 450px; 
	height: 400px 
}

div.contact img {
	border: 1px solid #d7d7d7;	
}

.contactmarginright {
	margin-right: 11px;	
}

h2.contact {
	font-weight: normal;
	margin-top: 5px;
}

h1.popup {
	font-size: 20px;
	line-height: 22px;
	border-bottom: 1px solid #012a4f;
	padding-bottom: 7px;
	margin-bottom: 20px;
}

.popuplogo {
	float: right;	
}

div.contactperson {
	background: #f7f7f7;
	float: left;
	display: inline;
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-right: 20px;
}

h3.contactname {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding:0;
}

h3.contactposition {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding:0;
}

div.contactdetails {
	float: left;	
}

/* Contact Us page */

div.contactmap {
	background: #ccc;
	border: 1px solid #eee;
	width: 450px;
	height: 250px; 
}

.contactuscontainer {
	border-top: 1px solid #dbdbd9;
}

.contactus {
	width: 700px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbd9;
}

.contactusgrey {
	width: 700px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/bg_whitegrey.png);
	border-bottom: 1px solid #dbdbd9;
}

.contactus1 {
	float: left;
	width: 240px;
	margin: 0;
	padding-left: 10px;
}

.contactus2 {
	float: left;
	width: 450px;
	margin: 0;
}

.pointer {
	cursor: pointer;	
}

.strokeabove {
	border-top: 1px solid #d7d7d7;	
}

div.hnewsitem {
	border-bottom: 1px solid #d7d7d7;
	cursor: pointer;
	height: 100px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}

div.newsitem {
	border-bottom: 1px solid #d7d7d7;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.newsactive {
	overflow-y: show;
	height: auto !important;
}

div.newsimage {
	float: left;
	width: 110px;
}

div.newsbody {
	float: left;
	width: 580px;
	position: relative;
}

div.newsbodynoimage {
	float: left;
	width: 690px;
	position: relative;
}

div.hnewsitem img {
	left: 0;
	position: absolute;
	top: 10px;
}

h1.news {
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 0px;
}

h4.news {
	color: #012a4f;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

h4.newsdetails {
	color: #012a4f;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

h5.news {
	color: #012a4f;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
}

p.date {
	color: #666;
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

p.datedetails {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h5.datedetails {
	color: #666;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

div.newsitemfade {
	background: url(../images/bg_hnewsitem.png) repeat-x;
	height: 110px;
	left: 0;
	position: absolute;
	top: 0;
	width: 960px;
}

.fademargin {
	margin-left: 110px;	
}

div.newsstrip {
	background: url(../images/bg_companystrip.gif) 0 0 no-repeat;
	height: 30px;
}

div#hnewsnav {
	background: url(../images/bg_nav.gif) top left no-repeat;
	border-bottom: 1px solid #d7d7d7;
	
	padding: 3px;
	margin-bottom: 20px;
}

a.nounderline {
	text-decoration: none;	
}

a.newsback {
	float: right;
	color: #012a4f;
	background: #fff url(../images/bg_asidenav.gif) 0 0 repeat-x;
	font-size: 11px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 0px 7px;
	text-decoration: none;
}

a.newsback:hover {
	color: #fff;
	background: #012a4f;	
}

a.hnewsnav {
	padding: 1px 10px;
	display: block;
	float: right;
	text-decoration: none;
	line-height: 22px;
}

a.hnewsnav:hover {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 0 9px;
}

.newsover {
	background: #eee;	
}

p.caption {
	line-height:16px;
	margin-top:2px;
	font-size:11px;
	margin-bottom: 0;
}

/* Sidebar */

.sideitem {
	border-top: 1px solid #d7d7d7;
	background: url(../images/bg_sideitem.png) 0 0 no-repeat;
	margin-bottom: 20px;
	padding: 10px 0 10px 20px;
	width: 200px;
}

.sideitem h4 {
	color: #012a4f;
	font-size: 12px;
	margin-bottom: 5px;
}

.sideitem h5 {
	color: #012a4f;
	font-size: 12px;
	margin-bottom: 5px;
}

ul.newslist {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

ul.newslist li {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #012a4f;
	cursor: pointer;
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	padding: 5px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #eee url('../images/bg_asidenav.gif') 0 0 repeat-x;
	width: 183px;
}

.listover {
	color: #fff !important;
	background: #012a4f !important;	
}

.listdown {
	background: #b6c1ca !important;
}

a.sidelink {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #012a4f;
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	padding: 5px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #eee url('../images/bg_asidenav.gif') 0 0 repeat-x;
	width: 183px;
}

a.sidelink:hover {
	color: #fff;
	background: #012a4f;
}

a.sideactive {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #102a4f;
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
	padding: 5px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #B6C1CA;
	width: 183px;
}

input#search {
	font-size: 12px;
	background: #fff url(../images/bg_google.png) 0 0 no-repeat;
	color: #333;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	margin-bottom: 5px;
	padding: 5px;
	width: 185px;
}

.searchactive {
	background: #fff url(../images/bg_input.png) 0 0 repeat-x !important;
}

.submit {
	color: #012a4f;
	background: #fff url(../images/bg_asidenav.gif) 0 0 repeat-x;
	font-size: 11px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding: 3px 7px;
}

.submit:hover {
	background: #012a4f;
	color: #fff;
}

label.sideform {
	color: #333;	
}

input.sideform {
	font-size: 12px;
	background: #fff url(../images/bg_input.png) 0 0 repeat-x;
	color: #333;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	margin-bottom: 5px;
	padding: 5px;
	width: 185px;
}

select.sideform {
	font-size: 12px;
	background: #fff url(../images/bg_input.png) 0 0 repeat-x;
	color: #333;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	margin-bottom: 5px;
	padding: 5px;
	width: 197px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #fff;
	padding: 15px 0 25px 0;
}

a.sitemap {
	color: #8095a7;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 20px;
}

a.sitemap:hover {
	color: #fff;	
}

.familytradition {
	float: right; 
	margin-top:4px;
}

p.disclaimer {
	color: #41607b; 
	font-size: 11px;	
}

/* Search page
----------------------------------------------------------------------------------------------------*/
#searchtext {
	padding-top: 30px;
	padding-bottom: 40px;
	min-height: 450px;
	height: auto !important;
	height: 450px;/*Needs to match the min height pixels above*/
}

div.paging {
	float: right;
	display: inline;
	margin-top: 10px;
}

div.pages {
	float: left;
	display: inline;
	color: #012a4f;
	padding: 3px 10px 3px 10px;
}

div.elipse {
	float: left;
	display: inline;
	color: #333;
	padding: 3px 10px 3px 10px;
}

div.curpage {
	float: left;
	display: inline;
	color: #fff;
	background: #012a4f;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-left: 3px;
}

a.paging {
	display: inline;
	float: left;
	color: #333;
	background: #eee url(../images/bg_asidenav.gif) 0 0 repeat-x;
	padding: 3px 10px 3px 10px;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-decoration: none;
	margin-left: 3px;
}

a.paging:hover {
	color: #fff;
	background: #012a4f;	
}

.loading {
	padding: 5px;
	background: #fff;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 50px auto;
	width: 100px;
	color: #666;
}

/* Leadership team
----------------------------------------------------------------------------------------------------*/
div.keyperson {
	float: left;
	border: 1px solid #d7d7d7;
	padding: 1px;
	width: 340px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url(../images/bg_leadershipteam.png) right bottom no-repeat;
}

.keyright {
	margin-right: 0 !important;	
}

img.keyperson {
	float: left;
}

div.keyinfo {
	float: left;
	width: 208px;
	margin-top: 15px;
	padding: 10px;
}

h2.keyperson {
	font-size: 18px;
	color: #012a4f;
	margin-bottom: 2px;
}

p.keytitle {
	font-size: 13px;
	line-height: normal;
	color: #666;
	margin: 0;
}

/* values
----------------------------------------------------------------------------------------------------*/
h3.values {
	color: #012a4f;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
}

/* awards
----------------------------------------------------------------------------------------------------*/
h2.awards {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

h3.awards {
	color: #012a4f;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
}

/* chariman
----------------------------------------------------------------------------------------------------*/
li.chairman {
	margin-bottom: 18px;	
}

/* milestones
----------------------------------------------------------------------------------------------------*/

div.milestone {
	border-top: 1px solid #d7d7d7;
	padding: 10px 0;
}

p.milestoneyear {
	float: left;
	width: 90px;
	font-weight: bold;
	margin: 0;
}

p.milestone {
	float: left;
	width: 610px;
	margin: 0;
}

img.milestone {
	margin: 0;	
}

/* financial services
----------------------------------------------------------------------------------------------------*/
h2.licences {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;;
}

ul.licences {
	margin-bottom: 40px;	
}

li.licences {
	font-size: 11px;
	line-height: normal;
	color: #666;
}

/* overlay
----------------------------------------------------------------------------------------------------*/
div.contentWrap {
	overflow-y:auto;
}

/* the overlayed element */ 
.overlay {         
	/* must be initially hidden */     
	display:none;          
	/* place overlay on top of other elements */     
	z-index:10000;          
	/* styling */     
	padding: 20px;
	background-color:#fff;          
	width:700px;         
	min-height:200px;     
	border:10px solid #eee;          
	/* CSS3 styling for latest browsers */     
	-moz-box-shadow:0 0 15px 5px #1a2936;     
	-webkit-box-shadow: 0 0 15px #1a2936;     
}

/* close button positioned on upper right corner */ 
.overlay .close {     
	background-image:url(../images/close.png);     
	position:absolute;     
	right:-22px;     
	top:-22px;     
	cursor:pointer;     
	height:35px;     
	width:35px; 
}
