/* CSS Document */
html,body {
	margin: auto;
	background-image: url(../images/Splash/splash_bg_degrade.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

form, table, div, td {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

td{
	vertical-align: top;
}

img {
	border: none;
}


/***************************
*          LAYOUT          *
***************************/

div.mainContainer {
	width: 100%;
	margin:auto;
	padding-top: 105px;
	position: relative;
}

div.mapContainer{
	/*BACKGROUND-IMAGE: url(../images/Splash/splash_bg.jpg);
	background-repeat: no-repeat;
	border: solid 2px #9d060f;*/
	border: none;
	WIDTH: 800px;
	POSITION: relative;
	margin:auto;
	HEIGHT: 600px;
}

div.mapContainer a{
	text-decoration: none;
}

table.toolTip td{
	font-size: 12px;
	color: #000;
	font-weight:normal;
	vertical-align: middle;
	padding: 2px;
	text-align: center;
	width: 260px;
}

.toolTipTitle{
	font-size: 16px;
	color: #0501fe;
	font-weight:bold;
}

.globe {
	position: absolute;
	left:332px;
	top:332px;  
	width: 130px;
	height: 130px;
}