#world_map {
width: 889px;
height: 544px;
background: url(images/world_map_bg.gif) 0 0 no-repeat;
margin: 0 0 45px 60px;
overflow: hidden;
}

#world_map a {
position: absolute;
}

#canada_button a {
width: 206px;
height: 99px;
margin: 153px 0 0 103px;
background: url(images/canada_rollover.gif) 0 -99px no-repeat;
}

#usa_button a {
width: 206px;
height: 122px;
margin: 211px 0 0 101px;
background: url(images/usa_rollover.gif) 0 -122px no-repeat;
}

#south_america_button a {
width: 132px;
height: 217px;
margin: 328px 0 0 217px;
background: url(images/south_america_rollover.gif) 0 -217px no-repeat;
}

#europe_button a {
width: 207px;
height: 180px;
margin: 93px 0 0 387px;
background: url(images/europe_rollover.gif) 0 -180px no-repeat;
}

#africa_button a {
width: 185px;
height: 218px;
margin: 258px 0 0 372px;
background: url(images/africa_rollover.gif) 0 -218px no-repeat;
}

#asia_button a {
width: 380px;
height: 314px;
margin: 87px 0 0 501px;
background: url(images/asia_rollover.gif) 0 -314px no-repeat;
}

#australia_button a {
width: 185px;
height: 128px;
margin: 394px 0 0 675px;
background: url(images/australia_rollover.gif) 0 -128px no-repeat;
}

#world_map a:hover {
background-position: 0 0;
}

/*---------------------*/

#return_world_map_button {
background: url(images/return_world_map.gif) 0 0 no-repeat;
margin: 0 0 0 685px;
}

#return_world_map_button a {
display: block;
width: 273px;
height: 38px;
background: url(images/return_world_map_over.gif) 0 -38px no-repeat;
}

#return_world_map_button a:hover {
background-position: 0 0;
}

/*-------------------------*/

#locations_directory {
overflow: hidden;
margin: 0 0 50px 100px;
}

#locations_directory h1 {
font: 16px Arial, Helvetica, sans-serif;
font-weight: bold;
color: #034f94;
margin: 20px 0 0 0;
}

#locations_directory ul {
list-style-type: none;
margin: 10px 0 0 20px;
padding: 0;
}

#locations_directory ul li {
margin-bottom: 10px;
}

#us_directory {
	margin:0 0 0 70px;
}

ul.uslocations {
	float:left;
	list-style-type:none;
	margin:0 10px;
	padding:0;
	width:200px;
}

ul.uslocations li {
	float:left;
	padding:0;
	width:200px;
}

/*-------------*/

#usa_map_area {
width: 889px;
height: 595px;
background: url(images/map_us.png) 0 0 no-repeat;
margin: 10px 0 0 45px;
position: relative;
}

#europe_map_area {
width: 889px;
height: 585px;
margin: 10px 0 30px 75px;
background: url(images/europe_map.gif) 0 0 no-repeat;
position: relative;
}

#usa_map_area a, #europe_map_area a {
display: block; 
position: absolute;
}