a, div, h1, h2, h3, h4, h5, h6, img, p,
var {
    background:transparent;
    border:0 none;
    font-size:100%;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
}
body{
    background:transparent;
    border:0 none;
    font-size:100%;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:top;
}
img {
	vertical-align:top; 
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:#fff; 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#232323;
}
html { 
	min-width:1100px;
}
.div_border { border: solid 1px #CCCCCC; padding:7px; }
.tb { border-style:none; border-width: 0px; font-family: Tahoma, Helvetica, sans-serif; font-size:12px; border-collapse:collapse; }
.tb_border { border-style:solid; border-width: 1px; border-color:#CCCCCC; padding:5px; font-family: Tahoma, Helvetica, sans-serif; font-size:12px; border-collapse:collapse; }
.tbhead {background:url(../images/footer-bg.png) repeat; font-weight:bold; padding:5px; }
.textbox { border-style: solid; border-width:1px; border-color:#cccccc; font-size:12px; height:18px; }
.button { border: solid 1px #2C84EE; font-size:12px; height:22px; cursor:pointer; background: #2C84EE; }
.red_text { color: #CC0000; }
.red_text_bold { color: #CC0000; font-weight: bold; font-size: 12px; }
.green_text { color:#006633; }
.blue_text { color:#0000CC; }
/* Global Structure ============================================================= */
.container {
	width:100%; background-color:#CCCCCC;
}

	/* Header */
	header {
		background:url(../images/header-bg.jpg) repeat center top;
		min-width:940px;
	}
	
	/* Footer */
	#footer {
		width:100%; 
		height:250px;
		background: #999999;
		color:#FFF;	
		background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#00A3EF)); /* for webkit browsers */
		/* Opera */ 
		background-image: -o-linear-gradient(top, #CCCCCC 0%, #00A3EF 100%);
		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #00A3EF));
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #00A3EF 100%);
		background: -moz-linear-gradient(top,  #CCCCCC,  #00A3EF); /* for firefox 3.6+ */
		filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CCCCCC', endColorStr='#00A3EF', GradientType=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CCCCCC', endColorStr='#00A3EF', GradientType=0)";
		background-image: linear-gradient(to bottom, #CCCCCC 0%, #00A3EF 100%);
		background-image:  -ms-linear-gradient(top, #CCCCCC, #00A3EF);
	}
	
	#footer a {
		color: #FFFFFF;
		text-decoration:none;
		font-size:12px;
	}
	
	#footer a:hover {
		color: #EEEEEE;
		text-decoration:underline;
		font-size:12px;
	}
/* Left & Right alignment */

.clear { 
	clear:both;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.categories {
	padding-bottom:37px;
}
	.categories li {
		font-weight: normal;
font-size: .857em;
padding-bottom: 8px;
margin-bottom: 6px;
background: url(../images/divider1.gif) repeat-x left bottom;
	}
	.categories li.last {
		background:none;
		padding:0;
		margin:0;
	}
		.categories li span {
			display:block;
			padding-left:15px;
			height:1%;
			background:url(../images/marker.gif) no-repeat left 5px;
		}
		.categories li a {
			text-decoration:none;
			color:#008cc4;
		}
		.categories li a:hover {
			color:#ff7b01;
		}

.news {
	margin-top:-25px;
}
	.news li {
		padding-top:25px;
		line-height:1.429em;
	}		
		.news li strong {
			font-size:.857em;
			color:#454545;
			display:block;
			padding-bottom:3px;
		}
		.news li a {
			color:#008cc4;
			text-decoration:none;
			font-weight:bold;
		}

.articles {
	margin-top:-18px;
}		
	.articles li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		line-height:1.429em;
		padding-top:18px;
	}
		.articles li img {
			float:left;
			margin-right:22px;
		}

.sitemap {
	padding-bottom:15px;
}		
	.sitemap li {
		padding:0 0 5px 16px;
		background:url(../images/marker1.gif) no-repeat left 5px;
	}
		.sitemap li ul {
			padding-top:5px;
			margin-bottom:-5px;
		}

.list {
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
}
	.list li {
		float:left;
		width:175px;
		margin-right:53px;
	} 
	.list li.last {
		margin:0;
	}
		.list li span {
			display:block;
			text-align:center;
		}
		.list li h4 {
			padding-top:20px;
		}
		.list li p {
			margin:0;
		}


/*----- other -----*/
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	line-height:1.429em;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
	line-height:1.429em;
}
.p0 {
	margin:0;
}

.address {
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
}	
	.address address {
		font-style:normal;
		line-height:1.429em;
		float:left;
		width:248px;
	}
		.address address strong {
			color:#008cc4;
			width:94px !important;
			width:91px;
			float:left;
		}
	.address .extra-wrap {
		float:left;
		width:385px;
	}
	.address p {
		margin:0;
	}
		
#banner {
	
}
	#banner h2 {
		color:#fff;
		font-size:42px;
		text-transform:none;
		line-height:1.2em;
		padding:75px 0 0 55px;
		margin:0;
	}
		#banner h2 span {
			display:block;
			margin-top:-12px;
			color:#fff;
		}
			#banner h2 span span {
				font-size:30px;
				margin-top:-8px;
			}



/*----- txt, links, lines, titles -----*/
a {
	color:#0C7AEC; 
	outline:none;
	text-decoration:none;
}
a:link {
	color:#0C7AEC; 
	outline:none;
	text-decoration:none;
}
a:visited {
	color:#0C7AEC; 
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 16px;
}
	h1 a {
		width:473px;
		height:63px;
		position:absolute;
		left:0;
		top:114px;
		text-decoration:none;
		color:#0C7AEC;
	}
h2 {
	font-size:12px;
	line-height:1.2em;
}
	h2 span {
		color:#8d8d8d;
	}
h3 {
	font-size:12px;
	font-weight:bold;
	line-height:1.2em;	
}
h4 {
	font-size:1em;
	color:#008cc4;
	margin-bottom:5px;
}
	h4 a {
		color:#0C7AEC;
		text-decoration:none;
	}
	h4 a:hover {
		color:#ff7b01;
	}


.txt1 {
	color:#008cc4;
	font-weight:bold;
}

.link {
	position:absolute;
	right:0;
	top:159px;
}

/*===== content =====*/
#content .inside {
	padding:22px 20px 0 29px;
}
#content .ic, 
#content .ic a {border:0;float:right;background:#000;color:#ff7b01;width:100%;line-height:10px;font-size:10px;margin:-50% 0 0 0;padding:0}

/*----- forms -----*/

#search-form .rowElem {
	height:28px;
	position:absolute;
	right:0;
	top:113px;
}
#search-form input {
	width:205px;
	background:#fff;
	padding:4px 5px 4px 5px;
	border:1px solid #d0d0d0;
	border-right:0;
	color:#454545;
	line-height:1.2em;
	float:left;
	height:18px;
}
#search-form a {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	float:left;
	background-color:#0087c1;
	padding:6px 11px 0 11px;
	height:22px;
}
#search-form a:hover {
	background-color:#47b6e5;
}

