/* Written by Gillham */
/* LAST MODIFIED Wednesday, April 21, 2021 - 2:14 PM */
@charset "UTF-8";

#globe, #united_states {
	background-image: url(../art/globe.jpg);
	position: relative;
	padding: 0;
	width: 940px;
	height: 409px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 25px;
}
#united_states {
	background-image: url(../art/usa.jpg?t=1);
	z-index: 2000;
	margin-bottom: 0px;
} 
#globe li {
	margin:0;
	padding:0;
	list-style:none;
}
#globe li a {
	position: absolute;
	display: block;
	text-decoration: none;
	color: #000;
}
#globe li .globe_dot {
	width: 10px;
	height: 10px;
}
#globe li a span.globe_dot_image {
	display: block;
	background-image: url("../art/globe_dot.png");
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
    filter: drop-shadow(0px 0px 3px #fff); 
    -webkit-filter: drop-shadow(0px 0px 3px #fff);
}
#globe li .globe_word {
	height: 17px;
	padding-left: 5px;
	padding-right: 5px;
}
#globe li span.globe_word_text {
    filter: drop-shadow(0px 0px 3px #fff); 
    -webkit-filter: drop-shadow(0px 0px 3px #fff);
	width: 100px;
	height: 5px;
	font-weight: 900;
}
#globe li span.globe_word_text {
	color: #771418;
}
#globe #usa li span.globe_word_text {
	color: #000000;
}
#globe li a div {
	text-decoration: underline;
	display: inline;
}
#globe li a div:hover {
	color: #CC2229;
}
#globe li a span.globe_popup {
	display:none;
}
#globe li div#usa span.globe_popup_usa {
	position:absolute;
	left: -205px;
	top: -116px;
    overflow: hidden; /* =================== to show usa map, "x" out this and the following three =================== */
    height: 0;
    opacity: 0;
    transition: height 0ms 400ms, opacity 400ms 0ms;
}


#globe li a.globe_dot:hover span.globe_popup,#globe li a.globe_word:hover span.globe_popup {
	position: relative;
	display: block;
	width: 200px;
	border: 1px solid silver;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
	-moz-box-shadow:    1px 3px 2px #999;
	-webkit-box-shadow: 1px 3px 2px #999;
	box-shadow:         1px 3px 2px #999;
	z-index: 1000;
}

#globe li div#usa:hover span.globe_popup_usa {
    height: auto; opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms;
	cursor: default;
}


#globe li a.globe_dot:hover span.globe_popup {
	left: 5px;
	top: -5px;
}
#globe li a.globe_word:hover span.globe_popup {
	left: 0px;
	top: -3px; 
}
#globe li a.globe_dot:hover span.left_pop, #globe li div#usa:hover span.left_pop {
	left: -215px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 10px 0px 10px 10px;
}
#globe li div#usa:hover span.left_pop_fl {
	left: -225px;
	top: -40px; 
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 10px 10px 10px 10px;
}
#globe #usa {
	position: absolute;
	cursor: pointer;
	left: 205px;
	top: 116px;
}
#globe a#canada {
	left: 200px;
	top: 77px;
}
#globe a#asia {
	left: 660px;
	top: 130px;
}
#globe a#europe {
	left: 480px;
	top: 81px;
}
#globe a#indialantic {
	left: 262px;
	top: 148px;
}
#globe a#laurel {
	left: 280px;
	top: 118px;
}
#globe a#longmont {
	left: 209px;
	top: 119px;
}
#globe a#hampshire {
	left: 460px;
	top: 81px;
}
#globe a#madrid {
	left: 452px;
	top: 113px;
}
#globe a#south_africa {
	left: 522px;
	top: 318px;
}
/* western region ===================*/
#globe a#ca {
	left: 178.0px;
	top: 195.0px;
}
#globe a#nv {
	left: 220.0px;
	top: 155.0px;
}
#globe a#or {
	left: 190.0px;
	top: 80.0px;
}
#globe a#wa {
	left: 208.0px;
	top: 30.0px;
}
/* central region ===================*/
#globe a#az {
	left: 265.0px;
	top: 245.0px;
}
#globe a#co {
	left: 350.0px;
	top: 185.0px;
}
#globe a#ia {
	left: 495.0px;
	top: 140.0px;
}
#globe a#id {
	left: 260.0px;
	top: 100.0px;
}
#globe a#il {
	left: 545.0px;
	top: 170.0px;
}
#globe a#in {
	left: 580.0px;
	top: 170.0px;
}
#globe a#ks {
	left: 435.0px;
	top: 196.0px;
}
#globe a#mi {
	left: 590.0px;
	top: 125.0px;
}
#globe a#mn {
	left: 478.0px;
	top: 85.0px;
}
#globe a#mo {
	left: 503.0px;
	top: 198.0px;
}
#globe a#mt {
	left: 320.0px;
	top: 60.0px;
}
#globe a#nd {
	left: 415.0px;
	top: 59.0px;
}
#globe a#ne {
	left: 420.0px;
	top: 150.0px;
}
#globe a#nm {
	left: 336.0px;
	top: 253.0px;
}
#globe a#oh {
	left: 615.0px;
	top: 162.0px;
}
#globe a#ok {
	left: 445.0px;
	top: 244.0px;
}
#globe a#sd {
	left: 415.0px;
	top: 103.0px;
}
#globe a#tx {
	left: 420.0px;
	top: 305.0px;
}
#globe a#ut {
	left: 280.0px;
	top: 170.0px;
}
#globe a#wi {
	left: 530.0px;
	top: 100.0px;
}
#globe a#wy {
	left: 335.0px;
	top: 120.0px;
}

/* northeastern region ===================*/
#globe a#ct {
	left: 725.0px;
	top: 118.0px;
}
#globe a#ma {
	left: 730.0px;
	top: 103.0px;
}
#globe a#me {
	left: 748.0px;
	top: 52.0px;
}
#globe a#nh {
	left: 730.0px;
	top: 89.0px;
}
#globe a#ny {
	left: 700.0px;
	top: 100.0px;
}
#globe a#ri {
	left: 748.0px;
	top: 115.0px;
}
#globe a#vt {
	left: 718.0px;
	top: 75.0px;
}
/* southeastern region ===================*/
#globe a#al {
	left: 581.0px;
	top: 277.0px;
}
#globe a#ar {
	left: 505.0px;
	top: 255.0px;
}
#globe a#dc {
	left: 692.0px;
	top: 175.0px;
}
#globe a#de {
	left: 710.0px;
	top: 162.0px;
}
#globe a#fl {
	left: 659.0px;
	top: 340.0px;
}
#globe a#ga {
	left: 623.0px;
	top: 274.0px;
}
#globe a#ky {
	left: 600.0px;
	top: 203.0px;
}
#globe a#la {
	left: 508.0px;
	top: 307.0px;
}
#globe a#md {
	left: 678.0px;
	top: 159.0px;
}
#globe a#ms {
	left: 543.0px;
	top: 282.0px;
}
#globe a#nc {
	left: 675.0px;
	top: 225.0px;
}
#globe a#nj {
	left: 714.0px;
	top: 145.0px;
}
#globe a#pa {
	left: 670.0px;
	top: 142.0px;
}
#globe a#sc {
	left: 654.0px;
	top: 253.0px;
}
#globe a#tn {
	left: 580.0px;
	top: 234.0px;
}
#globe a#va {
	left: 675.0px;
	top: 190.0px;
}
#globe a#wv {
	left: 641.0px;
	top: 185.0px;
}
/* other ===================================*/
