@charset "utf-8";
/* CSS Document */

@font-face{
font-family:"Gill Sans";
src:url("/assets/fonts/gill_sans_w01_roman.eot?#iefix");
src:url("/assets/fonts/gill_sans_w01_roman.eot?#iefix") format("eot"),
	url("/assets/fonts/gill_sans_w01_roman.woff") format("woff"),
	url("/assets/fonts/gill_sans_w01_roman.ttf") format("truetype"),
	url("/assets/fonts/gill_sans_w01_roman.svg#gill_sans_w01_roman") format("svg");
} 
 
li, ol, ul, dd, dt, dl, p, img, table, tr, th, td, body, html, div, h1, h2, h3, h4{
	margin:0;
	padding:0;
}
 
html, body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#6D6E71;
	height:100%;
	}
 
h1, h2, h3, h4, th{
	font-family:Arial, Helvetica, sans-serif;
	color:#F16722;
	margin-top:10px;
	font-weight:bold;
	}
	h1, h2{
	font-size:14px;
	margin:0px 0px 13px 0px;
	}
	/*h1 a{
	color:#009EFF;
	text-decoration:none;
	border-bottom:1px solid #CCECFF;
	}
	h1 a:hover{
	border-bottom:1px solid #009EFF;
	}*/
	h2{
	margin-top:26px;
	}
	.list h2{
	padding-top:26px;
	border-top:1px solid #D8D8D8;
	}
	
	/*h2 a{
	color:#009EFF;
	text-decoration:none;
	}
	h2 a:hover{
	color:#009EFF;
	text-decoration:underline;
	}*/
	h3{
	font-size:12px;
	font-weight:normal;
	}
	/*h3 a{
	color:#B3B3B3;
	}*/
 
p{
	margin-bottom:13px;
	line-height:17px;
	}
	a{
	color:#F16722;
	text-decoration:underline;
	}
	a:hover, a.selected{
	color:#C1501F;
	}
	a img{
	border:none;
	}
	a.grey:hover{
	color:#F16722;
	}
	a.plain{
	text-decoration:none;
	}	
	a.plain:hover{
	text-decoration:underline;
	}
	a.button{
	display:block;
	float:left;
	padding:3px 6px 4px 6px;
	margin-right:5px;
	background:#4D4D4D;
	text-decoration:none;
	color:#FFF;
	}
	a.button:hover{
	background:#F16722;
	}
	strong{
	font-weight:normal;
	color:#F16722;
	}
	.site-content strong{
	font-weight:bold;
	color:#6D6E71;		
	}
	em{
	font-style:normal;
	color:#999;
	}
	.site-content em{
	font-style:italic;
	color:#6D6E71;		
	}
	.grey{
	color:#6D6E71;
	}

ul{
	margin:8px 0px 16px 0px;
	}
	li{
	margin:0px 0px 5px 20px;
	}
	
 
.clear, .clear_left{
	clear:both;
	font-size:1px;
	line-height:1px!important;
	height:1px!important;
	}
	.clear_left{
	clear:left;
	}
	.error{
	color:#EA4428;
	}

.background_1, .background_3{
	background:#F16722 url(/images/back.gif) repeat-y center;
	}
	.background_1{
	height:100%;
	}
	.background_2, .background_4{
	background:url(/images/back_cogs.gif) no-repeat top center;
	}
	.background_blog{
	background:url(/images/back_cogs_blog.gif) no-repeat top center;
	}
	.background_2{
	height:100%;
	}

.wrapper{
	width:940px;
	margin:0px auto;
	/*padding-top:1px; /*Stop logo margin passing up to top*/
	}

table{
	table-layout:fixed;	
	width:430px;
	}
	table td, table th{
	padding:10px 10px 0px 0px;
	text-align:left;
	width:190px;
	}
	table td div{
	overflow:hidden;
	}
	table td.medium, table th.medium{
	width:70px;
	}
	table td.small, table th.small{
	width:60px;
	}
	

/*---Header---*/
.blog_header{
	height:185px;
	margin-bottom:40px;
	}
	.blog_header .logo{
	margin:0px 40px 0px 160px;
	float:left;
	width:440px;
	display:inline;
	}
	
