/*=============================================
	Global
 =============================================*/

body {
	background-color: #383531;
	height: 100%;
}

div#wrapper {
	background-color: white;
}


/*=============================================
	Header
 =============================================*/

div#header {
	margin-bottom: 0;
	padding-bottom: 0;
	height: 70px;
	position: relative;
}

/* The next content after the header should fit flush against the header */
div#header + div#splash > div {
	margin-top: 0;
	padding-top: 0;
}

div#header > div {
	margin-top: 0;
	margin-bottom: 0;
}

div#header > div.logo	{ margin-top: 12px; }

div#header > div.tools {
	margin-top: 15px; 
	position: relative;
}

div#header > div.tools p { 
	margin-right: 5px;
	font-size: 10px;
	color: #333;
	height: 14px;
	line-height: 14px;
}

div#header > div.tools p a img { margin-bottom: -3px; } 

div#header > div.tools input#search_boxa {
	position: absolute;
	top: 0px;
	left: 400px;
	height: 16px;
	padding: 0px; 
	margin: 0;
	border: 1px solid #1a3f5f;
	color: #1a3f5f;
	background-color: #ffffff;
	font-size: 11px;
	width: 130px;
}

.right_corner{
	position: absolute;
	top: -7px;
	left: 1px;
	z-index:100;
}

.right_corner22{
	position: absolute;
	top: -7px;
	left: 1px;
	right: 50px;
	z-index:100;
}

div#header > div.tools input#search_box2 {
	position: absolute;
	top: 31px;
	left: 244px;
	height: 16px;
	padding: 0; 
	margin: 0;
	border: 1px solid #1a3f5f;
	color: #1a3f5f;
	background-color: #ffffff;
	font-size: 11px;
}

div#header > div.tools input#search_button { 
	position: absolute;
	top: 5px;
	left: 322px;
	height: 16px; 
}

div#header > div.tools a#ghf_uk { 
	margin-left: 20px;
	margin-right: 10px;
	text-decoration: none;
	color: #333;
}
div#header > div.tools a#ghf_uk2 {
	text-align:right; 
	margin-left: 200px;
	margin-right: 400px;
	text-decoration: none;
	color: #333;
}

div#header p a	{ text-decoration: underline; }

div#header img.logo {
	margin-left: 37px;
}



/*=============================================
	Site Navigation
 =============================================*/

div#site_navigation {
	background-image: url(../images/base/navigation_background.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 110;
}

div#site_navigation > div {
	margin: 0;
	padding: 0;
	width: 100%;
}

div#site_navigation > div > div {
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.menu,
ul.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.menu a {
	display: block;
	padding: 6px 0px 6px 20px;
	margin-bottom: 0;

	color: white !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
}

ul.menu li {
	float: left; 
	width: 159px;
	margin-right: 1px;
}

ul.menu > li {
	height: 30px;
}

ul.menu > li > a {
	letter-spacing: 1px;
	color: #fff !important;
}

ul.menu li.last { 
	width: 160px; margin-right: 0;
}

body#about_us ul.menu > li.about_us > a,
ul.menu > li.about_us:hover, 
ul.menu > li.about_us > a:hover, 
ul.menu > li.about_us > a.active		{ background-image: url(../images/navigation/menu/about_us.jpg); }


body#our_approach ul.menu > li.our_approach > a,
ul.menu > li.our_approach:hover, 
ul.menu > li.our_approach > a:hover,
ul.menu > li.our_approach > a.active			{ background-image: url(../images/navigation/menu/our_approach.jpg); }


body#where_we_work	ul.menu > li.where_we_work > a,
ul.menu > li.where_we_work:hover, 
ul.menu > li.where_we_work > a:hover,
ul.menu > li.where_we_work > a.active	{ background-image: url(../images/navigation/menu/where_we_work.jpg); }

body#what_we_do	ul.menu > li.what_we_do > a,
ul.menu > li.what_we_do:hover, 
ul.menu > li.what_we_do > a:hover,
ul.menu > li.what_we_do > a.active	{ background-image: url(../images/navigation/menu/where_we_work.jpg); }

body#gh_network	ul.menu > li.gh_network > a,
ul.menu > li.gh_network:hover, 
ul.menu > li.gh_network > a:hover,
ul.menu > li.gh_network > a.active		{ background-image: url(../images/navigation/menu/gh_network.jpg); }

body#in_the_news ul.menu > li.in_the_news > a,
ul.menu > li.in_the_news:hover, 
ul.menu > li.in_the_news > a:hover,
ul.menu > li.in_the_news > a.active		{ background-image: url(../images/navigation/menu/in_the_news.jpg); }

