@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 13px;
	color: #3a191b;
	background-color: #efe8dc;
	background-image: url("../../images/www/bg_tile.gif");
}

div#page_content {
	margin:0 auto;
	background-color: #FFF;
	width: 880px;
	padding: 36px 30px 0 30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 24px;
}

h3 {
	font-weight: bold;	
}

.clear {
	clear: both;
}

a {
	color: #79694e;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	padding-bottom: 15px;
}

div#page_content div#copy img.left { float: left; margin: 0 15px 15px 0; }

/* Home */

a#blog_teaser {
	background-color:#57C95E;
	background-image:url("../../images/www/global/white_arrow.gif");
	background-position:97% 50%;
	background-repeat:no-repeat;
	color:white;
	display:block;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:0 28px;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
	margin:25px 0 5px;
}

a#blog_teaser:hover {
	background-color: #180891;
}

a.more_about_us {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #3a191b;
	line-height: 25px;
}

a.more_about_us img {
	vertical-align: middle;
	margin-left: 5px;
}

div.home_content {
	border-top: 1px #b3b3b3 dotted;
	border-bottom: 1px #b3b3b3 dotted;
	margin: 20px 0 20px 0;
}

div.left_column {
	float: left;
	width: 440px;
}

div.right_column {
	float: right;
	padding-left: 20px;
	width: 420px;
}

p.mission {
	 margin: 25px 0 25px 8px;
	 padding-right: 20px;
	 border-right: 1px #f2ebdf solid;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-style: italic;
	 font-size: 18px;
	 font-weight: lighter;
	 line-height: 26px;
	 color: #b3a38a;
}

p.mission em {
	color: #703c1a;
}

ul.articles {
	list-style-type: none;
	margin: 0;
	margin-left: 16px;
}

ul.articles li {
	list-style-image: url("../../images/www/global/grey_arrow.gif");
	margin-bottom: 12px;
}

ul.articles li a {
	color: #3a191b;
	text-decoration: none;
	font-weight: bold;
}

ul.articles li a:hover {
	text-decoration: underline;
}

ul#thumbs {
	text-align: center;
}

ul li.thumb {
	display: block; width: 286px; height: 190px; position: relative; float: left;
}
ul#thumbs li.thumb img { position: absolute; top: 0; left: 0; }
ul#thumbs li.thumb span { display: block; width: 100%; position: absolute; bottom: 0; left: 0; padding: 12px 0; background: #3a191b; text-align: center; font-size: 15px; color: #ece6da; text-transform: uppercase; }
ul#thumbs li.thumb a:hover span { background: #79694e; }

ul li.middle_thumb {
	margin: 0 10px;
}

/* Header */

div#header {
	width: 880px;
	position:  relative;
}

div#header h1 {
	float: left; /*ask if this should be an image */
	text-indent: -999px;
}

div#header h1 a {
	background-image: url("../../images/www/logo.gif");
}

ul#info a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}

ul#info a:hover {
	text-decoration: underline;
}

ul#info a.attention {
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #65d06c;
    background-image: -moz-linear-gradient(100% 100% 90deg, #58ca5f, #76d97c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#76d97c), to(#58ca5f));
}

ul#info a.attention:hover {
	text-decoration: none;
}

div#header h1 {
	display: none;
}

div#header ul#info {
	color: #666;
	position: absolute;
	top: 15px;
	right: 0;
}

div#header ul#info li {
	display: inline;
}

div#header form {
	float: right;
	margin-top: -40px;
	font-style: italic;
}

div#header form input.search {
	padding-right: 15px;
	margin-right: -4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 5px;
	font-style: italic;
	color: #79694E;
	width: 170px;
}

div#header form input.submit {
	background-image: url("../../images/www/global/arrow.gif");
	background-position:center;
	background-repeat: no-repeat;
	width: 12px;
	height: 8px;
	margin-left: -15px;
	padding-right:4px;
}

div#header ul#navigation {
	background-color: #3a191b;
	height: 30px;
	text-align: center;
}

div#header ul#navigation li {
	display: inline;
	margin: 0 25px;
	line-height: 28px;
}

