/* CSS Document */

BODY{
	margin:0px;
	background-color:#c1c1c3;
	text-align:left;
	font-size:11px;
	font-family: Verdana, sans-serif;
}

TABLE {
margin-left: auto;
margin-right: auto;
}

UL {
margin:0 18px;
padding:0;
list-style:url(images/bullet-dot.gif);
list-style-type:none;
}

LI {
padding:0 0 5px;}

UL.blank {
margin:0 6px;
padding-top:10px;
list-style:none;
list-style-image:none;
}

A:link{
color:#557630; 
font-size:10px; 
text-decoration: underline;
}

A:hover{
color:#25250C; 
}

A:visited{
color:#36360d; 
}

a.footlink:link{
color:#fff; 
font-size:11px;
text-decoration: none;
}

a.footlink:hover{
color:#fff;
text-decoration: underline;
}

a.footlink:visited{
color:#fff;
text-decoration: none;
}

.lFloat, IMG.lFloat {
float:left;
}
.rFloat, IMG.rFloat {
float:right;
}
DIV#nav{
	width:803px;
	background-color:#557630;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.topBar { 
background-image:url(images/grad-top-yellow.gif); 
background-repeat:repeat-x;
}

.logoBar { background-color:#efe5c8; vertical-align:top;}

.leftBar, .titleBar{ 
background-color:#efe5c8;
}

.bottomBar {
background-image:url(images/grad-yellow.gif); 
background-repeat: repeat-x;
}

/* Page specific SideBar
-----------------------------------------------------------------------------------------------*/

BODY.home .sideBar{
background-image: url(images/sidebar-home.jpg);
background-repeat:no-repeat;
background-position:top; 
}

BODY.about .sideBar{
background-image: url(images/sidebar-about.jpg);
background-repeat:no-repeat;
background-position:top; 
}

BODY.projects .sideBar{
background-image: url(images/sidebar-project.jpg);
background-repeat:no-repeat;
background-position:top;  
}

BODY.partners .sideBar{
background-image: url(images/sidebar-partners.jpg);
background-repeat:no-repeat;
background-position:top;  
}

BODY.help .sideBar{
background-image: url(images/sidebar-help.jpg);
background-repeat:no-repeat;
background-position:top;  
}

BODY.contact .sideBar{
background-image: url(images/sidebar-contact.jpg);
background-repeat:no-repeat;
background-position:top;  
}


/* WORK. AREA
-----------------------------------------------------------------------------------------------*/

#workArea{
	vertical-align:top;
	text-align:left;
	padding-top: 25;
	padding-right: 50px;
	padding-bottom: 50;
	padding-left: 50px;
}

#workArea p{
	font-size:11px;
	line-height: 14px;
	color:#173646;
	margin:0px;
	padding:5px 0;
}

#workArea SPAN{
font-size:12px;
color:#557630;
}

.left_container H1 {
	font-size:18px;
	color:#557630;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.left_container H2 {
	font-size:14px;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #59772E;
}
#red {
	color:#da0013;
	font-size:18px;
	font-weight:normal;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	display: inline;
}
#quote {
	font-style: italic;
	color: #FFFFFF;
	background-color: #da0013;
	padding: 10px;
	width: 206;
	margin-top: 25px;
	line-height: 16px;
}

div.scroll {
	width: 410px;
	height: 570px;
	overflow: auto;
	/*border: 1px solid #666;*/
	background-image: url(images/map.gif);
	background-color: #efe5c8;
	padding: 8px;
}



/* FOOTER
-----------------------------------------------------------------------------------------------*/


.footer{
	z-index:6;
	background-color:#173646;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 30px;
	font-size:11px;
}
#botnav{
	float: right;
}
#botnav a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


/* SUBMENU
-----------------------------------------------------------------------------------------------*/

.subMenu { 
background-color:#efe5c8; 
text-align:left; 
padding:0 20px;
color:#557630; 
}

.subMenu a { 
color:#557630; 
font-size:11px; 
text-decoration:none;
}

.subMenu a:hover, .subMenu a.current { 
color:#557630; 
font-size:11px; 
text-decoration:underline;
}

