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

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;


}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}






#smallglobe{
	position:absolute;
	left:452px;
	top:498px;
	width:70px;
	height:62px;
	background:url(../images/globe.jpg) no-repeat;
}

#worldmap{
	position:absolute;
	left:120px;
	top:37px;
	width:790px;
	height:410px;
	background:url(../images/worldmap.png) no-repeat;
}






.section0 {
    background-color:#fbf7e7;
    background:url(../images/bgcream.jpg);
}

html, body{
	padding:0px;
	margin:0px;
	background-color:#fff;
    font-family:'open_sanslight';
}


.globe {
    position:absolute;
    height: 40px;
    width:40px;
    top:-20px;
    left:380px;
    border-radius:20px;
}





.blocktext {
    text-align:justify;
}


.margin-10 {
    margin:10px;
    padding:15px;
}

.whitetext {
    color:#eee;
}

.page {
    
}

.topmargin {
    margin-top:0px;
}

#content-1-4 ul li{
    color: #000;
    list-style:circle;
    margin-left:50px;
}