div#header ul#navigation li a {
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;	
	color: #ece6da;
	font-size: 12px;
	letter-spacing: 1px;
}


/* Navigation Hover/Selected Profiles, use "a.selected" hook on page load */
div#header ul#navigation li#countries-nav a.selected, div#header ul#navigation li#countries-nav a:hover {
	color: #bfb39e;
}
div#header ul#navigation li#technologies-nav a.selected, div#header ul#navigation li#technologies-nav a:hover {
	color: #00b7f0;
}
div#header ul#navigation li#about-us-nav a.selected, div#header ul#navigation li#about-us-nav a:hover {
	color: #57c95e;
}
div#header ul#navigation li#get-involved-nav a.selected, div#header ul#navigation li#get-involved-nav a:hover {
	color: #f68e56;
}
div#header ul#navigation li#contribute-nav a.selected, div#header ul#navigation li#contribute-nav a:hover {
	color: #d9af62;
}
div#header ul#navigation li#blog-nav a.selected, div#header ul#navigation li#blog-nav a:hover {
	color: #57c95e;
}

/* Sidebar */

div.sidebar {
	width: 180px;
	float: left;
	padding-top: 25px;
}

div.sidebar h3{
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	font-weight: normal;
	font-size: 18px;
	color: #e4ddcf;
	text-transform: uppercase;
}

div.sidebar ul {
	margin: 0 0 80px 2px;
}

div.sidebar ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	line-height: 28px;
	color: #79694e;
	text-decoration: none;
	text-transform: uppercase;
}

div.sidebar ul li a:hover {
	color: #968a76;
}

div.sidebar ul li a.selected {
	color: #bfb39e;
	background: url(../../images/www/global/grey_arrow.gif) left center no-repeat;
	padding: 0 0 0 15px;
}

div.sidebar div.call_out h4, div#main_content div#related_links h3, div#copy div.call_out h4 {
	width: 156px;
	background-color: #baab96;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 12px 4px 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 4px;
	font-size: 11px;
}

div.sidebar div.call_out, div#copy div.call_out {
	padding: 15px 0 15px 0;
}

div.sidebar div.call_out p, div#copy div.call_out p {
	color: #3a191b;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 5px;
}

div.sidebar div.call_out ul li {
	display: block;
	margin: 5px 0;
	line-height: 13px;
	font-size: 11px;
}

div.sidebar div#newsletter {
	border: 1px solid #f1eae3;
	padding: 15px;
	margin-top: 15px;
	color: #3a191b;
}

div.sidebar div#newsletter p { font-size: 14px; }

div.sidebar div#newsletter label {
	text-transform: uppercase;
	color: #c8bca9;
	font-size: 10px;
	padding-bottom: 2px;
}

div.sidebar div#newsletter input {
	margin-bottom: 10px;
}

div.sidebar div#newsletter a {
	background-color: #180891;
	border: none;
	text-transform: uppercase;
	padding: 5px 7px;
	color: #FFF;
	font-size: 10px;
	margin-bottom: 0;
	text-decoration: none;
	font-weight: bold;
}

div.sidebar div#make_a_contribution {
	font-size: 15px;
	border-top: 3px solid #f1eae3;
	border-bottom: 3px solid #f1eae3;
	margin: 15px 0 25px 0;
	padding: 10px 4px 10px 4px;
	text-transform: uppercase;
}

div.sidebar div#make_a_contribution img {
	vertical-align: middle;
	margin-left: 5px;
}

div.sidebar div#make_a_contribution a {
	font-size: 18px;
	color: #57c95e;
	text-decoration: none;
}

div.sidebar div#from_the_blog p {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

div.sidebar div#from_the_blog p a:hover {
	text-decoration: underline;
}

div.sidebar div#from_the_blog, div.sidebar div.call_out a {
	color: #79694e;
	font-size: 12px;
	text-transform: capitalize;
	margin-top: 10px;
}

div.sidebar div#funding_partners h5 {
	color: #3a191b;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

div.sidebar div#funding_partners ul {
	margin: 10px 0 20px 0;
}

div.sidebar div#funding_partners ul li a {
	color: #79694e;
	line-height: 20px;
	font-size: 12px;
	text-decoration:underline;
	margin-top: 0;
}