body#contact ul.menu > li.contact > a,
ul.menu > li.contact:hover, 
ul.menu > li.contact > a:hover,
ul.menu > li.contact > a.active			{ background-image: url(../images/navigation/menu/contact.jpg); }

body#support_ghf ul.menu > li.support_ghf > a,
ul.menu > li.support_ghf:hover, 
ul.menu > li.support_ghf > a:hover,
ul.menu > li.support_ghf > a.active		{ background-image: url(../images/navigation/menu/support_ghf.jpg); }


ul.menu > li.about_us ul		{ background-image: url(../images/navigation/submenu/about_us.jpg); }
ul.menu > li.our_approach > ul		{ background-image: url(../images/navigation/submenu/our_approach.jpg); }
ul.menu > li.where_we_work ul	{ background-image: url(../images/navigation/submenu/where_we_work.jpg); }
ul.menu > li.what_we_do ul	{ background-image: url(../images/navigation/submenu/where_we_work.jpg); }
ul.menu > li.gh_network ul		{ background-image: url(../images/navigation/submenu/gh_network.jpg); }
ul.menu > li.in_the_news ul		{ background-image: url(../images/navigation/submenu/in_the_news.jpg); }
ul.menu > li.contact > ul		{ background-image: url(../images/navigation/submenu/contact.jpg); }
ul.menu > li.support_ghf > ul	{ background-image: url(../images/navigation/submenu/support_ghf.jpg); }


ul.menu li ul {
	position: absolute;
	z-index: 9999999;
	width: 159px;
	left: -999%;
	padding-top: 10px;
	padding-bottom: 8px;
}

ul.menu li.last > ul {
	width: 160px;
}

ul.menu li ul li.double {
	height: 28px;
	line-height: 12px;
	margin-top: 2px;
}

ul.menu li ul li a {
	font-size: 10.5px;
	padding: 0px 0px 2px 20px;
	color: #fff;
	letter-spacing: 0px;
	word-spacing: -1px;
}

ul.menu li ul li a.pbd {
	font-size: 10px;
	letter-spacing: 0px;
}

ul.menu li ul li span.trademark { font-size: 8px; }

ul.menu li ul li a.active,
ul.menu li ul li a:hover {
	color: #000;
}

ul.menu li:hover ul {
	left: auto;
}



/*=============================================
	Secondary Navigation
 =============================================*/

div#secondary_navigation a:hover { 
	color: #333 !important;
	text-decoration: none;
}

div#secondary_navigation > div > div {
	padding-top: 10px;
}

div#secondary_navigation > div > div > * {
	margin-left: 15px;
}

div#secondary_navigation ul {
	margin-bottom: 0;
	width: 180px;
}

div#secondary_navigation ul li {
	width: 210px;
}



/*=============================================
	Tertiary Navigation
 =============================================*/

div#tertiary_navigation {
	margin-left: -30px;
	float: left;
}

div#tertiary_navigation ul {
	width: 180px;
	margin-bottom: 0;
	font-size: 10px;
	font-weight: bold;	
}

div#tertiary_navigation ul li {
	font-weight: normal;
	text-transform: uppercase;
	margin-left: 15px;
}



/*=============================================
	Footer
 =============================================*/

div#footer_container {
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 20px;
}

div#footer {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	text-align: left;
	background-color: #797069;
}

div#footer > div  {
	margin-top: 0;
	margin-bottom: 0;
}

div#footer p,
div#footer a { 
	margin-top: 2px;
	margin-left: 10px;
	color: #ddd;
	font-size: 11px;
}



/*=============================================
	Slideshow
 =============================================*/

.modal {
	text-align: right;
	width: 482px;
	height: 360px;
	background-color: #333;	

	position: absolute;
	z-index: 100;
	top: 100px;
	left: 50%;
	margin-left: -241px;
	clear: both;
}

.modal2 {
	text-align: right;
	width: 600px;
	height: 360px;
	background-color: #333;	

	position: absolute;
	z-index: 100;
	top: 100px;
	left: 50%;
	margin-left: -200px;
	clear: both;
}

div#map3d {
	width: 960px;
	margin-left: -480px;
	top: 70px;
	height: 390px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	display: inline;
}

/*
iframe#shim {
	width: 960px;
	height: 200px;
	margin-left: -480px;
	position: absolute;
	z-index: 110 !important;
	background-color: transparent;
	visibility: hidden;
}
*/

div#slideshow_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
	background-color: #000;
	opacity: 0.7;
}

div#slideshow_overlay:hover { cursor: pointer; }

