@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
/*	border: 0; */ 
}

html {
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%; /* sticky footer */
}
a {
	text-decoration: none;
	color: #af1c00;
}
a:hover {
	color: #771300;	
}

.label {
	width:50px;
	display:block;
}

img {
	border:0;
}

hr {
	padding: 5px;
	border: 0
}

/* =============== COLOURS ============== */
.home h1, .home h3, .home h4 {
	color: #b01c00;
}
.home .panel {
	background-color: #d0887a;	
}
.taskforce h1, .taskforce h3, .taskforce h4, .taskforce h4 a {
	/*color: #00823b;*/
	color: #1C3E5E;
}
.news h1, .news h3, .news h4 {
	color: #c88300;
}
.news .panel {
	background-color: #cc9933;	
}
.about h1, .about h3, .about h4 {
	color: #c02b64;
	/*color: #BF2A63;*/
}
.partners h1, .partners h3, .partners h4{
	color: #A28C8B;
}
.working_groups h1, .working_groups h3, .working_groups h4  {
	color: #ae9900;
}
.countries h1, .countries h3, .countries h4, .countries h4 a {
	/*color: #00823b;*/
	color: #A28C8B;
}
.documents h1, .documents h3, .documents h4, .documents h4 a {
	color: #71784a;
}
.calendar h1, .calendar h3, .calendar h4, .calendar h4 a {
	color: #7b5d5c;	

}	
/* =============== TYPOGRAPHY ============== */
h1 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-family: 'ITC Avant Garde Gothic BT', Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin-bottom: 7px;
	color: #716463;
}
h3 {
	margin: 5px 0 5px 0;
	font-size: 15px;
	line-height: 17px;
}
h3 a {
	color: #4f4241;
}
h3 a:hover {
	color: #af1c00;
}
h4 {
	font-size: 12px;	
}
p {
	margin-bottom: 10px;	
}
p.first {
	margin-top: 10px;	
}
ol, .wide ul {
	/*list-style-position: inside;*/
	font-weight: normal;
	margin-left: 16px;
	padding-left: 22px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #4f4241;*/
	color: #000000;
	font-size: 12px;
	background-color: #a28c8b;
	height: 100%; /* sticky footer */
}
.access {
	display: none;
	visibility: hidden;
}
#langMenu {
	position: absolute;
	top: 10px;
	right: 0;
	width: 20px;
	height: 400px;
}
#langMenu ul {
	list-style: none;
}
#langMenu ul li {
	text-align: right;
}
#langMenu ul li a {
	display: block;
	width: 20px;
	height: 60px;
	background-image: url(../img/lang_tab.jpg);
	background-repeat: no-repeat;
}

#langMenu ul li a:hover {
	background-image: url(../img/lang_tab_over.jpg);
}
#langMenu ul li a img {
	margin-top: 8px;
	margin-right: 2px;
}
#dropShadow {
	width: 970px;
	/*height: 100%;*/
	margin: 0 auto 0 auto;
	background-image:url(../img/dropShadow.gif);
	background-repeat: repeat-y;
}
#container {
	position: relative;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -30px auto; /* sticky footer: the bottom margin is the negative value of the footer's height */
	background-color: #fff;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	/* overflow: hidden; REMOVED 20090611 */
}
#logo {
	float: left;
	margin: 10px 0 0 10px;