div.sidebar div#funding_partners ul li a:hover {
	color: #57c95e;
}

div.sidebar ul li.selected a {
	padding-left: 15px;
	background-image: url("../../images/www/global/arrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 13px;
	color: #57c95e;
}

div.sidebar div#category_cloud p {
	font-family: Arial, Helvetica, sans-serif;
	color: #79694e;
	text-transform: uppercase;
	background-color: #f7f5f3;
	padding: 6px;
}

div.sidebar div#category_cloud p a {
	text-decoration: none;
}

div.sidebar div#category_cloud p a:hover {
	color: #57c95e;
}

div.sidebar ul.blog_widget {
	margin: 0;
}

div.sidebar ul.blog_widget li a {
	line-height: normal;
	text-decoration: underline;
}

div.sidebar ul.blog_widget li {
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.sidebar ul.blog_widget li a:hover {
	color: #57c95e;
}

div.sidebar div.call_out form select {
	margin-top: 3px;
	width: 180px;
}

/* Footer */

div#footer {
	margin-top: 20px;
}

div#footer, div#footer a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

div#footer div#footer_actions{
	border-top: 1px #b3b3b3 dotted;
	border-bottom: 1px #b3b3b3 dotted;
}

div#footer ul#social {
	float: left;
	margin: 10px 0 6px 5px;
}

div#footer ul#social li {
	display: inline;
	margin-right: 10px
}

div#footer ul#social li.text_item {
	margin-right: 5px;
	vertical-align: top;
}

div#footer ul#footer_nav {
	margin: 10px 0 10px 5px;
	float: right;
	margin-right: 50px;
}

div#footer ul#footer_nav li {
	display: inline;
}

div#footer ul#footer_nav li a {
	text-decoration: none;
}

div#footer ul#footer_nav li a:hover {
	text-decoration: underline;
}

div#footer ul#footer_nav li.spacer {
	margin: 0 6px 0 6px;
	color: #b4b4b4;
}

div#footer ul#footer_nav li a:hover {
	text-decoration: underline;
}

div#footer img.planet_img {
	float: right;
	margin: 8px 8px 0 0;
}

p.trademark {
	color: #999;
	padding: 15px 0 15px 0;
}

/* Main Content */

div#main_content {
	float:right;
	width: 670px;
	padding-left: 30px;
	margin-bottom: 30px;
}

/* Regions */

div#main_content div#breadcrumbs {
	display: block;
	font-family: Arial, Helvetica, sans-serif; 	
	color: #79694e;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 24px;
	margin-top: 15px;
}

div#main_content div#breadcrumbs a {
	color: #79694e;
	text-transform:uppercase;
	font-weight: normal;
	font-size: 10px;
}

img#regions_banner {
	border: 1px solid #f2ebdf;
}

div#main_content h3 {
	width: 658px;
	padding: 5px 0 4px 10px;
	background-color: #55383a;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: lighter;
	text-transform: uppercase;
}

div.project, div.full_item {
	font-family: Arial, Helvetica, sans-serif;
	color: #3a191b;
	padding: 13px 0 13px 0;
	border-bottom: 1px #b1b1b1 dotted;
}

div#main_content div#copy div.full_item { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; line-height: 18px; }
div#main_content div#copy div.full_item h4 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 24px; font-weight: normal; color: #b3a38a; }
div#main_content div#copy div.full_item img { float: left; margin: 0 15px 15px 0; }
div.full_item div.item_text { width: 490px; float: left; }

div.project.last {
	border: none;
}

div.project h4, div.technology h4 {
	margin-bottom: 5px;
}

