/* @override 
	http://clearassembly.local/stylesheets/screen.css
	http://clearassembly.local/workspace/stylesheets/screen.css
*/

/* @group LHS Column */

/*LOGO*/
#header h1 a {
	display: block;
	background: black url(../png/logo.png) no-repeat 0 0;
	border-bottom: 1px solid #333333;
	width: 223px;
	height: 85px;
	position: absolute;
	top: 20px;
	text-indent: -5000px;
	left: -13px;
	z-index: 999;
	box-shadow: -3px 3px 3px rgba(0,0,0,.4);
}

/* NAVIGATION */

#navigation {
	position: absolute;
	top: 130px;
	width: 100%;
	text-align: right;
}

#navigation li a {
	font-family: myriad-pro;
	font-weight: 600;	
	color: white;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	background: #009ad8;
	border-left: 1px solid #29c2ff;
	margin-bottom: 6px;
	padding: 7px 20px 7px 20px;
	box-shadow: -2px 2px 2px rgba(0,0,0,.5);
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	
	#navigation li a:hover {
		padding: 7px 50px 7px 20px;
		background-color: #8cc63f !important;
		border-left: 1px solid #8cc63f;
	}

#navigation li a#home-nav {
	background: #009ad8 url(../png/home-icon.png) no-repeat 15px center;
	width: 15px;
	height: 22px;
	margin-bottom: 3px;
}

/*ACTIVE STATES*/
.root-home #navigation li a.home-nav,
.root-work #navigation li a.work-nav,
.root-services #navigation li a.services-nav,
.root-blog #navigation li a.blog-nav,
.root-about #navigation li a.about-nav,
.root-ref #navigation li a.ref-nav,
.root-contact-us #navigation li a.contact-nav {
	background-color: #8cc63f !important;
	border-left: 1px solid #444444;
	padding: 7px 50px 7px 20px;
}

#header-shadow {
	background: url(../png/header-shadow-tile.png) repeat-y 0 0;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 90;
}

#header-tagline,
#header-tagline a {
	color: #d7d7d7;
}

#header-tagline {
	font-size: 12px;
	padding: 0 16px;
	text-align: right;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 160px;
}

#header-tagline a {
	display: block;
	margin-bottom: 10px;
}
#header-tagline ul li {
	margin-bottom: 5px;
	font-family: myriad-pro;
	font-weight: 500;
}


/* @end LHS Column */

/* @group RHS Column */

/* @group Generic */

#primary {
	background: #f6f6f6;
	padding: 0px 0 20px 0;
	position: relative;
	z-index: 99;
	min-width: 805px;
	overflow: hidden;
}

/* @end */


/* @end Second Level */


/* @group Services Section */

.root-services #primary {
	min-height: 1070px;
	position: relative;
	overflow: visible;
	z-index: 99;
}

