/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {font-weight: bold;}

.font_century {
	font-family:'Century Gothic W01';
}
.font_century strong {
	font-weight: normal;
	font-family:'Century Gothic W01 Bold';
}

.font_courier {
	font-family:'Courier10PitchW01-Roman';
}
.font_courier strong {
	font-weight: normal;
	font-family:'Courier10PitchW01-Bold';
}

/* SITE-WIDE */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url('../images/engle.bg.jpg');
}

nav.topnav {
	height: 80px;
	width: 100%;
	background: #000;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
nav.topnav div {
	width: 979px;
	padding-right: 45px;
	text-align: right;
	margin: auto;
}
nav.topnav a {
	display: inline-block;
	letter-spacing: 0.1em;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	margin: 30px 0 0 33px;
		
	*display: inline;
	zoom: 1;
}
nav.topnav a:hover {
	color: #d6d6d4;
}

.content {
	width: 1024px;
	background: #FFF;
	border-left: 1px solid #d6d6d4;
	border-right: 1px solid #d6d6d4;
	margin: auto;
	overflow: hidden;
}

header {
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #d6d6d4;
}

body > header {
	position: fixed;
	top: 80px;
	z-index: 100;
	cursor: pointer;
}
	body > header h1 {
		background: url('../images/engle.logo.jpg') no-repeat bottom left;
		width: 294px;
		height: 0px;
		padding-top: 99px;
		overflow: hidden;
		margin-left: 40px;
		display: inline-block;

			*display: inline;
			zoom: 1;
	}
	body > header h2 {
		background: url('../images/engle.slogan.jpg') no-repeat;
		width: 427px;
		height: 0px;
		padding-top: 97px;
		margin-left: 258px;
		overflow: hidden;
		display: inline-block;

			*display: inline;
			zoom: 1;
	}

	#header_spacer {
		width: 100%;
		height: 177px;
	}
	
	#loc_portfolio {
		/*margin-top: 177px;*/
	}
	
#main_banner {
	
}	
	#btn_left {
		position: absolute;
		display: block;
		width: 109px;
		height: 0px;
		padding-top: 109px;
		overflow: hidden;
		background: url('../images/engle.home.banner.buttons.png') no-repeat;
		left: 50%;
		margin-left: -658px;
		top: 232px;
	}
	#btn_right {
		position: absolute;
		display: block;
		width: 109px;
		height: 0px;
		padding-top: 109px;
		overflow: hidden;
		background: url('../images/engle.home.banner.buttons.png') no-repeat top right;
		left: 50%;
		margin-left: 551px;
		top: 232px;
	}
img {
	margin: 0px;
}

.bannerWrapper {
	width: 1024px;
	height: 524px;
	overflow: hidden;
	position: relative;
}
	.bannerWrapper img {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}

