/**
 * CONTENTS
 * I. Reset
 * II. Grid
 * III. Typography
 * IV. Helpers
 * VI. Layouts
 * VII. UI
 */


.col2 {
width: 277px;
}
/**
 * Reset Styles
 */

/* Concatinate reset.css here*/

/**
 * Grid
 */

div.container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

*.grid-unit {
	margin-left: 10px;
	margin-right: 10px;
}

*.grid-unit.first {
	margin-left: 0px;
}

*.grid-unit.last {
	margin-right: 0px;
}

*.quarter {
	margin-bottom: 5px;
}

*.half {
	margin-bottom: 10px;
}

*.single {
	margin-bottom: 20px;
}

*.double {
	margin-bottom: 40px;
}

*.triple {
	margin-bottom: 60px;
}

/* 
 * Typography 
 **/

body {
	font-size: 12px;
	line-height: 150%;
	font-family: Arial, sans-serif;
	color: #595959;
}

a {
	color: #264f86;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #565656;
}

a:focus {
	outline: none;
	border: none;
}

p {
	padding-bottom: 0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6,
*.header-font {
	font-family: serif;
	color: #005193;
	line-height: 1em;
}

h1 {
	font-size: 2.5em;
	padding-bottom: 0.625em;
}

h2 {
	font-size: 2em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.667em;
	padding-bottom: 0.4167em;
}

div.case-study h3 {
	font-size: 1em;
	padding-bottom: 0.25em;
	font-family: Arial, sans-serif;
	color: #595959;
}

h4 {
	font-size: 1.167em;
	padding-bottom: 0.4167em;
}

h5 {
	font-size: 1.08em;
	padding-bottom: 0.27em;
}

h6 {
	font-size: 1em;
	padding-bottom: 0.25em;
}

	/* fontstyles, phrases */

	i,
	em,
	dfn,
	q,
	cite {
		font-style: italic;
	}

	b,
	strong {
		font-weight: bold;
	}

	*.big {
		font-size: 1.667em;
	}

	*.small {
		font-size: .916em;
	}

	tt,
	code,
	var {
		font-family: monospace;
	}

	samp {};
	kbd {};
	var {};
	abbr {};
	acronym {};

	sup {
		font-size: 30%;
		line-height: 100%;
		color: #999;
		vertical-align: bottom;
	};

	sub {
		font-size: 30%;
		line-height: 100%;
		color: #999;
		vertical-align: top;
	};

*.capitalize {
	text-transform: capitalize;
}

*.uppercase {
	text-transform: uppercase;
}

*.lowercase {
	text-transform: lowercase;
}

*.left {
	text-align: left;
}

*.center {
	text-align: center;
}

*.right {
	text-align: right;
}

	/* Fahrner Image replacement */

	*.fir {
		display: block;
	}

	*.fir a {
		height: 100%;
		width: 100%;
		display: block;
	}

	*.fir span {
		display: none;
	}
	
	/**
	 * UTILITIES
	 */

		/* Clearfix */

		html body .clear {
			clear: both;
		}

		html body ul.clear li{
			clear: both;
		}

		html body div.clear,
		html body span.clear {
			background: none;
			border: 0;
			display: block;
			float: none;
			font-size: 0;
			margin: 0;
			padding: 0;
			overflow: hidden;
			visibility: hidden;
			width: 0;
			height: 0;
		}

		.clearfix:after {
			clear: both;
			content: '.';
			display: block;
			visibility: hidden;
			height: 0;
		}

		.clearfix {
			display: inline-block;
		}

		* html .clearfix {
			height: 1%;
		}

		.clearfix {
			display: block;
		}
#gen_info {
	width: 299px;
}
#contact_us div.radio { padding-right: 12px;}
#contact_us div.radio input { margin-right: 4px; margin-bottom: 0;}
#contact_us input {
	margin-bottom: 12px;
}
#contact_us textarea {
	margin-bottom: 12px;
}
#contact_us label {
	display: block;
	white-space:nowrap;
}
/**
 * Helpers
 */

	div.aural {
		display: none;
	}

	*.float-left {
		float: left;
	}

	ul.float-left li {
		float: left;
	}

	ul.float-right li {
		float: right;
	}

	ul.float-left li.float-right {
		float: right;
	}

	ul.float-left li.float-left {
		float: left;
	}

	*.float-right {
		float: right;
	}

	ul.bulleted-list {
	}

	ul.bulleted-list li {
		list-style-type: circle;
		margin-left: 2em;
	}

	/* Rounded Corners */
	
	div.corners {
		position: relative;
		height: 100%;
	}

	div.corners span.top {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 50%;
		background: #fff;
	}

	div.corners span.bottom {
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 50%;
		background: #fff;
	}

	div.corners span.top-left {
		position: absolute;
		display: block;
		background-image: url('/assets/css/rounded-corners.png');
		background-position: top left;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
	}

	div.corners span.top-right {
		position: absolute;
		display: block;
		background-image: url('/assets/css/rounded-corners.png');
		background-position: top right;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
	}

	div.corners span.bottom-left {
		position: absolute;
		display: block;
		background-image: url('/assets/css/rounded-corners.png');
		background-position: bottom left;
		bottom: 0;
		left: 0;
		width: 50%;
		height: 100%;
	}

	div.corners span.bottom-right {
		position: absolute;
		display: block;
		background-image: url('/assets/css/rounded-corners.png');
		background-position: bottom right;
		bottom: 0;
		right: 0;
		width: 50%;
		height: 100%;
	}

	div.corners div.content {
		padding: 2px;
		position: relative;
		clear: both;
		z-index: 3;
	}

