/*** Splash Pg Styles ***/
BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 11px/normal Arial, Helvetica, sans-serif;
	color: #000;
}

A:link, A:visited {
	color: #0080a1;
	text-decoration: none;
}

A:hover, A:active {
	color: #0080a1;
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 852px;	
}

#logoHeader {
	padding-top: 51px;
	clear: both;
}

#splashHeader {
background: url(/images/splash.jpg) top left no-repeat;
height: 150px;
width: 852px;
margin: 5px 0;
}

#location  {
text-align: center;
font-weight: bold;
font-size: 13px;
margin: 10px;
height: 40px;
}

#location p {
margin: 6px 0;
padding: 0;
}

#globe {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	clear: both;
	background: url(../images/splash/globe3.gif) no-repeat;
	width: 852px;
	height: 362px;
}

#imageMap {
	position: absolute;
	top: 342px;
	left: 0px;
	z-index: 1000;
	width: 100%;
}

#globe .hilite {
	display:none;
}

#menu {
	clear: both;
	border-top: 7px solid #fff;
	background: #E9E9E9;
	height: 30px;
	overflow: hidden;
	padding: 0 0 0 12px;
}

#menu FORM {
	margin: 0;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

#menu SELECT {
	font-size: 10px;
	line-height: normal;
	width: 300px;
	border-top: 2px solid #848484;
	border-left: 2px solid #848484;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

#menu P {
	margin: 0;
	font-weight: bold;
	float: left;
	padding-top: 9px;
}

#footer {
	clear: both;
}

#footer #copyright {
	float: left;
	width: 784px;
	border-top: 1px solid #000;
	padding-top: 5px;
	margin-top: 28px;
}

#footer #logoFooter {
	float: right;
	width: 68px;
}