/*----------------------*/

#newsletter-form {
	padding-bottom:45px;
}
	#newsletter-form fieldset {
		background:url(../images/newsletter-bg.gif) no-repeat left top;
		width:219px;
		height:131px;
		overflow:hidden;
	}
	#newsletter-form .rowElem {
		padding:13px 19px 0 17px;
	}
	#newsletter-form input {
		border:1px solid #0086b5;
		background:#fff;
		color:#8e8e8e;
		font-size:.857em;
		padding:2px 5px 2px 5px;
		width:171px;
		margin-bottom:13px;
	}
	#newsletter-form h2 {
		color:#fff;
		margin-bottom:13px;
	}
	#newsletter-form a.fleft {
		color:#fff;
		position:relative;
		top:3px;
	}
	#newsletter-form a.fright {
		display:block;
		color:#fff;
		border:1px solid #26b6e8;
		text-decoration:none;
		background-color:#006caa;
		padding:2px 11px 3px 11px;
	}
	#newsletter-form a.fright:hover {
		border-color:#fff;
	}

/*----------------------*/

#contacts-form { clear:right; width:100%; overflow:hidden;}
#contacts-form fieldset { border:none; float:left; }
#contacts-form .field { clear:both; height:30px;}
#contacts-form .field.extra { height:268px;}
#contacts-form label { float:left; width:123px; font-weight:bold; color:#008cc4;}
#contacts-form input { width:277px; padding:2px 0 2px 3px; border:1px solid #d1d1d1; color:#70635b;}
#contacts-form textarea { width:503px; height:252px; padding:2px 0 2px 3px; border:1px solid #d1d1d1; color:#70635b; overflow:auto;}