.root-services #primary-inner {
	max-width: 1100px;
	min-width: 805px;
	overflow: hidden;
	position: relative;
	overflow: visible;
	z-index: 99;
}


	/*Service Page Layout*/
	
	#services-introduction { overflow: hidden; background: #f6f6f6; }
	#services-introduction li { float: left; }
	
	#intro-text {
		font-family:"Egyptienne URW Light"; font-size-adjust:0.471; font-weight:200; font-style:normal;
		width: 38%;
		padding: 0% 0% 2% 3%;
	}
	
		#intro-text p {
			text-shadow: 0px 1px 0 rgba(255,255,255,1);
			font-size: 29pt;
			line-height: 44px;
			color: #333333;
			border-bottom: 6px solid #3FAAE7;
			margin: 0px 0 35px 0 ;
			padding: 105px 15px 35px 15px;
			background: #e4e3e3;
		}

	#intro-graphic {
		background: #f6f6f6 url(../png/services-topgraphic.png) no-repeat 20px -60px;
		width: 56%;
		height: 490px;
		padding: 0px 1% 0 0%;
		position: relative;
	}
	
	#services-paint {
		background: url(../png/services-fixedbg.png) no-repeat 0 0;
		display: block;
		height: 653px;
		width: 684px;
		position: fixed;
		top: -30px;
		left: 350px;
		z-index: 9;
	}
	
	@media only screen and (max-width: 1067px) {
		
		#intro-graphic {
			height: 530px;
		}
		
	}
	
		#intro-graphic h2 {
			font-family: myriad-pro;
			font-weight: 600;
			color: #333333;
			font-size: 19px;
			margin: 50px 0 18px 290px;
		}
		
		#intro-graphic p {
			font-size: 13px;
			line-height: 20px;
			color: #666666;
			margin-bottom: 18px;
			margin-left: 290px;
		}
	
	#service-left,
	#service-middle,
	#service-right {
		float: left;
	}
	
	#service-left > ul > li,
	#service-right > ul > li {
		padding: 20px 5% 10px 5%;		
		background: #e4e3e3;
		box-shadow: inset 0px 1px 1px rgba(0,0,0,.4);
		border-bottom: 1px solid white;
		margin-bottom: 70px;
	}
	
		/*SERVICES BOX LAYOUT*/
		#service-design {
			margin-top: 50px;
		}
		
		#service-seo {
			margin-top: 140px;
		}
		
		#service-email {
			margin-top: 140px;
		}
		
		#service-web-app {
			margin-top: 160px;
		}
		
		#service-mobile {
			margin-top: 140px;
		}
	
	#service-left ul li h3,
	#service-right ul li h3 {
		font-family: myriad-pro;
		font-weight: 600;
		color: #333333;
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	s#service-left ul li h3 {
				text-align: right;
	}
	
	#service-left ul li p,
	#service-right ul li p {
		margin-bottom: 20px;
		color: #666666;
	}
	
	#service-left {
		background-color: #f6f6f6;
		width: 38%;
		padding-left: 3%;
		height: 1320px;
	}
	
	#service-middle {
		background: url(../png/services-bg-icons.png) no-repeat -1px 0;
		width: 20%;
		height: 1320px;
		position: relative;
	}
	
	#service-middle a {
		display: block;
		height: 150px;
		width: 150px;
		opacity: 0.5;
		bottom: 10px;
		left:27px;
		position: absolute;
	}
	
	#service-right {
		background-color: #f6f6f6;
		width: 37%;
		padding-top: 80px;
		padding-right: 2%;
		height: 1240px;
	}
		
	.page-services hr {
		border: none;
		background: none;
		clear: both;
		height: 1px;
		line-height: 1px;
		overflow: hidden;
	}
	
	.service-icons li div{
		width: 200px;
		position: absolute;
		top: 60px;
		padding: 20px;
		left: 0;
		background: #e4e3e3 url(../png/tooltip-background.png);
		border-top: 20px white;
		text-align: left;
	}
	
	.service-icons li h4 {
		color: #333333;
		font-family: myriad-pro;
		font-weight: 600;
		margin-bottom: 5px;	
		font-size: 18px;	
	}
	
	.service-icons li p {
		margin-bottom: 0 !important;
		font-size: 13px;
	}
	
	.service-icons li:hover div {
		display: block;
	}
	

		@media only screen and (max-width: 1087px) {
			
			#service-middle {
				background-position: -243px 0;
				height: 1390px;
			}
			
			#service-left {
				height: 1390px;
			}
			
			#service-right {
				height: 1310px;
			}
		}

	
		
	#services-conclusion {
		background-color: #f6f6f6;
		clear: both;
	}
						
	#services-conclustion-inner {
		width: 500px;
		margin: 0 auto -20px auto;
		padding: 20px 20px 80px 20px;
	}
	
	#services-conclustion-inner h3 {
		font-family: myriad-pro;
		font-weight: 600;
		color: #333333;
		font-size: 20px;
		margin-bottom: 18px;
		text-align: center;
	}
	
	#services-conclustion-inner p {
		color: #666666;
		font-size: 100%;
		text-align: justify;
	}
	
	/*SERVICES BUTTON*/
	#services-cta a {
		background: #009ad8 url(../png/services-cta.png) no-repeat 10px 8px;
		color: white;
		font-family: myriad-pro;
		font-weight: 600;
		font-size: 18px;
		display: inline-block;
		padding: 10px 15px 10px 45px;
		margin-left: 155px;
		box-shadow: 1px 1px 1px rgba(0,0,0,.5);
		-webkit-transition: background-color 0.3s ease-in-out;
		-moz-transition: background-color 0.3s ease-in-out;
		-o-transition: background-color 0.3s ease-in-out;
		transition: background-color 0.3s ease-in-out;
	}
	
	#services-cta a:hover {
		text-decoration: none;
		background-color: #333333;
	}
	
	/*SERVICES ICONS*/
	#service-left ul li h3,
	#service-right ul li h3 {
		background: url(../png/services-icons-sprite-one.png) no-repeat 0 0;
		display: inline-block;
		padding: 5px 40px;
	}
	
	.service-icons li {
		position: relative;
		cursor: pointer;
		display: block;
		background: url(../png/services-icons-sprite-two.png) no-repeat 0 0;
		background-color: #e4e3e3;
		width: 32px;
		height: 32px;
		line-height: 20px;
		float: left;
		position: relative;
		padding-right: 5px;
	}

	/*SERVICES PURPOSE*/
	#service-left ul li#service-purpose h3 {
		background-position: 0 0px;
	}
	
	.service-icons li.requirements {
		background-position: 0 0px;
	}
	
	.service-icons li.strategy {
		background-position: 0 -100px;
	}
	
	.service-icons li.wireframes {
		background-position: 0 -200px;
	}
	
	/*SERVICES DESIGN*/
	#service-right ul li#service-design h3 {
		background-position: 0 -100px;
	}
	
		.service-icons li.cms {
			background-position: 0 -300px;
		}
		
		.service-icons li.design {
			background-position: 0 -400px;
		}
		
		.service-icons li.ecommerce {
			background-position: 0 -500px;
		}
		
	
	/*SERVICE SEO*/
	#service-left ul li#service-seo h3 {
		background-position: 0 -200px;
	}
		
		.service-icons li.content-strategy {
			background-position: 0 -600px;
		}
		
		.service-icons li.keyword-research {
			background-position: 0 -700px;
		}
		
		.service-icons li.adwords-campaigns {
			background-position: 0 -800px;
		}
		
		.service-icons li.analytics {
			background-position: -50px 0px;
		}

	
	/*SERVICE EMAIL*/
	#service-right ul li#service-email h3 {
		background-position: 0 -300px;
	}
		
		.service-icons li.website-integration {
			background-position: -50px -100px;
		}
		
		.service-icons li.email-templates {
			background-position: -50px -200px;
		}
		
		.service-icons li.sms-marketing {
			background-position: -50px -300px;
		}
		
	
	/*SERVICE WEB APPS*/
	#service-left ul li#service-web-app h3 {
		background-position: 0 -400px;
	}
	
		.service-icons li.business-analysis {
			background-position: -50px -400px;
		}
		
		.service-icons li.web-app-development {
			background-position: -50px -500px;
		}
	
	
	
	/*SERVICE MOBILE*/
	#service-right ul li#service-mobile h3 {
		background-position: 0 -500px;
	}
	
		.service-icons li.mobile-site-optimisation {
			background-position: -50px -600px;
		}
		
		.service-icons li.web-apps {
			background-position: -50px -700px;
		}
	
	

	
	