/**
 * Layouts
 */

	html {
		background: #97be0d url(/assets/images/html_bg.png) repeat-x;
	}

	body {
		width: 100%;
		height: 100%;
	}

	/**
	 * Masthead
	 */

	div#mast {
		height: 146px;
		width: 940px;
		background: transparent url('/assets/css/body.png') no-repeat scroll top center;
	}
	
	div#branding {
	}

	div#branding h2 {
		background: transparent url('/assets/css/sprite.png') no-repeat scroll top left;
		width: 106px;
		height: 146px;
		padding: 0px;
	}

	div#navigation-primary {
		width: 650px;
		padding-top: 34px;
		padding-left: 100px;
	}

	div#navigation-primary ul li {
		padding: 5px 5px 5px 2px;
		margin-right: 20px;
		border-top: 3px solid #fff;
	}

	div#navigation-primary ul li span {
		text-transform: none;
		font-size: 0.9em;
		font-weight: normal;
	}

	div#navigation-primary ul li a {
		display: block;
		text-transform: uppercase;
		font-size: 1.125em;
		font-weight: bold;
		text-decoration: none;
	}

	div#navigation-primary ul li:hover,
	div#navigation-primary ul li.selected {
		border-top: 3px solid #f29400;
	}

	/**
	 * Site Info
	 */

	div#site-info {
		background:#CCDDEE url(/assets/css/site-info.png) repeat scroll left top;
		color:#FFFFFF;
		height:33px;
		line-height:33px;
		margin-left:-2px;
		margin-top:-8px;
		padding:0 33px;
		position:absolute;
		top:100%;
		width:874px;
	}

	div#site-info ul {
	}

	div#site-info ul li {
		padding: 0 1em;
		line-height: 13px;
		margin-top: 10px;
		border-right: 1px solid #fff;
	}
	
	div#site-info ul li.last {
		border-right: 0;
		padding-right: 0;
	}

	div#site-info ul li a {
		color: #fff;
	}
	
	div#content-wrapper {
		padding: 20px 180px; 
	}

	/**
	 * Homepage
	 */
	
	body#homepage div#services {
		position: relative;
		z-index: 0;
		height: 309px;
	}

	body#homepage div#services div.slide {
		padding: 20px;
		width: 100%;
		height: 100%;
		float: left;
	}

	body#homepage div#services div.slide img {
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 0;
	}

	body#homepage div#service-listing {
		position: relative;
		z-index: 1;
	}

	body#homepage div#service-listing li a {
		display: block;
		margin-top: -55px;
		height: 87px;
		background: transparent url('/assets/css/services-nav.png') no-repeat scroll top left;
	}

	body#homepage div#service-listing li a span{
		display: none
	}
	

	body#homepage div#service-listing li#laos a {
		width: 142px;
		background-position: -4px 0px;
	}

	body#homepage div#service-listing li#laos a:hover {
		background-position: -4px -87px;
	}

	body#homepage div#service-listing li#sp a {
		width: 131px;
		background-position: -146px 0px;
	}

	body#homepage div#service-listing li#sp a:hover,
	body#homepage div#service-listing li#sp a.selected {
		background-position: -146px -87px;
	}

	body#homepage div#service-listing li#cm a {
		width: 142px;
		background-position: -277px 0px;
	}

	body#homepage div#service-listing li#cm a:hover,
	body#homepage div#service-listing li#cm a.selected {
		background-position: -277px -87px;
	}

	body#homepage div#service-listing li#tb a {
		width: 106px;
		background-position: -419px 0px;
	}

	body#homepage div#service-listing li#tb a:hover,
	body#homepage div#service-listing li#tb a.selected {
		background-position: -419px -87px;
	}

	body#homepage div#service-listing li#oa a {
		width: 185px;
		background-position: -525px 0px;
	}

	body#homepage div#service-listing li#oa a:hover,
	body#homepage div#service-listing li#oa a.selected {
		background-position: -525px -87px;
	}

	body#homepage div#service-listing li#eac a {
		width: 230px;
		background-position: -710px 0px;
	}

	body#homepage div#service-listing li#eac a:hover,
	body#homepage div#service-listing li#eac a.selected {
		background-position: -710px -87px;
	}
	
	body#homepage div#secondary-content {
		padding: 40px;
	}
	
	body#homepage div#secondary-content div#contact-us {
		width: 408px;
		margin-right: 40px;
	}
	


	body#homepage div#secondary-content div#case-studies {
		width: 408px;
	}

	body#homepage div#secondary-content div#case-studies-scroll {
		width: 408px;
		height: 90px;
		overflow: hidden;
	}

	body#homepage div#secondary-content div#case-studies span.previous,
	body#homepage div#secondary-content div#case-studies span.next {
		height: 22px;
		width: 22px;
		margin-top: 32px;
		margin-right: 22px;
	}

	body#homepage div#secondary-content div#case-studies span.previous a {
		background: transparent url('/assets/css/sprite.png') no-repeat scroll 0 -168px;
	}
	
	body#homepage div#secondary-content div#case-studies span.previous a:hover {
		background: transparent url('/assets/css/sprite.png') no-repeat scroll 0 -146px;
	}

	body#homepage div#secondary-content div#case-studies span.next a {
		margin-left: 22px;
		background: transparent url('/assets/css/sprite.png') no-repeat scroll -22px -168px;
	}
	
	body#homepage div#secondary-content div#case-studies span.next a:hover {
		background: transparent url('/assets/css/sprite.png') no-repeat scroll -22px -146px;
	}

	body#homepage div#secondary-content div#case-studies div.case-study {
		width: 320px;
		height: 90px;
	}

	body#homepage div#secondary-content div#case-studies div.case-study p {
		height: 60px;
		padding-left: 50px;
		background: transparent url('/assets/css/sprite.png') no-repeat scroll 0 -190px;
	}
	
	/* Services */

	body#services {
		
	}

	div.service img {
		padding: 5px;
	}

	div.service {
		background: transparent url('/assets/css/orange-bar.png') repeat-x scroll bottom left;
		padding-bottom: 14px;
	}
	
	body#services div#content-wrapper {
		padding: 20px;
	}

	body div#navigation-secondary {
		padding: 0 20px;
		min-height: 100px;
		width: 220px;
		border-right: 1px solid #adbdd0;
	}

	body#services div#navigation-secondary ul#service-listings li {
		border-top: 1px solid #adbdd0;
		border-right: 0;
		border-left: 0;
		line-height: 25px;
	}
	
	body#services div#service-detail, body div.content-page {
		width: 595px;
		padding: 0 20px;
	}
	
	body#services div#service-detail p {
		padding-bottom: 10px;
	}

	blockquote {
		padding: 20px 50px;
		color: #325a89;
		font-size: 1.45em;
		line-height: 150%;
		font-family: serif;
		color: #005193;
		width: 495px;
	}
	blockquote p.quote:before {
		content:"\201C";
		font-size: 1.4;
		margin-left: -0.7em;
	}

	blockquote p.quote:after {
		content: "\201D";
		font-size: 1.4em;
	}

	blockquote em {
		font-size: 1.6em;
		font-style: normal;
	}
	
	body#services div#service-detail blockquote p.credit {
		font-size: .8em;
		font-style: italic;
		text-align: right;
	}
	
	/* Service Landing */
	
	body#services.service-landing {
		
	}

	body#services.service-landing ul li {

	}

	body#services.service-landing ul li div.service-image {
		width: 100px;
		padding-right: 20px;
	}

	body#services.service-landing ul li div.service-copy {
		width: 475px;
	}


/* User Interface JS Enabled */

body.js div.fancy-dom-iterator-ui-slide {
	position: absolute;
	z-index: 0;
	display: none;
}

body.js div.fancy-dom-iterator-ui-slide.next {
	z-index: 1;
	display: block;
}

body.js div.fancy-dom-iterator-ui-slide.selected {
	z-index: 2;
	display: block;
}