div#slideshow_control {
	text-align: right;
	position: absolute;
	z-index: 600;
	width: 640px;
	height: 15px;
	top: 82px;
	left: 50%;
	margin-left: -320px;
}
div#slideshow_controlb {
	text-align: right;
	position: absolute;
	z-index: 600;
	width: 840px;
	height: 15px;
	top: 82px;
	left: 50%;
	margin-left: -320px;
}

div#slideshow_control p a {
	color: white;
	text-decoration: none;
}


/*=============================================
	Page Layouts
 =============================================*/

div#content_wrapper {
	margin: 0;
	position: relative;
}

p.section {
	width: 180px;
	margin-left: 10px;	
	border-top: 1px solid #fff;
	text-transform: uppercase;
	color: ffffff;
}



/*=============================================
	Splash Page
 =============================================*/

div#splash {
	position: relative;
	background-color: #ddd;
	width: 960px;
	margin: 0;
	padding: 0;
	z-index: 0;

}

div#splash h1 {
	font-size: 36px;
	line-height: 42px;
	color: #FFFFFF;
}

div#splash p {
	font-size: 14px;
	line-height: 25px;
	color: #FFFFFF;
}

div#splash p a { color: #FFFFFF; text-decoration: underline; }

div#splash div#media_area {
	height: 360px;
	width: 960px;
	margin: 0;
	padding: 0;

}

div#splash > div#media_area,
div#splash > div#media_area > div.content,
div#splash > div#media_area > div.content > p {
	margin: 0;
	padding: 0;
}

.sub_page div#splash div#media_area p {
	position: absolute;
	top: 0;
	left: 240px;
	color: #FFFFFF;
}

.sub_page div#splash div#media_area p img {
	width: 481px;
	height: 360px;
	color: #FFFFFF;
}


div#splash div#caption_bar,
div#splash div#caption_bar_content { 
	position: absolute;
	bottom: 0;
	left: 0;
	height: 45px;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #FFFFFF;
	z-index: 20px;
}

div#splash div#caption_bar { 
	z-index: 10;
	
    color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color: #eee;
}

div#splash div#caption_bar_content { 
	z-index: 11;

	color: #FFFFFF;

	
}

div#splash div#caption_bar_content p.section {
	margin-top: 10px;
	font-size: 11px;
	z-index: 13;
	color: #FFFFFF;
}

div#splash div#caption_bar_content p.title {
	position: absolute;
	z-index: 14;
	top: 12px;
	left: 295px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

div#splash div#caption_bar_content p.titleb {
	position: absolute;
	z-index: 14;
	top: 12px;
	left: 295px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

/*=============================================
	Project Pages Title
 =============================================*/


div#splash div#caption_bar_content p.title_project {
	position: absolute;
	z-index: 14;
	top: -5px;
	left: 295px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFFFFF;
}


div#splash div#caption_bar_content p.subtitle {
	position: absolute;
	z-index: 14;
	top: 13px;
	left: 295px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-style:italic;
}

div#splash div#caption_bar_content p.caption_project {
	position: absolute;
	z-index: 14;
	top: 10px;
	right: 70px;
	width: 260px;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align:left;
}


div#splash div#caption_project_bar,
div#splash div#caption_project_bar_content {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #FFFFFF;
	z-index: 100;

}

div#splash div#caption_project_bar { 
	z-index: 10;
	
    color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	background-color: #eee;
}

div#splash div#caption_project_bar_content {
	z-index: 11;

	color: #FFFFFF;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}















div#splash div#caption_bar_content p.caption {
	position: absolute;
	z-index: 20;
	top: 10px;
	right: 70px;
	width: 260px;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #FFFFFF;
}

div#splash div#media_border {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 54px;
	height: 360px;
	background-image: url(../images/base/splash/striped_bar.png);
}


div#splash div#media_borderb {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3000;
	width: 54px;
	height: 360px;
	background-image: url(../images/base/splash/striped_bar.png);
	
}
/*=============================================
	Content Page
 =============================================*/

div#content_wrapper.contentswhite {
	background-image: url(../images/base/content/background_white.png);
}

div#content_wrapper.contents {
	background-image: url(../images/base/content/background.png);
}

div#section_header {
	height: 80px;
	position: relative;
}

div#section_header p.section {
	margin-top: 45px;
	font-size: 11px;
}



/*=============================================
	Page Content
 =============================================*/

div#page_content {
	padding-top: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

div#page_content h1 {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	font-weight: normal;
	color: #333;
}

div#page_content h2 {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}

div#page_content div#data {
	margin-left: -30px;
	position: relative;
}