/* @end */

/* @group Blog Section */

.root-blog #primary {
	min-height: 900px;
	position: relative;
	overflow: visible;
	z-index: 99;
}

.root-blog #primary-blog-column {
	max-width: 810px;
	min-width: 390px;
	position: relative;
	margin-left: 310px;
	padding-right: 21px;
	padding-top: 25px;
	color: #666;
}

.root-blog #secondary-blog-column {
	width: 260px;
	position: absolute;
	top: 0;
	left: 22px;
}

.root-blog #secondary-blog-column h2 {
	font-family: myriad-pro;
	font-weight: 300;
	text-shadow: 0px 1px 0 rgba(255,255,255,1);
	font-size: 44px;
	line-height: 44px;
	color: #5d5c5a;
	color: #333333;
	border-bottom: 6px solid #3FAAE7;
	margin: 0px 0 35px 0 ;
	padding: 105px 15px 35px 15px;
	background: #e4e3e3;

}

.root-blog #secondary-blog-column img {
	margin-left: 40px;
}

	/* @group Blog Listing */
	
	.page-blog #primary-blog-column > h3 {
		font-family: myriad-pro;
		font-weight: 600;
		font-size: 20px;
		color: #333333;
		margin-bottom: 10px;
		margin-top: 10px;
		text-transform: uppercase;
	}
	
	.page-blog #primary-blog-column > p {
		margin-bottom: 23px;
	}
	
	.root-blog #blog-listing { overflow: hidden; }
	.root-blog #blog-listing li {
		margin-bottom: 20px;
	}
	.root-blog #blog-listing li a {
		display: block;
		overflow: hidden;
		padding: 15px;
		background: #e4e3e3;
		box-shadow: inset 0px 1px 1px rgba(0,0,0,.4);
		border-bottom: 1px solid white;
		-webkit-transition: background-color 0.2s ease-in-out;
		-moz-transition: background-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}
	
	.root-blog #blog-listing li a:hover {
		background-color: #333333;
	}
	
	.root-blog #blog-listing li a .article-summary {
		width: 71%;
		float: left;
	}
	
		.root-blog #blog-listing li a .article-summary h3 {
			color: #333333;
			font-size: 20px;
			margin-bottom: 5px;
			font-family: myriad-pro;
			font-weight: 500;
			-webkit-transition: color 0.3s ease-in-out;
			-moz-transition: color 0.3s ease-in-out;
			-o-transition: color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out;
		}
		
			.root-blog #blog-listing li a:hover .article-summary h3 {
				color: white;
			}
		
		.root-blog #blog-listing li a .article-summary h3 + p {
			color: #2999dd;
			margin-bottom: 15px;
			font-size: 13px;
			-webkit-transition: color 0.3s ease-in-out;
			-moz-transition: color 0.3s ease-in-out;
			-o-transition: color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out;
		}
		
			.root-blog #blog-listing li a:hover .article-summary h3 + p {
				color: #2999dd;
			}
		
		.root-blog #blog-listing li a .article-summary p {
			color: #666666;
			-webkit-transition: color 0.3s ease-in-out;
			-moz-transition: color 0.3s ease-in-out;
			-o-transition: color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out;
		}
		
			.root-blog #blog-listing li a:hover .article-summary p {
				color: #f2f2f2;
			}
		
		
	
	.root-blog #blog-listing li a img {
		width: 25.974025974025974%;
		float: left;
		margin-right: 2.597402597402597%;
	}
	
	/* @end Blog listing */
	
	/* @group Blog Article */
		
		h1#article-title {
			text-transform: uppercase;
			margin-bottom: 0;
			font-size: 34px;
		}
		
		p#article-date {
			font-family: myriad-pro;
			font-weight: 600;
			text-transform: uppercase;
			font-size: 20px;
			color: #2999dd;
			border-bottom: 5px solid #cccccc;
			padding-bottom: 15px;
		}
		
		#banner-image {
			border: 1px solid #cccccc;
			
			padding: 15px 15px 0 15px;
			margin-bottom: 20px;
		}
		
		#banner-image img {
			width: 100%;
			margin-bottom: 20px;
		}
		
		.blog-article #feature-secondlevel h2 {
			background: none;
		}
		
		.blog-article  #feature-decoration {
			background: none;
		}
		
		#blog-feature-image {
			margin-top: -230px;
			margin-bottom: 20px;
			background: #333333;
			overflow: hidden;
			width: 100%;
			float: left;
		}
		
		#blog-content > h1 {
			margin-bottom: 10px;
			font-size: 28px;
			color: #bf0404;
		}
		
		#blog-content > h1 + p {
			color: #333333;
			background: #ebebeb; 
			border-left: 5px solid #bf0404;
			padding: 3px 10px;
			
		}
		
			#blog-feature-image img {
				width: 100%;
				vertical-align: bottom;
			}
	
		.blog-article #blog-content {
			background: white;
			width: 94%;
			padding: 3%;
			overflow: hidden;
			clear: both;
		}

		#primary-blog-column img {
			max-width: 100%;
		}
		
		/*DISQUS*/
		
		#disqus_thread {
			border-top: 5px solid #cccccc;
			margin-top: 30px;
			padding-top: 20px;
		}
		
		#dsq-pagination { display: none; }
	
	/* @end Blog Article */
	
	/* @group Subscribe */
	#subscribe {
		background: #e8e8e8;
		padding: 15px 15px 0 15px;
	}
	
	#subscribe h3 {
		font-family: myriad-pro;
		font-weight: 500;
		margin-bottom: 15px;
		color: #2999dd;
		font-size: 20pt;
	}
	
	#subscribe p {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 20px;
		color: #666666;
	}
	
	#subscribe div {
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	#subscribe div label {
		display: block;
		float: left;
		width: 50px;
		height: 25px;
		line-height: 25px;
		font-size: 13px;
		color: #666666;
	}
	#subscribe div input[type="text"] {
		border: 1px solid #cccccc;
		display: block;
		float: left;
		width: 169px;
		padding: 0px 3px;
		height: 25px;
		line-height: 25px;
	}
	
	#subscribe-button {
		font-family: myriad-pro;
		font-weight: 500;
		background: #333333 url(../png/subscribe-arrow.png) no-repeat 10px 8px;
		text-transform: uppercase;
		color: white;
		display: block;
		cursor: pointer;
		font-size: 14px;
		padding: 12px 10px 12px 35px;
		margin: 20px -15px 0 -15px;
		-webkit-transition: background-color 0.3s ease-in-out;
		-moz-transition: background-color 0.3s ease-in-out;
		-o-transition: background-color 0.3s ease-in-out;
		transition: background-color 0.3s ease-in-out;
	}
	
	#subscribe-button:hover {
		background-color: #2999dd;
	}
	/* @end Subscribe */


