/* Added by Hotlizard */

#mast {
	padding-top:18px;
}
	#mast_sleeve {
		padding: 0 0 13px;
	}
		#mast #logo {
			float: left;
		}
		#mast #poweredby {
			float:right;
		}
	#mast_sleeve:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	
#skiplinks {
    display: none;
}
#mainnav {
    display: none;
}
#footer_sleeve {
    display: none;
}



legend {
	display: none;
}
.alignc {
	text-align: center;
}
.alignr {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.hidden {
	display: none;
}


/* Map Classes */	
.world-map {
	width:775px;
	height:403px;
	position:relative;
	background:url(../images/World-map.png) no-repeat 0 0;
}
*html .world-map {
	background:url(../images/World-map.gif) no-repeat 0 0;
}
.world-map-active {
	width:775px;
	height:403px;
	position:relative;
	background:url(../images/World-map-active.png) no-repeat 0 0;
}
*html .world-map-active {
	background:url(../images/World-map-active.gif) no-repeat 0 0;
}
.world-map a {
	display:block;
	position:absolute;
	text-indent: -9999em;
}
.world-map .north-america, .world-map .north-america-active {
	width:264px;
	height:196px;
	top:16px;
	left:0;
}
.world-map .latin-america, .world-map .latin-america-active {
	width:114px;
	height:190px;
	top:193px;
	left:147px;
}
.world-map .caribbean, .world-map .caribbean-active {
	width:89px;
	height:39px;
	top:154px;
	left:141px;
}
.world-map .europe, .world-map .europe-active {
	width:149px;
	height:113px;
	top:19px;
	left:323px;
}
.world-map .africa, .world-map .africa-active {
	width:166px;
	height:199px;
	top:127px;
	left:303px;
}
.world-map .asia, .world-map .asia-active {
	width:253px;
	height:241px;
	top:19px;
	left:446px;
}
.world-map .middle-east, .world-map .middle-east-active {
	width:70px;
	height:77px;
	top:120px;
	left:425px;
}
.world-map .australasia, .world-map .australasia-active {
	width:143px;
	height:128px;
	top:232px;
	left:610px;
}
.world-map .north-america:hover, .world-map .north-america-active {
	background:url(../images/north-america.png) no-repeat 0 0;
}
.world-map .latin-america:hover, .world-map .latin-america-active {
	background:url(../images/latin-america.png) no-repeat 0 0;
}
.world-map .caribbean:hover, .world-map .caribbean-active {
	background:url(../images/caribbean.png) no-repeat 0 0;
}
.world-map .europe:hover, .world-map .europe-active {
	background:url(../images/europe.png) no-repeat 0 0;
}
.world-map .africa:hover, .world-map .africa-active {
	background:url(../images/africa.png) no-repeat 0 0;
}
.world-map .asia:hover, .world-map .asia-active {
	background:url(../images/asia.png) no-repeat 0 0;
}
.world-map .middle-east:hover, .world-map .middle-east-active {
	background:url(../images/middle-east.png) no-repeat 0 0;
}
.world-map .australasia:hover, .world-map .australasia-active {
	background:url(../images/australasia.png) no-repeat 0 0;
}