p.bio_photo img {
	width: 135px;
	height: 175px;
	margin-top: 58px;
}

p.bio_photo2 img {
width: 200px;
margin-top: 150px;
position:fixed;
left:0px;
top:0px;
z-index:50;

}
div#page_content a:hover { 
	color: #333 !important;
	text-decoration: none;
}



/*=============================================
	Home
 =============================================*/

body#home div#splash div#caption_bar_content p.title {
	top: 20px;
	left: 54px;
	font-size: 16px;
}

body#home div#splash div#caption_bar_content p.caption {
	top: 35px;
	right: 120px;
}

body#home div#content_wrapper a 		{ color: #2c596a; }
body#home div#content_wrapper a:visited	{ color: #2c596a; }

body#home div#splash div#caption_bar {
	background-color: #246a5f;
}

body#home div.splash div#splash div#caption_bar,
body#home div.splash div#splash div#caption_bar_content {
	height: 92px;
}

body#home div.splash div#splash div#caption_bar_content p.title { top: 25px; }

body#home div.splash	{ background-image: url(../images/base/content/header/teal.jpg); }
body#home div#section_header			{ background-image: url(../images/base/splash/bar/blue.png); }

body#home div#page_content h1 {
	color: #347a6f;
	text-transform: uppercase;
	font-size: 11px;
}

body#home div#page_content h2 {
	text-transform: none;
	font-size: 18px;
	color: #347a6f;	
}

body#home div#overview {
	border-top: 1px solid #347a6f;
	padding-top: 15px;
}

body#home div#overview p {
	font-size: 15px;
	line-height: 22px;
	color: #347a6f;
	letter-spacing: 0px;
	word-spacing: -1px;
}

body#home p#learn_more {
	margin-top: -10px;
	font-size: 11px;
}

body#home p#learn_more a {
	color: #555;
}

body#home div#secondary_navigation p {
	width: 180px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;	
}

body#home div#secondary_navigation p,
body#home div#secondary_navigation li,
body#home div#secondary_navigation a,
body#home div#secondary_navigation a:hover,
body#home div#secondary_navigation a:visited {
	color: white;
}

body#home div#secondary_navigation p,
body#home div#secondary_navigation li {
	border-top: 1px solid white;
	padding-top: 5px;
	margin-top: 5px;
}

body#home div#secondary_navigation p {
	font-weight: bold;
}

body#home div#secondary_navigation ul li {
	width: 180px;
}


/*=============================================
	About Us
 =============================================*/

body#about_us div#content_wrapper.contents a 		{ color: #0897ac; }
body#about_us div#content_wrapper.contents a:visited	{ color: #0897ac; }

body#about_us div#splash div#caption_bar {
	background-color: #008ea4;
}

body#about_us div.splash	{ background-image: url(../images/base/content/header/blue.jpg); }
body#about_us div#section_header			{ background-image: url(../images/base/splash/bar/blue.png); }

body#about_us div#secondary_navigation ul.active { border-top: 1px solid #18748a; }

body#about_us div#page_content h1 { color: #18748a; }

body#about_us a.active { color: #444 !important; font-weight:bold;}



/*=============================================
	Our Approach2
 =============================================*/

body#our_approach2 div#content_wrapper.contents a 			{ color: #2c596a; }
body#our_approach2 div#content_wrapper.contents a:visited	{ color: #2c596a; }

body#our_approach2 div#splash div#caption_bar {
	background-color: #347a6f;
}

body#our_approach2 div.splash { background-image: url(../images/base/content/header/teal2.jpg); }
body#our_approach2 div#section_header 		{ background-image: url(../images/base/splash/bar/blue.png); }

body#our_approach2 div#secondary_navigation ul.active { border-top: 1px solid #ffffff; }

body#our_approach2 div#page_content h1 { color: #2c596a; }

body#our_approach2 div#page_content a { color: #2c596a; }


body#our_approach2 a.active { color: #444 !important; font-weight:bold;}


/*=============================================
	Our Approach
 =============================================*/

body#our_approach div#content_wrapper.contents a 			{ color: #2c596a; }
body#our_approach div#content_wrapper.contents a:visited	{ color: #2c596a; }

body#our_approach div#splash div#caption_bar {
	background-color: #347a6f;
}

body#our_approach div.splash { background-image: url(../images/base/content/header/teal2.jpg); }
body#our_approach div#section_header 		{ background-image: url(../images/base/splash/bar/blue.png); }


body#our_approach div#secondary_navigation ul.active { border-top: 1px solid #ffffff; }


body#our_approach div#page_content h1 { color: #2c596a; }

body#our_approach div#page_content a { color: #2c596a; }

