/* Map CSSS    */

#holder {
	width:620px;
	margin:10px auto;
	padding-left: 30px;
	

}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:550px;
	height:475px; /* was 275px;*/
	background:url(../Images/Africa_001.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#006699 1px solid;

	background-position: center; /* works fine centering the image */


}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
        left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:#006699;  /* #666 #003399 #6666FF-ok #CCCC33*/
	color:#fff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../Images/point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(../Images/point-hover.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;  /* #000 */
}

/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:280px;
	left:384px;

	/*top:80px;
	left:484px;*/
}

/* Images from Kiliminjaro - Tanzania */ 
dl.map.on a#location02 {
	top:260px;
	left:378px;
}

/* Images from Zanzibar - Tanzania */
dl.map.on a#location03 {
	top:295px;
	left:393px;
}

/* Images from Ngrono - Tanzania */ 
dl.map.on a#location04 {
	top:270px;
	left:351px;
}

/* Images from Kenya */ 
dl.map.on a#location05 {
	top:240px;
	left:393px;
}

/* Images form Central africa */
dl.map.on a#location06 {
	top:206px;
	left:297px;
}

/* Images form Cameron */ 
dl.map.on a#location07 {
	top:214px;
	left:246px;
}

/* Images form Nigeria */

dl.map.on a#location08 {
	top:173px;
	left:206px;
}

/* Images form Niger */

dl.map.on a#location09 {
	top:140px;
	left:216px
}

/* Images form South of Algeria */

dl.map.on a#location10 {
	top:110px;
	left:200px
}

/* Images form North of Algeria */

dl.map.on a#location11 {
	top:40px;
	left:200px
}

/* Images from Marocco 1*/

dl.map.on a#location12 {
	top:40px;
	left:160px
}


/* Images from Malawi -  */
dl.map.on a#location13 {
	top:320px;
	left:369px;
}

/* Images from Rhodes Metapus - Zimbabwe */
dl.map.on a#location14 {
	top:350px;
	left:345px;
}


/* Images from Victoria Falls - Zambia & Zimbabwe */
dl.map.on a#location15 {
	top:353px;
	left:325px;
}


/* Images from Chobe - Botswana */
dl.map.on a#location16 {
	top:353px;
	left:305px;
}


/* Images from Okavango - Botswana */
dl.map.on a#location17 {
	top:363px;
	left:295px;
}

#special_par {
height: 60px;
background-color: #CCCCFF;
border-top: black 1px solid;
text-align: center;
}


