  @charset "utf-8";
/* CSS Document */
    #mapPlacement {
        height: 500px;
    }
   #map { position:absolute;width:100%;height:500px; }
    
	#tog {
		background: #fff;
		z-index: 1;
		border-radius: 3px;
		width: 20%;
		border: 1px solid rgba(255,255,255,0.4);
		font-family: 'Pt Sans', sans-serif;
		position: absolute;
	}
	#tog > p {
	  background: #fff url(../../../images/compass.png) no-repeat 5% top;
	  padding-left: 23px;
	  text-align: center;
	  font-size: 1.8em;
	}
	
	#tog a {
		font-size: 13px;
		color: #333;
		display: block;
		margin: 0;
		padding: 0;
		padding: 10px;
		text-decoration: none;
		border-bottom: 1px solid rgba(255,255,255,0.4);
		text-align: center;
	}
	
	#tog a:last-child {
		border: none;
	}
	#tog a.currentPeaceColor {
		background-color: #eb8505;
        color: #fff;
	}
	#tog a.currentPeaceColor:hover {
		background-color: #da7c05;
	}
	#tog a.currentHealthColor {
		background-color: #c0421a;
        color: #fff;
	}
	#tog a.currentHealthColor:hover {
		background-color: #b13d18;
	}
	#tog a.pastProjectColor {
		background-color:rgba(235,133,5,0.5);
        color: #fff;
	}
	#tog a.pastProjectColor:hover {
		background-color:rgba(235,133,5,0.75);
	}