div.country_list { padding: 15px 0; border-bottom: dotted 1px #b1b1b1; font-size: 13px; line-height: 18px; }
div.country_list img.left { float: left; margin: 0 20px 20px 0; }

div.project h4 a, div.technology h4 a, div.country_list h4 a {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 6px;
	text-decoration: none;
	color: 	#3a191b;
}

div.project h4 a:hover, div.technology h4 a:hover, div.country_list h4 a:hover {
	color: #B3A38A;
}

div.project img {
	margin-right: 13px;
}

div#page_content.about-us div#copy div.right_about strong { font-size: 24px; }

div#page_content.countries div#copy a.learn_more { color: #bfb39e; }
div#page_content.technologies div#copy a.learn_more { color: #00b7f0; }
div#page_content.about-us div#copy a.learn_more { color: #57c95e; }
div#page_content.get-involved div#copy a.learn_more { display: inline-block; color: #f68e56; background: url(../../images/www/global/orange_circle_arrow.gif) left center no-repeat; padding: 0 0 0 30px; }
div#page_content.contribute div#copy a.learn_more { display: inline-block; background: #180891;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	float: right;
	margin: 5px 40px 0 0; }
div#page_content.blog div#copy a.learn_more { color: #57c95e; }

div#page_content.contribute div#copy p.sub_text { width: 320px; float: left; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; }
div#page_content.contribute div#copy p.sub_text strong { color: #b3a38a; }
div#page_content.contribute div#copy p.sub_text a { font-size: 10px; }

div.project img.arrow {
	margin-right: 4px;
}

div.project div.description {
	width: 497px;
	float: right;
}

/* Specific Region Template */

div.region_header {
	border-bottom: 1px dotted #b1b1b1;
	margin: 0 0 5px 0;
}

div.region_header h3#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 24px;
	color: #3a191b;
	background-color: #FFF;
	margin: 25px 0 0 2px;
	padding: 0 0 15px 0; 	
	border-bottom: 1px dotted #b1b1b1;
}

div.region_header h4 {
	margin: 20px 0 0 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

ul#projects {
	display: block;
	width: 215px;
	float: right;
	padding-top: 5px;
}

ul#projects li {
	margin-bottom: 2px;
}

ul#projects li a {
	color: #79694e;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

p.about_countries {
	font-style: italic;
	width: 400px;
	color: #b3a38a;
	font-size: 15px;
	line-height: 21px;
	padding: 20px 0 20px 0;
	float: left;
}

div.featured_project{
	border-bottom: 1px dotted #b1b1b1;
	padding-bottom: 25px;
}

div.featured_project h4 a, div.history h4 {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 10px 0;
	text-decoration: none;
	color: #3a191b;
}

div#main_content div.featured_project h4 a:hover {
	 color: #b3a38a;
}

div.featured_project h5 {
	background-color: #3a191b;
	color: #FFF;
	padding-left: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 0 4px 10px;
}

div.featured_project div.right {
	width: 200px;
	float: right;
	margin: 15px 0 15px 15px;
	text-align: center;
}

div.featured_project div.right a {
	display: inline-block;
	background-color: #180891;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 10px;
	color: #FFF;
	font-size: 10px;
	margin: 10px auto 10px auto;
}

div.history img.left {
	 float: left;
	 margin: 15px 15px 15px 0;
}


/* Pagination */

div#copy div.pagination {
	background: #b2a189;
	height: 20px;
	position: relative;
	top: 10px;
	text-align: right;
}

div#main_content div#copy div.pagination a {
	display: inline-block;
	margin:  0 10px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	background-image: url('/images/www/pagination/arrows.gif');
	text-decoration: none;
	text-transform:  uppercase;
}

div#main_content div#copy div.pagination a.next {
	padding: 0 12px 0 0;
	background-position: right -19px;
	background-repeat: no-repeat;
}

div#main_content div#copy div.pagination a.next:hover {
	color: #3a191b;
	background-position: right 6px;
}

div#main_content div#copy div.pagination a.previous {
	padding: 0 0 0 12px;
	background-position: left -69px;
	background-repeat: no-repeat;
}

div#main_content div#copy div.pagination a.previous:hover {
	color: #3a191b;
	background-position: left -44px;
}

/* Projects */
	
div#main_content div#related_links {
	float: right;
	margin: 60px 0 20px 20px;
	width: 250px;
}

div#main_content div#related_links h3 {
	width: 226px;
}

div#main_content div#related_links div#links{
	border: 1px solid #f2ebdf;
	padding: 0 20px 30px 20px;
}