body#our_approach a.active { color: #444 !important; font-weight:bold;}





/*=============================================
	Where We Work
 =============================================*/

body#where_we_work div#content_wrapper.contents a 			{ color: #679a36; }
body#where_we_work div#content_wrapper.contents a:visited	{ color: #679a36; }

body#where_we_work div#splash div#caption_project_bar {
	background-color: #689834;
}

body#where_we_work div#splash div#caption_project_bar_content p.section { margin-left: 14px; }

body#where_we_work div.splash 	{ background-image: url(../images/base/content/header/green.jpg); }
body#where_we_work div#section_header 			{ background-image: url(../images/base/splash/bar/green.png); }

body#where_we_work div#data { margin-left: 20px; }

body#where_we_work div#page_content h1 { color: #679a36; }

body#where_we_work div#secondary_navigation > div > div { margin-left: 10px; }

body#where_we_work div#secondary_navigation ul {
	border-top: 1px solid #fff;
	padding-top: 3px;
	margin-left: 4px;
}

body#where_we_work div#secondary_navigation ul li { 
	margin-left: 0;
	padding-left: 0;
}



body#where_we_work div#secondary_navigation ul a { color: #fff; }

body#where_we_work div#tertiary_navigation a { 
	color: #679a36;
	font-size: 10px;
	letter-spacing: 0px;
	font-family: helvetica;
}

div#tertiary_navigation.threats a.threats,
div#tertiary_navigation.overview a.overview,
div#tertiary_navigation.site_significance a.site_significance,
div#tertiary_navigation.project_goals a.project_goals,
div#tertiary_navigation.planning a.planning,
div#tertiary_navigation.conservation_science a.conservation_science,
div#tertiary_navigation.community a.community,
div#tertiary_navigation.partnerships a.partnerships,
div#tertiary_navigation.maps a.maps,
div#tertiary_navigation.regional_map a.regional_map,
div#tertiary_navigation.site_map a.site_map,
div#tertiary_navigation.google_earth a.google_earth,
div#tertiary_navigation.slideshow a.slideshow,
div#tertiary_navigation.video a.video,
div#tertiary_navigation.pnews a.pnews,
div#tertiary_navigation.testimonials a.testimonials,
div#tertiary_navigation.updates a.updates,
div#tertiary_navigation.p_news a.p_news {
	color: #444 !important;
}





/*=============================================
	What We Do - Map
 =============================================*/

div#splash.map {
	height: 676px;
	background-image: url(../images/map/map2.gif);
}

div#splash.map h1 {
	position: absolute;
	top: 532px;
	left: 70px;
	width: 740px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;	
/*	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
*/
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1px;
}

div#splash.map div.project_status {
	position: absolute;
	width: 250px;
}

div#splash.map div.project_status p.dot {
	width: 9px;
	height: 8px;
	float: left;
	clear: none;
}


div#splash.map div.project_status.completed_project	p.dot { background-image: url(../images/map/completed_project-trans.png); }
div#splash.map div.project_status.current_project 	p.dot { background-image: url(../images/map/current_project-trans.png); }
div#splash.map div.project_status.under_review		p.dot { background-image: url(../images/map/under_review-trans.png); }

/* DOT 2

*/

div#splash.map div.project_status p.dot2 {
	width: 11px;
	height: 10px;
	float: left;
	clear: none;
}


div#splash.map div.project_status.completed_project	p.dot2 { background-image: url(../images/map/completed_project-trans2.png); }
div#splash.map div.project_status.current_project 	p.dot2 { background-image: url(../images/map/current_project-trans2.png); }
div#splash.map div.project_status.under_review		p.dot2 { background-image: url(../images/map/under_review-trans2.png); }


div#splash.map div.project_status p.location {
	margin-left: -15px;
	margin-top: -8px;
	padding-left: 5px;
	font-size: 12px;
	float: left;
	clear: none;
}

div#splash.map div.project_status p.location a {
	text-decoration: none;
	padding: 0px 15px;
}

div#splash.map div.project_status.completed_project	p.location,
div#splash.map div.project_status.completed_project	p.location a
	{ color: #000; }
	
div#splash.map div.project_status.current_project p.location,
div#splash.map div.project_status.current_project p.location a
	{ color: #000; }
	
div#splash.map div.project_status.under_review p.location,
div#splash.map div.project_status.under_review p.location a
	{ color: #000; }

div#splash.map p#current_projects,
div#splash.map p#completed_projects,
div#splash.map p#under_review {
	position: absolute;
	top: 494px;
	height: 16px;
	margin: 0;
	padding: 0;
}

div#splash.map p#current_projects a,
div#splash.map p#completed_projects a,
div#splash.map p#under_review a {
	display: block;
	height: 16px;
	text-decoration: none;
}

div#splash.map p#current_projects {
	left: 455px;
	width: 110px;
}