#homeNav {
	height: 60px;
	width: 100%;
	margin-top: -2px;
}
	#homeNav a {
		display: block;
		float: left;
		width: 341px;
		text-decoration: none;
		font-size: 21px;
		color: #FFF;
		text-align: center;
		padding-top: 19px;
		height: 41px;
		background: url("../images/engle.home.banner.nav.jpg");
		letter-spacing: 1px
	}
	#homeNav a.agriculture {
		background-image: url("../images/engle.home.banner.nav.jpg");
		background-position: 0px 0px;
	}
	#homeNav a.banking {
		background-image: url("../images/engle.home.banner.nav.jpg");
		background-position: -341px 0px;
	}
	#homeNav a.healthcare {
		width: 342px;
		background-image: url("../images/engle.home.banner.nav.jpg");
		background-position: -682px 0px;
	}
	#homeNav a.agriculture:hover, #homeNav a.agriculture.active {
		background-image: url("../images/engle.home.banner.nav.jpg");
		background-position: 0px -60px;
	}
	#homeNav a.banking:hover, #homeNav a.banking.active {
		background-image: url("../images/engle.home.banner.nav.jpg");
		background-position: -341px -60px;
	}
	#homeNav a.healthcare:hover, #homeNav a.healthcare.active {
		background-image: url("../images/engle.home.banner.nav.jpg");
		background-position: -682px -60px;
	}

	div.left {
		width: 50%;
		float: left;
	}
	div.right {
		width: 50%;
		float: right;
	}
	div.clear {
		clear: both;
		width: 100%;
	}

	.page {
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid #d6d6d4;
		position: relative;
	}
	
	.page .content {
		padding-top: 21px;
		padding-bottom: 46px;
		position: relative;
	}
		#loc_portfolio .content {
			padding: 0px;
		}
		
	#toTop {
		text-decoration: none;
		color: #000;
		display: block;
		width: 49px;
		text-align: center;
		font-size: 14px;
		position: absolute;
		top: 1050px;
		left: 50%;
		margin-left: 551px;
		z-index: 200;
		
		position: fixed;
		top: 50%;
		margin-top: -34px;
		display: none;
	}
		#toTop .icon {
			width: 49px;
			height: 48px;
			margin-bottom: 7px;
			background: url('../images/engle.site.buttons.sprite.png') top left no-repeat;
			display: block;
		}
		#toTop.white {
			color: #FFF;
		}
	
	.page .portfolio_detail {
		left:50%;
		position: absolute;
		top: 0px;
		margin-left: -513px;
		opacity: 0;
	}
		.page .portfolio_detail header {
			margin: 0px;
			padding: 24px 40px 18px;
			width: auto;
		}
			.page .portfolio_detail header h3 {
				margin: 0px;
				padding: 0px;
				/*font-family: 'Courier New', courier, sans-serif;*/
			}
			.page .portfolio_detail header h3 span {
				margin-right: 20px;
				padding-right: 23px;
				border-right: 1px solid #d6d6d4;
			}
				.page .portfolio_detail header h3 span.orange, .page .portfolio_detail header h3 span.green, .page .portfolio_detail header h3 span.blue {
					background: none;
				}
					.page .portfolio_detail.orange header h3 span {
						color: #f07422;
					}
					.page .portfolio_detail.green header h3 span {
						color: #3c9501;
					}
					.page .portfolio_detail.blue header h3 span {
						color: #17aae2;
					}
				.page .portfolio_detail header h3 a {
					text-decoration: none;
					color: #4d4e53;
				}
				.page .portfolio_detail header h3 a.portfolio_nav_item {
					margin-right: 30px;
				}
					.page .portfolio_detail.orange header h3 a.active, .page .portfolio_detail.orange header h3 a:hover {
						color: #f8bf14;
					}
					.page .portfolio_detail.green header h3 a.active, .page .portfolio_detail.green header h3 a:hover {
						color: #dee146;
					}
					.page .portfolio_detail.blue header h3 a.active, .page .portfolio_detail.blue header h3 a:hover {
						color: #273c90;
					}
				
				.page .portfolio_detail header h3 a.backlink {
					float: right;
					padding: 3px 0 3px 27px;
					font-size: 14px;
					color: #4d4e53;
					text-decoration: none;
					border-left: 1px solid #d6d6d4;
				}
					.page .portfolio_detail header h3 a.backlink span.icon {
						border: 0px;
						width: 6px;
						height: 11px;
						display: inline-block;
						vertical-align: middle;
						background: url('../images/engle.site.buttons.sprite.png');
						background-position: -60px -48px;
						margin-left: 10px;
						padding: 0px;
						margin-right: 0px;
					}
		#loc_portfolio .portfolio_detail .content {
			padding: 38px 40px;
			width: auto;
			border: 0px;
		}
			#loc_portfolio .portfolio_detail .content .portfolio_piece {
				position: relative;
				display: inline-block;
				vertical-align: top;
				margin-right: 40px;
				overflow: hidden;
					
				*display: inline;
				zoom: 1;
			}
			#loc_portfolio .portfolio_detail .content .portfolio_piece * {
				position: absolute;
				top: 0px;
				left: 0px;
				display: none;
			}
			#loc_portfolio .portfolio_detail .content .portfolio_info {
				display: inline-block;
				vertical-align: middle;
					
				*display: inline;
				zoom: 1;
			}
			#loc_portfolio .portfolio_detail .content .portfolio_info h5 {
				/*font-family: 'Courier New', courier, sans-serif;
				font-weight: bold;*/
				font-size: 16px;
				margin-bottom: 10px;
			}
			#loc_portfolio .portfolio_detail .content .portfolio_info p {
				margin-bottom: 14px;
				font-size: 13px;
				line-height: 24px;
				color: #666666;
			}
				#loc_portfolio .portfolio_detail .content .portfolio_info .description {
					margin-top: 25px
				}
				
				#loc_portfolio .portfolio_detail .content .portfolio_info nav {
					margin-top: 47px;
				}
				#loc_portfolio .portfolio_detail .content .portfolio_info nav .dot {
					width: 17px;
					height: 17px;
					background: url('../images/engle.site.buttons.sprite.png');
					background-position: 0 -48px;
					margin-right: 8px;
					margin-bottom: 53px;
					display: inline-block;
					vertical-align: middle;
					cursor: pointer;

					*display: inline;
					zoom: 1;
				}
					#loc_portfolio .portfolio_detail .content .portfolio_info nav .dot.active {
						background-position: -17px -48px;
					}
					
					#loc_portfolio .portfolio_detail.blue .content .portfolio_info nav .dot {
						background-position: 0px -82px;
					}
					#loc_portfolio .portfolio_detail.blue .content .portfolio_info nav .dot.active {
						background-position: -17px -82px;
					}
					
					#loc_portfolio .portfolio_detail.green .content .portfolio_info nav .dot {
						background-position: 0px -64px;
					}
					#loc_portfolio .portfolio_detail.green .content .portfolio_info nav .dot.active {
						background-position: -17px -64px;
					}
					
					
					
				#loc_portfolio .portfolio_detail .content .portfolio_info nav .leftarrow {
					width: 12px;
					height: 19px;
					background: url('../images/engle.site.buttons.sprite.png');
					background-position: -35px -48px;
					display: inline-block;
					vertical-align: middle;

					*display: inline;
					zoom: 1;
				}
				#loc_portfolio .portfolio_detail .content .portfolio_info nav .rightarrow {
					width: 12px;
					height: 19px;
					margin-left: 40px;
					background: url('../images/engle.site.buttons.sprite.png');
					background-position: -47px -48px;
					display: inline-block;
					vertical-align: middle;

					*display: inline;
					zoom: 1;
				}
	
	.portfolio_block {
		width: 239px;
		height: 239px;
		display: block;
		float: left;
		color: #FFF;
		margin-top: 25px;
		margin-right: 22px;
		position: relative;
		cursor: pointer;
	}
		.portfolio_block:nth-child(4n) {
			margin-right: 0px;
			margin-left: 2px;
		}
		.portfolio_block.orange .color {
			background: #f07422;
		}
			
		.portfolio_block.green .color {
			background: #3c9501;
		}
		.portfolio_block.blue .color {
			background: #17aae2;
		}
	
		.portfolio_block .color {
			width: 100%;
			height: 100%;
			position: absolute;
			bottom: 0px;
			left: 0px;
			overflow: hidden;
			z-index: 10;
		}
		.portfolio_block .picture {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 5;
		}
		
		.portfolio_block h5 {
			font-size: 18px;
			line-height: 25px;
			position: absolute;
			top: 22px;
			left: 23px;
			z-index: 15;
		}
		.portfolio_block .icon {
			font-size: 26px;
			position: absolute;
			bottom: 4px;
			right: 19px;
			z-index: 15;
		}
		.portfolio_block .icon span {
			font-size: 14px;
			display: inline-block;
			margin-top: 7px;
			vertical-align: top;
			opacity: 0;
			
			*display: inline;
			zoom: 1;
		}
		
		.portfolio_block .portfolio_detail {
			display: none;
		}
	
	.page .content h3 {
		font-size: 16px;
		margin: 25px 0 0 39px;
		color: #666666;
	}
		.page .content h3 span {
			color: #000;
		}
		
	.page .content .content_margin {
		margin: 40px 39px 0;
	}
	
	#loc_about nav {
		position: absolute;
		top: 46px;
		right: 42px;
		z-index: 10;
	}
	#loc_about nav a {
		font-size: 16px;
		margin-left: 28px;
		text-decoration: none;
		color: #666;
	}
	
	#loc_about h3 {
		font-size: 16px;
	}
	
	#loc_about .text {
		width: 732px;
		padding: 34px;
	}
	#loc_about .text p {
		margin-bottom: 30px;
		line-height: 30px;
		color: #666;
	}
	
	#loc_about .about_back {
		/*font-family: "Couerier New", courier, sans-serif;
		font-weight: bold;*/
		text-decoration: none;
		color: #000;
		display: block;
	}
	
	#loc_about .about_back .icon {
		display: inline-block;
		width: 8px;
		height: 14px;
		background-image: url('../images/engle.site.buttons.sprite.png');
		background-position: -66px -48px;
		vertical-align: middle;
		
		*display: inline;
		zoom: 1;
	}
	
	#about_wrapper {
		width: 3081px;
		position: relative;
		z-index: 5;
	}
	
	#about_main, #about_bio, #about_capabilities {
		display: inline-block;
		vertical-align: top;
		width: 1024px;
		
		*display: inline;
		zoom: 1;
	}
	
	#about_bio .text {
		height: 320px;
		width: 550px;
		overflow: auto;
		margin: 0 0 0 25px;
		display: inline-block;
		padding: 0 10px 0 0;
		overflow: auto;
		
		*display: inline;
		zoom: 1;
	}
	#about_bio .text p {
		color: #666;
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	
footer {
	width: 100%;
	padding: 45px 0 194px 0;
	background: #000;
	color: #FFF;
	/*font-family: "Courier New", courier, sans-serif;*/
	letter-spacing: 0.1em;
}
footer .content {
	border: 0px;
	background: #000;
	width: 940px;
	position: relative;
}
footer h2 {
	background: #000;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 0 0;
}
footer .left, footer .right {
	height: 250px;
	margin-top: 60px;
}
footer h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
}
footer p {
	font-size: 12px;
	line-height: 2em;
}
footer strong {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}
footer span {
	font-size: 12px;
}
footer a {
	margin-bottom: 50px;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
footer #twitter {
	width: 42px;
	height: 42px;
	background: url('../images/engle.footer.icons.jpg') top left;
	position: absolute;
	top: 74px;
	right: 0px;
}
footer #facebook {
	width: 42px;
	height: 42px;
	background: url('../images/engle.footer.icons.jpg') bottom left;
	position: absolute;
	top: 142px;
	right: 0px;
}
footer .right * {
	margin-left: 63px;
}
footer .copyright {
	font-size: 10px;
}