@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-image: url(images/page_bg2.png);
	background-repeat: repeat-x;
	background-color: #000000;
}
a img {
	border: none;
}
#page_wrapper {
	width: 950px;
	margin: 0px auto;
}
#header {
	background-color: #000;
	background-image: url(images/header_bg.png);
	height: 91px;
	width: 950px;
}
#branding {
	display: block;
	float: left;
}
#header h1 {
	display: block;
	margin: 0px;
	float: right;
	width: 736px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#page_content {
	width: 950px;
	background-color: #FFF;
	background-image: url(images/content_bg.png);
	height: 424px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#map_heading {
	font-size: 16px;
	color: #333;
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
}
#locations_map {
	background-image: url(images/world_map.png);
	background-repeat: no-repeat;
	height: 355px;
	width: 950px;
	position: relative;
}
a.location_icon {
	background-image: url(images/fujipoly_icon.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 18px;
	position: absolute;
	z-index: 3;
}
.location {
	position: absolute;
}
.location img.highlight {
	display: none;
}

#region_00 {
	left: 33px;
	top: 12px;
}
#region_00 a.location_icon {
	left: 176px;
	top: 89px;
}
#region_01 {
	left: 199px;
	top: 146px;
}
#region_01 a.location_icon {
	left: 33px;
	top: 6px;
}
#region_02 {
	left: 271px;
	top: 182px;
}
#region_02 a.location_icon {
	left: 39px;
	top: 50px;
}
#region_03 {
	left: 291px;
	top: 11px;
}
#region_03 a.location_icon {
	left: 209px;
	top: 71px;
}
#region_04 {
	left: 371px;
	top: 122px;
}
#region_04 a.location_icon {
	left: 131px;
	top: 51px;
}
#region_05 {
	left: 544px;
	top: 116px;
}
#region_05 a.location_icon {
	left: 28px;
	top: 35px;
}
#region_06 {
	left: 572px;
	top: 57px;
}
#region_06 a.location_icon {
	left: 32px;
	top: 23px;
}
#region_07 {
	left: 609px;
	top: 81px;
}
#region_07 a.location_icon {
	left: 28px;
	top: 43px;
}
#region_08 {
	left: 565px;
	top: 11px;
}
#region_08 a.location_icon {
	left: 155px;
	top: 23px;
}
#region_09 {
	left: 578px;
	top: 159px;
}
#region_09 a.location_icon {
	left: 130px;
	top: 39px;
}
#region_10 {
	left: 645px;
	top: 59px;
}
#region_10 a.location_icon {
	left: 51px;
	top: 68px;
}
#region_11 {
	left: 749px;
	top: 141px;
}
#region_11 a.location_icon {
	left: 6px;
	top: 12px;
}
#region_12 {
	left: 764px;
	top: 112px;
}
#region_12 a.location_icon {
	left: -8px;
	top: -6px;
}
#region_13 {
	left: 773px;
	top: 97px;
}
#region_13 a.location_icon {
	left: 11px;
	top: 29px;
}
#region_14 {
	left: 649px;
	top: 220px;
}
#region_14 a.location_icon {
	left: 134px;
	top: 38px;
}

#footer {
	height: 35px;
	width: 950px;
	margin-top: 25px;
}
ul.nav_horiz {
	display: block;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.nav_horiz li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
}
ul.nav_horiz li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
ul.nav_horiz li a:hover {
	text-decoration: underline;
	color: #ED1C24;
	font-size: 12px;
}