/*	position: absolute;
	top: 10px;
	left: 10px;*/
}
#navTop {
	float: right;
	/*
	position: absolute;
	right: 0;*/	
	text-align: right;
	margin: 10px 7px 0 0;
	line-height: 17px;
}
#navTop a {
	color: #4f4241;
	margin-left: 3px;
	padding-right: 3px; 
}
#navTop a:hover {
	color: #af1c00;
}
#navTop a.active {
	color: #af1c00;
}
#navTop hr {
	display: block;
	width: 311px;
	height: 1px;
	background-image: url(../img/menu_top_line.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 7px 0 7px 0;
}
#navTop p {
	margin: 0;
}
#navTop input {
	margin: 0 0 0 7px;
	padding: 3px 0 0 3px;
	border: 1px solid #ccc;
	height: 15px;
	width: 150px;
}
#navTop input.button {
	border: 1px solid #af1c00;
	width: 80px;
	padding: 0;
	height: 20px;
	margin: 2px 0 0 7px;
}
#menu {
/*	position: absolute;
	top: 95px;*/
	margin-top: 10px;
	width: 100%;
	height: 20px;	
	background-image: url(../img/menu_back.jpg);
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;	
}
#menu ul li a.home {
	width: 59px;
	background-image: url(../img/menu_home.gif);
}
#menu ul li a.home:hover {
	background-image: url(../img/menu_home_on.gif);
}
#menu ul li a.home#active {
	background-image: url(../img/menu_home_on.gif);
}
/*
#menu ul li a.taskforce {
	width: 122px;
	background-image: url(../img/menu_taskforce.gif);
}
#menu ul li a.taskforce:hover {
	background-image: url(../img/menu_taskforce_on.gif);
}
#menu ul li a.taskforce#active {
	background-image: url(../img/menu_taskforce_on.gif);
}
*/
#menu ul li a.taskforce {
	width: 159px;
	background-image: url(../img/menu_financing.gif);
}
#menu ul li a.taskforce:hover {
	background-image: url(../img/menu_financing_on.gif);
}
#menu ul li a.taskforce#active {
	background-image: url(../img/menu_financing_on.gif);
}
#menu ul li a.news {
	width: 62px;
	background-image: url(../img/menu_news.gif);
}
#menu ul li a.news:hover {
	background-image: url(../img/menu_news_on.gif);
}
#menu ul li a.news#active {
	background-image: url(../img/menu_news_on.gif);
}
#menu ul li a.about {
	width: 110px;
	background-image: url(../img/menu_about_us.gif);
}
#menu ul li a.about:hover {
	background-image: url(../img/menu_about_us_on.gif);
}
#menu ul li a.about#active {
	background-image: url(../img/menu_about_us_on.gif);
}
#menu ul li a.partners {
	width: 90px;
	background-image: url(../img/menu_partners.gif);
}
#menu ul li a.partners:hover {
	background-image: url(../img/menu_partners_on.gif);
}
#menu ul li a.partners#active {
	background-image: url(../img/menu_partners_on.gif);
}
#menu ul li a.working_groups {
	width: 135px;
	background-image: url(../img/menu_working.gif);
}
#menu ul li a.working_groups:hover {
	background-image: url(../img/menu_working_on.gif);
}
#menu ul li a.working_groups#active {
	background-image: url(../img/menu_working_on.gif);
}
#menu ul li a.countries {
	width: 132px;
	background-image: url(../img/menu_countries.gif);
}
#menu ul li a.countries:hover {
	background-image: url(../img/menu_countries_on.gif);
}
#menu ul li a.countries#active {
	background-image: url(../img/menu_countries_on.gif);
}
#menu ul li a.documents {
	width: 102px;
	background-image: url(../img/menu_documents.gif);
}
#menu ul li a.documents:hover {
	background-image: url(../img/menu_documents_on.gif);
}
#menu ul li a.documents#active {
	background-image: url(../img/menu_documents_on.gif);
}
#menu ul li a.calendar {
	width: 102px;
	background-image: url(../img/menu_calendar.gif);
}
#menu ul li a.calendar:hover {
	background-image: url(../img/menu_calendar_on.gif);
}
#menu ul li a.calendar#active {
	background-image: url(../img/menu_calendar_on.gif);
}
#banner {
	width: 100%;
	height: 120px;
	background-color: #CCC;
	
}
#location {
	background-image: url(../img/menu_left_tab.gif);
	background-repeat: no-repeat;
	width: 121px;
	height: 22px;
	margin-top: -22px;
	
}
#location h4 {
	padding: 7px 0 0 10px;
}

