@charset "UTF-8";


.searchQuotes
{
	vertical-align: -.6ex;
	color: #b6bcd7;
	font: 1.7em/1px Helvetica, Arial, sans-serif;
}
#mapTitle
{
	font-style: italic;
	color: #b4b4b4;
	margin-bottom: .3em;
}
#searchInputLine
{
	margin-left: -.7em;
	background-color: #f9fcff;
}
#searchInputLine input
{
	background-color: #f9fcff;
	height: 1em;
}
#searchInputLine input:hover 
{
	text-decoration: none;
	background-color: #f9fcff;
	color: #dd0088;
}
#searchText
{
	color: #292c49;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #b6bcd7;
	width: 70%;
	background-color: #f9fcff;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1ex;
}
.keyList p
{
	display: block;
	padding-left: 2em;
	margin-bottom: .5em;
}
.keyList p.important
{
	padding-left: 0;
	float: left;
	width: 1em;
	text-align: right;
}
.searchMenuItem
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
/* @group SLIDE GLOBAL */
.dhtmlgoodies_question:hover
{
	color: #dd0088;
}
.dhtmlgoodies_question p
{
}
.dhtmlgoodies_answer
{	/* container for slider */
	margin-bottom: 1em;
}
.dhtmlgoodies_answer_content
{	/* slider content */
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #dd0088;
	overflow: visible;
	font-size: .8em;
	border-bottom: 1px solid #dd0088;
}
/* @end SLIDE GLOBAL */



/* @group --- MAP --- */
#map 
{
	width: 350px; height: 180px; 
	overflow: visible;
}

#map a {position: absolute; text-decoration: none;}

#map a:hover {overflow: visible;}


a#americaNorth 
{
	width: 114px; height: 87px; 
	left: 0; top: 0; 
	padding: 12px 4px 4px 0;
	background: url(/img/mapOverAmericaNorth_bkg.gif) no-repeat 0 12px;
}
a#americaNorth:hover {background: url(/img/mapOverAmericaNorth.gif) no-repeat 0 12px;}



a#americaCentral 
{
	width: 60px; height: 20px;
	left: 51px; top: 92px;
	padding: 4px 0 8px;
	background: url(/img/mapOverAmericaCentral_bkg.gif) no-repeat -51px -80px;
}
a#americaCentral:hover {background: url(/img/mapOverAmericaCentral.gif) no-repeat -51px -80px;}


a#americaSouth 
{
	width: 47px; height: 75px; 
	left: 87px; top: 112px;
	padding: 4px 0 0;
	background: url(/img/mapOverAmericaSouth_bkg.gif) no-repeat -87px -100px;
}
a#americaSouth:hover {background: url(/img/mapOverAmericaSouth.gif) no-repeat -87px -100px;}



a#europe
{
	width: 248px; height: 73px; 
	left: 95px; top: 0; 
	padding: 13px 4px 4px 20px;
	background: url(/img/mapOverEurope_bkg.gif) no-repeat -95px 12px;
}
a#europe:hover {background: url(/img/mapOverEurope.gif) no-repeat -95px 12px;}



a#africa
{
	width: 75px; height: 77px; 
	left: 149px; top: 88px;
	background: url(/img/mapOverAfrica_bkg.gif) no-repeat -149px -76px;
}
a#africa:hover {background: url(/img/mapOverAfrica.gif) no-repeat -149px -76px;}



a#asia
{
	width: 133px; height: 62px; 
	left: 237px; top: 69px; 
	padding: 0 0 12px 10px;
	background: url(/img/mapOverAsia_bkg.gif) -237px -57px;
}
a#asia:hover {background: url(/img/mapOverAsia.gif) -237px -57px;}



a#nearFarEast
{
	width: 44px; height: 44px;
	left: 201px; top: 69px;
	padding: 3px 12px 0 0;
	background: url(/img/mapOverNearFarEast_bkg.gif) -201px -57px;
}
a#nearFarEast:hover {background: url(/img/mapOverNearFarEast.gif) -201px -57px;}



a#AuNz
{
	width: 68px; height: 38px; 
	left: 282px; top: 139px;
	padding: 3px 0 0;
	background: url(/img/mapOverAuNz_bkg.gif) -282px -127px;
}
a#AuNz:hover {background: url(/img/mapOverAuNz.gif) -282px -127px;}
/* @end --- MAP --- */


