* { 
	margin:0; 
	padding:0;

}

body {
	
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a:link {
	color:#F90;
	text-decoration:none;
	border:none;
	outline:none;
}

a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F90;
}

h1 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
	margin-top: -10px;
}

h2 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-left: 20px;
}

h3 {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-left: 0px;
	margin-top: 23px;
	margin-left: 5px;

}
h4 {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f90;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 60px;

}

h5 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
	margin-top: -10px;
}

#wrap {
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#page {
	position:relative;
	width:800px;
	height:auto;
	top:290px;
	left:0px;
}

#footer {
	position:fixed;
	bottom:0px;
	width:800px;
	height:80px;
	z-index:2;
	background: url(../images/footer.png) no-repeat;
}
#header {
	background: url(../images/header.png) no-repeat;
	position:fixed;
	top:0px;
	width:800px;
	height:279px;
	z-index:3;
}
#hteam{
	position:relative;
	width:480px;
	height:420px;

}

	
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:  url(../images/mapdata.gif) no-repeat scroll 0 0;
	font-size:14px;
	height:153px;
	padding:30px;
	width:310px;
	font-size:14px;
	display:none;
	color:#fff;
	
}



/* trigger button */
#download_now {
	background: url(../images/map.jpg) no-repeat scroll 0 0;
	display:block;
	height:45px;
	overflow:hidden;
	text-indent:-999em;
	width:45px;
	cursor:pointer;
	
	
	

}



/* tooltip styling */
.tooltip {
	display:none;
	background: url(../images/mapdata.jpg);
	height:218px;
	padding:40px 30px 10px 30px;
	width:268px;
	font-size:11px;
	color:#fff;
	z-index:4;
	
}