.header{
	height:185px;
	margin-bottom:40px;
	}
	.logo{
	margin:50px 40px 0px 160px;
	float:left;
	width:440px;
	display:inline;
	}
	.contact_details{
	float:left;
	margin:50px 0px 0px 0px;
	}
	.contact_details a{
	color:#6D6E71;
	}
	.contact_details a:hover{
	color:#F16722;	
	}

/*---Main Menu---*/

.main_menu_col{
	width:140px;
	margin:0px 20px 0px 0px;
	float:left;
	}
	.main_menu_col li a{
	color:#6D6E71;
	text-decoration:none;
	}
	.main_menu_col li a:hover, .main_menu_col li a.selected{
	color:#F16722;
	}
	.main_menu_col ul{
	margin:0px;
	}
	.main_menu_col li{
	margin:0px;
	list-style:none;
	}
	.main_menu li{
	font-family:"Gill Sans", "Gill Sans MT", "Gill Sans Std", Trebuchet, sans-serif;
	font-size:22px;
	}
	.second_menu{
	margin-top:50px;
	}
	.second_menu li{
	margin-bottom:10px;
	}

/*---Side Menu---*/
.side_menu{
	width:140px;
	margin:0px 20px 0px 0px;
	float:left;
	}
	.side_menu li a{
	color:#6D6E71;
	text-decoration:none;
	}
	.side_menu li a:hover, .side_menu li a.selected{
	color:#F16722;
	}
	.side_menu ul{
	margin:0px;
	}
	.side_menu li{
	margin:0px 0px 10px 0px;
	list-style:none;
	}

/*---Content---*/
.content{
	float:left;
	width:440px;
	margin:0px 40px 0px 0px;
	}
	.index p{
	font-family:"Gill Sans", "Gill Sans MT", "Gill Sans Std", Trebuchet, sans-serif;
	font-size:22px;
	color:#F16722;
	line-height:24px;
	margin:0px 0px 13px 0px;
	}
	.poeple img{
	float:right;
	margin-left:20px;
	}

/*---Clients page---*/
ul.logos li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}
	ul.logos li.left img{
	padding-right:0px;
	}
	ul.logos li img{
	padding:0px 30px 40px 0px;		
	float:left;
	}
	ul.logos li p{
	padding:0px 0px 40px 0px;		
	width:290px;
	float:left;
	}


/*---Side Content---*/

.side_content{
	float:left;
	width:280px;
	}
	.side_content h2{
	margin:0px 0px 5px;
	font-weight:bold;
	font-size:12px;
	color:#F16722;
	font-family: Verdana, Geneva, sans-serif;
	}
	.side_content p{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	font-size:12px;
	color:#777;
	}
	.side_content strong{
	font-weight:bold;
	}
	.side_content p.bottom{
	margin-bottom:5px;
	}
	.side_content .lquote, .side_content .rquote{
	font-size:30px;
	margin:0;
	color:#F16722;
	text-indent:-9000px;
	}
	.side_content .lquote{
	background:url(/images/lquotes.gif) left no-repeat;
	}
	.side_content .rquote{
	background:url(/images/rquotes.gif) top left no-repeat;
	margin-bottom:10px;
	}


/*---Footer---*/

.footer{
	clear:both;
	padding:50px 0px 30px 160px;
	font-size:11px;
	}
	.footer a{
	color:#6D6E71;
	}
	.footer a:hover{
	color:#F16722;
	}

/*---Contact Form---*/

.contact_form div{
	clear:left;
	padding-top:10px;
	zoom:1;
	}
	.contact_form p{
	clear:left;
	padding:9px 0px 0px 0px;
	margin:0;
	}
	.contact_form h2{
	margin:0;
	padding:0px 0px 7px 0px;
	clear:left;
	}
	.contact_form .long_question{
	padding:20px 0px 5px 0px;
	}
	.contact_form input[type=hidden]{
	display:none;
	}

.contact_form label, .contact_form .contact_question{
	display:inline;
	float:left;
	width:120px;
	margin:0px 10px 0px 0px;
	padding:4px 0px 0px 0px;
	}
	.contact_form input.input_text, .contact_form textarea{
	display:inline;
	float:left;
	width:260px;
	padding:3px;
	border:1px solid #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#6D6E71;
	margin:0;
	}
	.contact_form textarea{
	height:150px;
	}
	
	.contact_form .small textarea{
	height:75px;
	}
	
