@charset "utf-8";
/* CSS Document */
body{
	background-color:#333;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #DADADA;
	background-position: center top; 
	background-repeat:repeat-x; 
	background-image: url('images/bgTile1.jpg');
}
h1 {
	display: none;
}
h1.internal{
	display: block;
	color: #333;
}
.clear{
	clear: both;
}
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	position: relative;
}
#container #header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	background-image: url(images/header2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 150px;
}
#container #header #HomepageLink a{
	display: block;
	height: 100px;
	width: 315px;
	position:absolute;
	left: 20px;
	top: 22px;
}
#container #header #nav{
	float: right;
	padding: 0px;
	margin-top: 120px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #footer #nav{
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#nav li{
	padding: 0px;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
}
#nav li a{
	color: #FFF;
	text-decoration: none;
}
#footer #nav li a{
	color: #333;
	text-decoration: none;
}
#container #footer{
	border-top: 1px solid #A5A5A5;
	padding-top:8px; 
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
	font-size: 90%;
}
#content {
	padding-top: 150px;
	background-color: #FFF;
	position: relative;
	padding-bottom: 40px;
}
#content #mainBody{
	width: 500px;
	float: left;
	padding-left: 15px;
}
#content #rightNav{
	width: 245px;
	position: absolute;
	top: 293px;
	right: 0px;
	min-height: 300px;	
}
#content #rightNav .booking{
	background-image: url(images/blackberry.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
	margin-bottom: 40px;
}
#content #rightNav .testimonial{
	border: 1px solid #d7d7d7;
	padding: 15px;
}
#content #rightNav .booking h1{
	color:#333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: block;
	font-size: 140%;
}
#content #rightNav .booking h2{
	color:#333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.services{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.services .image{
	float: left;
	width: 140px;
}
.services .text{
	float: left;
	width: 330px;
}
.services .text p{
	padding-top: 3px;
	margin-top: 0px;
}
.qualifications{
	float: left;
	width : 130px;
	padding-right:10px;
}
.learningbox h3{
	margin-top: 0px;
	padding-top: 0px;
}
.learningbox{
	border: 1px #A5A5A5 solid; 
	padding: 8px;
	font-size: 13px;
	margin-bottom: 15px;
}
.drivingfacts{
	border: 1px #A5A5A5 solid;
	padding: 8px;
	margin-top: 15px;
	background-image: url(images/miniBlueGradient.jpg);
	margin-right: 10px;
	background-repeat: repeat-x;
	background-position: left top;
}
.drivingfacts h2{
	margin-top: 0px;
	padding-top: 0px;
}
.linkRpt{
	border-bottom: 1px solid #DADADA;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 60px;
}
.linkRpt .link_logo{
	float: left;
	width: 130px;
}
.linkRpt .desc{
	float: left;
	width: 340px;
	margin-left: 10px;
}
.contact_form{
	padding: 0;
	margin: 0;
}
.contact_form label{
	display:block;
	margin-bottom: 3px;
}
.contact_form .textfield{
	border: 1px solid #CDCDCD;
	padding: 3px;
	font-size: 120%;
}
.contact_form .textareastyle{
	border: 1px solid #CDCDCD;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.thanksMsg{
	padding: 20px;
	background-color: #FFC;	
}
.column{
	float: left;
	width: 225px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
}
.column ul{
	margin: 0px;
	padding: 0px;
}
.column li{
	border-bottom: 1px solid #d7d7d7;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	/*list-style-position: inside;*/
	list-style-type: none;
}
.testimonialRpt{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.testimonialRpt .testimImage{
	float: left;
	width: 150px;
	margin-right: 20px;
}
.testimonialRpt .testimImage .te{
	font-size: 120%;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;

}
.testimonialRpt .testimText{
	float: left;
	width: 530px;
}
.testimonialRpt .testimText p{
	margin-top: 0px;
	padding-top: 0px;
}
.warningSym{
	color:#FFFFFF;
	font-weight: bold;
	background-color: #990000;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 120%;
}
.warningMsg{
	color:#FFFFFF;
	font-weight: bold;
	background-color: #990000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin: 0px;
}
#bookingForm{
	float: right;
	width: 245px;
}
#bookingForm h2{
	text-transform: uppercase;
	font-size: 100%;
}
#bookingForm{
	font-size: 90%;
}
#bookingForm .bookOpt{
	margin-bottom: 2px;
	background-image: url(images/bookOptionBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	background-color: #EFEFEF;
}
#bookingForm .bookOpt .bookOnline a{
	display: block;
	height: 20px;
	width: 25px;
	float: right;
}
.blogHeading{
	text-transform: uppercase;
	font-size: 100%;
}
.news_repeat{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADA;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	background-image: url(images/blogPost_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #efefef;
}
.news_repeat .postLink{
	color:#276DAB;
	text-decoration: none;	
	font-weight: bold;	
}
.news_repeat .blogDate{
	font-size: 85%;
	color:#666666;
	text-transform:uppercase;
}