@charset "UTF-8";
/* CSS Document */


#cols{
  float:left;
  width:500px;
  border-left:200px solid #333; » 
  /* The width and color of the left rail */
  border-right:200px; » 
  /* The width and color of the right rail */
	}
	
#full-cols{
  float:left;
  width:1024px;
  border-left:200px solid #333; » 
  /* The width and color of the left rail */
	}



/*------------------ GLOBAL --------------------------*/

html, body {
}

body{
	background-color:#e8ebf0;
	}	
	
#header{
	 height:117px;
	 overflow:hidden;
		background:url(../files/images/global/bg-header.png) repeat-x;
	}

	
p{
	margin-bottom:10px;
	}
	
h2 a{
	color:#ed8224;
	}
	
h3 a{
color:#666;
}

a {
	color:#666;
	 text-decoration:none;
}
ol {
	padding-left:30px;
	margin-bottom:10px;
}
ol li {
	margin-bottom:4px;
}

.button{
	padding-top:3px;
}
	
#background{
	}

.centre{
	width:1024px;
	margin:0 auto;
	overflow:hidden;
	}

	

#btm, #background{
	background:url(../files/images/global/bg-content.png) repeat-x #e8ebf0;
	padding-bottom:20px;

	}
	
	#info-home{
	float:left;
	display:inline; /*IE6 Double margin fix*/
	padding-top:20px;
	width:63%;
	margin: 0 0 10px 30px;
	}
	
#content{
	width:60%;
	margin-left:30px;
	}


#content-fullcol{
 width:700px;
	float:left;
}

#content-fullcol #info{
width:420px;
float:left;
padding-top:255px;	
}

	
	#info{
	 float:left;
  width:440px;
  margin-right:-500px;
		margin-left:30px;
		padding-top:35px;
}

.inline{
	overflow:auto;
	}
	
.inline li{
	display:block;
	float:left;
	margin-right:20px;
	font-weight:bold;
	width:170px;
	}
	
	
#snapshots{
float:right;
  width:200px;
  margin-right:-200px;
		margin-top:20px;
  position:relative;
}

#snapshots-banner{
float:right;
  width:200px;
		margin-top:20px;
}

#snapshots-home{
float:right;
margin:20px 30px 0 0;
display:inline;
}

#snapshots-contact{
float:right;
margin:20px 30px 0 0;
display:inline;
	}
	
.tagline{
	font-family:"UniversCondensedBoldOblique", sans-serif;
	text-align:right;
	margin:0;
	height:49px;
	padding:30px 34px 10px 0;
	font-weight:normal;
	}
.tagline strong {
	color:#ed8224;
	font-weight:normal;
}
	
.right{
	float:right;
	}
.left{
	float:left;
	}
.clear{
	clear:both;
	}
	

	
.boxShadow {
  border: 3px solid #fff;
  -moz-box-shadow: 3px 3px 3px #cfcfcf;
  -webkit-box-shadow: 3px 3px 3px #cfcfcf;
  box-shadow: 3px 3px 3px #cfcfcf;
}

/*----------------- FORMS -------------------------*/
input.text {
	border: 0;
	margin: 3px 0;
	padding:2px;
}

	
	
/*------------------ NAV --------------------------*/

#nav{
clear:both;
	 margin:0;
	 width:1024px;
	 height:25px;
	 position:relative;
}
#nav ul {
	  margin:0;
	  margin-right:30px;
	  padding:0;
	  list-style:none;
	  position:absolute;
	  right:0;
	  bottom:0;
	  z-index:2;
}

#nav li{
  float:left;
  color:#000;
  margin-left:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
		border:1px solid #e2e2e2;
		border-bottom:0;
		background:url(../files/images/global/nav/off/middle.png) repeat-x left top;
	}
	
	#nav li a{
		padding: 0px 10px;
		text-decoration:none;
		color:#666;
		font-size:13px;
		height:25px;
		line-height:25px;
		}
		
	#nav li a:hover{
		color:#000;
		}

#nav li.selectedParent {
	background-color:#464748;
	background-image:none;
	border:1px solid #464748;
}

#nav li.selected {
	background-color:#464748;
	background-image:none;
	border:1px solid #464748;
}

#nav li.selectedParent a{
color:#FFF;}

#nav li.selected a{
	color:#FFF;
}
		
#sec-nav{
	float:left;
  width:150px;
  margin-left:-190px;
  position:relative;
		padding: 35px 10px 10px 10px;
}

#sec-nav-banner{
  width:200px;
  float:left;
	}

#sec-nav li.selectedParent a{
color:#ed8224;}

#sec-nav li.selected a{
	color:#ed8224;
}

#sec-nav li.selectedParent ul li a{
	color:#a1a2a2;
}

#sec-nav li.selectedParent ul li.selected a{
color:#fff;
	background:url(../files/images/global/arrow.png) no-repeat left;
	}

#sec-nav li.selected ul li.selected a{
color:#fff;
	background:url(../files/images/global/arrow.png) no-repeat left;
	}
	
	#sec-nav li.selectedParent ul li.selectedParent  ul li.selected a{
color:#fff;
	background:url(../files/images/global/arrow.png) no-repeat left;
	}

