body,ul,li {
	padding:0;
	margin:0;
}
/* Normal Text */
body {
	font-size:18px;
	color: #2E404D;
	font-family:helvetica;
	background-color:#CCCCCC;
}
/* Spaced Text */
.style1 {
	font-size:18px;
	color: #2E404D;
	font-weight: bold;
	padding: 5px;
	font-family: helvetica;
}

/* Small White */
.style2 {
	font-size:14px; 
    color: #FFFFFF;
	font-family: helvetica;
}
a.style2:link {color:#FFFFFF;font-weight:bold;text-decoration:none;}
a.style2:visited {color:#FFFFFF;font-weight:bold;text-decoration:none;}


/* Colour Tab Text */
.style3 {
	display: inline-block;
	font-size:18px; 
    color: #FFFFFF;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	text-indent:2px;
	background-color:#5A8163;
	font-weight: bold;
	font-family: helvetica;
}

/* Large White */
.style4 {
	font-size:18px; 
    color: #FFFFFF;
	font-family: helvetica;
}
a.style4:link {color:#FFFFFF;font-weight:bold;text-decoration:none;}
a.style4:visited {color:#FFFFFF;font-weight:bold;text-decoration:none;}

/* Normal Dark */
.style5 {
	font-size:18px;
	color: #2E404D;
	font-family: helvetica;
}

h1 {
	font-size:28px;
	font-weight:bold;
	color:#2E404D;
}

#header {
	position:absolute; z-index:2;
	top:0; left:0;
	width:100%;
	height:55px;
	background-color:#000;
	padding:0;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	overflow:hidden;
}

#mapheader {
	top:0; left:0;
	width:100%;
	height:55px;
	background-color:#2E404D;
	padding:0;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	overflow:hidden;
}

#footer {
	position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:50px;
	background-color:#000000;
	padding:0;
	text-align:center;
	overflow:hidden;
}

#wrapper {
	position:absolute; z-index:1;
	top:55px; bottom:50px; left:0;
	width:100%;
	background:#CCCCCC;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:2;
	width:100%;
	float:left;
	padding:0;
}

a:link {
	color: #2E404D;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #2E404D;
	text-decoration: none;
    font-weight: bold;
}

.popweb {
    position:absolute;
    bottom:0px;
    left:0px;
	width:100%;
    top:0px;
	height:100%;
	color: #2E404D;
    background-color:#fff;
    z-index:9999;
	overflow:hidden;
    display:none;
}

.scroll-button {
  position: fixed; 
  left:0px;
  width:100%;
  top:0px;
  height:42px;
  background-color:#000000;
  overflow: hidden;
}

.scroll-wrapper {
  position: fixed; 
  right: 0px; 
  bottom: 0px; 
  left: 0px;
  top: 42px;
  -webkit-overflow-scrolling:touch;
  overflow-y: scroll;
}

.thebutton {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
    border-radius:5px;
    background:#CCC;
	color:#000;
	margin:5px;
    padding:5px;
    height:22px;
	display:inline-block;
	cursor: pointer;
}

.blackbutton {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
    border-radius:5px;
    background:#000;
	color:#fff;
	margin:5px;
    padding:5px;
    height:20px;
	display:inline-block;
	cursor: pointer;
}

img {
   display:block;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color:#EEE;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