.contact_form input.input_checkbox, .contact_form input.input_radio{
	display:inline;
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
	}
	.contact_form input[type=checkbox], .contact_form input[type=radio]{
	margin-top:5px;
	}
	.contact_form select{
	padding:3px 0px;
	border:1px solid #CCC;
	margin:0px;
	float:left;
	width:174px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#6D6E71;
	}
	.contact_form .wide select{
	width:268px;	
	}
	
 
.contact_form .input_first label{
	width:267px;
	margin:0px;
	}
	
	/*.contact_form label.input_single{
	width:166px;
	}
	.contact_form input.input_single{
	margin-left:111px;
	}*/
	.contact_form .input_single input, .contact_form .input_single p{
	margin-left:131px;
	}
	.contact_form .input_single p{
	padding:0px;
	}
	.contact_form .contact_answer p{
	width:260px;
	}
	.contact_form .contact_answer label{
	width:200px;
	}
	
 
.contact_form .contact_answer{
	display:inline;
	clear:none;
	float:left;
	padding:0;
	margin:0;
	width:205px;
	}
	.contact_form .contact_answer p{
	margin:0;
	padding:5px 0px 0px 0px;
	}
	.contact_form .contact_answer .contact_first{
	padding:0;
	}
	.contact_form .contact_answer .input_text{
	margin-top:10px;
	}

.contact_form .verify label{
	width:115px;
	}
	.contact_form .verify img{
	display:inline;
	float:left;
	margin:3px 0px 0px 0px;
	}
	.contact_form .verify input{
	width:51px;
	}
.contact_form .submit{
	margin-left:131px;
	margin-top:20px;
	}

.contact_form .inbetween{
	margin:5px 0px;
	}
	
	
/*---Wordpress styles---*/
.site-content{
	display:inline;
	float:left;
	width:440px;
	margin:0px 40px 0px 0px;	
}
#sidebar{
	display:inline;
	float:right;
	width:300px;
	margin:0px 0px 0px 0px;	
	}
	#sidebar ul{
	margin:0px; padding:0px;
	list-style:none;
	}
	#sidebar ul li{
	margin:0px 0px 20px; padding:0px;
	}
	#sidebar ul li h2{
	margin:12px 0px 20px; padding:0px;
	}
	#sidebar ul li a{
	color:#6D6E71;
	}
		
/*---Blog homepage---*/	
.home_single_post{
	display:inline;
	float:left;
	margin:0px 0px 0px; padding:0px 0px 25px;
	width:440px;
}
.home_single_post h2{
	margin:0px; padding:0px;	
	}
	.home_single_post h2 a{
		text-decoration:none;
	}
.post_thumb{
	/*float:left;*/
	margin:0px 0px 20px;
	}
	.post_thumb img{
		/*float:left;*/
		max-width:100%;
	}
.post_author{
	/*float:left;*/
	margin:0px!important;	
}
.post_date{
	/*float:left;
	clear:left;*/
	margin:0px 0px 25px!important;
}
.post_content{
	/*float:left;*/
	margin:0px;	
	}
	.post_content p{
		margin: 0px 0px 20px;	
		word-wrap:break-word;
	}
/*---Single post---*/
.single_post{
	width:440px;	
	}
	.single_post h1{
		margin:0px; padding:0px;	
		}
		.single_post h1 a{
			text-decoration:none;
		}
	.single_post p{
		margin: 0px 0px 20px; 
		padding:0px;	
		word-wrap:break-word;
	}


/*---Read more link---*/
.more-link{
		color:#6D6E71;		
		text-decoration:none;		
	}
	.more-link:hover{
		color:#F16722;		
		text-decoration:none;			
	}

/*Post links*/
.post_links{
	display:inline;
	float:left;
	width:100%;
	margin:0px 0px 20px;
	padding:0px 0px 25px;
	border-bottom:1px solid #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6D6E71;
	}
	.post_links div{
		display:inline;
		float:left;
		margin-right:10px;
	}
	.post_links .linkedin_btn{
		width:15px; height:15px;
		background:url('/blog/wp-content/themes/bja/images/linkedin.png') no-repeat left center;
		margin-top:-3px;
		}
		.post_links .linkedin_btn:hover{
			background:url('/blog/wp-content/themes/bja/images/linkedin.png') no-repeat right center;
		}
	.post_links .twitter_btn{
		width:19px; height:15px;
		background:url('/blog/wp-content/themes/bja/images/twitter.png') no-repeat left center;
		margin-top:-3px;		
		}
		.post_links .twitter_btn:hover{
			background:url('/blog/wp-content/themes/bja/images/twitter.png') no-repeat right center;
		}
	.post_links .email_btn{
		width:16px; height:15px;
		background:url('/blog/wp-content/themes/bja/images/email.png') no-repeat left bottom;		
		margin-top:-2px;		
		}
		.post_links .email_btn:hover{
			background:url('/blog/wp-content/themes/bja/images/email.png') no-repeat right bottom;
		}
	.post_links a{
		display:block;
		float:left;
		width:100%; height:100%;
		color:#6D6E71;		
		text-decoration:none;	
		}
		.post_links a:hover{
			color:#F16722;
		}