.subMenu ul{ 
list-style:none; 
padding:0; 
letter-spacing: -1px; 
margin:0;
}

.subMenu li{ 
display: inline;
line-height: 20px; 
color:#557630; 
padding:0; 
/*padding-right:10px;*/
/*white-space:nowrap;*/
}



/* MENU
-----------------------------------------------------------------------------------------------*/
ul#menu {
	width: 696px;
	height: 37px;
	margin:0;
	margin-left:0px;
	margin-right:0px;
	padding:0;
	background: url('images/menu.gif');
	position:relative;
} 

ul#menu li {
display:block;
height:37px;
margin: 0; 
padding: 0; 
list-style: none; 
position: absolute; 
top: 0;
} 

ul#menu li a {
display:block;
height:37px;
}

li#home, li#homeSel {
left: 0px; 
width: 70px;
}

li#about, li#aboutSel {
	left: 70px;
	width: 117px;
}

li#whatwedo, li#whatwedoSel {
	left: 187px;
	width: 110px;
} 

li#program, li#programSel {
	left: 297px;
	width: 124px;
} 

li#partners, li#partnersSel {
	left: 422px;
	width: 105px;
} 

li#help, li#helpSel {
	left: 527px;
	width: 160px;
} 


#home a:hover, #homeSel {
background: transparent url(images/menu.gif) 0 -37px no-repeat;
}
#about a:hover, #aboutSel {
background: transparent url(images/menu.gif) -70px -37px no-repeat;
}
#whatwedo a:hover, #whatwedoSel  {
background: transparent url(images/menu.gif) -187px -37px no-repeat;
}
#program a:hover, #programSel {
background: transparent url(images/menu.gif) -297px -37px no-repeat;
}
#partners a:hover, #partnersSel {
background: transparent url(images/menu.gif) -422px -37px no-repeat;
}

#help a:hover, #helpSel {
background: transparent url(images/menu.gif) -527px -37px no-repeat;
}


ul#menu li a {
text-indent:-9000px; background-color:transparent;
}

#top {
	background-color: #173646;
	height: 80px;
}

.main{
	margin: 0px auto;
	width:803px;
	position: relative;
 }
#socialnav {
	width: 200px;
	float: right;
	text-align: right;
	height: 24px;
	margin-top: 50px;
}
#socialnav li {
	display: inline-block;
	width: 15px;
	height: 24px;
	margin-left: 5px;
  *display: inline;
}


.main_container{
	z-index:5;
	position:relative;
	width:803px;
	padding:0 0 22px;
	margin:0;
	overflow:hidden;
	border:0;
	widows:inherit;
	background-color:#E8EDD8;
	background-image:url(images/bg-secondary.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 100%;
}

.left_container{
	position:relative;
	height:100%;
	border:0;
	float:left;
	vertical-align:bottom;
	width: 475px;
	margin: 0;
	left: 50px;
	padding-top: 0;
	padding-right: 25;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 12px;
	color: #002937;
}
div#leftcontain_div
{
	position:relative;
	width:378px;
	height:530px;
	padding:0;
	margin:0;
	border:0;
	z-index:-1;
	float:left;
	vertical-align:bottom;
	background-color:#EFE7CE;
	overflow: hidden;
}
div#div_subgallery
{
	position:relative;
	width:378px;
	padding:0;
	margin:0;
	border:0;
	z-index:-1;
	float:left;
	vertical-align:bottom;
	background-color:#EFE7CE;
	overflow: hidden;
}
div#gallerycontent{
	float:left;
	padding-left:30px;
	padding-top:13px;
	
}
div#gallerycontent #subgal ul li {
	list-style:none;
}
.right_container{
	width:205px;
	margin:25px 50px 50px 0;
	border:0;
	float:right;
	padding: 0;
}

.main_container_home{
	padding:0;
}
	
