@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background:url(../images/bg.gif) repeat-x #FEC07E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
div,img,a,p,ul,li,br{
	margin:0;
	padding:0;
}
a img {
	border:0px;
}
#container {
	margin:0 auto;
	width:883px;
}
   #logo {
	 width:100%;
	 height:118px;
     background:url(../images/bg_header.gif) no-repeat  217px 0px;
   }
	   #logo img{
		 margin:13px 0px 0px 22px;   
	   }
   #navigation {
	   height:38px;
	   background:url(../images/bg_navigation.gif) no-repeat;
	   padding:0px 0px 0px 14px;
	    
   }
		#navigation a{
		   margin:0px 2px 0px 0px;   
		}
		/* new added 23-10-07  starts*/		
			#navigation a.nav_home_selected{
				background:url(../images/btn_home_selected.gif) no-repeat;
				width:145px;
				height:31px;
				float:left;			
			}
			#navigation a.nav_home{
				background:url(../images/btn_home.gif) no-repeat 0px 0px;
				width:145px;
				height:31px;
				float:left;			
			}
			#navigation a.nav_home:hover{
				background:url(../images/btn_home.gif) no-repeat 0px -31px;					
			}
			#navigation a.nav_about_selected{
				background:url(../images/btn_about_selected.gif) no-repeat;
				width:141px;
				height:31px;
				float:left;			
			}
			#navigation a.nav_about{
				background:url(../images/btn_about.gif) no-repeat 0px 0px;
				width:141px;
				height:31px;
				float:left;			
			}
			#navigation a.nav_about:hover{
				background:url(../images/btn_about.gif) no-repeat 0px -31px;					
			}
			#navigation a.nav_stay_selected{
				background:url(../images/btn_stay_informed_selected.gif) no-repeat;
				width:151px;
				height:31px;
				float:left;			
			}
			#navigation a.nav_stay{
				background:url(../images/btn_stay_informed.gif) no-repeat 0px 0px;
				width:151px;
				height:31px;
				float:left;			
			}
			#navigation a.nav_stay:hover{
				background:url(../images/btn_stay_informed.gif) no-repeat 0px -31px;					
			}
			#navigation a.nav_do_selected{
				background:url(../images/btn_do_something_selected.gif) no-repeat;
				width:151px;
				height:31px;
				float:left;			
			}
			#navigation a.nav_do{
				background:url(../images/btn_do_something.gif) no-repeat 0px 0px;
				width:151px;
				height:31px;
				float:left;			
			}
			#navigation a.nav_do:hover{
				background:url(../images/btn_do_something.gif) no-repeat 0px -31px;					
			}
		/* new added 23-10-07  ends*/
	#maincontent{	
	  background:url(../images/bg_shaded_content.gif) repeat-y;	 
	}
		#maincontent .main_content_bg {	
		   background:url(../images/bg_shaded_top.gif) no-repeat;
		   padding:0px 27px 0px 27px;  
		}
	#content {
	
	}
		/* new added 23-10-07  starts*/	
		#content .imgnav {
		    		 
		}
				
	
		
			#content .imgnav a.link1{
				background:url(../images/btn_human_rights.gif) no-repeat;
				width:204px;
				
			}
			#content .imgnav a.link1:hover{
				background:url(../images/btn_human_rights.gif) no-repeat 0px -57px;
			}
			#content .imgnav a.link2{
				background:url(../images/btn_trade_justice.gif) no-repeat;
				width:203px;
				
			}
			#content .imgnav a.link2:hover{
				background:url(../images/btn_trade_justice.gif) no-repeat 0px -57px;
			}
			#content .imgnav a.link3{
				background:url(../images/btn_peace_conflict.gif) no-repeat;
				width:203px;
				
			}
			#content .imgnav a.link3:hover{
				background:url(../images/btn_peace_conflict.gif) no-repeat 0px -57px;
			}
			#content .imgnav a.link4{
				background:url(../images/btn_homeless.gif) no-repeat;
				width:204px;
			}
			#content .imgnav a.link4:hover{
				background:url(../images/btn_homeless.gif) no-repeat 0px -57px;
			}
			#content .imgnav a.link5{
				background:url(../images/btn_health_equality.gif) no-repeat;
				width:204px;
			}
			#content .imgnav a.link5:hover{
				background:url(../images/btn_health_equality.gif) no-repeat 0px -57px;
			}
			#content .imgnav a.link6{
				background:url(../images/btn_environment.gif) no-repeat;
				width:203px;
			}
			#content .imgnav a.link6:hover{
				background:url(../images/btn_environment.gif)  no-repeat 0px -57px;
			}
			#content .imgnav a.link7{
				background:url(../images/btn_women.gif) no-repeat;
				width:203px;
			}
			#content .imgnav a.link7:hover{
				background:url(../images/btn_women.gif) no-repeat 0px -57px;
			}
			#content .imgnav a.link8{
				background:url(../images/btn_media.gif) no-repeat;
				width:204px;				
			}
			#content .imgnav a.link8:hover{
				background:url(../images/btn_media.gif) no-repeat 0px -57px;				
			}
					
			
		/* new added 23-10-07  ends*/	
		#content .clear {
			clear:both;
		}
		#content h1{			
			font-size:14px;
			font-weight:bold;
			color:#FFFFFF;
			background-color:#CF1000;
			padding:3px;
			margin-bottom:10px;	
		}
		#content a {
			color:#CF1000;
			text-decoration:none;
		}
		#content a:hover {
			/* text-decoration:underline;*/
		}
		#content .aboutus_text {
			background:url(../images/bg_about_us_text.gif) no-repeat #C1B093;
			height:260px;
			padding:10px 10px 0px 290px;
			color:#42210E;
			font-weight:bold;
			margin-right:1px;		
		}
		#content .form {
			background:url(../images/bg_form_repeat.jpg) repeat-y #FC8100; 
			padding:0px 0px 0px 0px;
		}
		#content .form_content{
			background:url(../images/bg_form.jpg) no-repeat;						
		}
		#content .form_confirm{
			background:url(../images/bg_form_thank_you.gif) no-repeat;
			height:200px;						
		}
		#content .form_confirm h2{		
			font-size:18px;
			color:#FFFFFF;
			padding:45px 0px 0px 20px;
			margin:0px;
			font-weight:bold
		}
		#content .form_content h2{		
			font-size:18px;
			color:#FFFFFF;
			padding:45px 0px 0px 20px;
			margin:0px;
			font-weight:bold
		}
		#content .form_content .fields{
		padding:60px 0px 0px 202px;		
		}
			
		#content .form_content label {
			text-align: right;
			width: 110px;
			padding-right: 10px;
			float:left;
			color:#FFFFFF;
			font-size:14px;
			font-weight:bold;
			line-height:30px;
		}		
		#content .form_content br {
			clear: both;
		}
		#content .form_content span {
			color:#B51818;
			
		}	
		#content .form_content input{
			margin-bottom:10px;
			border:0px;
			width:291px;
			height:23px;
			padding:7px 0px 0px 4px;			
		}
		#content .form_content .textarea{
			background:url(../images/bg_text_area.gif) no-repeat;
			margin-bottom:10px;
			width:295px;
			height:60px;
			float:left;			
		}
		#content .form_content .textarea1{
			background:url(../images/bg_text_area1.gif) no-repeat;
			margin-bottom:10px;
			width:295px;
			height:60px;
			float:left;			
		}			
		#content .form_content textarea{
			background:none;
			border:0px;
			width:285px;
			height:48px;
			padding:10px 3px 0px 4px;			
		}
		#content .form_content .input1 {
			background:url(../images/input1.gif) no-repeat;					
		}
		#content .form_content .input2 {
			background:url(../images/input2.gif) no-repeat;
		}
		#content .form_content .input3 {
			background:url(../images/input3.gif) no-repeat;
		}		
		
		
		#content .form_bottom{
			background:url(../images/bg_form_bottom.jpg) no-repeat;
			height:39px;			
		}
		
	
    #footer{
		text-align:center;
		color:#7C7879;
		padding:10px 0px 10px 0px;
	}
		#footer a{
			color:#7C7879;
			text-decoration:none;		
		}
		#footer a:hover{
			text-decoration:underline;
		}   
		