/*--- Navigation ---*/
.navigation{
	display:inline;
	float:left;
	width:100%;
	margin-bottom:30px;
	text-align:center;
	}
	.navigation .older,
	.navigation .newer{
	width:50%;
	}
	.navigation .older{
	float:left;
	text-align:left;
	}
	.navigation .newer{
	float:right;
	text-align:right;
	}



/*---Comments---*/
.comment_count{
	display:inline;
	float:left;
	width:100%;
	margin:20px 0px 0px;
	padding:0px 0px 25px;
	border-bottom:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#F16722;
}
.commentlist{
	display:inline;
	float:left;
	width:100%;
	margin:0px 0px 0px;
	list-style:none;	
}
.commentlist .pingback{
	margin:20px 0px 0px 0px;
	border-bottom:1px solid #999;	
}
.commentlist .comment{
	width:100%;
	display:inline;
	float:left;
	margin:0px 0px 0px; padding:20px 0px 0px;
	border-bottom:1px solid #999;	
}
.commentlist .comment_post_author{
	margin:0px 0px 0px;	
	color:#6D6E71;
	}
	.commentlist .comment_post_author a{
		color:#6D6E71;
		text-decoration:none;
	}
.commentlist .comment_post_datetime{
	margin:0px 0px 20px;	
	color:#999;
	}

.comment-notes{ display:none!important;; }
.form-allowed-tags{ display:none!important;; }

/*---Reply---*/
.comment-form-author,
.comment-form-email{
	margin:0px 0px 15px!important;	
}
#respond{
	display:inline;
	float:left;	
	width:100%;
	padding-top:20px;
}
#reply-title{
	margin:0px;
	font-size:14px;
	font-weight:bold;	
	margin-bottom:20px;
}
#respond p{
	display:inline;
	float:left;
	width:100%;	
}
#respond input{
	display:inline;
	float:right;	
	width:270px; height:20px;
	margin:0px;
	padding:0px;
	border:0px;
}
#respond textarea{
	display:inline;
	float:right;	
	width:270px; height:80px;
	margin:0px;
	padding:0px;
	border:0px;
}
.form-submit #submit{
	display:inline;
	float:left;
	width:80px; height:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	background:#4D4D4D;
	margin:0px 0px 0px 170px; padding:5px 0px;
}


/* Header */
.site-header{
	display:inline;
	float:left;
	width:440px;
	margin:0px 0px 25px;; padding:0px 0px 20px;
	border-bottom:1px solid #999;
	}
	.site-header h1{
		margin:0px; padding:0px;
		font-family:"Gill Sans", "Gill Sans MT", "Gill Sans Std", Trebuchet, sans-serif;	
		font-size:23px;
		font-weight:normal;
		}
		.site-header a{
			text-decoration:none;	
		}
		

/*---Share popup---*/	
.share_email{
 height:100%;
background-color: #fafafa;
}
.email-sprite{
  background: url('/images/share/email-app-sprite.png') no-repeat;
}
.share_email_head{
	background-color: #e2e2e2;
	padding:28px 42px 24px;
}
.share_email_head h2{
	margin: 0;
	size: 28px;
}
.share_email_head h2 span.email-sprite{
	background-position:-100px 0px;
	display: inline-block;
	width:62px;
	height: 36px;
	margin-bottom: -10px;
}
.share_email_content{
	padding:18px 36px 12px;
	background-color: #fafafa;
}

/*--- Search ---*/
.search-results-for{
	padding-bottom:10px;
	margin-top:30px;
	margin-bottom:40px;
	border-bottom:1px solid #999;
	}
.search-results-input{
	margin-bottom:10px;
	}
	.search-results-input input[type="text"]{
	width:370px;
	}