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

.layout{
	width:760px;
	background:#FCF9F5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
}

.header{
	width:760px;
	height: 251px;
	background:url(gpt_logo.jpg) no-repeat left;
}

.worldwidemain{
	width: 560px;
	background:url(global_worldwide_bg.jpg) no-repeat;
	padding-left:200px;
	padding-top:20px;
}

.americasmain{
	width: 560px;
	background:url(global_america_bg.jpg) no-repeat;
	padding-left:200px;
	padding-top:20px;
}

.europemain{
	width: 560px;
	background:url(global_europe_bg.jpg) no-repeat;
	padding-left:200px;
	padding-top:20px;
}

.asiamain{
	width: 560px;
	background:url(global_asia_bg.jpg) no-repeat;
	padding-left:200px;
	padding-top:20px;
}

.oceanmain{
	width: 560px;
	background:url(global_africa_ocean_bg.jpg) no-repeat;
	padding-left:200px;
	padding-top:20px;
}

.articleheader{
	font-weight: bold;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
}

.divider{
	border-top: 1px solid #CCCCCC;
	width:555px;
	height:5px;
	margin-top:10px;
}

#focus_featured .item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:20px;
	border-bottom:1px solid #CCCCCC;
	margin-top:10px;
	padding-bottom:10px;}
#focus_featured .item a {
	font-weight: bold;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666666;}
#focus_featured .item a:hover {
	font-weight: bold;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FF9933;}
	
	
/* Mouseover */

#gmap {display:block; width:760px; height:409px; background:url(global_map.jpg); position:relative; margin:0 auto 2em auto;}
#gmap a {color:#000; font-family:arial, sans-serif; font-size:1.2em; font-weight:bold; text-transform:uppercase;}
 
a#america {
	display:block;
	width:340px;
	height:407px;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	left:4px;
	top:2px;
}
* html a#america {height:407px; he\ight:0;}
a#america:hover {background:transparent url(america.png) no-repeat 0 0; overflow:visible;}
 
a#europe {
	display:block;
	width:455px;
	height:180px;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	left:299px;
	top:11px;
}
* html a#europe {height:180px; he\ight:0;}
a#europe:hover {background:transparent url(europe.png) no-repeat  0 0; overflow:visible;}
 
a#africa {
	display:block;
	width:403px;
	height:188px;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	left:318px;
	top:187px;
}
* html a#africa {height:188px; he\ight:0;}
a#africa:hover {background:transparent url(africa.png) no-repeat 0 0; overflow:visible;}
 
a#asia {
	display:block;
	width:259px;
	height:165px;
	padding-top:0px;
	overflow:hidden;
	position:absolute;
	left:404px;
	top:125px;
}
* html a#asia {height:165px; he\ight:0;}
a#asia:hover {background:transparent url(asia.png) no-repeat 0 0; overflow:visible;}