
/*** HEAD CONTAINERS ****/
#mainHead {
	width: 800px;
	height: 144px;
}
#logoCon {
	width: 152px;
	height: 144px;
	float:left;
}
#headrightCon {
	width: 648px;
	height: 144px;
	float:left;
}
#headLinks {
	width: 648px;
	height: 33px;
	background-image: url(../imgs/head_bg1.jpg);
	background-repeat: no-repeat;
}
#headLocation {
	width: 648px;
	height: 73px;
	background-image: url(../imgs/head_bg2.jpg);
	background-repeat: no-repeat;
}
#globalnavContainer {
	width: 648px;
	height: 38px;
	background-image: url(../imgs/head_menubg.jpg);
	background-repeat: repeat-x;
}

/*** HEAD TOP LINKS ****/
#topleftLinks {
	color: #fff;
	height: 28px;
	padding: 5px 10px 0px 0px;
	float:right;
}
#topleftLinks a {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #fff;
	padding: 0px 5px 0px 5px;
}
#topleftLinks a:hover {
	color: #fff;
	text-decoration: underline;
	padding-bottom: 3px;
}

/****PROGRAM SELECTION*****/
#programDrop {
	height: 28px;
	padding: 5px 5px 0px 5px;
	float: right;
}

/****COUNTRY SELECTION*****/
#mapLink { 
	width: 38px;
	height: 20px; 
	margin-right: 2px;
	float:right;
}
#currLocation {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #fff;
	text-align:right;
	width: 300px;
	height: 20px;
	float: right;
}
#currLocation div {
	float: right;
	padding-right: 10px;
}
#currLocation p {
	margin-top: 4px;
}
#currLocation img {
	background-color: #fff;
	padding: 2px;
	margin-left: 10px;
}

/*** HIDDEN COUNTRIES BOX *****/
#countryBox {
	position: absolute; 
	display:none; 
	border: 0px solid #000; 
	/*background-color: #fff;*/
	background-position: top;
	margin-top: -20px;
	margin-left: -230px;
	padding: 0px;
}
#countryClose {
	width: 350px;
	height: 20px;
	text-align:right;
	/*background-image: url(../imgs/countryBox_top.gif);
	background-position:top; 
	background-repeat: no-repeat;*/
	padding: 0px 0px 0px 0px;
}
#countryClose img {
	margin-top: 5px;
}
#selectionBox {
	font-size: 10px;
	color: #fff;
	text-align: right;
	/*background-color: #EBEBEB;*/
	/*background-color: #fff;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 480px;
	height: 35px;
	padding: 0px 10px 0px 0px;
	margin-bottom: 56px;
	/*border-bottom: 1px solid #ccc;*/
}

#mapContainer {
	width: 500px;
	/*background-color: #fff;*/
	margin:0px;
	padding:0px;
	float: left;
}

#bottomCurve {
	width: 350px;
	height: 10px;
	background-image: url(../imgs/countryBox_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}


/*** GLOBAL NAVIGATION ****/
#globNav {
	width: 618px;
	height: 38px;
	padding-left: 30px;
	background-image: url(../imgs/head_bg3.jpg);
	background-position:inherit;
	background-repeat: no-repeat;
}
#globNav a.navItem {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	color: #4A666F;
	display: block;
	background: url(../imgs/globnavDivision.gif) no-repeat right;
	height: 25px;
	padding: 10px 10px 8px 8px;
	margin:0px;
	float:left;
}
#globNav a.navItem:hover {
	color: #43A78D;
	background: url(../imgs/selectArrow.gif) no-repeat #F2F2F2;
	background-position: top;
	/*border-left: 1px solid #ccc;*/
	border-right: 1px solid #ccc;
	padding: 10px 10px 0px 8px;
	border-top: 2px solid #F2F2F2;
	/*border-top: 3px solid #555;*/
}
#globNav .navSelected {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	display: block;
	color: #43A78D;
	height: 25px;
	/*background: url(../imgs/selectArrow.gif) no-repeat #F2F2F2;*/
	background: url(../imgs/globnavDivision.gif) no-repeat right #F2F2F2;
	/*border-right: 1px solid #ccc;*/
	padding: 10px 10px 0px 8px;
	border-top: 3px solid #F2F2F2;
   float:left;
}