div#main_content div#related_links div#links h4 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #3a191b;
	margin: 20px 0 10px 0;
}

div#related_links ul.links li {
	margin-bottom: 6px;
}

div.project a.contribute {
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	float: right;
	margin: 25px 50px 0 0;
	background-color: #180891;
}

div.meta_note {
	width: 450px;
	float: left;
	font-size: 10px;
	margin-top: 25px;
}

div.meta_note h4 {
	color: #b8a992;
	line-height: 10px;
}

div.meta_note a#pdf_link {
	text-decoration: none;
	border-top: 1px solid #f2ebdf;
	padding: 8px 10px 8px 35px;
	border-bottom: 1px solid #f2ebdf;
	margin-left: 173px;
	margin-bottom: 25px;
	display: block;
}

div.meta_note img {
	vertical-align: bottom;
}

div.meta_note p {
	line-height: 12px;
}

div.meta_note p a {
	font-size: 10px;
}

/* Search Results */
div#full_content div#search_results h1 {
	 font-size: 22px;
}
div#full_content div#search_results div.result {
	padding: 15px 0;
	border-bottom: 1px dotted #b1b1b1;
}
div#full_content div#search_results h2, div#full_content div#search_results h2 a {
	 font-size: 15px;
	 font-weight: bold;
	 margin: 0;
	 padding: 0;
	 line-height: normal;
	 color: #3A191B;
	 text-decoration: none;
}
div#full_content div#search_results h2 a:hover {
	text-decoration: underline;
	color: #79694E;
}
div#full_content div#search_results h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 3px 0 0 0;
	padding: 0;
	line-height: normal;
	color: #79694E;
}
div#full_content div#search_results p {
	display: block;
	font-size:  13px;
	font-weight: normal;
	font-style: italic;
	margin: 8px 0 0 0;
	padding: 0;
}
div#full_content div#search_results ul.paginate {
	display: block;
	padding: 10px;
	text-align: right;
}
div#full_content div#search_results ul.paginate li {
	display: inline;
}
div#full_content div#search_results ul.paginate li a {
	display: inline-block;
	padding: 2px 5px;
	background: #f7f4ef;
	border: solid 1px #b2a189;
	color: #3a191b;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 0 5px;
	text-decoration: none;
}
div#full_content div#search_results ul.paginate li a:hover {
	background: #b2a189;
	color: #fff;
}
div#full_content div#search_results ul.paginate li a.active {
	background: #3a191b;
	color: #fff;
	font-weight: bold;
}

/* Technologies */

div.top_image { width: 670px; position: relative; clear: both; }
div.top_image div.text { display: block; width: 477px; height: 135px; position: relative; background: #57c95e;  }
div.top_image div.text p { position: absolute; width: 320px; bottom: 25px; left: 25px; font-size: 14px; line-height: 18px; color: #fff; margin: 0; padding: 0; display: inline; font-style: italic; } 
div.top_image div.image { position: absolute; top: 0; right: 0; }


div#page_content.countries div.top_image div.text { background: #bfb39e; }
div#page_content.technologies div.top_image div.text { background: #00b7f0; }
div#page_content.about-us div.top_image div.text { background: #57c95e; }
div#page_content.get-involved div.top_image div.text { background: #f68e56; }
div#page_content.contribute div.top_image div.text { background: #d9af62; }
div#page_content.blog div.top_image div.text { background: #57c95e; }

div.about_block {
	font-style: italic;
	color: #79694e;
	font-size: 15px;
	line-height: 21px;
	padding: 20px 0 10px 0;
	margin: 10px 0 5px 0;
	border-top: 1px dotted #b1b1b1;
	border-bottom: 1px dotted #b1b1b1;
}

div.about_block a { color: #57c95e; font-size: 15px; font-style: italic; font-family: Georgia, "Times New Roman", Times, serif; }

p.about_technologies a, p.about_about_us a {
	color: #57c95e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
}

div.technology h4 {
	padding-top: 20px;
}

div.technology p {
	border-bottom: 1px dotted #b1b1b1;
	padding-bottom: 25px;
}

div.technology p.last {
	border: none;
}

div#about {
	border-top: 1px dotted #b1b1b1;
	padding-top: 20px;
}

div.technology_links {
	padding-top: 20px;
}

img.border {	
	border: 1px solid #c8bca9;
}

div#main_content div#copy img#badge {
	margin: 0;
	display: inline;
	padding: 0 0 0 10px;
	vertical-align: baseline;
}

/* About Us */

div.left_about {
	float: left;
	width: 400px;
}

div#main_content div.left_about h3 {
	width: 388px;
}