/*  edited by Usman Starts */	
#content .home_text {
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:15px;
			line-height:22px;
			background-color:#c21925;
			padding:20px 16px 20px 16px;
			color:#ffffff;
			font-weight:bold;
			margin-right:1px;		
			text-align:justify;
		}
#content .options_text {
			background:#c0b291;
			height:40px;
			padding:20px 16px 0px 16px;
			color:#ffffff;
		}
#content .bg123 {
			background:url(../images/123bg.jpg) no-repeat #aca082;
			padding:20px 16px 0px 16px;
			height:260px;
}
#content .download {
			float:left;
			width:230px;
			height:200px;
			padding:20px 16px 0px 16px;
			
}
		
#content .newsletter {
			float:left;
			width:230px;
			height:200px;
			padding:20px 16px 0px 16px;
			
}		

#content .dosomething {
			float:right;
			width:230px;
			height:200px;
			padding:20px 16px 0px 16px;
			
}

.blackquote {
			background:#000000;
			color:#FFFFFF;
			width:550px;
			padding:5px 10px 5px 10px;
		}
.blackquote span{
			font-weight:bold;
		}
		
.orangequote {
			background-color:#fc8100;
			color:#FFFFFF;
			width:450px;
			font-size:16px;
			font-weight:bold;
			padding:5px 10px 5px 10px;
		}
.orangequote span{
			color:#000000;
			font-size:12px;
			text-decoration:underline;
			
		}
		
/*  edited by Usman End */	