body {
	background-image:url(../images/bg.jpg);
	background-color:#320c0c;
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
	font-family:Georgia, Palatino, Times, Serif;
	font-size:14px;
	line-height:18px;
	color:white;
	}
	
	a
	{
		color: #821f1f;
		text-decoration: none;
	}
	a:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
	
#main_container {
	margin:0 auto 0 auto;
	width:850px;
	}

#nav {
	margin-top:25px;
	margin-bottom:0;
	}
	
	#nav img.left {
		float:left;
		margin-top:0;
		}
	
	/***************************/
	#google_translate_element
	{
		float:left;
		margin-top:0;
	}
	
	#google_translate_element select
	{
		background-color:black;
		border:1px solid white;
		color:#ffebb0;
		font-size:11px;
		width:155px;
	}
	#google_translate_element select option
	{
		padding-top:3px;
		padding-bottom:2px;
	}
	
	#google_translate_element p
	{
		visibility: hidden;
	}
	/***************************/
	
	#nav form {
		float:left;
		margin-top:0;
		}
		
		#nav form select.language {
			background-color:black;
			border:1px solid white;
			color:#ffebb0;
			font-size:11px;
			width:155px;
			}
			
			#nav form select.language option{
				padding-top:3px;
				padding-bottom:2px;
				}
				
	#nav ul {
		margin-top:0;
		float: right;
		padding-left:0;
		text-align: left;
		}
		
		#nav ul.inner {
		padding-left:0;
		margin:44px 0 0 0;
		}
		
		#nav ul li{
			display:inline;
			cursor:pointer;
			}
		
			#nav ul li a {
				padding:0;
				float: left;
				}
				
input[type="text"], input[type="password"], textarea
{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

input[disabled]
{
	color: #000000;
}

.CounterStyle
{
	border: 0px;
	background: transparent;
	font-style: italic;
	color: #777777;
}

/*div.shaded_box {
	background-image:url(../images/bg40.png);
}*/

.shaded_box
{
	background-image:url(../images/bg40.png);
}

.BottomImg
{
	background-image: none;
	float: left;
	padding-top: 10px;
}

#home_flash {
	clear:both;
	width:100%;
	}
	
#home_left {
	width:467px;
	float:left;
	background-repeat:repeat;
	}

	#home_left p {
		margin-top:5px;
		}
		
	#home_left div {
		margin-top:5px;
		}
		
#home_right {
	width:360px;
	float:right;
	}
	
	#home_right div.dark {
		background-color:black;
		}
		
			#home_right div.dark img {
				margin:20px 0 0 10px;
				}
				
	#home_right div.light {
		background-repeat:repeat;
		margin-bottom:25px;
		}
		
		#home_right div.light a {
			font-size:11px;
			color:#ffebb0;
			text-decoration:none;
			}
			#home_right div.light a:hover {
				text-decoration:underline;
				color:white;
				}
	
	#home_right p {
		margin-top:0;
		}
	
	#home_right .testimonial {
		margin-bottom:10px;
		}

#footer {
	clear:both;
	width:100%;
	height:67px;
	background-color:black;
	}
	
	#footer img {
		float:left;
		margin-top:40px;
		margin-left:10px;
		}
		
	#footer ul {
		float:right;
		margin: 45px 5px 0 0;
		padding-left: 0;
		display: inline;
		font-size: 11px;
		line-height:12px;
		}
		
		#footer ul li {
			margin-left: 0;
			padding: 3px 3px 3px 4px ;
			border-left: 1px solid #ffebb0;
			list-style: none;
			display: inline;
			}
			
			#footer ul li.first {
				margin-left: 0;
				border-left: none;
				list-style: none;
				display: inline;
				}
				
	#footer.innerpage {
		height:41px;
		background-color:#ffebb0;
		}
		
		#footer.innerpage img {
			margin:0 0 0 10px;
			}
		
		#footer.innerpage ul {
			margin-top:12px;
			padding-bottom:2px;
			}
			
			#footer.innerpage ul li {
				border-color:#821f1f;
				}
				
				#footer.innerpage ul li a {
					color:#821f1f;
					}
				
	#footer a {
		color:#ffebb0;
		font-size:11px;
		text-decoration:none;
		}
		
		#footer a:hover {
			color:white;
			text-decoration:underline;
			}
			
div.black {
	clear:both;
	height:25px;
	width:100%;
	background-color:black;
	line-height:25px;
	}
	
