@charset "UTF-8";
/* CSS Document */



/*----------------------------[ Structure/Layout ]--------*/

body {
	background: #e8e8e8;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#wrapper {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}

#topImage {
	width: 785px;
	height: 332px;
	float: left;
}
	
#langButton {
	width: 25px;
	height: 332px;
	float: right;
}

#contentWrapper {
	width: 760px;
	background: url(../images/content-bg.gif) repeat-y;
	padding: 20px 25px 0px 25px;
	margin: 0;
	clear: both;
}

#foot {
	width: 810px;
	height: 40px;
	overflow: hidden;
	}

#navWrapper {
	float: right;
	text-align: left;
	}

#contentArea {
	width: 495px;
	float: right;
	padding-top: 35px;
	}

#articleNav {
	width: 205px;
	float: left;
	padding-top: 35px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/*----------------------------[ Nav ]--------*/

#parentNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#parentNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#parentNav li a {
	font-size: 11px;
	line-height: 11px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px 0px 40px 0px;
	padding: 7px 10px 7px 10px;
}

#parentNav li.home a { background: #006464; }
#parentNav li.aboutus a { background: #320032; }
#parentNav li.whatwedo a { background: #c96400; }
#parentNav li.publications a { background: #003561; }
#parentNav li.news a { background: #976500; }
#parentNav li.careers a { background: #650032; }
#parentNav li.resources a { background: #00529d; }
#parentNav li.contactus a { background: #970000; }
	
	
	
#parentNav li a:hover {
	color: #333;
	background: #ccc;
}

/*-------[ Article menu ]-------*/

#articleNav ul#articleMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 205px;
}

#articleNav ul#articleMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	color: #03030;
}

#articleNav ul#articleMenu li a {
	display: block;
	margin: 0;
	padding: 15px 30px 15px 15px;
	background: url(../images/article-nav-bg.gif) no-repeat center;
	text-align: right;
	color: #000;
	text-decoration: none;
}

#articleNav ul#articleMenu li a:hover {
	color: #970000;
	text-decoration: none;
	background: url(../images/article-nav-bg2.gif) no-repeat center;
}


/*----------------------------[ Typography ]--------*/

h1.title {
	font-size: 3.5em;
	line-height: 38px;
	color: #970000;
	clear: both;
	font-weight: normal;
	margin-left: 265px;
	margin-top: 0;
	margin-bottom: 5px;
}

#articleNav h1 {
	padding: 4px;
	font-size: 1.4em;
	line-height: 1em;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #fff;
	background: #003663;
	border-bottom: 3px solid #fff;
	margin: 0;
	}

#contentArea h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-right:150px;
	color: #003663;
	font-weight: normal;
}

#contentArea h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.25em;
	margin-right:150px;
	color: #363636;
	font-weight: bold;
}
	
#contentArea p {
	margin-top: 0;
	margin-bottom: 10px;
	margin-right:150px;
	font-size: 1.2em;
	line-height: 1.25em;
	color: #000;
}

#contentArea blockquote {
	margin-right:150px;
}

#contentArea ul {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.25em;
	margin-right:150px;
	color: #000;
}

#contentArea li {
	font-size: 0.8em;
	line-height: 1.25em;
}

#contentArea ul li {
	margin-top: 0;
	margin-bottom: 6px;
	list-style-type:disc;
}

#contentArea a {
	color: #970000;
	text-decoration: none;
	}

#contentArea a:hover {
	color: #666;
	text-decoration: underline;
	}
	
#contentArea table {
	width:350px;
}
#contentArea td {
	font-size:1.2em;
	padding:5px;
}

#contentArea .hardrule {
	margin-right:150px;
	height:9px;
	background-image:url(../images/hr.gif);
	background-repeat:repeat-x;
}


/*----------------------------[ Misc. ]--------*/

#contentArea p.caption {
	font-size: 90%;
	color: #666;
	width: 150px;
	padding: 5px 5px 0px 5px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.paddedL {
	padding: 0px 0px 10px 10px;
}

.paddedR {
	padding: 0px 10px 10px 0px;
}

a.printLink {
	display: block;
	margin: 0;
	padding: 8px 30px 8px 15px;
	background: url(../images/article-nav-bg3.gif) no-repeat center;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
	border-top: 8px solid #fff;
}

a.printLink:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/article-nav-bg4.gif) no-repeat center;
}