h1, h2 {
	margin:0px;
	text-align:left;
	font-size:1.2em;
	color:#444;
}
h2 {
	color:#666;
	font-size:1em;
}
#holder {
	width:620px;
	margin:20px auto 0 auto;
}
dt {
	font-family:"Franklin Gothic Book";
	font-size:11px;
	color:#fff;
}
dd {
	font-family:"Franklin Gothic Book";
	font-size:11px;
	color:#fff;
}
/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:550px;
	height:275px;
	background:url(../images/worldmap.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:8px;
	border:#222 2px solid;
	background:#666;
	color:#fff;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
	font-family:"Franklin Gothic Book";
	font-size:12px;
	color:#fff;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
	font-family:"Franklin Gothic Book";
	font-size:12px;
	color:#fff;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/point.png) no-repeat;
	width:8px;
	height:8px;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	width:8px;
	height:8px;
	background:url(../images/point-hover.png) no-repeat -1px -1px;
}
dl.map.on a.location_to {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(../images/point-hover.png) no-repeat;
	width:8px;
	height:8px;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location_to:hover {
	width:8px;
	height:8px;
	background:url(../images/point.png) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}
/* START OF CSS FOR MAP POINTS */
dl.map.on a#location01 {
	top:172px;
	left:430px;
}
dl.map.on a#location02 {
	top:102px;
	left:252px;
}
dl.map.on a#location03 {
	top:140px;
	left:374px;
}
dl.map.on a#location04 {
	top:137px;
	left:324px;
}
dl.map.on a#location05 {
	top:127px;
	left:326px;
}
dl.map.on a#location06 {
	top:162px;
	left:412px;
}
dl.map.on a#location07 {
	top:134px;
	left:334px;
}
dl.map.on a#location08 {
	top:84px;
	left:250px;
}
dl.map.on a#location09 {
	top:124px;
	left:352px;
}
dl.map.on a#location10 {
	top:188px;
	left:185px;
}
/*------------------------------------FOSABI LINKS------------------------------------------------*/
.fosabilinks_bg {
	width:450px;
	height:155px;
	background-image:url(../images/fosabi_links.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:20px auto 0 auto;
	padding:10px 10px 10px 80px;
}
.fosabi_bout a {
	width:60px;
	height:75px;
	background-image:url(../images/fos_about.gif);
	background-repeat:no-repeat;
	margin:0 50px 0 0;
	padding:0;
	float:left;
}
.fosabi_bout a:hover {
	background-image:url(../images/fos_abouto.gif);
	background-repeat:no-repeat;
}
.fosabi_news a {
	width:60px;
	height:75px;
	background-image:url(../images/fos_news.gif);
	background-repeat:no-repeat;
	margin:0 50px 0 0;
	padding:0;
	float:left;
}
.fosabi_news a:hover {
	background-image:url(../images/fos_newsto.gif);
	background-repeat:no-repeat;
}
.fosabi_blog a {
	width:60px;
	height:75px;
	background-image:url(../images/fos_blog.gif);
	background-repeat:no-repeat;
	margin:0 40px 0 0;
	padding:0;
	float:left;
}
.fosabi_blog a:hover {
	background-image:url(../images/fos_blogto.gif);
	background-repeat:no-repeat;
}
.fosabi_ppl a {
	width:60px;
	height:75px;
	background-image:url(../images/fos_ppl.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	float:left;
}
.fosabi_ppl a:hover {
	background-image:url(../images/fos_pplto.gif);
	background-repeat:no-repeat;
}