#inner_container {
	background-color:#ffebb0;
	width:100%;
	color:black;
	margin-top:0;
	}
	
#left_nav {
	margin-top:0;
	width:262px;
	float:left;
	margin-right:25px;
	background-color:#e5d39e;
	}
	
	#left_nav ul {
		margin:0;
		padding:5px 10px 5px 15px;
		list-style:none;
		}
		
		#left_nav ul a {
			font-family:Tahoma, Arial, San-serif;
			font-size:11px;
			color:#821f1f;
			line-height:21px;
			text-decoration:none;
			}
			
			#left_nav ul a:hover {
				text-decoration:underline;
				}
				
	#left_nav div {
		background-color:#ffebb0;
		width:100%;
		padding-bottom:5px;
		}
		
		#left_nav div img {
			margin-top:35px;
			margin-left:10px;
			}
			
		#left_nav div form {
			margin:10px;
			}
		
		#left_nav div form input#submit, .login_button {
			background:url(../images/login_bg.gif);
			text-indent:-9999px;
			width:52px;
			height:24px;
			border:none;
			margin-top:10px;
			cursor:pointer;
			float:right;
			}
			
		#left_nav div form input#password, input#username {
			margin-top:10px;
			width:100%
			}
		
		#left_nav div p {
			clear:both;
			font-size:5px;
			line-height:5px;
			}
			
			#left_nav #google_translate_element
			{
				margin-top: 10px;
			}
			#left_nav #google_translate_element img
			{
				margin: 0px;
			}
			
			.MapNav
			{
				vertical-align: middle;
				font-family:Tahoma, Arial, San-serif;
				font-size:11px;
				color:#000000;
				text-decoration:none;
			}
		
h2
{
	font-family:Arial Narrow, Arial, Tahoma, San-Serif;
	color:#000000;
	font-size: 19px;
	font-weight:bold;
	padding:0 0;
}
		
		
h1 {
	font-family:Arial Narrow, Arial, Tahoma, San-Serif;
	color:#821f1f;
	font-size:21px;
	text-transform:uppercase;
	padding:5px 0;
	}
	
	h1.logo {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	}
		h1.logo span, h1.logo a	{
			display: block;	
			width: 305px;
			height: 77px;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://webpagefx.org/refugees/images/inner_nav_norm_01.png');
			}	

		h1.logo[class] span {
			background: url(http://webpagefx.org/refugees/images/inner_nav_norm_01.png) top left no-repeat;
		}

.inner	{
	border-top: 1px;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
	
#inner_content {
	float:left;
	width:538px;
	font-size:12px;
	}
	
	#inner_content img.right {
		float:right;
		padding-left:15px;
		margin-right:0;
		padding-right:0;
		}
	
a.small_link{
	text-decoration:none;
	font-size:11px;
	color:white;
	padding-left:3em;
	}
	
	a.small_link:hover {
		text-decoration:underline;
		color:#ffebb0;
		}

.padding {
		padding:5px 10px;
		}
		
.img_thick_border {
	border:5px solid white;
	}
	
	
	/*******************/