div#main_content div.right_about h3 {
	width: 238px;
}

div#main_content div#copy div.left_about h4,
div#main_content div#copy div.right_about h4 { display: block; margin: 10px 0 0 0; font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #3a191b; font-weight: normal; line-height: 26px; }

div#main_content div#copy div.left_about img,
div#main_content div#copy div.right_about img { float: left; margin: 15px 10px 10px 0; }

div.right_about {
	float: right;
	width: 250px;
}

/* About Us */

div#impact_content, div#overview_content {
	padding-top: 15px;
}

div#main_content div#copy div#about_principles div.principle h4 {
	font-weight: bold;
}

div#main_content div#copy div#about_principles div.principle {
	margin-top: 20px;
}

/* Copy */

div#main_content div#copy h1 {
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

div#main_content a.copy_tagline {
	color: #57c95e;
	text-decoration: none;
	font-family: Georgia Times serif;
	font-size: 15px;
	line-height: 21px;
}

div#main_content a.copy_tagline:hover {
	text-decoration: underline;
}

div#main_content div#copy a, a.copy_link {
	color: #57c95e;
}

div#main_content div#copy a.brown {
	color: #79694e;
}

div#main_content div#copy {
	margin-top: 30px;
}

div#main_content div#copy p {
	padding: 0 0 15px 0;
}

div#main_content div#copy div.image_center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 15px;
	width: 350px;
}

div#main_content div#copy div.image_left { float: left; margin: 0 15px 15px 0; width: 210px; }
div#main_content div#copy div.image_right { float: right; margin: 0 0 15px 15px; width: 210px; }

div#main_content div#copy h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 24px;
	padding-bottom: 10px;
}

div#main_content div#copy h4 {
	font-weight: bold;
	padding-bottom: 2px;
}

div#main_content div#copy ul {
	list-style: disc inside;
	padding-bottom: 15px;
}

div#main_content div#copy ul li {
	margin-left: 15px;
}

div#main_content div#copy div.right_about em {
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
}

div#main_content div#copy ul.no_format {
	list-style: none;
}

div#main_content div#copy ul li.no_format {
	margin: 0;
}

div#main_content div#copy div.right_split {
	float: right;
	width: 300px;
}

div#main_content div#copy div.left_split {
	float: left;
	width: 250px;
}

/* Contact Form */

div#copy form#newsletter_signup {
	padding: 20px 0 0 75px;
}

div#blog form .field {
	padding-bottom: 15px;
}

div#copy form div.errors,div#copy form div.message {
	background: #f7f4ef;
	border: solid 1px #b2a189;
	padding: 15px;
	color: #3a191b;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	font-family:  Arial,sans-serif;
}

div#copy form label {
	display: block;
	margin: 15px 0 0 0;
}

div#copy form div.inline {
	float: left;
	margin-right: 12px;
}

div#copy form label, div#blog form label {
	text-transform: uppercase;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 2px;
}

div#copy form .input, div#blog form .input {
	display: block;
	border: 1px #b1b1b1 solid;
}

div#copy form input.long, div#blog form input.long, div#copy form#contact_form input {
	width: 248px;
}

div#copy form input.short, div#copy form select.short, div#copy form#contact_form select {
	width: 118px;
}

div#copy form#contact_form textarea {
	 height: 70px;
}

div#copy form#contact_form input#submit {
	width: auto;
}

div#copy form div.checkboxes label {
	padding-bottom: 15px;
}

div#copy form div.check {
	margin-bottom: 10px;
}

div#copy form input[type="checkbox"] {
	vertical-align: middle;
	margin-top: 1px;
}

div#copy textarea {
	width: 248px;
}

div#blog textarea {
	width: 425px;
}

