body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	background-attachment: fixed;
	background-color: #000000;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #1871c8;
	text-decoration: none;

}

a:hover{
	text-decoration: underline;
}
	
/************* globalNav styles  - the grey bit which is always visible ****************/

#navbar {
	height: 32px;
	width: 100%;
	background-image:  url("images/navbar2.png");
	position: absolute;
	min-width: 850px;
	color:#000000;
}

#navbar ul {
	width: 90%;
	display: inline;
	z-index: 200;
}

#navbar ul li {
	float:left;
	list-style-type: none;
	display: inline;
	padding-top: 7px;
	padding-bottom: 7px;
	}

#gnl {
	left: 0px;
	float: left;
}
#gnr {
	left: 0px;
	float: right;
}

#navbar a.glink:link, a.glink:visited {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	height: 32px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#navbar li:hover a.glink, #navbar li:active a.glink {
	color:#000000;
	text-decoration:underline;
}


/************ subglobalNav styles - the normally hidden bit **************/

#navbar ul ul {     /*This makes sure that the hidden bit is hidden*/
	display: none;
	color: #ffffff;
	font-size:100%;
	}

#navbar ul ul a:link, #navbar ul ul a:visited {
	color: #ffffff;
}

#navbar li:hover ul, #navbar a:active ul{
	position: absolute;
	background-color: #000000;
	display: block;
	visibility: visible;
	list-style-type: none;
	width: 70%;
	height: 25px;
	left: -28px;
	top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	/*border-top-width: thin;
	border-top-style: solid;*/
	float: left;
	}

#navbar ul ul a:hover, #navbar ul ul a:active{
	color:#1871c8;
}
/* IE6 only */
#navbar table {
	border-collapse:collapse;
	margin:-1px;
	width:auto;
	height:32px;
	color: #FFFFFF;
	display: inline;
	float: left;
	table-layout:fixed;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 10px;
}

form label{
 font: 75% Arial,sans-serif;
 color: #334d55;
 display: block;
 	clear: both;
	float: left;
}
				
input{
font-family: Arial,sans-serif;
display: block;
clear:both;
}
				
input.submit{
clear: both;
top: 0px;
left: 0px;
}

fieldset {
display:block;
width:15em;
padding:5px;
border:none;
}

legend {
  font:75% Arial, sans-serif;
}

.hidden {
display:none;
}

iframe {
	border: none;
	height: 100%;
	width: 100%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	min-width: 850px;
	background-color:#000000;
	border: 1px solid #CCCCCC;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#pageNav{
	float: left;
	width:150px;
	padding: 0px;
	background-color: #000000;
	font: small Verdana,sans-serif;
	height: 100%;
	clear: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#content{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	margin-left:150px;
	background-color: #ffffff;
	min-height:500px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
	background-color:#000000;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #ffffff;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 6px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-color: #ffffff;
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
}

.feature img{
	padding: 0px;
}


/*************** story styles ******************/

.story {
	font-size: 80%;
	clear: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #ffffff;
}
.imgright {
	float: right;
	text-align: center;
	margin: 5px;
}
.centre {
	text-align: center;
	
}

.story h3{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.map {
	margin:10px;
	border:none;
}

#mapoverlay {

	width: 300px; 
	height: 15px; 
	color: black; 
/*	background-color: white; */
	font-size: 8px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-left:150px;
	background-color:#000000;
	text-align: center;
}

#siteInfo img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 5px;
}

#siteInfo a:link, a:visited{
	color:#999999;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #000;
/*	background-image: url(/images/sidenavbutton3.png);*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#sectionLinks a:hover, #sectionLinks a:active{
	background-position: 0px 0px;
	font-weight: bold;
	text-decoration: none;
	color: #1871c8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding-top: 10px;
	padding-left: 2px;
}
#w3 img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#counter {
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.picasa img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.picasa table {
	float: left;
}

.album {
	width:400px;
	float:left;
	font-size:70%;
	padding:1em;
}

.picasa {
	overflow: auto;
	top: 0px;
	position: relative;
}
.feature object {
	margin: 10px;
}

#ramptestdata {
	height: 600px;
	width: 800px;
	overflow: visible;
	visibility: visible;
}
.imgright img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
caption {
	font-weight: bold;
}
.horizbar {
	background-color: #FF0000;
	height: 20px;
	width: 1px;
}
.chart {
	height: 400px;
	width: 100%;
}
.vertbar {
	float: left;
	height: 1px;
	width: 3px;
	background-color: #00FF00;
	bottom: -400px;
	position:relative;
	overflow:hidden;
}
button {
	width: 75px;
}

.GPSvmap {
	height: 600px;
}

.compacttable {
font-size: small;
background-color:#FFFFFF;
border: 1px solid grey;
}
 td {
border: 1px solid grey;	
border-collapse: collapse; 
 }
 
 th {
border: 1px solid grey;	
border-collapse: collapse;
 }

.highlight {
background-color:#FFFF66;
font-weight:bold;
}

.highlight_bl {
background-color:#1871c8;
font-weight:bold;
color: #ffffff;
}

#drawbike {
	height: 500px;
	width: 718px;
	margin-left:auto;
margin-right:auto;
padding-top: 20px;
padding-bottom: 20px;
}

#logo953 {
	height: 170px;
		margin-left:auto;
margin-right:auto;
	margin-left:auto;
margin-right:auto;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  width: 60%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}