/* CSS Document */



/*----------- RESET---------------*/

html,body,form,fieldset,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address { margin:0;padding:0; }
a img, :link  :visited img {border: 0; }
input, select, textarea	{ font-size:1em; }
label input 	{
	border: 0;
	background-color: #ffffff;
	
}
dd, blockquote	{margin-left: 1em;}
form label 	{
	color: #000000;
}
fieldset{border: none;}
textarea 	{font-size:1.1em;font-family: Arial, Helvetica, sans-serif;}
ol, ul, ul li 	{list-style: none;}
table 		{border-collapse: collapse;border-spacing: 0;}
blockquote, q 	{quotes: none;}
:focus 		{outline: 0;}
ins 		{text-decoration: none;}


/*----------- Main styles---------------*/

body  {
	font: 100% Century Gothic, Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#container {
	width:900px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
	border: 1px solid #739600;
	}
	
	#form #container {
	}

#masthead {
	width:860px;
	height:100px;
	background-color:#FFFFFF;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}

#masthead img{
	margin:18px 0 20px 0;
	}

#main{
	height:345px;
	margin: 0;
	padding: 43px 0 0 0;
}


#index #main{
	background: url(../images/index.jpg) 5px 70px /*100px*/ no-repeat;
}



#jobApplication #main{
	background: url(../images/jobapp.jpg) 5px 130px no-repeat;
}

#solutions #main{
	background: url(../images/penknife.jpg) 5px 130px no-repeat;
}

#journey #main{
	background: url(../images/journey.jpg) 5px 130px no-repeat;
}

.start1 #main{
	background: url(../images/traffic.jpg) 5px 130px no-repeat;
}


#journey1 #main{
	background: url(../images/journey1.jpg) 5px 130px no-repeat;
}

#journey2 #main, .start5 #main{
	background: url(../images/journey2.jpg) 5px 130px no-repeat;
} 

#journey3 #main{
	background: url(../images/journey3.jpg) 5px 130px no-repeat;
}

#journey4 #main{
	background: url(../images/journey4.jpg) 5px 130px no-repeat;
}

.booking #main, #journey5 #main {
	background: url(../images/journey5.jpg) 5px 130px no-repeat;
}

#vacancies #main {
	background: url(../images/Jointheteam400px.jpg) 5px 130px no-repeat;
}

.booking #main {
background:transparent url(../images/baloonbg.jpg) no-repeat scroll 5px 10px;
}

#contact .tools #main{
	background: url(../images/tools.jpg) 5px 130px no-repeat;
}

#casestudies #main{
	background: url(../images/casestudies.jpg) 5px 130px no-repeat;
}

#news #main{
	background: url(../images/news.jpg) 5px 130px no-repeat;
}

#casestudiesVideo #main{
background: url(../images/videocasestudies.jpg) 5px 130px no-repeat;
}

#more #main {
	padding:19px 40px 34px 40px;
	}

#more #more {
	overflow:auto;
	/*height:335px;*/
	}
	
#main #contentright{
	float:right;
	width:477px;
	height:237px;
	background-color:#FFFFFF;
	padding: 0 20px 0 0;
}


#main #contentleft{
	width:290px;
	float:left;
	padding:0 0 0 90px;
	height: 300px;
}



#main #contentright #newscroll{
	width:457px;
	height:280px;
	overflow:auto;
}



#nextbar {
	height:58px;
	background: url(../images/nextarrow.gif) 840px  5px no-repeat;
	clear:both;
	text-align: right;
	padding: 20px 80px 0 0;
}

.startformpage #nextbar{
	background:none;
}


#footer {
	width:900px;
	margin:0 auto;
	height: 60px;
	clear: both;	
}


.fltleft {
float:left;
} 
.fltright {
float:right;
} 

.clearboth {
clear:both;
}


#quotationbox {
	width:458px;
	padding:10px 36px 36px 36px;
	text-align: right;
}


/*----------- Main Navigation---------------*/

#mainav {
	width: 852px;
	background-color:#739600;
	height: 30px;
	padding: 6px 0 0 10px;
	text-align: left;
}
	#mainav #nobullet{
	background:none;
padding-left:0;
margin-left:20px;
}

#mainav li{
	background:url(../images/navdivide.gif) left center no-repeat;
	margin-left: 25px;
	padding: 0;
	padding-left: 29px;
	}