/* @end */

/* @group Work */

.root-work #primary {
	min-height: 600px;
}

.root-work #primary-work-column {
	max-width: 700px;
	min-width: 390px;
	position: relative;
	margin-left: 425px;
	padding: 0 20px 0 0 ;
	margin-top: 30px;
	color: #666;
}

	.root-work #primary-work-column > h3 {
		font-family: myriad-pro;
		font-weight: 600;
		font-size: 20px;
		color: #333333;
		margin-bottom: 10px;
		margin-top: 10px;
		text-transform: uppercase;
	}
	
	.root-work #primary-work-column > p {
		margin-bottom: 23px;
		line-height: 20px;
		font-size: 13px;
	}

.root-work #secondary-work-column {
	width: 370px;
	position: absolute;
	top: 0;
	left: 22px;
}

.root-work #secondary-work-column h2 {
	font-family: myriad-pro;
	font-weight: 300;
	text-shadow: 0px 1px 0 rgba(255,255,255,1);
	font-size: 44px;
	line-height: 44px;
	color: #5d5c5a;
	color: #333333;
	border-bottom: 6px solid #3FAAE7;
	margin: 0px 0 35px 0 ;
	padding: 105px 15px 35px 15px;
	background: #e4e3e3;
}

.root-work #secondary-work-column img {
	margin-left: 40px;
}