.left_container_home{
	position:relative;
	width:425px;
	height:100%;
	padding:0;
	margin:0;
	border:0;
	float:left;
	background-image:url(images/bkg_org_red_k.gif);
	background-position:0px 0;
	vertical-align:bottom;
}
.right_container_home{
	position:relative;
	width:378px;
	height:100%;
	float:left;
	background-image:url(images/pic_main_3.jpg);
	background-repeat:repeat-y;
	background-position: 0px 400px;
	padding-right:0px;
}

#l_container .home_global_intro{
	/*position:relative;
	height:120px;
	width:378px;
	top:308px;
	direction:inherit;
	background-color:#91141A;
	text-align:center;
	vertical-align:middle;
	padding:0;
	border:0;
	overflow:hidden;*/
}
#l_container .slogan{
	position:absolute;
	left: 26px;
	top: 100px;
	width:300px;
	line-height:30px;
	text-align: center;
}
.logo_box{
	width:400px;
	background-image:url(images/logo_title.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height: 60px;
	padding-top: 20px;
	background-position: 0px 20px;
	clear: both;
	float: left;
}
.logo_box a {
	display:block;
	width:300px;
	height:50px;
}
.logo_box span {
	position:absolute;
	text-indent:-9999px;
}

.left_container_about{
}

.right_container_about{
}

.left_container_projects{
	background-color:#EFE5C8;
	background-repeat:no-repeat;
	background-image:url(images/sidebar-projects.jpg);
	background-position: 26px 55px;
}

.right_container_projects{
	background-color:#EFE5C8;
	background-image:url(images/bkg_top_shadow.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

.left_container_partners{
	background-color:#EFE5C8;
	background-repeat:no-repeat;
	background-image:url(images/sidebar-partners.jpg);
	background-position: 26px -10px;
}

.right_container_partners{
	background-color:#EFE5C8;
	background-image:url(images/bkg_top_shadow.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}

.left_container_takes{
	background-color:#EFE5C8;
	background-repeat:no-repeat;
	background-image:url(images/sidebar-takes_village.jpg);
	background-position: 26px 84px;
}

.right_container_takes{
	background-color:#EFE5C8;
	background-image:url(images/bkg_top_shadow.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}
.left_container_help{
	background-color:#EFE5C8;
	background-repeat:no-repeat;
	background-image:url(images/sidebar-help.jpg);
	background-position: 26px 10px;
}

.right_container_help{
	background-color:#EFE5C8;
	background-image:url(images/bkg_top_shadow.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}
.left_container_contact{
	background-color:#EFE5C8;
	background-repeat:no-repeat;
	background-image:url(images/photogallery.jpg) !important;
	background-position: 26px 0px;
}
.right_container_contact{
	background-color:#EFE5C8;
	background-image:url(images/bkg_top_shadow.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}
.main .menu_group{
	position:absolute;
	background:#7E9762;
	top: 37px;
	visibility:hidden;
	z-index:100;
	width:160px;
	padding:0;
	margin:0;
}

.main .mnu_1{
	left: 80px;
}
.main .mnu_2{
	left: 195px;
}
.main .mnu_3{
	left: 308px;
}
.main .mnu_4{
	left: 425px;
}
.main .mnu_5{
	left: 545px;
}

left: 527px;
	width: 160px;

.s_menu{
	position:relative;
	float:left;
	background-color:#7E9762;
/*	border-bottom:1pt dashed #6C884C;*/
	text-align:left;
	width:100%;
}

.menu_group a { 
	color:#FFFFFF; 
	font-size:11px; 
	text-decoration:none;
	display:block;
	padding:0px;
	height:20px;
	width:100%;
	text-indent:5px;
}

.menu_group a:hover, .menu_group a:active { 
	color:#557630; 
	text-decoration:underline;
	background-color: #A2B48E;
}

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

.menu_group li{
	margin:0px;
	padding:0px;
}
/*
.s_menu:hover, .subMenu a.current { 
color:#7E9762; 
font-size:11px; 
text-decoration:underline;
}
*/
#navbar {
	height: 30px;
	padding-left: 15px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
}
#navbar ul {
	position:absolute;
	top: -999em;
	left: -999em;
	text-transform:none;
	margin: 0;
	padding: 0;
	height: 36px;
	line-height: 40px;
	padding-top: 3px;
}
  
#navbar li {
	float:left;
	font-weight:normal;
	list-style: none;
	/*padding-right: 20px;*/
	min-height: 40px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
}
#navbar li a {
	color: #173646;
	text-decoration: none;
	font-size: 12px;
}
#navbar li.active a {
	color: #557630;
	font-weight: bold;
}
.m_title{
	position:relative;
	padding:0;
	margin-top:10px;
	width:100%;
	height:28px;
}
.menu_place{
	position:relative;
	padding-left:2%;
	padding-right:2%;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	width:96%;
	height:40px;
	color:#557630;
}
.scroll_contain {
	width: 420px;
	height: 395px;
	overflow: auto;
	margin-left:15px;
	background-image: url(images/map.gif);
	background-color: #efe5c8;
	padding:6px 10px;
	margin:0px 5px;
}

.scroll_contain a{
	/*color:#C64A00;*/
}
.scroll_contain div#backstyle a{
	color:black;
	font-weight: bold;
}
.heading{
	border-bottom: 1px solid #22464F;
	color: #002937;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 17px 0;
	padding-bottom: 2px;
}

.heading2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:5px;
}