#sec-nav li.selected ul li.selectedParent  ul li.selected a{
color:#fff;
	background:url(../files/images/global/arrow.png) no-repeat left;
	}


#sec-nav li.selected ul li a{
	color:#a1a2a2;
}

#sec-nav li.selectedParent ul li.selected ul li a{
	color:#a1a2a2;
}

#sec-nav li.selectedParent ul li ul li.selected a{
color:#fff;
	background:url(../files/images/global/arrow.png) no-repeat left;
	}

#sec-nav h2{
	margin-bottom:20px;
	}
	
#sec-nav ul{
	list-style-type:none;
	}

#sec-nav ul li{
	margin-bottom:10px;
	}

#sec-nav ul li a{
	color:#FFF;
	}
	
#sec-nav ul li a:hover{
	color:#ed8224;
	}

#sec-nav ul li .selectedParent a{
	color:#ed8224;
	}
	
	#sec-nav ul li ul{
		margin-top:10px;
		}
	
	#sec-nav ul li ul li a{
	color:#a1a2a2;
	font-size:11px;
	padding-left:10px;
	background:url(../files/images/global/arrow-grey.png) no-repeat left;
	display:block;
	}
	
#sec-nav ul li ul li a:hover, #sec-nav ul li ul li .selectedParent a {
	color:#fff;
	background:url(../files/images/global/arrow.png) no-repeat left;
	}

#sec-nav ul li ul li ul li a{
	color:#d7d7d7;
	font-size:10px;
	padding-left:15px;
	background-image:none;
	}
	
#sec-nav ul li ul li ul li a:hover, #sec-nav ul li ul li ul li .selectedParent a {
	color:#fff;
	background-image:none;
	}



/*------------------ HOME --------------------------*/

#banner{
	background-color:#000;
	}

#strip{
	color:#FFF;
	min-height:132px;
	background:url(../files/images/home/bg-strip.png) repeat-x #282929;
	}
	
#strip .col{
	width:330px;
	float:left;
	border-left: 1px solid #171717;
	margin-top:2px;
	}
	
	#strip .col p, #strip .col h2, #strip .col form{
		width:170px;	
		padding-left:15px;
		}
		
	#strip .col h2{
		margin:13px 0 4px 0;
	}
	#strip .col#training form {
		width:190px;
	}

	#strip .col#training input {
		float:left;
	}
	#strip .col#training input.text {
		width:130px;
		margin-right:8px;
	}
	

	
#training, #fleet, #minibus{
	min-height:132px;
	}


#training{
	background:url(../files/images/home/speed-camera.png) no-repeat bottom right;
	}

#fleet{
	background:url(../files/images/global/snapshots/car-white.png) no-repeat bottom right;
}

#minibus{
	background:url(../files/images/home/minibus.png) no-repeat bottom right;
	border-right: 1px solid #171717;
	}
	
.selectmenu select {
	width:175px;
	margin-left:15px;
}
	
	.selectmenu ul {
		margin: 5px 0 10px 15px;	
	}
	
.selectmenu ul li{
	list-style-type:none;
	padding-left:14px;
	background:url(../files/images/global/arrow.png) no-repeat 0px 4px;
	margin-bottom: 4px;
	}
	
	.selectmenu ul li a {
	color:#fff;
	}
	
	#trainingmenu select { margin-left:0px; width:270px;}
	#trainingmenu ul li{
	background:url(../files/images/global/arrow-grey.png) no-repeat 0px 4px;
	}
	
/*------------------ NEWS --------------------------*/
	
	
#news-list{
background:url(../files/images/global/nav/bg-left-nav.png) repeat-x #333;
	width:170px;
	color:#FFF;
	padding: 35px 10px 10px 20px;
	float:left;
	min-height:600px;
	}
	
#news-list h2{
	margin-bottom:20px;
	}
	
#news-item{
	width:700px;
	float:left;
	margin:35px 0 20px 40px;
	}

#news-item h2{
	margin:0;
	padding:0;
	}
	
#news-item img{
	margin:0 20px 20px 0;
	}

.date{
	color:#999;
	font-size:11px;
	width:100%;
	padding-bottom:5px;
	}

.Article{
	margin-bottom:20px;
	}

.ArticleTitle a{
 color:#ed8224;
	}

.ArticleLink a{
	color:#bababa;
	font-size:10px;
	text-transform:lowercase;
	display:none;
	}
			

/*------------------ FOOTER --------------------------*/

#footer{
	font-size:11px;
	color:#999;
	background-color:#e8ebf0;
	border-top: 3px solid #d1d4d9;
	padding: 10px 0;
	}
	
#footer ul{
	float:left;
	line-height:34px;
	}

#footer ul li{
	display:inline;
	list-style-type:none;
	margin-right:10px;
	}

#footer a{
	font-size:11px;
	color:#999;}
	
#footer ul#partnerships {
	float:right;
	text-transform:uppercase;
	line-height:34px;
	font-family: "UniversCondensedBoldOblique", sans-serif;
}
#footer ul#partnerships li {
	float:left;
	display:inline;
	list-style-type:none;
	margin-right:14px;
}
#footer #partnerships img {
	float:left;
	border:0;
}