.root-work #work-listing { overflow: hidden; }
.root-work #work-listing li {
	width: 100%;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.root-work #work-listing li a {
	display: block;
	overflow: hidden;
	padding: 15px;
	background: #e4e3e3;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.4);
	border-bottom: 1px solid white;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.root-work #work-listing li a:hover {
	background-color: #333333;
}

.root-work #work-listing li a:hover h3 {
	color: white;
	text-shadow: none;
}

.root-work #work-listing li a:hover p {
	color: #f2f2f2;
}

	.root-work #work-listing li a h3 {
		color: #333333;
		font-family: myriad-pro;
		font-weight: 400;	
		font-size: 20px;
		margin-bottom: 9px;
		-webkit-transition: color 0.3s ease-in-out;
		-moz-transition: color 0.3s ease-in-out;
		-o-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}
	
	.root-work #work-listing li a p {
		color: #666666;
		line-height: 20px;
		font-size: 13px;
		-webkit-transition: color 0.3s ease-in-out;
		-moz-transition: color 0.3s ease-in-out;
		-o-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

.work-summary {
	padding: 2.150537634408602%;
	float: left;
	margin-left: 1.428571428571429%;
	max-height: 183px;
	min-height: 100px;
	width: 62.127496159754225%;
}
.root-work #work-listing li a img {
	float: left;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	width: 32.142857142857143%;
}

	/* @group Media Queries to handle small res */
	
	@media only screen and (max-width: 1087px) {
	
		.root-work #work-listing li a {
			width: 390px;
		}
		
		.root-work #work-listing li a img {
			width: 147px;
			
		}
		
		.root-work .work-summary {
			width: 213px;
			margin-left: 0;
			padding: 10px 15px;
			
		}
		
		.root-work #work-listing li a h3 {
			margin-bottom: 10px;
			font-size: 15px
		}
		
	}

	
	/* @end Media Queries */

	/* @group Work Detail Page */
		
		.root-work #primary-project-details {
			max-width: 880px;
			min-width: 560px;
			position: relative;
			margin-left: 245px;
			padding: 0 20px 0 0 ;
			margin-top: 0px;
			color: #666;
		}
		
			#project-feature-image {
				margin-bottom: 20px;
				max-width: 880px;
				min-width: 560px;
			}
			
			#project-feature-image img {
				width: 100%;
			}
			
			.root-work #primary-project-details h1{
				border-bottom: 3px solid #cccccc;
				padding-bottom: 10px;
				font-size: 24px;
			}
			.root-work #primary-project-details h1 a {
				font-family: myriad-pro;
				font-weight: 600;
				color: #2999dd;
				
			}
			
				.root-work #primary-project-details h1 a:hover { text-decoration: none; }
		
		
		/*SECONDARY AREA----------------*/
		
		.root-work #secondary-project-details {
			width: 200px;
			position: absolute;
			top: 0;
			left: 22px;
		}
		
		.root-work #secondary-project-details h2 {
			font-family: myriad-pro;
			font-weight: 300;
			text-shadow: 0px 1px 0 rgba(255,255,255,1);
			font-size: 44px;
			line-height: 44px;
			color: #5d5c5a;
			color: #333333;
			border-bottom: 6px solid #3FAAE7;
			margin: 0px 0 15px 0 ;
			padding: 105px 15px 35px 15px;
			background: #e4e3e3;
		}
		
		.root-work #secondary-project-details > p {
				line-height: 20px;
				font-size-adjust:0.506; 
				color: #666;
				font-size: 13px;
				margin-bottom: 20px;
		}
		
			.root-work #secondary-project-details ul { overflow: hidden; }
			.root-work #secondary-project-details ul li {
				margin-bottom: 10px;
			}
			
			.root-work #secondary-project-details ul li h4 {
				font-family: myriad-pro;
				font-weight: 600;
				margin-bottom: 5px;
				color: #333333;
				text-transform: uppercase;
			}
			
			.root-work #secondary-project-details ul li p {
				line-height: 20px;
				font-size-adjust:0.506; 
				color: #666;
				font-size: 13px;
			}
			
			.root-work #secondary-project-details ul li p a {
				color: #2999dd;
				background: url(../png/external-link-icon.png) no-repeat right 0;
				padding-right: 23px;
				font-family: 'PTSansBold';
			}
		
		/* @group Work Detail Page Navigation */
			
			#other-projects {
				width: 33.333333%;
				float: left;
				/* background: #2999dd; */
			}
			
			#other-projects h3 {
				font-family: myriad-pro;
				font-weight: 300;
				font-size: 26px;
				line-height: 34px;
				color: #2999dd;
			}
			
			#project-detail-navigation {
				border-top: 3px solid #cccccc;
				padding-top: 20px;
				margin: 40px 0;
			}
			
			#project-detail-navigation a {
				display: block;
				background: #cccccc;
				width: 31.333333%;
				margin-left: 2%;
				float: left;
				position: relative;
				color: white;
				overflow: hidden;
			}
			
			#project-detail-navigation a img {
				width: 100%;
			}
			
			#project-detail-navigation a span {
				display: block;
				font-family: myriad-pro;
				font-weight: 400;
				font-size: 16px;
				line-height: 20px;
				background: #2999dd;
				background: rgba(41,153,221,.75);
				position: absolute;
				padding: 10px 20px;
				top: 0px;
				left: 0;
				width: 100%;
			}
			#project-detail-navigation a:hover { text-decoration: none;}
			#project-detail-navigation a:hover span {
				text-decoration: none;
				background: rgba(51,51,51,1);
			}
			
		/* @end */
	
	/* @end */


