/* <--- html elements --->*/
html, body { margin: 0; padding: 0; overflow: visible; height: 100%; font-family: Helvetica, Arial, "MS Trebuchet", sans-serif; color: #5F6679; font-size: 13px; }
html { min-width: 980px; background: #f6f6f6 url(/img/bg-tiled.jpg) repeat-x; }
body { background: transparent url(/img/bg-center.jpg) no-repeat center 0; }

a {
	color: #185067;
	text-decoration: none;
	background-color: #ced6dd;/*#e2f0f6;*/
	background-color: rgba(98, 146, 184, 0.15);
	padding: 1px 2px;
}
a:hover {
	background-color: #94c8de;
}

p {
	line-height: 1.6em;
	margin: 0 0 1em 0;
}

h1 {
	width: 580px;
	margin: 24px 10px;
	font-size: 26px;
	font-weight: 100;
	color: #185067;
	text-shadow: 0 1px 1px rgba(250, 250, 250, 0.7);
	-moz-text-shadow: 0 1px 1px rgba(250, 250, 250, 0.7);
	-webkit-text-shadow: 0 1px 1px rgba(250, 250, 250, 0.7);	
}
h1 span {
	display: inline-block;
	line-height: 1.4em;
	background-color: rgba(98, 146, 184, 0.15); /*rgba(130, 130, 130, 0.6) */;
	padding: 0 3px;
	margin-bottom: 3px;
}
h1 span strong { 
	display: inline-block;
	margin: 0 -3px;
	padding: 0 3px;
	background-color: rgba(0, 71, 127, 0.15); /*rgba(80, 80, 80, 0.15); */
	text-weight: normal;
	font-size: 100%;
}

h2 {
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
	border-bottom: solid 4px #e6e6e6;
	margin: 0 25px 16px 25px;
	letter-spacing: .1em;
}








/* <--- Content Wrappers --->*/
#pageWrapper {
	width: 990px;  /* 960 grid used for content, this gives padding on the side */
	margin: 0 auto;
	padding: 75px 0 0 0;
	position: relative;
}
#contentTop		{ background: transparent url(/img/bg-content-top.png) no-repeat; min-height: 24px; }
#content		{ background: transparent url(/img/bg-content-tiled.png) repeat-y; }
#footer			{ background: transparent url(/img/bg-content-footer-tiled.png) repeat-y;  }
#footerBottom	{ background: transparent url(/img/bg-content-footer-bottom.png) no-repeat; min-height: 24px; }
#footerColWrapper {
	border-top: solid 1px #e6e6e6;
	list-style: none;
	display: block;
	margin: 0 5px;
	width: 960px;
	padding: 16px 0 0 20px;
	float: left;
}
#footerColWrapper li.colWrapper {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
	padding: 0;
	min-height: 350px;
}
#footerColWrapper h2 {
	 margin: 0 0 16px 0;
}









/* <--- Sections --->*/
#contactInfo {
	list-style: none;
	position: absolute;
	top: 99px;
	right: 0;
	text-align: right;
	line-height: 1.8em;
	font-size: 15px;
	color: #185067;
}
#contactInfo .phone { background: transparent url(/img/bg-phone.png) no-repeat right center; padding-right: 24px; min-height: 16px; }
#contactInfo .email { background: transparent url(/img/bg-mail.png) no-repeat right center; padding-right: 24px; min-height: 16px; }

#portfolioSample {
	list-style: none;
	margin: 0 0 36px 25px;
	float: left;
	width: 100%;
}
#portfolioSample li.colWrapper {
	float: left;
	width: 258px; /* 300px box: width=content+borders+padding */
	margin: 0 20px 0 0;
	padding: 20px;
	background: transparent url(/img/bg-bucket-tiled.jpg) repeat-x;
	border: solid 1px #e6e6e6;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	min-height: 350px;
}
.portfolioItem {
	min-height: 250px;
	background: transparent url(/img/bg-spotlight-shadow.png) no-repeat center 100px;
}
.portfolioItem img {
	min-height: 150px;
	width: 100%;
	display: block;
	margin: 0 auto;
	background-color: #555;
}
.portfolioItem h3 {
	color: #00477F; /*#185067;*/
	font-size: 18px;
	font-weight: normal;
	margin: 24px 0 16px 0;
}
.portfolioItem p {
}

#clientSample {
	list-style: none;
	margin: -10px 0 30px 25px;
	float: left;
	width: 100%;
}
#clientSample li {
	float: left;
	font-size: 11px;
	width: 140px;
	min-width: 140px;
	height: 64px;
	min-height: 64px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
li.itt { background: transparent url(/img/clientList.jpg) no-repeat 0 0; }
li.chrysler { background: transparent url(/img/clientList.jpg) no-repeat -160px 0; }
li.surgipath { background: transparent url(/img/clientList.jpg) no-repeat -320px 0; }
li.titan { background: transparent url(/img/clientList.jpg) no-repeat -480px 0; }
li.bok { background: transparent url(/img/clientList.jpg) no-repeat -640px 0; }
li.cordeck { background: transparent url(/img/clientList.jpg) no-repeat -800px 0; }
li.itt:hover { background-position: 0 -64px; }
li.chrysler:hover { background-position: -160px -64px;; }
li.surgipath:hover { background-position: -320px -64px;; }
li.titan:hover { background-position: -480px -64px;; }
li.bok:hover { background-position: -640px -64px;; }
li.cordeck:hover { background-position: -800px -64px;; }


#services {
	list-style: none;
}
#services li {
	line-height: 1.6em;
	display: block;
}
#services li a {
	display: block;
	line-height: 2em;
}


#contactform {
	
}
#contactform div input, #contactform div textarea {
	width:  296px;
	margin: 0 0 16px 0;
}
#contactform label {
	display: block;
	line-height: 1.4em;
}

#contactform .error {
	background-color: #ced6dd;
}


#footnote {
	width: 960px;
	margin: 0 auto 16px auto;
	font-size: 11px;
	color: #777;
}




	/*background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
	*/






.clearfix {
	clear: left;
	line-height: 0;
	height: 0;
}