/*==========================================*/
    
/*contry stats*/
#main_content
{	
    font-size: 11px;
  	background-color:#FFF; 
	width:1100px; 
	min-height:600px;
	padding:15px;
	margin-bottom:0px;
	text-align:left; 	
	-moz-box-shadow: 4px 3px 4px #C4C4C4;
	-webkit-box-shadow: 4px 3px 4px #C4C4C4;
	box-shadow: 4px 3px 4px #C4C4C4;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C4C4C4')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C4C4C4');
}

#main_content .int_lds
{
float: left;
margin-left: 18px;
margin-top: 20px;
}

#main_content .contry_flag{
	float: left;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom:20px;
}
.contry_flag img
.{
width: 95px;	
}
#main_content .population
{
font-size: 13px;
float: left;
padding-left: 5px;
padding-top: 20px;
}
#main_content a {
	color:#0C7AEC; 
	outline:none;
	text-decoration:none
}
#main_content a:hover {
	color:#0C7AEC;
	text-decoration: underline;
	
}
.listing_res
{
}
.listing_res li
{
	list-style:circle;
	color:#ff7b01;
	font-size:12px;
	margin-top:6px;
	margin-bottom: 6px;
	text-decoration:none;
	font-family:Tahoma, Helvetica, sans-serif;
}

/*statistical profile*/
#statistical_pro
{
	width:740px;
	margin-top: 15px;
}
#statistical_pro ul
{
  list-style:none;
}
#statistical_pro li
{
	float:left;
	margin-left:0px; 
	margin-right:40px; 
	margin-bottom:27px; 
	margin-top:10px
}

#statistical_pro a
{
	max-width:250px;
	max-height:250px;
}
#statistical_pro p
{
margin-bottom: 16px;
line-height: 1.429em;
font-size: 13px;
}
/*country stats*/
#content_stats
{
width: 340px;
float: left;
margin-left: 18px;
margin-top: 20px;	
}

#content_stats span
{
font-size:large;
}
.stats
{ margin:0px;
list-style:none;}


.stats li {
font-weight: normal;
font-size: 1.15em;
padding-bottom: 8px;
margin-bottom: 6px;
}

.stats a
{
text-decoration:none;
color: #008cc4;	
}
.stats a:hover
{
	color:#ff7b01;
	text-decoration:none;
}
#content_resource
{
width: 431px;
float: left;
margin-left: 18px;
margin-top: 20px;	
}

#content_resource span
{
font-size:large;
}
.resource
{ margin:0px;
list-style:none;}


.resource li {
font-weight: normal;
font-size: 1.15em;
padding-bottom: 8px;
margin-bottom: 6px;
background: url(../images/divider1.gif) repeat-x left bottom;
}

.resource a
{
text-decoration:none;
color: #008cc4;	
}
.resource a:hover
{
	color:#ff7b01;
	text-decoration:none;
}

#top_heading {
font-family: 'Open Sans',Arial,Helvetica,sans-serif;
color: #F09410;
}
#top_heading h1 {
color: #F09410;
float: left;
font-size: 20px;
line-height: 36px;
margin: 0;
padding: 0;
width: 100%;
}
#top_heading span {
font-size: 12px;
color: #000;
}
#top_heading p {
font-size: 12px;
color: #000;
}
#top_heading b {
font-weight: bold;
color: #00C6FF;
padding-left: 5px;
padding-right: 5px;
}

.bd
{
	border: #BEBEBE 1px dashed;
width: 61% !important;
margin-left: 21px;
}
/*country reports*/