.menuLeft ul#active {
	display: block;
}

.calendarMenu {
	display: none;
}
.menuLeft ul {
	list-style: none;
	margin-bottom: 20px;
}
.menuLeft ul a {
	/*color: #4f4241;*/
	color: #000000;	
}
.menuLeft ul a:hover {
	color: #af1c00;	
}
.menuLeft ul a.active {
	color: #af1c00;
}
.menuLeft p {
	font-weight: bold;	
}
.column {
/* REMOVED 20090611
	margin: 10px 0 -1000px 10px;
	padding: 0 10px 1000px 0;
	float: left;
	width: 240px;
	background-image: url(../img/line_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
	//background-color: #0F3;
	//min-height: 340px;
*/
	margin: 10px 0 0 10px;
	padding-right: 10px;
	float: left;
	width: 240px;
	background-image: url(../img/line_vert.gif);
	background-repeat: repeat-y;
	background-position: right;
	min-height: 340px;
}
.column.menuLeft {
	width: 105px;
}
.column.menuLeft img {
	margin-bottom: 10px;
}
.column.menuLeft ul.second {
	padding-top: 20px;	
}
.column.menuLeft ul.listTight li {
	margin-bottom: 5px;
}	
.column.mid {
	width: 380px;
}
.column.thin {
	width: 140px;
}
.column.wide {
	width: 545px;
}
.column.half {
	width: 390px;
}
.column.full {
	width: 805px;
}
.column.full .innerCopy {
	width: 400px;
}
/*.column .tail {
	float: right;
	padding-right: -100px;
	width: 100%;
	height: 85px;
	background-image: url(../img/column_tail.gif);
	background-repeat: no-repeat;
	background-position: right;
}*/
#columnLast {
	background: none;
}
.panel {
	width: 100%;
	color: #FFF;
	margin-bottom: 10px;
}
.panel h3 a {
	color: #fff;
}
.panel h3 a:hover {
	color: #000;
}
.copyPadding {
	padding: 5px;
}
.clear {
	clear: both;
}

.calendarHead {
	width: 140px;
	height: 39px;
	background-image: url(../img/calendar_back.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
}
.calendarHead  .copyPadding {
	padding-left: 0;
}
.calendarHead .date {
	/*margin: 3px 0 0 3px;
	padding-right: 3px;*/
	float: left;
	width: 35px;
	text-align: center;
	background-image: url(../img/calendar_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.calendarHead .date .number {
	font-size: 20px;
	line-height: 14px;
}
.calendarHead .title {
	margin-left: 10px;
	float: left;
}
table {
	margin-top: 10px;
}
table td {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 2px;
}
table tr.altRow {
	background-color: #e1e5cd;
}
table td.icon {
	width: 80px;
}
#push {
	clear: both;
	height: 30px; /* sticky footer: .push must be the same height as .footer including margin */
}
#footer {
	position: relative;
	margin: 0 auto 0 auto;
	height: 30px;
	width: 930px;
	font-size: 10px;
	background-image: url(../img/line_horz.gif);
	background-repeat: repeat-x;
	background-color: #FFF;

}
#footer p {
	padding-top: 10px;
}
#footer a {
	color: #4f4241;
	margin-left: 3px;
	padding-right: 3px; 
}
#footer a:hover {
	color: #af1c00;
}

.column li {
	margin-bottom: 10px;	
}

.world {	
/* REMOVED 20090611
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	background-color: #FFF;
*/
	margin:auto;
	width:804px;
	float: right;
}

.world img {
	margin: 20px 0;
}

.search img {
	margin-top:2px;
	}
	
#navTop	hr {
	margin:3px 0 5px 0;
	padding:0;
}

.error {
	color: #F00;
	}
	
.newsBox { border-bottom: 1px dotted black;}





