body,html {
	margin:0;
	padding:0;
}
body {
	background-color:#d9d20e;
	color:#1C4A1D;
	font:.9em 'trebuchet ms', Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body>#headerwrap {
	position: fixed;
}
#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height: 80px;
	z-index:100;
	background-image: url(../images/headerwrap-back.png);
	background-repeat: repeat-x;
	text-align: center;
	display: table;	
}
#navigation {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	margin-top: 10px;
}
#navigation #currentpage a {
	color: #ffffff;
}
#middlewrap {
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	background-image: url(../images/body-back1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: table;
}
#containerSpacer {
clear: both;
font-size: 1px; /* Might be needed for IE-Win, might not be needed. */
}
#container-table{
	height: 100%;
	min-height: 100%;
	width: 980px;
	border: none;
	margin: 0px auto;
	padding: 0px;
}
#contentwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#left-col {
	float: left;
	width: 748px;
	margin-left: 12px;
	margin-top: 20px;
}
#search-box {
	width: 700px;
	margin-left: 20px;
}
p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 1.5em;
	display: block;
	background-color: #E0F1E0;
	width: 700px;
	padding: 4px 0px 4px 4px;
}
.index-h1 {
	margin-left: auto;
	font-size: 1.5em;
	background-color: #D9D20E;
	margin-right: auto;
}
h2 {
	margin-left: 20px;
	font-size: 1.4em;
	margin-top: 3px;
	margin-bottom: 0px;
}
h3 {
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
th {
	font-size: 110%;
	background-color: #E0F1E0;
	text-align: left;
	display: table-cell;
}
#right-col {
	clear: none;
	float: right;
	width: 200px;
}
#right-col-content {
	background-color: #f9f9f1;
	height: 100%;
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
	margin-bottom: 20px;
}
#right-col h2 {
	font-size: 90%;
	color: #067B1C;
	margin-left: 0px;
	padding-left: 0px;
}
#right-col p {
	margin-left: 0px;
	padding-left: 0px;
}
#search {
	margin-bottom: 10px;
	height: 80px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
#testimonials {
	margin-top: 30px;
	margin-bottom: 20px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav li {
	list-style-type: none;
	font-weight: bold;
	line-height: 150%;
}
#subnav a {
	color:#1C4A1D;
	font:bold 100% 'trebuchet ms', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#subnav a:hover {
	color: #067B1C;
}
#subnav #currentpage a {
	color: #00CE00;
}
#footer {
	clear: both;
	float: left;
	height: 92px;
	width: 100%;
	background-color: #D9D20E;
	background-image: url(../images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#footer-content {
	height: 30px;
	width: 960px;
	font-size: 70%;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#index-animation {
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	width: 800px;
	z-index: 0;
	padding-top: 80px;
}
#intro {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: justify;
	margin-bottom: 20px;
}
#intro h1 {
	text-align: center;
	margin-top: 20px;
	font-size: 150%;
	width: 670px;
	padding: 0px;
}
#intro h2 {
	text-align: center;
	margin-top: 0px;
	font-size: 150%;
}
#deposit-form {
	text-align: center;
	height: 50px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.img_float-left {
	float: left;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.img_float-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 40px;
}
/* Start navigation styles */
.menu {
	z-index:101;
	width:995px;
	font-size: 90%;
	margin: auto;
	position: relative;
	
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:959px;
	w\idth:960px;
	margin-right: auto;
	margin-left: auto;
	z-index: 101;
	
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	position: relative;
	

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	z-index: 101;
	float:left;
	position:relative;
	width: 158px;
	border: 1px solid #AFAB0C;
	margin-right: 1px;
	margin-left: 1px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#1C4A1D;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/button-back.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 158px;
	vertical-align: middle;
	line-height: 40px;	
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:135px;
	w\idth:135px;
	z-index: 101;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-image: url(../images/button-back.png);
	background-repeat: repeat-x;
	z-index: 101;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#A9C54B;
	z-index: 101;
}
.menu ul ul :hover > a.drop {
	background:#D9D20E;
	z-index: 101;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#85a735;
	z-index: 101;
}
/* style the third level hover */
.menu ul ul ul a:hover {background:#A9C54B; z-index: 101;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:41px;
	left:-2px;
	z-index: 101;
}
.menu ul ul li {
	z-index: 101;
	border-top: none;
	border-right: 1px solid #AFAB0C;
	border-bottom: 1px solid #AFAB0C;
	border-left: 1px solid #AFAB0C;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:28px;t\op:28px; z-index: 101;}

/* position the third level flyout menu */
.menu ul ul ul{left:138px; top:5px; width:140px; z-index: 101;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-138px;
	z-index: 101;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	z-index: 101;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	z-index: 101;
	width: 158px;
	
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:137px;w\idth:137px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#067B1C;
	z-index: 101;
	
}
.menu :hover > a, .menu ul ul :hover > a {
	color: #067B1C;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	z-index: 101;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	z-index: 101;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	visibility:visible;
	z-index: 101;
}
#Logos {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
}

/* End navigation styles */


.contact-form {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.input {
	background-color: #FFFFFF;
	border: 2px solid #679366;
	margin-top: 3px;
	color: #333333;
	font-size: 90%;
	float: left;
}
.input:focus {
	background-color: #F8FDF7;
	border: 2px solid #95BB4D;
}
.inputbutton{
	background-color: #FFFFFF;
	border: 2px solid #679366;
	float: left;
	margin-right: 10px;
} 
.inputbutton-centre{
	background-color: #FFFFFF;
	border: 2px solid #679366;
	margin-right: auto;
	margin-left: auto;
} 
.inputbutton:focus{
	background-color: #F8FDF7;
	border: 2px solid #95BB4D;
}
.inputbutton-centre:focus{
	background-color: #F8FDF7;
	border: 2px solid #95BB4D;
}
.centre {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.tariff-table {
	border: 1px solid #CCCCCC;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
.light-green-back {
	background-color: #E0F1E0;
}
#bike-box {
	background-color: #E0F1E0;
	display: block;
	padding: 2px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px dashed #1C4A1D;
	font-weight: bold;
}

.text-align-left {
	text-align: left;
}
noscript p{
	font-weight: bold;
	color: #FF0000;
	padding-top: 20px;
	height: 30px;
	text-align: center;
}
.Ad-Box {
	width: 700px;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
.Ad-Box h2{
	color: #286A2B;
	margin-bottom: 10px;	
}
.Ad-Box .small-text{
	font-size: 75%;		
}
hr {
	color: #ccc;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