/* @end Work */

/* @group About Section */


.root-about #primary {
	min-height: 1150px;
}

.root-about #primary-about-column {
	max-width: 700px;
	min-width: 390px;
	position: relative;
	margin-left: 410px;
	padding-right: 21px;
	padding-top: 40px;
	margin-top: 10px;
	color: #666;
}

	.root-about #primary-about-column > h2 {
		font-family: myriad-pro;
		font-weight: 600;
		font-size: 20px;
		color: #333333;
		margin-bottom: 18px;
		margin-top: 10px;
		text-transform: uppercase;
	}

.root-about #secondary-about-column {
	width: 370px;
	position: absolute;
	top: 0;
	left: 22px;
	height: 7000px;
}

.root-about #secondary-about-column h2 {
	font-family: myriad-pro;
	font-weight: 300;
	text-shadow: 0px 1px 0 rgba(255,255,255,1);
	font-size: 44px;
	line-height: 44px;
	color: #5d5c5a;
	color: #333333;
	border-bottom: 6px solid #3FAAE7;
	margin: 0px 0 35px 0 ;
	padding: 105px 15px 35px 15px;
	background: #e4e3e3;
}

.root-about #about-location-graphic {
	display: block;
	margin-top: 30px;
}

.root-about #work-list {
	border-top: 5px solid #3FAAE7;
	padding-top: 14px;
}
	
