/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a, address, input, textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #4E4E4E;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 15px;
	color: #2A348A;
}
h2 {
	padding-top:0;
	font-size: 14px;
	font-weight: bold;
}

a {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
li {
	padding-top: 5px;
}
th {
	background-color: #F2F1EF;
}
td {
	border: thin solid #F2F1EF;
}

#thanksText {
	text-align:center;
	padding-bottom: 250px;
	padding-top: 50px;
}
#newsFeed h1 {
	color: #E8E215;
}
td.newsLink {
	text-decoration:none;
	border: none;
}
/*************** Image Handling **************************/
.floatLeft, .floatRight, .imageBorder {
	padding: 10px 10px 10px 10px;
}
.imageCentre {
	text-align: center;
}
.floatLeft {
	float: left;
	padding-left: 0;
}
.floatRight {
	float: right;
	padding-right: 0;
}
#learnToRide {
	margin-top: 10px;
}
#tagline2 {
	float: right;
	margin-right: 220px;
}
/**************** MENU OPTIONS ****************/
#menuBar {
	float: left;
	width: 160px;
	padding-left: 5px;
	padding-top: 20px;
}
a span {
	display: none;
}
.dash { /* For WAI */
	display: none;
}
#menuBar a {
	height: 30px;
	width: 150px;
	background-repeat:no-repeat;
	float: left;
	display:block;
}
#home {
	background-image: url(Images/Buttons/home.gif);
}
#home:hover {
	background-image: url(Images/Buttons/homeRO.gif);
}
#courses {
	background-image: url(Images/Buttons/courses.gif);
}
#courses:hover {
	background-image: url(Images/Buttons/coursesRO.gif);
}
#licenceTypes {
	background-image: url(Images/Buttons/licenseTypes.gif);
}
#licenceTypes:hover {
	background-image: url(Images/Buttons/licenseTypesRO.gif);
}
#fullLicence {
	background-image: url(Images/Buttons/fullLicence.gif);
}
#fullLicence:hover {
	background-image: url(Images/Buttons/fullLicenceRO.gif);
}
#CBT {
	background-image: url(Images/Buttons/CBT.gif);
}
#CBT:hover {
	background-image: url(Images/Buttons/CBTRO.gif);
}
#directAccess {
	background-image: url(Images/Buttons/directAccess.gif);
}
#directAccess:hover {
	background-image: url(Images/Buttons/directAccessRO.gif);
}
#tests {
	background-image: url(Images/Buttons/tests.gif);
}
#tests:hover {
	background-image: url(Images/Buttons/testsRO.gif);
}
#prices {
	background-image: url(Images/Buttons/prices.gif);
}
#prices:hover {
	background-image: url(Images/Buttons/pricesRO.gif);
}
#eShop {
	background-image: url(Images/Buttons/eShop.gif);
}
#eShop:hover {
	background-image: url(Images/Buttons/eShopRO.gif);
}
#theTeam {
	background-image: url(Images/Buttons/theTeam.gif);
}
#theTeam:hover {
	background-image: url(Images/Buttons/theTeamRO.gif);
}
#links {
	background-image: url(Images/Buttons/links.gif);
}
#links:hover {
	background-image: url(Images/Buttons/linksRO.gif);
}
#gallery {
	background-image: url(Images/Buttons/gallery.gif);
}
#gallery:hover {
	background-image: url(Images/Buttons/galleryRO.gif);
}
#reviews {
	background-image: url(Images/Buttons/reviews.gif);
}
#reviews:hover {
	background-image: url(Images/Buttons/reviewsRO.gif);
}
#forum {
	background-image: url(Images/Buttons/forum.gif);
}
#forum:hover {
	background-image: url(Images/Buttons/forumRO.gif);
}
#contactUs {
	background-image: url(Images/Buttons/contactUs.gif);
}
#contactUs:hover {
	background-image: url(Images/Buttons/contactUsRO.gif);
}
#recruitment {
	background-image: url(Images/Buttons/recruitment.gif);
}
#recruitment:hover {
	background-image: url(Images/Buttons/recruitmentRO.gif);
}
#readOurBlog {
	background-image: url(Images/Buttons/readOurBlog.gif);
	margin-top: 30px;
}

/***************** DIV DEFINITIONS ********************/
body {
	position: relative;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	background-image:url(Images/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
}
#header {
	padding-top: 10px;
	height: 70px;
}
#holdingDiv {
	margin-left: 160px;
}
#bodyText {
	width: 520px;
	background-color: #D7DCE3;
	border: medium solid #94A0B4;
	padding: 5px;
}
#newsFeed {
	float: right;
	width: 205px;
	background-image: url(Images/tagline2.gif);
	background-position: top left;
	background-repeat:no-repeat;
	padding-top: 240px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}

 #facebookBadge {
	padding-top: 1em;
}

#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
}
#ACWD {
	font-size: 9px;
	font-style:italic;
}

/****** don't show the human field on the contact form so as to catch spam robots*******/
#humanLabel, #human {
	display: none;
	visibility: hidden;
}