.it_takes a{
	/*position:absolute;*/
	float:left;
	height:18px;
	width:165px;
	color: #FFFFFF;
	padding-left:23px;
	padding-top:8px;
	text-decoration: none;
	background-color:#557630;
	background-image:url(images/btn_it_take.gif);
	background-repeat: no-repeat;
}
/*.it_takes a{
	/*width:100%;
	height:100%;
	display:block;
	background-image:url(images/btn_it_take.gif);
	text-decoration: underline;
}*/
.it_takes a:hover{
	background:url(images/btn_it_take_on.gif);
	text-decoration: underline;
	background-repeat: no-repeat;
}

/* ========================================== */
.homephoto{
	border: 1px solid #FFFFFF;
}
#home_global_intro_id {
	padding-top:37px;
}

#home_global_intro_id a {
	background:url(images/slogan_a_model_of_home.gif) center no-repeat;
	display:block;
	height:120px;
	width:378px;
	background-color:#91141A;
	text-align:center;
	padding:0;
	border:0;
	overflow:hidden;
	text-decoration:none;
}

#home_global_intro_id a span {
	font-style:italic;
	font-size:16px;
	color:#fff;
	display:block;
	position:absolute;
	margin:60px 0 0 169px;
}

/*#home_global_intro_id .btn_takes{
	/*position:absolute;/
	height:27px;
	width:152px;
	left:0;
	/*top:73px;/
}
.btn_takes a{
		float:left;
	height:18px;
	width:152px;
	margin-left: 165px;

	width:100%;
	height:100%;
	display:block;
	background:url(images/btn_takes.gif);
	background-repeat: no-repeat;
}
.btn_takes a:hover{
	background-image:url(images/btn_takes_u.gif);
	background-repeat: no-repeat;
}*/


/*#footer .btn_donate{
	position:absolute;
	height:27px;
	width:117px;
	left:400px;
}*/
.btn_donate a{
/*	width:100%;
	height:100%;*/
	float:left;
	height:28px;
	width: 117px;
	margin-left: 225px;	
	background:url(images/btn_donate.gif);
	background-repeat: no-repeat;
}
.btn_donate a:hover{
	background-image:url(images/btn_donate_on.gif);
	background-repeat: no-repeat;
}


/*#footer .btn_project{
	position:absolute;
	height:27px;
	width:108px;
	left:517px;
}*/
.btn_project a{
/*	width:100%;
	height:100%;
	display:block;*/
	float:left;
	height:28px;
	width:108px;
	margin-left: 0;
	background:url(images/btn_project.gif);
	background-repeat:no-repeat;
}
.btn_project a:hover{
	background-image:url(images/btn_project_on.gif);
	background-repeat:no-repeat;
}


