body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;
/*	background: url(../images/bg-stripe.png) #808080 repeat;*/
}

/* Main Links */

a:link, a:visited {
	color: #78A32E; /* Green */
	text-decoration: underline;
}

a:hover, a:active {
	color: #EB9B00; /* Orange */
	text-decoration: none;
}

#mainContainer {
	width: 830px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5;
	background: #FFF url(../images/greyBg.gif) top left repeat-y; 
}
	.clear {
		clear: both;
	}

#banner {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}

#sub1 {
	float: left;
	width: 200px;
	height: 15px;
	background-color: #000;
	border-top: 1px solid #FFF;
/*	border-bottom: 1px solid #FFF;*/
}

#sub2 {
	float: left;
	width: 530px;
	height: 15px;
	background-color: #000;
	border-top: 1px solid #FFF;
	border-right: 0;
/*	border-left: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;*/
	color: #FFF;
	text-align: center;
	padding-top:10px;
}

#menuContainer {
	float: left;
	width: 200px;
	padding-top: 10px;
}

	#training {
		float: left;
		background-color: #3F3F3F;
		width: 200px;
	}
	
	#about {
		float: left;
		background-color: #3F3F3F;/*#EB9B00*/
		width: 200px;
	}
	
	#training h2 span {
		display: none;
	}
	
	#about h2 span {
		display: none;
	}
		
	#training h2 {
		background: url(../images/hdMotorcycleTraining.gif) top left no-repeat;
        height: 18px;
		margin: 10px 0 0 10px;
	}
	
	#about h2 {
		background: url(../images/hdAboutUs.gif) top left no-repeat;
        height: 18px;
		margin: 10px 0 0 10px;	
	}
	
		#menuContainer ul {
		margin: 10px 0 10px 19px;
		padding: 0;
		list-style-type: none;
	}
	
	#menuContainer ul a {
		display: block;
		width: 150px;
		padding: 3px 0 3px 7px;
		margin: 1px;
		color: #ccc;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.2;
	}
	
	#about ul a {
		border-left: 1px #FFA800 solid;
	}
	
	#training ul a {
		border-left: 1px #9C0 solid;
	}
	

	#about ul a:hover, #about ul a:active {
		color: #FFF;
		border-left: 1px #865800 solid;
		background: #333;
	}
	
	#training ul a:hover, #training ul a:active {
		color: #FFF;
		border-left: 1px #6A8D00 solid;
		background: #333;
	}
	
/*	#about li {
		list-style-image: url(../images/bullet_orange.gif);
	}
	
	#training li {
		list-style-image: url(../images/bullet_green.gif);
	}*/
	
	
#content {
	float: left;
	width: 580px;
	padding: 20px;
}

	#content h2 {
		font-size: 140%;
		color: #78A32E;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#content h3 {
		font-size: 110%;
		color: #333;
		border-bottom: 1px dashed #EB9B00;
	}
	
	#testimonial p {
		border: 1px dotted #DDD;
		padding: 10px;
	}
	
		
	.imgFloatLeft {
		float: left;
		padding: 0 10px 0 0;
	}
	
	.imgFloatRight {
		float: right;
		padding: 0 0 0 10px;
	}
	
	#content li {
		list-style-image: url(../images/bullet.gif);
	}
	
		/* Form styles */

	fieldset {
	 	width: 350px;
		padding: 0 20px 0 20px;
		margin: 0 0 10px 0;
/*		margin: 1em 0;
		padding: 1em;*/
		border: none;
	}
	
	legend {
		font-size: 100%;
		color: #555;
		font-weight: bold;
		padding-bottom: 10px;
	}
	

	.required {
		color: #ff0000;
		font-size: 1em;
		font-weight: bold;
	}
	
	.normal {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #444;
		padding-left: 2px;
	}
	
	input.checkbox {
		width: auto;
		margin-left: 72px;
	}
	
	.checkbox {
		width: 2em;
		float: none;
		padding-right: 1em;
	}
	
	.checkboxLabel {
		width: 50em;
		float: 
	}

	/* end enquiry form mods*/
	.smlTxt {
		font-size: 80%;
	}

#media p{
	margin:0;
	text-indent: 20px;
}

#media h3{
	font-size: 110%;
	color: #333;
}

#footer {
	clear: both;
	text-align: right;
	height: 25px;
	background-color: #000;
	color: #CECECE;
	padding: 5px 10px 0 0;
	width: auto;
	border-right: 0;
}