div#splash.map p#completed_projects {
	left: 570px;	
	width: 120px;
}

div#splash.map p#under_review {
	left: 700px;
	width: 90px;
}



/*=============================================
	GH Network
 =============================================*/

body#gh_network div#content_wrapper.contents a 			{ color: #1a3f5f; }
body#gh_network div#content_wrapper.contents a:visited	{ color: #1a3f5f; }

body#gh_network div#splash div#caption_bar	{
	background-color: #0c4163;
}
body#gh_network div#secondary_navigation ul.active { border-top: 1px solid #ffffff; }

body#gh_network div.splash	{ background-image: url(../images/base/content/header/navy.jpg); }
body#gh_network div#section_header 			{ background-image: url(../images/base/splash/bar/navy.png); }

body#gh_network div#page_content h1 { color: #1a3f5f; }

body#gh_network a.active { color: #999999 !important; font-weight:bold;}


/*=============================================
	In the News
 =============================================*/

body#in_the_news div#content_wrapper.contents a 			{ color: #5f2f63; }
body#in_the_news div#content_wrapper.contents a:visited	{ color: #5f2f63; }

body#in_the_news div#splash div#caption_bar {
	background-color: #5f2f63;
}

body#in_the_news div.splash { background-image: url(../images/base/content/header/purple.jpg); }
body#in_the_news div#section_header 		{ background-image: url(../images/base/splash/bar/purple.png); }
body#in_the_news div#section_header2 		{ background-image: url(../images/base/splash/bar/purple_solid.png); }

/* body#in_the_news div#page_content h1 { color: #5f2f63; } */
body#in_the_news div#page_content h1 {
	color: #444;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 18px;
}

body#in_the_news div#page_content h2 {
	text-transform: none;
	font-size: 16px;
	line-height: 22px;
}

body#in_the_news div#page_content.publications > div > div > div#data h1 {
	text-transform: none;
	color: #5f2f63;
	font-size: 16px;
	margin-bottom: 0;
}

body#in_the_news div#page_content.press_center h1 {
	margin-bottom: 18px;
}

body#in_the_news a.active { color: #444 !important; font-weight:bold; }

body#in_the_news div#secondary_navigation ul li { margin-left: 0; }

body#in_the_news div#secondary_navigation ul {
	border-top: 1px solid #5f2f63;
	padding-top: 3px;
}


/*=============================================
	Contact
 =============================================*/
 

body#contact div#content_wrapper.contents a 			{ color: #2c596a; }
body#contact div#content_wrapper.contents a:visited	{ color: #2c596a; }

body#contact div#splash div#caption_bar {
	background-color: #347a6f;
}

body#contact div.splash { background-image: url(../images/base/content/header/teal2.jpg); }
body#contact div#section_header 		{ background-image: url(../images/base/splash/bar/teal.png); }

body#contact div#page_content h1 { color: #2c596a; }

body#contact div#page_content a { color: #2c596a; }



/*=============================================
	Support GHF
 =============================================*/

body#support_ghf div#content_wrapper.contents a 			{ color: #ca471e; }
body#support_ghf div#content_wrapper.contents a:visited	{ color: #ca471e; }

body#support_ghf div#splash div#caption_bar {
	background-color: #d85c20;
}

body#support_ghf div.splash { background-image: url(../images/base/content/header/orange.jpg); }
body#support_ghf div#section_header 		{ background-image: url(../images/base/splash/bar/orange.png); }

body#support_ghf div#page_content h1 { color: #ca471e; margin-bottom: 18px; }

body#support_ghf div#secondary_navigation ul {
	border-top: 1px solid #ca471e;
	padding-top: 3px;
}

body#support_ghf div#secondary_navigation ul li { margin-left: 0; }

body#support_ghf div#page_content h1 { color: #ca471e; }

body#support_ghf a.active { color: #444 !important; font-weight:bold; }



/*=============================================
	Forms
 =============================================*/