/*#footer .btn_photogall{
	position:absolute;
	height:27px;
	width:108px;
	left:632px;
}*/
.btn_photogall a{
/*	width:100%;
	height:100%;
	display:block;*/
	float:left;
	height:28px;
	width:108px;
	margin-left:0;
	background:url(images/btn_photogall.gif);
	background-repeat: no-repeat;
}
.btn_photogall a:hover{
	background-image:url(images/btn_photogall_on.gif);
	background-repeat: no-repeat;
}


/*#footer .btn_newsletter{
	position:absolute;
	height:27px;
	width:91px;
	left:740px;
}*/
.btn_newsletter a{
/*	width:100%;
	height:100%;
	display:block;*/
	height: 28px;
	width:91px;
	float:left;
	margin-left:0;
	background:url(images/btn_newsletter.gif);
	background-repeat:no-repeat;
}
.btn_newsletter a:hover{
	background-image:url(images/btn_newsletter_on.gif);
	background-repeat:no-repeat;
}

/* ========================================== */

span a.readmore
{
	color:#c34a05;
}

a span.readmore:visited
{
	color:#c34a05;
}
/********************* styles added after the cms is build up ************************************/
#top_gal 
{
/*border-bottom:dashed 1px #339900;*/
}


ul#top_gal 
{
	margin:0px;	
	margin-bottom:4px;
	background:#ffffff;
	padding:3px;
	min-height:100px;
	min-width:395px;
}
ul#top_gal li {
	height: 94px;
	background:#ffffff;
	padding:0px;
}
ul#top_gal li p
{
	margin:0px;
}
ul#top_gal  li 
{
	list-style:none;
	float:left;
}
ul#top_gal li img
{
	margin-right:5px;
/*	border:solid 1px #669933;*/
}
span#first_link a
{
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
}
div#brk{
	padding-bottom:5px;
	
}
span#gal_hd a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#557630;
	text-decoration:none;
}
span#gal_hd {
	font-size:16px;
	font-weight:bold;
	color:#557630;
	text-decoration:none;
}
span#gal_hd a:hover{
	text-decoration:underline;
}
li.gal_content{
	width:270px;
	height:96px;
}
/*li.gal_content a{
	color:#C64A00
}*/
div#sep{
	border-bottom:dashed 1px #009933;
	margin-bottom:5px;
}
div#subgal ul
{
	margin:0px;
	padding:0px;
	list-style: none;
	list-style-image: none;
}

div#pic{
	float:left;
	height:138px;
	width:110px;
	margin:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border: solid 1px #00CC66;
	background-color: #FFFFFF;
}

div#pic ul{
	margin:0px;
	padding:0px;
	list-style-image: none;
}

div#pic ul li{
	list-style:none;
	list-style-type:none;
	
}
div#pic ul li#pic_display{
	height:100px;
}
div#pic ul li#pic_title{
	height:30px;
}
div#pic_container{
	height:100%;
	overflow:auto;
}

div#avigation_base{
	height:auto;
	margin:3px;
	background-color:#FFFFCC;
	margin:5px;
}
.form_field{
	border:solid 1px #00CC66;
}
.clearleft{
	clear:left;
}

.visit_bungamati_house {
	color: #fff;
	line-height:18px;
}
	.visit_bungamati_house a {
	font-size:14px;
	color: #FFFFFF;
	text-decoration: none;
	}
.paypal_donate {
	padding-top:230px;
	height:26px;
	float: left;
	padding-bottom: 50px;
	padding-left: 20px;
}
.trek_2010 {
	margin:0;
	padding:25px 0 0;
	height:39px;
}
.left_container_home {
	background:none;
}
.home_left {
	background:url(images/home_03.jpg) top left no-repeat;
	height:494px;
	text-align:center;
	width:425px;
}
.right_container_home {
	background:url(images/home_04.jpg) top left no-repeat;
	text-align:center;
	padding-top: 267px;
	height:227px;
}

.page_title {
	margin:10px 0 18px !important;
}

.gallery_container {
	float:none;
	width:auto;
	left:0;
	padding:25px 50px 0;
}
.gallery_container_sub {
	padding-top:5px;
}
#subgal {
	margin:12px 0;
}

h1 a {
	color:#557630 !important;
	font-size:18px !important;
}