.root-about #work-list h2 {
	font-family: myriad-pro;
	font-weight: 300;
	font-size: 20pt;
	margin-bottom: 18px;
	margin-top: 10px;
}

.root-about #work-list ul {
	overflow: hidden;
	height: 145px;
	margin-bottom: 12px;
}

.root-about #work-list li { float: left; }
.root-about #work-list li a {
	width: 188px;
	height: 143px;
	display: block;
	overflow: hidden;
	position: relative;
	color: #5d5c5a;
	font-family: myriad-pro;
	font-weight: 400;
	margin: 0 0px 12px 12px;
}

.root-about #work-list li:first-child a {
	margin-left: 0;
}

.root-about #work-list li img {
	width: 198px;
	position: absolute;
	z-index: 1;
}
.root-about #work-list li a {
	color: white;
}
.root-about #work-list li span {
	position: absolute;
	z-index: 20;
	background: #007ac9;
	display: block;
	width: 188px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-indent: 12px;
	top: 84px;
	opacity: 0.9;
	cursor: pointer;
}

.root-about #work-list li a:hover span {
	opacity: 0.99;
	/*box-shadow: #805500 0px 2px 2px;*/
}

.root-about #work-list > p {
	width: 100%;
	clear: both;
}

.root-about #work-list p a {
	color: #5d5c5a;
	font-family: myriad-pro;
	font-weight: 400;
	background: url(../png/blue-triangle.png) no-repeat left center;
	padding-left: 15px;
}

.root-about #work-list p a:hover {
	color: #393433;
	text-decoration: underline;
}

/* @end */

/* @group Contact Section */

.root-contact-us #primary {
	min-height: 680px;
}

.root-contact-us #primary-contact-column {
	max-width: 700px;
	min-width: 390px;
	position: relative;
	margin-left: 410px;
	padding-right: 21px;
	padding-top: 40px;
	margin-top: 10px;
	color: #666;
}

	.root-contact-us #primary-contact-column > h2 {
		font-family: myriad-pro;
		font-weight: 600;
		font-size: 20px;
		color: #333333;
		margin-bottom: 18px;
		margin-top: 10px;
		text-transform: uppercase;
	}
	
	#primary-contact-column p {
		margin-bottom: 20px;
		line-height: 20px;
		font-size: 13px;
	}
	
	/*CONTACT FORM*/
	#primary-contact-column form {
		border: 3px solid #cccccc;
		background: #ffffff;
		padding: 20px;
	}
	
	#primary-contact-column form div {
		overflow: hidden;
		margin-bottom: 15px;
	}
	
	#primary-contact-column form div label, 
	#primary-contact-column form div input, 
	#primary-contact-column form div textarea {
		display: block;
		font-size: 14px;
	}
	
	#primary-contact-column form div label {
		margin-bottom: 10px;
	}
	
	#primary-contact-column form div input, 
	#primary-contact-column form div textarea {
		width: 97.333333%;
		border: 2px solid #cccccc;
		background: #f2f2f2;
		padding: 8px 1%;
		font-family: 'PTSansRegular';
		font-size: 13px;
		color: #666;
	}
	
	#primary-contact-column form div input:focus, 
	#primary-contact-column form div textarea:focus {
		border: 2px solid #4da9ec;
		background: #ffffff;
		outline: none;
	}
	
	.submit-contact {
		background: #2999dd;
		color: white;
		text-transform: uppercase;
		font-size: 14px;
		cursor: pointer;
		padding: 10px 15px;
		clear: both;
		display: inline-block;
		font-family: myriad-pro;
		font-weight: 600;
		-webkit-transition: background-color 0.2s ease-in-out;
		-moz-transition: background-color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}
	
	.submit-contact:hover {
		background: #333333;
	}
	
	#primary-contact-column  label.error {
		float: left;
		padding: 20px 15px 15px 15px;
		background:  url(../png/tooltip-background.png);
		position: relative;
		top: -6px;
	}
	
	#primary-contact-column  label small {
		font-size: 80%;
		color: #969696;
	}
	
	.success-message {
		font-size: 200%;
		margin: 0px 0 35px 0 ;
		padding: 35px 15px 20px 15px;
		background: #e4e3e3;
		text-align: center;
		position: relative;
		top: -27px;
		width: 450px;
		height: 164px;
		overflow: hidden;
	}
	
	.success-message.formatted h2 {
		font-size: 200%;
		text-shadow: 0px 1px 0 rgba(255,255,255,1);
		font-weight: normal;
	}
	
	.success-message.formatted h3 {
		text-shadow: 0px 1px 0 rgba(255,255,255,1);
	}
	
		
	/*------------------------*/