/*input[type="text"],
input[type="password"],
textarea {
	padding: 5px;
	border: 1px solid #bbb;
}

label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

/*
p.required label:after {
	content: " *";
	color: #c33;
}


form.side-by-side {
}

form.side-by-side p {
	display: block;
	clear: both; 
	padding-bottom: 20px;
}

form.side-by-side label	{
	float: left;
	text-align: right;
	width: 150px;
	margin-left: 20px;
	margin-right: 20px;
}

form.side-by-side input[type="text"], 
form.side-by-side input[type="password"], 
form.side-by-side textarea {
	float: left;
	width: 350px;
	padding: 5px;
	background-color: #f0f0f0;
}

form.side-by-side input.short {
	width: 75px;
}

form.side-by-side select {
	float: left;
	margin-right: 10px;
}

form.side-by-side p.button {
	margin-right: 70px;
}

form.side-by-side span.instructions {
	float: left;
	clear: both;
	display: block;
	width: 380px;
	margin-left: 190px;
	margin-bottom: 20px;
	color: #999;
}

form.side-by-side h3 {
	float: left;
	margin-bottom: 10px;	
}

form.side-by-side h4 {
	margin-left: 190px;
	padding-top: 20px;
	margin-bottom: 10px;
}
*/





/*=============================================
	General
 =============================================*/

ul.bulletted {
	margin-left: 0;
	font-size: 11px;
	text-transform: uppercase;
}

ul.bulletted li {
	margin-left: 20px;
	text-transform: none;
}


.right	{ text-align: right; }
.center	{ text-align: center; }
.left	{ text-align: left; }

.tight	{ margin: 0; padding: 0; }

.hide 	{ display: none; }

hr {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 0px;
}

small {
	color: #777;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 18px;
}

.title2 	{ text-align:left;
 }
 
.photocaptions 
{ 
font-size: 10px;
line-height: 11px;
text-align:left;
}

 
 /*=============================================
	What We Do
 =============================================*/

body#what_we_do div#content_wrapper.contents a 			{ color: #679a36; }
body#what_we_do div#content_wrapper.contents a:visited	{ color: #679a36; }


body#what_we_do div#splash div#caption_project_bar {
	background-color: #689834;
}

body#what_we_do div#splash div#caption_project_bar_content p.section { margin-left: 14px; }



body#what_we_do div#splash div#caption_bar {
	background-color: #689834;
}

body#what_we_do div#splash div#caption_bar_content p.section { margin-left: 14px; }

body#what_we_do div.splash 	{ background-image: url(../images/base/content/header/green.jpg); }
body#what_we_do div#section_header 			{ background-image: url(../images/base/splash/bar/green.png); }

body#what_we_do div#data { margin-left: 20px; }

body#what_we_do div#page_content h1 { color: #679a36; }

body#what_we_do div#secondary_navigation > div > div { margin-left: 10px; }

body#what_we_do div#secondary_navigation ul {
	border-top: 1px solid #fff;
	padding-top: 3px;
	margin-left: 4px;
}

body#what_we_do div#secondary_navigation ul li { 
	margin-left: 0;
	padding-left: 0;
}

body#what_we_do a.active { color: #444 !important; font-weight:bold;}

body#what_we_do div#secondary_navigation ul a { color: #fff; }

body#what_we_do div#tertiary_navigation a { 
	color: #679a36;
	font-size: 10px;
	letter-spacing: 0px;
	font-family: helvetica;
}

div#tertiary_navigation.threats a.threats,
div#tertiary_navigation.overview a.overview,
div#tertiary_navigation.site_significance a.site_significance,
div#tertiary_navigation.project_goals a.project_goals,
div#tertiary_navigation.planning a.planning,
div#tertiary_navigation.conservation_science a.conservation_science,
div#tertiary_navigation.community a.community,
div#tertiary_navigation.partnerships a.partnerships,
div#tertiary_navigation.maps a.maps,
div#tertiary_navigation.regional_map a.regional_map,
div#tertiary_navigation.site_map a.site_map,
div#tertiary_navigation.google_earth a.google_earth,
div#tertiary_navigation.slideshow a.slideshow,
div#tertiary_navigation.testimonials a.testimonials,
div#tertiary_navigation.video a.video {
	color: #444 !important;
}


/*=============================================
	Map - 3
 =============================================*/
 
 
div#splash.map3 {
	height: 3000px;
	background-image: url(../images/map/map3.gif);
	background-repeat:no-repeat;
	background-color:#78c7c3;
}

div#splash.map3 h1 {
	position: absolute;
	top: 532px;
	left: 70px;
	width: 740px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;	
/*	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
*/
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1px;
}

div#splash.map3 div.project_status {
	position: absolute;
	width: 250px;
}

div#splash.map3 div.project_status p.dot {
	width: 9px;
	height: 8px;
	float: left;
	clear: none;
}


div#splash.map3 div.project_status.completed_project	p.dot { background-image: url(../images/map/completed_project-trans.png); }
div#splash.map3 div.project_status.current_project 	p.dot { background-image: url(../images/map/current_project-trans.png); }
div#splash.map3 div.project_status.under_review		p.dot { background-image: url(../images/map/under_review-trans.png); }