span.required{
	color: red;
	font-size: 11px;
}

div#copy form span.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 15px;
}

form input[type="submit"] {
	width: auto;
	background-color: #180891;
	border: none;
	text-transform: uppercase;
	padding: 3px 5px 3px 5px;
	color: #FFF;
	font-size: 10px;
	margin: 5px 50px 0 0;
}

div#copy form input[type="submit"].contact_us_submit {
	width: 70px;
	float: right;
}

div#copy form p {
	width: 175px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
}

div#copy div.call_out h4 {
	width: 226px;
	font-size: 11px;
}

div.go_link {
		padding: 15px 0;
}

div.go_link a{
	background-image: url("../../images/www/green_circle_arrow.gif");
	background-repeat: no-repeat;
	padding: 10px 0 10px 30px;
	background-position: left center;
	text-transform: uppercase;
	color: #57c95e;
	text-decoration: none;
	font-weight: bold;
}

div#copy div.call_out h5 {
	border-top: 1px solid #F1EAE3;
	border-bottom: 1px solid #F1EAE3;
	margin: 5px 2px 5px 2px;
	padding: 10px 0 10px 0;
}

div#copy div.call_out h5 a{
	text-decoration: none;
}

span.form_note {
	font-weight: normal;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
}

/* Blog */

div#blog div.post {
	border-bottom: 1px dotted #b1b1b1;
	padding: 20px 5px 0 5px;
}

div#main_content div#actions {
	float: right;
	margin-top: 15px;
}

div#main_content div#actions ul li {
	display: inline;
	padding-left: 5px;
}

div#main_content div#actions ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #79694e;
	font-size: 10px;
	line-height: 24px;
}

div#main_content div#actions ul li img {
	vertical-align: sub;
}

div#blog div.post h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	color: #3a191b;
}

div#blog div.post div.meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	margin-bottom: 10px;
}

div#blog div.post div.meta a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #57c95e;
	text-decoration: none;
}

div#blog div.post_content a {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#blog a.no_comments_yet {
	padding-right: 17px;
	background-image: url("../../images/www/global/arrow.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

div#blog div.post p {
	margin: 0 0 10px 0;
}

/* Blog Comments */

div#comment_section h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #3a191b;
	padding: 25px 0 10px 0;
}

div#comment_section h1.underline {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

div#blog div#new_comment {
	padding: 20px 0 20px 0;
}

div#response form {
	padding: 0 0 25px 0;
}

div#comments div.comment {
	padding: 10px 10px 10px 10px;	
	border-top: 1px solid #d9d9d9;
	position: relative;
}

div#comments div.comment a {
	color: #57c95e;
	text-decoration: none;
}

div#comments div.comment ul.date_and_reply li {
	display: inline;
	padding-left: 5px;
}

div#comments div.comment ul.date_and_reply {
	position: absolute;
	top: 13px;		
	font-size: 11px;
	color: #666;
	right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

div#comments div.comment h2 {
	font-family: "Georgia", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

div#comments div.comment p {
	font-family: "Georgia", Times, serif;
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0 5px 0;
}

div#comments div.depth-2 {
	background-color: #fbfaf9;
	background-image: url("../../images/www/blog/indent.gif");
	background-position: 20px 17px;
	background-repeat: no-repeat;
	padding-left: 40px;
}

div.form_actions a#cancel_reply {
	background-color:#180891;
	border:medium none;
	color:#FFFFFF;
	font-size:10px;	
	margin:5px 50px 0 0;
	padding:4px 5px;	
	text-transform:uppercase;
	text-decoration: none;
}

/* full content */

div#full_content {
	width: 660px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}

div#full_content p {
	margin-bottom: ;
}

div#full_content h1 {
	font-size: 30px;
	border-bottom: 1px dotted #b1b1b1;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

div#full_content h2 {
	font-size: 18px;
	padding-bottom: 15px;
}

div#page_content div#copy ul.funding_grid { display: block; border-top: 1px dotted #b1b1b1; border-bottom: 1px dotted #b1b1b1; list-style: none; padding: 10px 0; margin: 0 0 20px 0; float: left; }
div#page_content div#copy ul.funding_grid li { display: block; width: 150px; height: 100px; float: left; margin: 8px; }