/*----------- Text styles---------------*/

 h1 {
	font-size:29px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	color: #739600;
	font-style:italic;
 }
 
 h2 {
	font-size:0.9em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
	color: #FFFFFF;
 }
  h3 {
	font-size:0.9em;
	font-weight: normal;
	padding: 0;
	margin: 6px 0 8px 0;
	color: #739600;
 }
 
 blockquote {
	font-size:12px;
	margin: 35px 0 13px 0;
	line-height: 18px;
	text-align: justify;
	color: #000000;
 }
 
 .quotemark {
	font-size:19px;
	font-weight:bold;
 }
 
.news{
	font-size:18px;
	margin: 0 0 13px 0;
	font-weight: bold;
	line-height: 40px;
	text-align: left;
	color: #739600;
 }


p{
	font-size:12px;
	margin: 0 0 13px 0;
	line-height: 17px;
	text-align: left;
	color: #000000;
 }
 
 #index p{
	margin: 0 0 8px 0;
 }
 
.read{
	font-size:12px;
	margin: 0 0 13px 0;
	line-height: 16px;
	text-align: left;
	color: #739600;
	font-weight: bold;
 }
 
.greentext {
color:#739600;
}


/*----------- Form  styles---------------*/

#contact form {
	display:inline;
	float:right;
}

#contact #main form {
	width:310px;
	height:230px;
	padding: 13px 0 0 20px;
	margin: 0 100px 0 0;
	background-color: #ced5ad;
}

#filerequest form {
	display:inline;
	float:right;
}

#filerequest #main form {
	width:310px;
	height:230px;
	padding: 13px 0 0 20px;
	margin: 0 100px 0 0;
	background-color: #ced5ad;
}

#journey5 #main form {
	width:310px;
	height:140px;
	padding: 13px 0 0 20px;
	margin: 0 146px 0 0;
	background-color: #ced5ad;
}


#footer form {
	margin:8px 0 0 0;
	float:right;
	display:inline;
}


#main form li{
	line-height:14px;
	}

form label 	{
	color: #000000;
	font-size: 12px;
	padding: 4px 0 0 30px;
	}
	
#main form label {
	width: 85px;
	padding: 7px 0 0 0;
	display: block;
	float: left;
}
	

#main form input {
	background-color:#FFFFFF;
	border:none;
	height:14px;
	margin:7px 0 0 0;
	width: 198px;
	font-size:12px;
	color:#000000;
	padding-left:2px;
}


#main form textarea {
	background-color:#FFFFFF;
	border:none;
	height:28px;
	margin:7px 0 0 0;
	width: 198px;
	font-size:12px;
	color:#000000;
	overflow:auto;
	padding-left:2px;
}


#footer form input {
	background-color:#CCCCCC;
	padding-left: 2px;
}

label img {
	position:relative;
	top:2px;
}


#footer form label {
font-size:13px;
}


#main #submit {
	margin:9px 0 0 227px;
	background-color: #739600;
	color: #FFFFFF;
	height: 20px;
	width:60px;
	font-size:12px;
	cursor:pointer;
}


#footer form #go {
	color:#000000;
	background:none;
	border:none;
	font-size:11px;
	height:18px;
	padding:2px 0 2px 2px;
	cursor:pointer;
	font-family: Century Gothic;
	}






/*----------- List styles---------------*/

ul li {
	display:inline;
	padding: 0 30px 0 0;
	}
#casestudies #contentright  ul li {
background:none;
	}
	
	

#contentright ul li {
	color:#000000;
	display:block;
	font-size:12px;
	background:url(../images/bullet.gif) left top no-repeat;
	padding:0 0 8px 8px;
	line-height: 16px;
	}
	
	
/*----------- Link styles---------------*/

#currentpage {
font-weight:bold;
}

a {
	color:#181818;
	text-decoration: none;
	font-size: 12px;
}

#nextbar a{
	font-size:19px;
	color:#739600;
	}

#nextbar a:hover {
color:#000;
	}



#footer a {
	display:block;
	float:left;
	font-size:14px;
	color:#000000;
	margin:13px 0 0 0;
	}

#mainav a {
color:#FFFFFF;
}

a:hover {
	color:#7D706C;
}

/*----------- Video CaseStudy styles---------------*/
	#mediaspace {margin: 20px 0 5px 0;}