@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
ul{
	padding: 0;
	margin: 0;	
}
li{
	list-style-type: none;
}
a{
	text-decoration:none;
}
.hide {
	display: none;
}
.floatR{
	float: right;
}
.floatL{
	float: left;
}
.top-mrg-20{
	margin-top:20px;
}
.top-mrg-10{
	margin-top:10px;
}
#header{
	background-color:#eae08c;
	height:100px;
}
.parent{
	width:980px;
	margin:0 auto;
}
 #landing{
	 width:100%;
	 height:100%;
	 float:left;
 }
 #map{
	background: none repeat scroll 0 0 #6D7E8A;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
    height: 395px;
	overflow: hidden;
	 background-image: -ms-radial-gradient(center, circle farthest-corner, #A7C1D4 0%, #6D7E8A 100%);
	background-image: -moz-radial-gradient(center, circle farthest-corner, #A7C1D4 0%, #6D7E8A 100%);
	background-image: -o-radial-gradient(center, circle farthest-corner, #A7C1D4 0%, #6D7E8A 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #A7C1D4), color-stop(1, #6D7E8A));
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #A7C1D4 0%, #6D7E8A 100%);
	background-image: radial-gradient(circle farthest-corner at center, #A7C1D4 0%, #6D7E8A 100%);
 }
 #map-container{
	 width: 1250px;
	 margin: 0 auto;
	 height:100%;
	 background:url(../assets/map.png) no-repeat left top;
	 position:relative;
 }
 #tagline{
	position: absolute;
    right: 135px;
    top: 110px;
    width: 320px;
 }
 #trace{
	opacity: 0;
	filter: alpha(opacity = 0);
 
 }
 
 #landing-content{
	height: 395px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
	-moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
   background: none repeat scroll 0 0 #6D7E8A;
   box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
 }
 .country{
	 position:relative;
	 width:100%;
	 height:100%;
	 margin-left:100%;
	 opacity: 0.5;
	filter: alpha(opacity = 50);
	 
 }
 .news-bg{
	width: 100%; height: 
	auto; z-index: -100;
	min-height:450px;
	 -moz-user-select: none;
  	-khtml-user-select: none;
   	user-select: none;
	min-width:950px;
}
	 


#legal{
	width:700px;
	margin-top:20px;
}


.back-arrow{
	background: url("../assets/backArrow.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 60px;
    left: 30px;
    position: absolute;
    top: 200px;
    width: 60px;
}
.news-parent{
	float:right;
	height:240px;
	width: 550px;
	background-color:rgba(0, 0, 0, 0.7);
	padding:35px;
	color:#fff;
	margin: 35px 20px auto 10px;;
}
#news-container{
	top:-400px;
    position: relative;
	opacity: 0;
	filter: alpha(opacity = 0);
	display:none;
}
.country-info{
	float: left;
	margin:60px auto auto 50px;
}
#country-name{
	max-width:270px;
}
/* ------------ fonts and colors ----------- */
.rost{
	color: #b25614;
}
.small-gray{
	font-size:0.7em;
	color:#ccc;
}
.mid-text{
	font-size:16px;
}
.text{
	font-size: 13px;
    line-height: 1.5;
    margin-top: 15px;
	color: #FFFFFF !important;
}
.small{
	font-size:12px;
}
.larg{
	font-size:2.3em;
}
.white{
	color:#fff;
}
.yellow{
	color:#f3e792;
}
.shadow{
	text-shadow: 0 2px 2px #000000;
}

#Map, area {
	display:block;
}
#south-america{
	position: absolute;
}
.map-area{
	cursor: pointer;
}


/* -------------------- bubbletip positions ------------ */
#bbtip-usa{
	 height: 10px;
    left: 230px;
    position: absolute;
    top: 120px;
    width: 5px;
}
#bbtip-south{
    height: 10px;
    left: 300px;
    position: absolute;
    top: 260px;
    width: 5px;
}	
#bbtip-mexico{
    height: 10px;
    left: 240px;
    position: absolute;
    top: 180px;
    width: 5px;
}

#bbtip-canada{
    height: 10px;
    left: 240px;
    position: absolute;
    top: 70px;
    width: 5px;
}		
#bbtip-europe{
     height: 10px;
    left: 500px;
    position: absolute;
    top: 70px;
    width: 5px;
}	
#bbtip-africa{
    height: 10px;
    left: 510px;
    position: absolute;
    top: 230px;
    width: 5px;
}	
#bbtip-middle-east{
    height: 10px;
    left: 570px;
    position: absolute;
    top: 130px;
    width: 5px;
}
#bbtip-india{
    height: 10px;
    left: 620px;
    position: absolute;
    top: 150px;
    width: 5px;
}	
#bbtip-india{
    height: 10px;
    left: 620px;
    position: absolute;
    top: 150px;
    width: 5px;
}	
#bbtip-china{
    height: 10px;
    left: 600px;
    position: absolute;
    top: 110px;
    width: 5px;
}	
#bbtip-oceania{
    height: 10px;
    left: 640px;
    position: absolute;
    top: 280px;
    width: 5px;
}					