#top_heading_report
{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	color: #F09410;
	margin-left: 20px;
	margin-right: 20px;	
}
#top_heading_report h1 {
color: #F09410;
float: left;
font-size: 20px;
line-height: 36px;
margin: 0;
padding: 0;
width: 100%;
}
#top_heading_report span {
font-size: 12px;
color: #000;
}
#top_heading_report p {
font-size: 12px;
color: #000;
}
#top_heading_report b {
font-weight: bold;
color: #00C6FF;
padding-left: 5px;
padding-right: 5px;
}
/*country intl*/

#top_heading_intl
{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	color: #F09410;
	margin-left: 20px;
	margin-right: 20px;	
}
#top_heading_intl h1 {
color: #F09410;
float: left;
font-size: 20px;
line-height: 36px;
margin: 0;
padding: 0;
width: 100%;
}
#top_heading_intl span {
font-size: 12px;
color: #000;
}
#top_heading_intl p {
font-size: 12px;
color: #000;
}
#top_heading_intl b {
font-weight: bold;
color: #00C6FF;
padding-left: 5px;
padding-right: 5px;
}
/*case studies*/

#top_heading_studies
{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	color: #F09410;
	margin-left: 20px;
	margin-right: 20px;	
}
#top_heading_studies h1 {
color: #F09410;
float: left;
font-size: 20px;
line-height: 36px;
margin: 0;
padding: 0;
width: 100%;
}
#top_heading_studies span {
font-size: 12px;
color: #000;
}
#top_heading_studies p {
font-size: 12px;
color: #000;
}
#top_heading_studies b {
font-weight: bold;
color: #00C6FF;
padding-left: 5px;
padding-right: 5px;
}
/*country essay*/

#top_heading_essay
{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	color: #F09410;
	margin-left: 20px;
	margin-right: 20px;	
}
#top_heading_essay h1 {
color: #F09410;
float: left;
font-size: 20px;
line-height: 36px;
margin: 0;
padding: 0;
width: 100%;
}
#top_heading_essay span {
font-size: 12px;
color: #000;
}
#top_heading_essay p {
font-size: 12px;
color: #000;
}
#top_heading_essay b {
font-weight: bold;
color: #00C6FF;
padding-left: 5px;
padding-right: 5px;
}
/*other image*/
#other_image
{
	width:740px;
	margin-top: 15px;
}
#other_image ul
{
  list-style:none;
}
#other_image li
{
	float:left;
	margin-left:90px; 
	margin-right:40px; 
	margin-bottom:10px; 
	margin-top:10px
}

#other_image a
{
	max-width:250px;
	max-height:250px;
}
/*links*/

#top_heading_link
{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	color: #F09410;
	margin-left: 20px;
	margin-right: 20px;	
}
#top_heading_link h1 {
color: #F09410;
float: left;
font-size: 20px;
line-height: 36px;
margin: 0;
padding: 0;
width: 100%;
}
#top_heading_link span {
font-size: 12px;
color: #000;
}
#top_heading_link p {
font-size: 12px;
color: #000;
}
#top_heading_link b {
font-weight: bold;
color: #00C6FF;
padding-left: 5px;
padding-right: 5px;
}
.link_li
{
	font-size:16px;
	margin-top:6px;
	margin-bottom: 6px;
	text-decoration:none;
	font-family:Tahoma, Helvetica, sans-serif;
}
.hr
{
    background-color: #CCCCCC;
    border: 0 none;
    color: #CCCCCC;
    height: 1px;
}

.solid-blue { background:#00A3EF; text-decoration:none; cursor:pointer; height:17px; padding: 5px 10px 5px 10px; font-size:12px; }
.shadow-blue:hover {
	box-shadow:0px 0px 6px 3px #38D1F7;
	-webkit-box-shadow:0px 0px 6px 3px #38D1F7;
	-moz-box-shadow:0px 0px 6px 3px #38D1F7;
	-o-box-shadow:0px 0px 6px 3px #38D1F7;
	-ms-box-shadow:0px 0px 6px 3px #38D1F7;
}
.floatleft { float:left; }
.floatright { float:right; }
.light-text { color: #FFF; }
.srch_light { font-weight: bold; background-color:#FF0; color:#00F; }
/*end links*/