﻿body 
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
}

a {
	text-decoration: none;
	color: #5656a3;
}

a:hover {
	text-decoration: underline;
	color: black;
}

img { border-style: none; }


/* titles (gray & bold blue) */
.grayTitle { color: #323133; }
.blueTitle { font-weight: bold; color: #28466f; }



/* selectable font sizes */
.textSmall { font-size: 8pt; }
.textMedium { font-size: 9pt; }
.textLarge { font-size: 11pt; }



/* header */
.divHeader 
{
	width: 990px;	/* ++ */
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}



/* header -> languages */
.divLanguages 
{
	margin: 50px 12px 0px 0px;
	text-align: right;
}



/* banner */
.divBannerOuter 
{
	width: 100%;
	height: 278px;
	background-image: url('../images/banner-beige-bg.gif');
}

.divBannerInner 
{
	width: 990px;	/* ++ */
	height: 278px;
	margin-left: auto;
	margin-right: auto;
}



/* menu */
.divMenu 
{
	width: 990px;	/* ++ */
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

.divMenuBar 
{
	float: left;
	margin-left: 39px;
	_margin-left: 19px;
	width: 623px;
	height: 38px;
	background-image: url('images/menu-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.divMenuItem 
{
	 text-align: center;
	 float: left;
	 width: 122px;
	 height: 24px;
	 padding-top: 9px;
}

.divMenuItem2
{
	 text-align: center;
	 float: left;
	 width: 122px;
	 height: 24px;
	 _height: 33px;
	 padding-top: 3px;
}

.dark {	background-image: url('images/button-bg-dark.gif'); }
.light { background-image: url('images/button-bg-light.gif'); }

.divMenuItem a 
{
	color: White;
}

.divMenuItem2 a 
{
	color: White;
}

.divToolBarOuter
{
	float: left;
	width: 328px;	/* ++ */
	height: 38px;
}

.divToolBarInner 
{
	margin: 6px 0px 0px 80px;	/* ++ */
}

.fontSelectors a
{
	text-decoration: underline;
	color: #233f67;
	font-weight: bold;
}



/* menu -> careers popup */
#divCareersPopup 
{
	display: none;
	position: relative;
	left: 484px;
	top: 4px;
	width: 228px;
	height: 127px;
	background-image: url('images/careers-popup-bg.gif');
	filter: alpha(opacity=75); -moz-opacity: .75; opacity: .75;
	z-index: 1;
}

#divCareersPopup ul 
{
	margin: 0px;
	padding: 0px;
	color: #2c4263;
}

#divCareersPopup a {
	color: #2c4263;
}

#divCareersPopup a:hover 
{
	text-decoration: underline;
}




/* menu -> our-people popup */
#divOurPeoplePopup 
{
	display: none;
	position: relative;
	left: 240px;
	top: 4px;
	width: 228px;
	height: 79px;
	background-image: url('images/ourpeople-popup-bg.gif');
	filter: alpha(opacity=75); -moz-opacity: .75; opacity: .75;
	z-index: 1;
}

#divOurPeoplePopup ul 
{
	margin: 0px;
	padding: 0px;
	color: #2c4263;
}

#divOurPeoplePopup a {
	color: #2c4263;
}

#divOurPeoplePopup a:hover 
{
	text-decoration: underline;
}




/* content */
.divContentOuter 
{
	margin-left: auto;
	margin-right: auto;
	min-height: 600px;
	width: 990px;	/* ++ */
	background-color: white;
}

.divContent 
{
	float: left;
	margin-left: 43px;	/* ++ */
	_margin-left: 19px;
	width: 615px;
	background-color: white;
}


/* Data Tables */ 

table.dataTable {
	border: 1px solid rgb(197, 218, 227); 
	width: 100%
}

table.dataTable tr td {
	border-top: 1px solid rgb(197, 218, 227);
	vertical-align: top;
}

table.dataTable tr td.bottomRow {
	border-bottom: 1px solid rgb(197, 218, 227);
}



/* content -> member details (our team, board of directors) */

.divMemberTableItem
{
	float: left;
	width: 150px;
	height: 25px;
	_height: 25px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #C5DAE3;
	text-align: center;
	font-size: 8pt;
	/*background-color: #FCFDFE;*/
	color: Black;
}

.divMemberTableItem a { color: Black; }

.divMemberTableItemSelected 
{
	float: left;
	width: 150px;
	height: 25px;
	_height: 25px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #C5DAE3;
	text-align: center;
	font-size: 8pt;
	background-image: url('images/member-bg.gif');
	color: White; 
}

.divMemberTableItemSelected a { color: White; }

.divMemberDetailsOuter 
{
	width: 615px;
	position: relative;
	min-height: 415px;
	background-image: url('images/member-details-bg.gif');
	background-position: top;
	background-repeat: no-repeat;
}

.divMemberDetails 
{
	padding-top: 35px;
	margin-left: 49px;
	width: 550px;
}

.divMemberImgHolder {
	float: left; 
	width: 124px; 
	height: 136px;
}

.divMemberText 
{
	float: left;
	width: 406px;
	margin: 4px 0px 0px 20px;
	/*background-color: #DFEFFF;*/
}



/* content -> news listings */
.divNewsListings 
{
	width: 495px;
	min-height: 325px;
	background-image: url('images/news-listings-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.divNewsListing 
{
	margin: 1px;
	padding: 10px 20px 10px 20px;
	background-color: White;
}

.divNewsListing a 
{
	text-decoration: underline;
	color: #5656a3;
}
.divNewsListing.alt
{
	padding: 10px 20px 10px 20px;
	background-color: #F3F3F3;
}

.divNewsCategory 
{
	float: left;
	height: 60px;
	padding: 8px 8px 0px 8px;
	background-color: #FCFDFE;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #C5DAE3;
}

.divNewsCategory a 
{
	text-decoration: underline;
	color: #5656a3;
}

.divNewsCategorySelected 
{
	float: left;
	height: 60px;
	padding: 8px 8px 0px 8px;
	background-color: #333399;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #C5DAE3;
	font-weight: bold;
}

.divNewsCategorySelected a 
{
	text-decoration: underline;
	color: white;
}




/* content -> careers */
.divCareerListings 
{
	width: 495px;
	min-height: 325px;
	background-image: url('images/news-listings-bg.gif');
	background-repeat: no-repeat;
	background-position: top;
}

.divCareerType
{
	float: left;
	height: 40px;
	padding: 8px 8px 0px 8px;
	background-color: #FCFDFE;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #C5DAE3;
}

.divCareerType a 
{
	text-decoration: underline;
	color: #28466f;
}

.divCareerTypeSelected 
{
	float: left;
	height: 40px;
	padding: 8px 8px 0px 8px;
	background-color: #3B9CCC;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #C5DAE3;
	font-weight: bold;
}

.divCareerTypeSelected a 
{
	text-decoration: underline;
	color: white;
}

.thCareerListing 
{
	padding: 8px 8px 0px 8px;
	background-color: #3B9CCC;
	color: White;
	font-weight: bold;
}

.tdCareerListing 
{
	margin: 1px;
	padding: 10px 20px 10px 20px;
	background-color: White;
}

.tdCareerListing a 
{
	text-decoration: underline;
	color: #0066AC;
}

.tdCareerListing.alt
{
	padding: 10px 20px 10px 20px;
	background-color: #F3F3F3;
}

h4.h4CareerSectionTitle 
{
	color: #000000;
	font-size: 1.2em;
	padding: 0px;
	margin: 8px 0px 12px 0px;
}

h3.h3CareerJobTitle 
{
	color: #000000;
	font-size: 1.4em;
}

hr.hrCareerDiv 
{
	margin: 12px 0px 0px 0px;
	padding: 0px;
}

.linkList {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* content -> contacts */
.divContactDetails
{
	padding: 8px 2px;
	background-color: white;
}

.divContactDetails a 
{
	text-decoration: underline;
}

.divContactDetails.alt 
{
	background-color: #F3F3F3;
}



/* right content (stay informed, recent news) */
.divContentRight 
{
	float: left;
	width: 332px;	/* ++ */
}



/* stay informed */
.divStayInformed 
{
	float: left;
	margin: 12px 0px 0px 12px;	/* ++ */
	width: 312px;
	height: 260px;
	background-image: url('images/stay-informed-bg.gif');
}

.divStayInformed2
{
	float: left;
	margin: 12px 0px 0px 12px;	/* ++ */
	width: 312px;
	background-image: url('images/stay-informed-bg.gif');
	background-repeat:no-repeat;
}


.divRegionCloud 
{
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
	width: 119px;
	_height: 40px;
	height: 32px;
	padding-top: 8px;
	background-image: url('images/map-cloud.gif');
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
	color: White;
}



/* recent news */
.divRecentNews 
{
	float: left; 
	margin: 14px 0px 0px 12px;	/* ++ */
	width: 312px;
	height: 257px;
	background-image: url('images/recent-news-bg.gif'); 
}

.divRecentNewsItem 
{
	width: 293px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	background-color: #e3e3ba;
}

.divRecentNewsItemAlt 
{
	width: 293px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	background-color:#f1f1e0;
	
}

.divRecentNewsItemImgHolder 
{
	float: left; 
	width: 106px;
	height: 51px; 
	margin: 6px; 
	background-color: #2C4263;
}

.divRecentNewsItemLead {
	float: left; 
	width: 169px;
	height: 51px;
	margin-top: 6px;
	overflow: hidden;
	font-size: 8pt; 
	color: Black;
}

/* events */
.divEvents 
{
	clear: both;
	margin-top: 21px;
	margin-left: 42px;	/* ++ */
	width: 551px;
	height: 21px;
}

.divEventsTitle 
{
	float: left;
	width: 106px;
	height: 17px;
	_height: 17px;
	padding-top: 4px;
	background-image: url('images/events-bg.gif');
	font-size: 8pt;
	color: White;
	text-align: center;
}

.divEventsTicker 
{
	float: left;
	width: 445px;
	height: 17px;
	_height: 17px;
	padding-top: 4px;
	background-image: url('images/events-ticker-bg.gif');
	font-size: 8pt;
	font-weight: bold;
	overflow: hidden;
	color: black;
	text-align: left;
}

.divEventsTicker a 
{
	color: Black;
	text-decoration: underline;
}

/* footer */
.divFooter 
{
	width: 990px;	/* ++ */
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/footer-bg-cut.gif');
}

.divFooterText 
{
	padding: 12px 0px 0px 108px;
	font-size: 7pt;
}