div#splash.map3 div.project_status p.location {
	margin-left: -15px;
	margin-top: -8px;
	padding-left: 5px;
	font-size: 12px;
	float: left;
	clear: none;
}

div#splash.map3 div.project_status p.location a {
	text-decoration: none;
	padding: 0px 15px;
}

div#splash.map3 div.project_status.completed_project	p.location,
div#splash.map div.project_status.completed_project	p.location a
	{ color: #000; }
	
div#splash.map3 div.project_status.current_project p.location,
div#splash.map div.project_status.current_project p.location a
	{ color: #000; }
	
div#splash.map3 div.project_status.under_review p.location,
div#splash.map3 div.project_status.under_review p.location a
	{ color: #000; }

div#splash.map3 p#current_projects,
div#splash.map3 p#completed_projects,
div#splash.map3 p#under_review {
	position: absolute;
	top: 494px;
	height: 16px;
	margin: 0;
	padding: 0;
}

div#splash.map3 p#current_projects a,
div#splash.map3 p#completed_projects a,
div#splash.map3 p#under_review a {
	display: block;
	height: 16px;
	text-decoration: none;
}

div#splash.map3 p#current_projects {
	left: 455px;
	width: 110px;
}

div#splash.map3 p#completed_projects {
	left: 570px;	
	width: 120px;
}

div#splash.map3 p#under_review {
	left: 700px;
	width: 90px;
}

 
/*=============================================
	Where We Work - Map
 =============================================*/


div#splash.map2 {
	height: 3000px;
	background-image: url(../images/map/map.gif);
	background-repeat:no-repeat;
	background-color:#78c7c3;
}

div#splash.map2 h1 {
	position: absolute;
	top: 532px;
	left: 70px;
	width: 740px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;	
/*	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
*/
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1px;
}

div#splash.map2 div.project_status {
	position: absolute;
	width: 250px;
}

div#splash.map2 div.project_status p.dot {
	width: 9px;
	height: 8px;
	float: left;
	clear: none;
}


div#splash.map2 div.project_status.completed_project	p.dot { background-image: url(../images/map/completed_project-trans.png); }
div#splash.map2 div.project_status.current_project 	p.dot { background-image: url(../images/map/current_project-trans.png); }
div#splash.map2 div.project_status.under_review		p.dot { background-image: url(../images/map/under_review-trans.png); }

div#splash.map2 div.project_status p.location {
	margin-left: -15px;
	margin-top: -8px;
	padding-left: 5px;
	font-size: 12px;
	float: left;
	clear: none;
}

div#splash.map2 div.project_status p.location a {
	text-decoration: none;
	padding: 0px 15px;
}

div#splash.map2 div.project_status.completed_project	p.location,
div#splash.map div.project_status.completed_project	p.location a
	{ color: #000; }
	
div#splash.map2 div.project_status.current_project p.location,
div#splash.map div.project_status.current_project p.location a
	{ color: #000; }
	
div#splash.map2 div.project_status.under_review p.location,
div#splash.map2 div.project_status.under_review p.location a
	{ color: #000; }

div#splash.map2 p#current_projects,
div#splash.map2 p#completed_projects,
div#splash.map2 p#under_review {
	position: absolute;
	top: 494px;
	height: 16px;
	margin: 0;
	padding: 0;
}

div#splash.map2 p#current_projects a,
div#splash.map2 p#completed_projects a,
div#splash.map2 p#under_review a {
	display: block;
	height: 16px;
	text-decoration: none;
}

div#splash.map2 p#current_projects {
	left: 455px;
	width: 110px;
}

div#splash.map2 p#completed_projects {
	left: 570px;	
	width: 120px;
}

div#splash.map2 p#under_review {
	left: 700px;
	width: 90px;
}

/*=============================================
BLOG HERITAGE ON THE WIRE
=============================================*/

.blog_type {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color:#FFFFFF;
width: 140px; 
padding: 3px;
text-transform: uppercase;
background-color:#555555;
text-align:center;
text-decoration:none;
}


/*=============================================
	Video - In the news - page
 =============================================*/



#vlightbox {
	width:520px;
	zoom:1;	
}
.vlightbox {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:0px;
	width:120px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.77;
}
.vlightbox a{
	margin:0;
}
.vlightbox:hover, .vlightbox a:hover{
	text-decoration:underline;
	opacity:1;
}
.vlightbox img{
	display:block;
	border:none;
	margin:0;
}
.vlightbox div {display:none}
