@charset "UTF-8";
/* Starter */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Helvetica, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	background: #ffffff;
}

/* default links */

a {
	text-decoration: underline;
	outline: none;
}

a:link {
	color: #d0e49b;
}

a:visited {
	color: #d0e49b;
}

a:active {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

img {
	border: 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

input[type=text], textarea {
	width: 100%;
	padding: 2px 2px 2px 2px;
	border: 1px solid #7091b9;
	background: #ffffff;
}

input[type=submit] {
	float: right;
	padding: 2px 5px 2px 5px;
	color: #ffffff;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d0e49b;
	color: #405d86;
}

.warning{
	text-align: center;	
	padding: 3px 5px 3px 5px;
	color: #ff0000;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffeeee;
}

/* default positioning */

#mainOverlay {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

#container {
	width: 980px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0px 0px 0px;
	z-index: 1;
	text-align: left;
}

#header {
	width: 980px;
	height: 198px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/layout/header.jpg) top left no-repeat;
	border-bottom: 2px solid #ffffff;
}

#header img {
	margin: 42px 0px 0px 47px;
	padding: 0px 0px 0px 0px;
}

#content {
	width: 840px;
	height: 350px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 25px 60px 0px 80px; /* !! Add these dimensions to the height and width of the content area */
	background: url(../images/layout/body.jpg) top left no-repeat;
}

/* Main content area */

#content #area {
	width: 840px;
	height: 277px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #area #navbox {
	width: 840px;
	height: 60px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 45px;
	letter-spacing: -.01em;
}

	/* Homepage Navigation */

	#content #area #navbox ul {
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-transform:uppercase;
	}
	
	#content #area #navbox ul li {
		list-style: none;
		float: left;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	#content #area #navbox ul li a {
		color: #354d6d;
		text-decoration: none;
	}
	
	#content #area #navbox ul li a:hover{
		color: #ffffff;
		text-decoration: none;
	}
	
#content #area p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #area .column {
	width: 400px;
	float: left;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #area .line {
	line-height: 21px;
}

#content #area .bodycopy {
	line-height: 24px;
}

#content #area .caps {
	text-transform: uppercase;
}

#content #area .column .preview {
	width: 254px;
	display: block;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#content #area .column .title {
		width: 398px;
		height: 27px;
		line-height: 27px;
		font-weight: normal;
		font-size: 10px;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 2px;
	}
	
	#content #area .column .title a {
		text-decoration: none;
	}
	
	#content #area .column .preview .screen {
		width: 258px;
		display: inline-block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #area .column .preview .screen a {
		width: 258px;
		display: inline-block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;	
	}
	
	#content #area .column .preview .screen a img {
		border: 2px solid #354d6d;
	}

#content #area .column .thumbnails {
	float: left;
	display: block;
	width: 141px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#content #area .column .thumbnails img {
		margin: 0px 0px 10px 10px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #area .column .thumbnails a img {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70); 
		opacity: .7;
		padding: 2px 2px 2px 2px;
		border: none;
	}
	
	#content #area .column .thumbnails a.sel img {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100); 
		opacity: 1;
		padding: 0px 0px 0px 0px;
		border: 2px solid #354d6d;
	}
	
/* INTERNAL PAGES */
/* portfolio */

#content #area #portfolio {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	line-height: 40px;
}

#content #area #portfolio ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #area #portfolio ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 0px 12px;
}

#content #area #portfolio ul li a {
	color: #d0e49b;
	font-size: 36px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	z-index: 0;
}

#content #area #portfolio ul li a:visited {
	color: #ffffff;
}

#content #area #portfolio ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	z-index: 9000;
	position: relative;
	background: #405D86;
	margin: -12px -12px -12px -12px;
	padding: 12px 12px 12px 12px;
}

#content #area div.view {
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	height: 14px;
	font-size: 10px;
	position: absolute;
	top: 200px;
	right: 83px;
}

#content #area div.view a {
	text-decoration: none;
	color: #7091b9;
}

#content #area div.view a:hover {
	color: #ffffff;
}

/* clients page */

#content #area #overflow{
	width: 840px;
	height: 277px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#content #area #overflow #clients {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	overflow: hidden;
	background: none;
	height: 255px;
	width: 800px;
}

#content #area #overflow #clients .list {
	width: 190px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#content #area #overflow #clients .list ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #area #overflow #clients .list ul li {
	list-style: none;
	text-indent: -15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 34px;
}

#content #area #overflow #clients .list ul li.portfolio {
	background: url(../images/layout/ingenious_icon.gif) 0px 2px no-repeat;
}

#content #area #overflow #clients .list ul li.link {
	background: url(../images/layout/link_icon.gif) 0px 2px no-repeat;
}

#content #area #overflow #clients .list ul li a{
	text-decoration:none;
}

/* portfolio, single site */

#content #area #floatbox {
	width: 471px;
	height: 331px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 11px;
	background: url(../images/layout/shadow.png) top left no-repeat;
	position: absolute;
	top: 212px;
	right: 74px;
}

#content #area #floatbox img{
	margin: 11px 11px 11px 11px;
	display: none;
}

#content #area .site {
	width: 324px;
}

#content #area .site h1 {
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	color: #d0e49b;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #area .site h2{
	color: #7091b9;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

#content #area .site h3 {
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #area ul.buttons {
	list-style: none;
	margin: 6px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	height: 15px;
}

#content #area .buttons li {
	list-style: none;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content #area .buttons li a {
	display: block;
	width: 15px;
	height: 15px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#content #area .buttons li a:hover, #content #area .buttons li a.sel {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
	
/* mini footer, tagline info and internal page nav */	
	
#content #menubottom {
	width: 814px;
	position: absolute;
	bottom: 110px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#content #menubottom .column {
		width: 407px;
		float: left;
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content #menubottom .small {
		font-size: 11px;
		color: #7091b9;
	}
	
		/* Internal Navigation */
	
		#content #menubottom ul {
			float: right;
			list-style: none;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-transform: uppercase;
		}
		
		#content #menubottom ul li{
			list-style: none;
			font-size: 21px;
			float: left;
			display: block;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
		#content #menubottom ul li a {
			color: #354d6d;
			letter-spacing: .01em;
			text-decoration: none;
		}
		
		#content #menubottom ul li a.current{
			color: #203044;
		}
		
		#content #menubottom ul li a:hover{
			color: #ffffff;
			text-decoration: none;
		}

#footer {
	font-size: 11px;
	display: block;
	width: 980px;
	color: #AAAAAA;
	text-align: center;
	padding-top: 50px;
	position: relative;
}

#footer a{
	color: #AAAAAA;
	text-decoration:none;
}

#footer #social{
	position: absolute;
	right: 0px;
	top: 50px;
}

#map {
	margin: 10px 0px 0px 0px;
	width: 400px;
	height: 180px;
	color: #000000;	
}

#map a{
	color: #000000;	
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
}
