@charset "utf-8";
/* CSS Document */


body {
	text-align: center; /* for IE */
	font-family: Arial, Helvetica, sans-serif;
	border:0;
	margin:0;
	padding:0;
	background-attachment: fixed;
	background-color: #27220F;
background-image: url(../images/background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	}
img {border:0}
html {
border:0;
margin:0;
padding:0;
}	

#logo {
	position:absolute;
	left:334px;
	top:8px;
	width:341px;
	height:184px;
	z-index:9999;
}

#page_container {
	width:1000px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	position:relative;
	min-height:900px;
	}
	
#topbar {
	height:30px;
	color:#FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	background: rgb(114,105,91); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNjk1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzIyMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(114,105,91,1) 0%, rgba(39,34,15,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,105,91,1)), color-stop(100%,rgba(39,34,15,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(114,105,91,1) 0%,rgba(39,34,15,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(114,105,91,1) 0%,rgba(39,34,15,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(114,105,91,1) 0%,rgba(39,34,15,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(114,105,91,1) 0%,rgba(39,34,15,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72695b', endColorstr='#27220f',GradientType=0 ); /* IE6-8 */
}	
	
#header {
	height:150px;
	background-color:#B5B89B;
	background-image: -moz-linear-gradient(top, #CECEB5, #676F46); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #CECEB5),color-stop(1, #676F46)); /* Saf4+, Chrome */



            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#CECEB5', EndColorStr='#676F46'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#CECEB5', EndColorStr='#676F46')"; /* IE8 */
	}
	
	
#hdr_photos_right { float:right; width:375px; height:151px;}

#hdr_photos_left {width:375px; height:151px;}


#navbar {
	height:32px;
	background-image: url(../images/bg_navbar.png);
	background-repeat: repeat-x;
	clear:left;
	}
	
	
#content_container	{
	min-height:500px;
	width:1000px;
	background-color:#e2e2d8;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	}
	
.transparent {
        filter:alpha(opacity=80);
        -moz-opacity:0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
}	


#content_main {
	color:
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #3A341F;
	padding:20px;
	text-align: left;
	background-color: #e2e2d8;

}

#rightcol {
	float:right;
	width:260px;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: -3px 5px 8px #B5B5B5; /* FF3.5+ */
	-webkit-box-shadow:-3px 5px 8px #B5B5B5;/* Saf3.0+, Chrome */
	box-shadow: -3px 5px 8px #B5B5B5; /* Opera 10.5, IE 9 */
	
	border: 3px solid #54423f;
	background-image: url(../images/bg_rightbox.png);
	background-repeat: repeat-y;
	min-height:420px;
	margin-left:20px;
	margin-bottom:20px;
	 
}
.triangle-l {
	border-color: transparent #3E3528 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 22px;
	z-index: 1; /* displayed under bubble */
	
}

.triangle-r {
	border-color: transparent transparent transparent #3E3528;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 262px;
	top: -7px;
	z-index: 1; /* displayed under bubble */
}

.rectangle {
	
	height: 27px;
	width: 295px;
	position: relative;
	left:-18px;
	top: 10px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.85);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.85);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.85);
	z-index: 100; /* the stack order: foreground */
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
background: rgb(125,118,88); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkNzY1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzIyMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(125,118,88,1) 0%, rgba(39,34,15,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,118,88,1)), color-stop(100%,rgba(39,34,15,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(125,118,88,1) 0%,rgba(39,34,15,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(125,118,88,1) 0%,rgba(39,34,15,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(125,118,88,1) 0%,rgba(39,34,15,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(125,118,88,1) 0%,rgba(39,34,15,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7658', endColorstr='#27220f',GradientType=0 ); /* IE6-8 */
}

.rectangle h2 {
	font-size: 16px;
	color: #fff;
	padding-top: 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 4px;
}

#ribbon_container {
	position:absolute;}


#footer_container {
	min-height:129px;
	-moz-border-radius: 13px; /* FF1+ */
	-webkit-border-radius: 13px; /* Saf3-4 */
	border-radius: 13px; /* Opera 10.5, IE 9, Saf5, Chrome */
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding:9px;
	border: medium solid #54423F;
	margin-bottom: 20px;
	
	}
	
	
.right_footer {
	float:right;
	width:520px;}
	
.menu_dd {
	padding:8px;
	background-color:#BABB9F;
	line-height:20px;
	z-index:400;
	min-width:250px;
	max-width:300px;
	font-size:16px;
	background-image: -moz-linear-gradient(top, #BABB9F, #7F845F); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #BABB9F),color-stop(1, #7F845F)); /* Saf4+, Chrome */

            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#BABB9F', EndColorStr='#7F845F'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#BABB9F', EndColorStr='#7F845F')"; /* IE8 */
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #52413e;
	border-bottom-color: #52413e;
	border-left-color: #52413e;

	}
	
.menu_dd a:link {
	color: #2B2B28;
	text-decoration: none;
}

.menu_dd a:visited {
	color: #383834;
	text-decoration: none;
}

.menu_dd a:hover {
	color: #3F341F;
	text-decoration: none;
	font-weight: 500;
}

.menu_dd a:active {
	color: #3F341F;
	text-decoration: none;
	
}

#header_sub {
	height:39px;
	background-color: #697047;}


#tagline {
	height: 30px;
	width:420px;
	float:left;
	text-align: center;

	padding-top: 8px;
	
}



#sharing {
	height:30px;
	float:left;
	text-align:right;
	width:260px;
	}
	
#zambia {
	float:left;
	width:300px;
	
	height:30px;
	text-align:center;

	}
	
#three-d h1 {
	color: #E4E4DC;
	margin-top:-22px;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	}	
	
	
	
.ref_form {}	

.ref_form form p {
	font-size:14px;
	font-weight:bold;
	color:#630;
	margin-bottom:2px;
	margin-top:10px;}	