div#page_content div#copy ul.news_items { margin: 0; padding: 0; list-style: none; }
div#page_content div#copy ul.news_items li { display: block; border-bottom: dotted 1px #b1b1b1; margin: 0; padding: 15px 0; }
div#page_content div#copy ul.news_items li h5 { display: block; color: #b3a38a; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; margin: 0 0 8px 0; }
div#page_content div#copy ul.news_items li a { display: block; color: #3a191b; font-size: 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

div#page_content div.country_header {
	width: 670px;
	height: 280px;
	position: relative;
}

div#page_content div.country_header div.map {
	width: 187px;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
}

div#page_content div.country_header span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-size: 11px;
	line-height: 10px;
	color: #fff;
}

div#page_content div.country_header div.map span {
	width: 167px;
	background: #01b5ed;
	font-family: Arial, sans-serif;
}

div#page_content div.country_header div.gallery {
	width: 480px;
	height: 280px;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
}

div#page_content div.country_header div.gallery span {
	width: 460px;
	font-size: 12px;
	background: #b3a38a;
	font-style: italic;
}

div#page_content div.country_header div.gallery a {
	background: #01b5ed url('/images/www/global/white_arrow.gif') 93% 50% no-repeat;
	color: #fff;
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	padding: 6px 50px 6px 10px;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

div.intro_text {
	font-style: italic;
	width: 400px;
	color: #b3a38a;
	font-size: 15px;
	line-height: 21px;
	padding: 20px 0 20px 0;
	float: left;
}

div#photo_gallery {
	display: none;
	width: 698px;
	height: 508px;
	background: url('/images/www/gallery/frame.png');
	position: absolute;
	z-index: 7000;
}

div#photo_gallery div.title {
	 width: 577px;
	 height: 20px;
	 overflow: hidden;
	 background: #1dbdef;
	 line-height: 20px;
	 padding: 0 0 0 12px;
	 position: absolute;
	 top: 17px;
	 left: 17px;
	 font-size: 11px;
	 font-weight: bold;
	 color: #fff;
	 text-transform: uppercase;
}

div#photo_gallery a.close {
	display: block;
	width: 65px;
	height: 20px;
	background: #180891 url('/images/www/gallery/close.gif') 53px 6px no-repeat;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	top: 17px;
	right: 17px;
	padding: 0 0 0 7px;
}

div#photo_gallery ul {
	position: absolute;
	top: 40px;
	left: 17px;
	width: 664px;
	height: 418px;
}

div#photo_gallery ul li {
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 664px;
	 height: 418px;
}

div#photo_gallery span.caption {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 17px;
	padding: 10px;
	font-size: 11px;
	line-height: 10px;
	color: #fff;
	width: 644px;
	font-size: 12px;
	background: #b3a38a;
	font-style: italic;
}

div#photo_gallery span.number {
	position: absolute;
	top: 470px;
	left: 23px;
	font-size: 11px;
	line-height: 11px;
	color: #b3a38a;
	font-family: Arial;
}

div#photo_gallery div.nav {
	position: absolute;
	top: 470px;
	left: 560px;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	text-transform: uppercase;
}

div#photo_gallery div.nav a {
	float: left;
	margin: 0 5px;
	color: #3a191b;
	text-decoration: none;
	background-image: url('/images/www/gallery/arrows.gif');
}

div#photo_gallery a.next {
	padding: 0 12px 0 0;
	background-position: right 1px;
	background-repeat: no-repeat;
}

div#photo_gallery a.next:hover {
	color: #c7bca9;
	background-position: right -24px;
}

div#photo_gallery a.prev {
	padding: 0 0 0 12px;
	background-position: left -49px;
	background-repeat: no-repeat;
}

div#photo_gallery a.prev:hover {
	color: #c7bca9;
	background-position: left -74px;
}

div#popup_overlay { display: block; background: #000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; filter: alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; }
* html div#popup_overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
iframe#popup_overlay_hide_select { display: block; z-index:5000; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
* html iframe#popup_overlay_hide_select { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

