@CHARSET "ISO-8859-1";

body {background-color: #231f20;
	font-family: Georgia;
	font-size: 0.75em;
	font-smooth: always;
	color: #626366;
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1.75em;	
}

h1 {
	color: #006f98;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}
h2 {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0px;
}
h3 {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}
h4 {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

a {
	color: #006f98;
	text-decoration: none;
}

.error {
	color: #f00;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #f00;
	background-color: #fee;
	margin-bottom: 15px;
}

.clock {
	float: right;
	text-align: center;
	width: 80px;
	color: #000;
	font-size: 0.9em;
}

#contact-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#contact-list li {
	padding-left: 25px;
	background-image: url('../images/icons/contact-icon.png');
	background-repeat: no-repeat;
	background-position: 0;
}
#contact-list a {
	border-bottom: 1px solid #006f98;
}


#submenu-links {
	height: 30px;
	margin-top: -10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b6b6b6;
}
#submenu-links ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
#submenu-links li {
	float: left;
}
#submenu-links li.bullet {
	margin-left: 26px;
	padding-left: 5px;
	list-style-type: disc;
}
#submenu-links a {
	color: #626366;
}
#submenu-links li.sublink-label {
	margin-right: 40px;
	color: #000;
}
#submenu-links a.submenu-active {
	color: #006f98;
	font-weight: bold;
}




#news-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#news-list li {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0;
}
li.legalnews {
	background-image: url('../images/icons/newsletter.png');
}
li.csrnews {
	background-image: url('../images/icons/contact-icon.png');
}
li.newsletter {
	background-image: url('../images/icons/newsletter.png');
}
li.guide {
	background-image: url('../images/icons/guide.png');
}
li.webinar {
	background-image: url('../images/icons/webinar.png');
}

#contact-details {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#contact-details li {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0;
}
li.phone {
	background-image: url('../images/icons/phone.png');
}
li.fax {
	background-image: url('../images/icons/fax.png');
}
li.email {
	background-image: url('../images/icons/email.png');
}
li.linkedin {
	background-image: url('../images/icons/linkedin.png');
}

.grey-border {
	border: 1px solid #ddd;
}

.pdf-preview {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #ddd;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	color: #626366;
}
#nav a.menu-active {
	color: #006f98;
	font-weight: bold;
}
#footer-menu a {
	font-weight: bold;
	text-decoration: none;
	color: #626366;
}
#footer-menu a.menu-active {
	color: #006f98;
}

#footer-menu a.external-link {
	color: #bbb;
}

.tweet {
	padding-top: 20px;
}

.bborder {
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid #b6b6b6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.home_quote{
	color: #231f20;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	padding-top: 15px;
}
.source {
	margin-top: 30px;
	padding-right: 5px;
	text-align: right;
	float: none;
}

.map {
	text-align: right; 
}

.heading-quote {
	font-style: italic;
	font-size: 2em;
	line-height: 1.25em;
	color: #87bace;
}




.contactFields {
	width: 100%;
	overflow: auto;
	clear: both;
}
.contactLabel {
	width: 200px;
	float: left;
	margin: 3px;
}
.contactElement {
	width: 550px;
	margin: 3px;
}
.contactTextBox {
	margin-top: 15px;
	margin-bottom: 15px;
}


.searchFields {
	width: 100%;
	overflow: auto;
	clear: both;
}
.searchLabel {
	width: 75px;
	float: left;
	margin: 3px;
}
.searchElement {
	margin-left: 75px;
	margin: 3px;
}


/* SLIDER STYLES */
.nivoSlider {
    position: relative;
    width: 950px; /* Change this to your images width */
    height: 335px; /* Change this to your images height */
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.nivoSlider a {
    border: 0;
    display: block;
}


/* twitter/linkedin links in the footer */

#twitter-icon-link, #linkedin-icon-link {
	padding-right: 10px;
}


/* CALLOUT */
.callout {
	display: none;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.35em;
	text-align: left;
	z-index: 10;
	position: absolute;
	_position: absolute;
}
.callout-balloon {
	_position: absolute;
	padding: 7px 5px 10px 10px;
	background-color: #231f20;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.callout-tail {
	margin-top: 0px;
	margin-left: 75px;
}
.callout a {
	color: #fff;
	text-decoration: underline;
}

#british-virgin-islands-callout {
	width: 175px;
	margin-top: -230px;
	margin-left: 25px;
}
#cayman-islands-callout {
	width: 195px;
	margin-top: -228px;
	margin-left: 2px;
}
#cyprus-callout {
	width: 195px;
	margin-top: -255px;
	margin-left: 141px;
}
#hong-kong-callout {
	width: 205px;
	margin-top: -235px;
	margin-left: 237px;
}
#london-callout {
	width: 190px;
	margin-top: -282px;
	margin-left: 98px;
}
#montevideo-callout {
	width: 240px;
	margin-top: -155px;
	margin-left: 30px;
}