.SigImage
{
	border: 2px solid #000000;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.FeatureLink
{
	font-size: 11px;
	color: #FFFFFF;
}

a.FeatureLink
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.FeatureLink:hover
{
	text-decoration: underline;
}

div.SiteMapList > ul > li
{
	font-weight: bold;
	list-style-type: none;
}

div.SiteMapList ul ul
{
	margin-top: 0px;
	list-style-type: none;
	padding-left: 20px;
}
	
	.Quote
	{
		padding-left: 50px;
		padding-right: 50px;
		min-height: 48px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-image: url('../SuccessStories/quote_small.gif');
		background-position: left top;
		top: 0px;
		font-style: italic;
		background-repeat: no-repeat;
	}
	
	.QuoteSmall
	{
		padding-left: 20px;
		padding-right: 10px;
		line-height: 92%;
		font-style: italic;
	}
	
	.Divider
	{
		border-bottom: 2px solid #000000;
		width: 100%;
		line-height: 60%;
	}
	
	
	.MapHeader
	{
		font-family:Arial Narrow, Arial, Tahoma, San-Serif;
		color:#FFFFFF;
		font-size:19px;
		line-height: 80%;
		padding-top: 25px;
		font-weight: bold;
	}
	
	.RegionMenu ul li
	{
		list-style-type: none;
		font-family:Arial Narrow, Arial, Tahoma, San-Serif;
		color:#FFFFFF;
		font-size:16px;
		font-weight: bold;
		text-transform:uppercase;
	}
	.RegionMenu ul li a
	{
		text-decoration: none;
		color:#ddcb8f;
	}
	.RegionMenu ul li:hover
	{
		text-decoration: none;
		color:#ddcb8f;
		display:inline;
		border-bottom: 2px solid #000000;
	}
	
	.CountryHeader
	{
		border-bottom: 7px #000000 solid;
		font-size: 35px;
		padding-top: 10px;
		padding-bottom: 7px;
		font-weight: bold;
		font-family: Arial Narrow, Arial, Tahoma, San-Serif;
		color: #FFFFFF;
	}
	
	.CentAmHeader
	{
		border-bottom: 7px #000000 solid;
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 7px;
		font-weight: bold;
		font-family: Arial Narrow, Arial, Tahoma, San-Serif;
		color: #FFFFFF;
	}
	
	.CountryText
	{
		width: 400px;
		padding-left: 10px;
	}
	
	.CountryListHeader
	{
		font-family: Arial Narrow, Arial, Tahoma, San-Serif;
		color:#000000;
		font-size:19px;
		font-weight: bold;
		padding-left: 10px;
	}
	
	
/* Textual RRP logo header */	
.PALogoTxt, a.PALogoTxt:link, a.PALogoTxt:hover
{
	font-family:Arial Narrow, Arial, Tahoma, San-Serif;
	color:#c34732;
	font-weight:bold;
	font-size: 45px;
	line-height: 80%;
	text-decoration: none;
}
.RRPLogoTxt, a.RRPLogoTxt:link, a.RRPLogotxt:hover
{
	font-family:Arial Narrow, Arial, Tahoma, San-Serif;
	color:#ffebb0;
	font-weight: bold;
	font-size: 16px;
	padding-left: 48px;
	line-height: 90%;
	text-decoration: none;
}

.DividerBig
{
	border-bottom: 10px solid #000000;
    width: 100%;
    line-height: 35%;
}
	
	/* Lightbox stuff */
	.PageOverlay
	{
		display:none;
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 1001;
	}
	.PageOverlay a
	{
		display: table-cell; 
		vertical-align: middle; 
		text-align: center;
	}
	.PageOverlay:target
	{
		display: table;
	}
	.LightBoxContent
	{
		display: none;
		position: absolute;
		top: 25%;
		left: 25%;
		width: 50%;
		height: 50%;
		padding: 10px;
		padding-bottom: 30px;
		border: 7px solid #000000;
		color: #000000;
		background-color: #FFFFFF;
		z-index: 1002;
		overflow: hidden;
	}
	.LightBoxContent a.Close
	{
		font-family: Verdana , Arial, Helvetica, sans-serif;
		position: absolute;
		top: 1px;
		right: 1px;
		display: block;
		width: 20px;
		height: 20px;
		text-align: center;
		background-color: #000000;
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
	}
	
	.LightBoxContent a.Close:hover
	{
		background-color: #DDDDDD;
		color: #FFFFFF;
    }
    .LightBoxContent .Scroll
    {
		margin-top: 20px;
		width: 100%;
		height: 100%;
		overflow: auto;
    }
	

/*---IE6 TRANSPARENT PNG FIXES START---*/

.png_fix {
	z-index:1; 
	position:absolute;
	}
	
#png_fix_arrivalstatistics {position:relative; width:234px; height:28px; }
#png_fix_ourmission {position:relative; width:151px; height:26px; }
#png_fix_testimonial {position:relative; width:105px; height:22px; }
#png_fix_events {position:relative; width:175px; height:24px; }

div#nav #png_fix_aboutus {position:relative; width:87px; height:25px; }
div#nav #png_fix_employingrefugees {position:relative; width:188px; height:25px; }
div#nav #png_fix_serviceproviders {position:relative; width:171px; height:25px; }
div#nav #png_fix_successstories {position:relative; width:141px; height:25px;}

div#nav #png_fix_innerLogo {position:relative; width:305px; height:77px; float:left;}
div#nav #png_fix_innerHome {position:relative; width:51px; height:33px;}
div#nav #png_fix_innerAboutus {position:relative; width:75px; height:33px;}
div#nav #png_fix_innerEmployingrefugees {position:relative; width:141px; height:33px;}
div#nav #png_fix_innerServiceproviders {position:relative; width:128px; height:33px;}
div#nav #png_fix_innerSuccessstories {position:relative; width:108px; height:33px;}

/*---IE6 TRANSPARENT PNG FIXES END---*/