.root-contact-us #secondary-contact-column {
	width: 370px;
	position: absolute;
	top: 0;
	left: 22px;
	height: 7000px;
}

.root-contact-us #secondary-contact-column h2 {
	font-family: myriad-pro;
	font-weight: 300;
	text-shadow: 0px 1px 0 rgba(255,255,255,1);
	font-size: 44px;
	line-height: 44px;
	color: #5d5c5a;
	color: #333333;
	border-bottom: 6px solid #3FAAE7;
	margin: 0px 0 35px 0 ;
	padding: 105px 15px 35px 15px;
	background: #e4e3e3;
}

#secondary-contact-column h3 {
	font-family: myriad-pro;
	font-weight: 600;
	color: #333333;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
}
#secondary-contact-column a { color: #2999dd; }
#secondary-contact-column dl { overflow: hidden; margin-bottom: 20px; }
#secondary-contact-column dl dt,
#secondary-contact-column dl dd {
	display: block;
	float: left;
	color: #666;
	line-height: 20px;
}
#secondary-contact-column dl dt {
	width: 70px;
}

#secondary-contact-column dl dd {
	width: 300px;
}



/* @end */


/* @end RHS Column */


/* @group Footer */

#footer {
	background: #0098d7 ;
	border-left: 1px solid #03c5fa;
	height: 230px;
	position: relative;
	z-index: 99;
}

#footer-shadow {	
	background: url(../png/tile-horizontal-shadow.png) repeat-x left top;
	height: 30px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#footer-inner {
	max-width: 1100px;
	min-width: 780px; 
	padding-right: 20px;
	overflow: hidden;
	position: relative;
}

#footer-tagline {
	font-family: myriad-pro;
	font-weight: 300;
	font-size: 24px;
	line-height: 31px;
	width: 380px;
	padding: 40px 20px;
	margin-right: 20px;
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,.25);
	display: block;
	float: left;
}

#footer-links {
	/* border: 1px solid red; */
	max-width: 400px;
	min-width: 200px;
	margin-left: 340px;
	padding: 25px 0px;
}

#footer-links h3 {
	font-family: 'CaeciliaLTStd55Roman';
	font-size: 16px;
	margin-bottom: 15px;
	color: white;
}

#footer-links ul { overflow: hidden; }
#footer-links ul li a {
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#footer-links ul li a {
	display: block;
	color: white;
}

#footer-logo {
	position: absolute;
	right: 10px;
	top: 0;
	padding: 105px 0 0 0;
}

#footer-logo h3 {
	background: url(../png/footer-logo.png) no-repeat 0 0;
	display: block;
	height: 260px;
	width: 400px;
	margin-bottom: 15px;
	text-indent: -5000px;
	position: absolute;
	top: -20px;
	right: 0;
}

#footer-logo ul li {
	text-align: right;
	font-family: 'CaeciliaLTStd55Roman';
	text-transform: uppercase;
	font-size: 12px;
	color: white;
	margin-bottom: 5px;
}
#footer-logo ul li a {
	color: white;
}
#footer-logo ul li span {
	font-family: 'CaeciliaLTStd75Bold';
}

/* @end Footer */
