* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a { outline: none; }
body {
  line-height: 1;
  color:#333;
}
strong { color:#164989; }
ol, ul { 
	list-style: none;
	margin-left:0 !important;
	padding-left:0 !important; 
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {content: ""; }
blockquote, q { quotes: "" ""; }
img { border: 0 }

.hover    { cursor: pointer; }
.hidden   { display: none; }
.full	  { width: 100%; }
.clear    { clear: both; }
.clear_l  { clear: left;}
.clear_r  { clear: right;}
.float_l  { float: left; }
.float_r  { float: right; }
.underline{ text-decoration: underline !important; }
.bold	  { font-weight: bold; }
.italic	  { font-style: italic; }
.nomargin { margin: 0px !important;}
hr {
	width:100%;
	clear:both;
	border:none;
	border-top:1px dotted #888;
	margin:30px 0;
	background:#ededed;
}

.overlabel-wrapper { position:relative;}
label.overlabel {
	position:absolute;
	color:#666;
	left:6px;
	top:1px;
	font-size:11px;
}


/* COMMON */

body {
background:url('img/layout/bg-noise.jpg') repeat-x scroll left top #ffffff;
	font-family:Arial, sans-serif;
	color:#575757;
	line-height:25px;
	font-size:12px;
}
homee {
background:url('img/layout/bg-noise.jpg') repeat-x scroll left top #ffffff;
	font-family:Arial, sans-serif;
	color:#575757;
	line-height:25px;
	font-size:12px;
}

/* TYPOGRAPHY */
.circle {
	position:relative;
	padding-left:100px;
}
	.circle span {
		position:absolute;
		left:20px;
		top:-22px;
		color:#fff;
		height:68px;
		width:68px;
		background:url('img/text/circle.html') no-repeat;
		text-align:center;
		line-height:68px;
		font-size:normal;
	}
h1, h2{ 
	font-size:21px;
	font-weight:normal;
	color: #444;
	border-bottom:1px dotted #888;
	padding-bottom:6px;
	margin-bottom:25px;
}
h2 {
	font-size:;
	line-height:;
	margin:;
}
h3 { 
	font-size:;
	line-height:;
	margin:;   
}
	h3 span.small {
		font-size:13px !important;
	}
p { 
	text-align:; 
	margin-bottom:; 
}

ul.bullets li {
	list-style:disc;
	padding-left:8px;
	margin-left:14px !important;
}
ul.redbullets li {
	padding-left:16px;
	margin-left:12px !important;
	background:url('img/extras/red-bullet.html') no-repeat left 8px;
}
li {
	
}
	li a {
		
	}
a { 
	color:#004F7F;
	text-decoration:none; 
}
a:hover { 
	color:;
	text-decoration:underline;
}

	/* type-related classes */
	.small  { font-size:11px !important; }
	.subtle { color:#999; }
	.single { margin-bottom:0; }
	
	.highlight { 
		background:#FCF8BD; 
		border:1px solid #F2EB79;
		padding:5px 10px;
		color:#222;
	}
	.note {
		font-size:11px;
		color:#666;
		font-style:italic;
		line-height:1.4em;
	}
		.note strong {
			color:#333;
		}
		
/* LAYOUT */

.wrap {
	width:960px;
	margin:auto;
	clear:left;
	overflow:hidden;
	position:relative;
	
}

/* header */
#header {

	height:100px;
	margin-bottom:0px;
}
	#header .wrap {
		overflow:visible;
	}
	/* meta */
	#meta {
	border-bottom: 1px solid #DDDDDD;
    float: right;
    overflow: hidden;
    padding: 12px 0 5px;
    width: 100%;
		
	}
		#meta #meta-links {
			float:right;
			margin-top:4px;
			color:#666;
		}
			#meta #meta-links a {
				color:#164989;
				text-transform:uppercase;
				font-size:11px;
			}
		#meta #american {
			float:right;
			margin-right:20px;
			background:url('img/text/american-made.html') no-repeat top;
			width:183px;
			height:29px;
			text-indent:-9999px;
		}

	/* logo */
	#logo {
		position:absolute;
		top:0px;
		left:0px;
		z-index:12;
	}
	/* nav */
	#nav {
		padding-top:8px;
		float:right;
	}
		#nav li {
			float:left;
			margin-right:32px;
			text-transform:uppercase;
			font-size:11px;
		}
		#nav a  {
			color:#807e83;
		}
			#nav li.active a,
			#nav li a:hover {
				color:#164989;
			}

/* footer */
#footer {
	border-top:1px dotted #BFBFBF;
	margin-top:0px;
	padding-top:5px;
	height:150px;
}
	#footer .nav {
		float:left;
		margin-top:5px;
	}
		#footer .nav li {
			float:left;
			margin-right:25px;
			font-size:10px;
		
			color:#6F6F6F;
		}
			#footer .nav li a {
				color:#164989;
				
			}
	#footer #credentials {
		float:right;
		margin: 0 0 10px;
	}

/* main */	
#main {
	padding-top:35px;
}
	#main p {
		margin-bottom:20px;
	}
	#main .side {
		width:260px;
		float:left;
		margin:20px 30px 0 0;
		padding-top: 40px;
	}
	#main .content {
		float:left;
		width:660px;
		padding-top: 40px;
	}
		#main .content img.alignright {
			margin:0 0 10px 20px;
		}
		#main .content img.alignleft {
			margin:0 20px 10px 0;
		}
		
/* ERROR STYLING */
.error {}
	.error.text input, .error.select select {
		background:;
		border:;
	}
.error-message {
	float:left;
	clear:left;
	font-weight:bold;
	color:red;
	font-size:12px;
    margin-left: 25%;
}

/* WP Styles */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }




/* PAGE SPECIFIC STYLES */

/* home */
#slideshow {
	position:relative;
	width:100%;
	top:-0px;
	left:0;
	height:320px;
	overflow:hidden;
}
	#slides {
	}
		#slides .slide {
			background-repeat:no-repeat;
			background-position:top center;
			width:100%;
			height:380px;
		}
	#slideshow .absolute {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:100;
		top:180px;
	}
		#slideshow .wrap {
			height:26px;
		}
			#slideshow #prev,
			#slideshow #next {
				height:30px;
				width:30px;
			}
			#slideshow #prev {
				float:left;
			}
			#slideshow #next {
				float:right;
			}
.home  {
	
	   /* background: url("img/layout/bg-noise.jpg") repeat-x scroll left top #FFFFFF;*/
    left: 0;
    margin-bottom: -60px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 15px;
    position: relative;
    top: -53px;
    width: 910px;
    z-index: 10;
}
	.home .column {
		margin-top:30px;
		float:left;
		margin-right:30px;
	}
		.home .column .more {
			float:right;
		}
		.home .column hr {
			margin:0 0 10px 0;
			padding:0;
		}
		.home #case.column {
			width:280px;
		}
			.home #case.column .entry {
				float:left;
				clear:left;
				margin-bottom:15px;
				width:100%;
			}
				.home #case.column .photo {
					border-bottom:1px dotted #888;
					padding-bottom:4px;
				}
				.home #case.column .logo {
					float:left;
					clear:left;
				}
				.home #case.column p {
					text-align:right;
					margin-bottom:0;
				}
				
		.home #intro.column {
			width:280px;
		}
			.home #intro.column p {
				line-height:18px;
				margin-bottom:15px;
				margin-left:5px;
			}
		.home #testimonials.column {
			width:234px;
			padding:25px 25px 20px;
			margin:4px 0 0;
			background:#fff;
			border:1px solid #c9c9c9;
		}
			.home #testimonials.column .entry {
				margin-bottom:10px;
			}
				.home #testimonials.column p {
					line-height:18px;
					color:#666;
				}
					.home #testimonials.column p.quote {
						margin-bottom:0;
					}
					.home #testimonials.column p.author {
						margin-bottom:5px;
						color:#4c4b4c;
						font-size:11px;
					}


/* about */
.about.wrap {
	width:900px;
	padding-right:30px;
	padding-left:30px;
}

/* technology */
.technology .side {
}
	.technology .side h2 {
		margin-bottom:8px;
	}
	.technology .side li {
		margin-bottom:1px;
		padding-bottom:2px;
	}
		.technology .side li a {
			display:block;
			border-bottom:1px dotted #888;
		}
			.technology .side li a:hover {
				color:#164989;
				text-decoration:none;
				border-bottom:1px dotted #164989;
			}
.technology .content {
	
}
	.technology .content h3 {
		color:#121212;
		font-weight:normal;
		font-size:19px;
		margin-bottom:25px;
	}
	.technology .content h4 {
		margin-bottom:2px;
		font-size:12px;
		font-weight:bold;
		color:#121212;
	}
		.technology .content ul {
			margin-bottom:20px;
		}
			.technology .content ul li {
				line-height:18px;
				margin-bottom:6px;
				margin-left:10px;
				text-indent:-10px;
			}

/* rfp */
.rfp p {
	color:#6a6062;
	line-height:21px;
}
.rfp .file {
	margin-bottom:10px;
}

/* testimonials */
.testimonials .entry {
	width:100%;
	float:left;
	clear:left;
	border-bottom:1px dotted #888;
	padding-bottom:30px;
	margin-top:30px;
}
	.testimonials .entry .logo {
		float:left;
		width:125px;
		margin-right:30px;
		margin-left:20px;
		margin-bottom:55px;
	}
		.testimonials .entry .logo img {
			max-width:125px;
		}
	.testimonials .entry p {
		float:left;
		width:550px;
		line-height:25px;
		letter-spacing:0.3px;
		margin:0;
	}
	.testimonials .entry img.map {
		padding: 0 0 0 15px;
	}

.way h1 {
	margin-bottom:40px;
}
.way h2 {
	font-size:18px;
	color:#690d22;
	border:none;
	margin-bottom:0px;
}
#main.way p {
	margin-bottom:15px;
}
.way ul {
	margin-bottom:15px;
}
	/* side */
	.way .side h2 {
		border-bottom:1px dotted #888;
		font-size:17px;
		margin-bottom:20px;
	}
	.way .side ul.redbullets li {
		margin-left:0 !important;
		line-height:14px;
		padding-bottom:10px;
		background-position:left 3px;
		padding-left;
	}
	#main.way p.top {
		margin-bottom:-30px;
	}
		.way p.top a {
			color:#690D22;
		}
	
	/* content */
	.way .image {
		margin:10px 0;
	}
	
/* case studies */
#main.case.wrap {
	overflow:visible;
}
#main.case .content {
	width:600px;
	position:relative;
	top:-50px;
	z-index:20;
}
#main.case .side {
	width:285px;
}
.case div.logo {
	width:100%;
	float:left;
	padding-bottom:9px;
	border-bottom:1px dotted #888;
	margin-bottom:10px;
}
	.case div.logo img {
		float:left;
		margin-bottom:10px;
	}
	#main.case div.logo p.location {
		float:right;
		color:#b51728;
		font-size:12px;
		font-style:italic;
		margin:10px 0 0 0;
	}
	.case .content ul {
		margin:5px 0;
	}
		.case .content li {
			list-style:disc;
			margin:8px 0 8px 14px;
			padding-left:8px;
		}
	.case .content ul.swap {
		float:left;
		width:100%;
		margin:0 20px 0 0;
	}
		.case .content ul.swap li {
			float:left;
			list-style:none;
			margin:0 15px 0 0;
			padding:0;
		}
			.case .content ul.swap li img {
				width:108px;
			}
		.case .content ul.swap li.last {
			margin-right:0;
		}
	.case .content p {
	 	line-height:21px;
	}
	.case p.intro {
		clear:left;
	}
		.case p.intro strong {
			color:#690d22;
			font-weight:bold;
		}
	.case h3 {
		color:#164989;
		font-size:15px;
		text-transform:uppercase;
		letter-spacing:0.03em;
	}
	#case-nav {
		width:100%;
		border-top:1px dotted #888;
	}
		#case-nav td {
			vertical-align:middle;
			text-align:right;
			border-bottom:1px dotted #888;
			padding-top:2px;
		}
		#case-nav td.center {
			text-align:center;
			padding:10px 0 0px;
		}
		#case-nav td a {
			color:#201d1e;
		}
			#case-nav td a:hover {
				color:#b51728;
			}

/* portfolio */
.portfolio .side h2 {
	margin-bottom:5px;
}
.portfolio .side li a {
	border-bottom:1px dotted #888;
	float:left;
	width:100%;
	display:block;
	padding:3px 0 1px;
}
	.portfolio .side li a:hover,
	.portfolio .side li.current_page_item a {
		color:#164989;
		text-decoration:none;
	}
.portfolio .content {
	display:relative;
}
	.portfolio h2.type {
		position:absolute;
		border:none;
		right:0;
		top:35px;
	}
.portfolio .entry {
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px dotted #888;
	width:100%;
	line-height:21px;
}
	.portfolio .entry .summary {
		float:left;
		width:300px;
	}
		.portfolio .entry h3 {
			font-size:14px;
			color:#222;
			margin-bottom:10px;
		}
		.portfolio .entry p {
			line-height:21px;
		}
	.portfolio .entry img {
		float:right;
		border:3px solid #bbb;
	}


/* contact */
.contact .side h2 {
	margin-bottom:10px;
}
.contact .side p {
	width:90%;
}

.contact .content {
	
}
	.contact .content h1 span {
		background-image:url('img/text/circle-mail.html');
	}
	.contact #info {
		float:right;
		width:370px;
	}
		.contact #info h2 {
			font-weight:bold;
			color:#000;
			font-family:'Arial Black', Arial;
			border:none;
			margin-bottom:10px;
			font-size:18px;
		}
		.contact #info p {
			line-height:30px;
			font-size:20px;
			color:#111;
		}
	.contact #contactform {
		margin-left:10px;
	}
		.contact .input {
			margin-bottom:3px;
		}
		.contact .text input,
		.contact textarea {
			width:210px;
			font-size:12px;
			font-family:Arial;
		}
		.contact textarea {
			width:214px;
		}
		.contact .textarea .overlabel {
			top:3px;
		}
		.contact_form {
			width: 100px;
			float: left;
		}



/*Blog Specific*/
.clearer {
	clear: both;
}
	
#blog-content {
	width:544px;
	float:left;
	background:#fff;
	padding:40px 40px 15px 40px;
	margin: -25px 0 0 0;
}	

div.author {
	font-size: 24px;
	font-weight: bold;
	margin: 16px 0 15px 0;
	color: #c8c8c8;
	float: left;
}

.date {
	float: right;
	font-size: 24px;
	font-weight: bold;
	margin: 16px 0 0 0;
	color: #c8c8c8;
}

.commentbubble {
	float: right;
	background: url('img/content/comment.html') no-repeat;
	width: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 1px 0 12px;
	margin: 15px 0 0 10px;
	color: #ffffff;
}
	.commentbubble a {
		color: #ffffff;
	}
.commentbubble-single {
	float: left;
	background: url('img/content/comment.html') no-repeat;
	width: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 1px 0 12px;
	margin: 10px;
	color: #ffffff;
}

.comment-single {
	font-size: 27px;
	color: #c8c8c8;
	float: left;
	margin: 11px 0 0 0;
}

.commentnumber {
	float: left;
}
	.commentnumber a {
		text-decoration: underline;
		color: #1ea3d3;
	}
.comment-single-titlebox {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.categories {
	float: right;
}
	.categories a {
		text-decoration: underline;
		color: #1ea3d3;
	}

.post-meta {
	float: left;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
.post-meta-archive {
	float: left;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	margin: 0 0 25px 0;
}

#sidebar {
	float: right;
	width: 310px;
	margin: -20px 0 0 0;
}

#sidebar ul li {
	list-style-type: none;
}

.post-meta-footer {
	float: left;
	width: 519px;
	border-bottom: 1px solid #cccccc;
	margin:0 0 30px;
	padding: 10px 15px 30px 15px;
}

.post-meta-footer-single {
	float: left;
	width: 530px;
	margin:0;
	padding: 10px 15px 10px 15px;
}

.blog-entry {
	margin: 25px 0 0 0;
	padding: 0 15px;
}
	.blog-entry a {
		color: #1ea3d3;
		text-decoration: underline;
	}

.navigationborder {
	background: #F5F5F5;
	width: 596px;
	padding: 15px 0 15px 15px;
	margin: -15px 0 0 -25px;
	float: left;
}
	.navigation {
		background: #ffffff;
		padding: 25px 40px 25px 25px;
		float: left;
		width: 519px;
	}
		.navigation .alignright {
			float: right;
		}
		.navigation .alignleft {
			float: left;
		}
		.navigation a {
			color: #1ea3d3;
		}
		
.whitebg {
	float: left;
	margin: 0;
	padding: 0;
}
	.rss {
		float: right;
	}
	.blog-logo {
		float: left;
	}
.vcard {
	display: none;
}

ul.comment-single {
	width: 122px;
}

ul.comments li {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
}

.comment-time ul li.time {
	font-size: 15px;
	color: #c8c8c8;
	margin: 7px 0 0 0;
	width: 83px;
	text-align: right;
	border: none;
}
.comment-time ul li.date {
	float: left;
	font-size: 27px;
	color: #c8c8c8;
	margin: 16px 0 0 0;
	border: none;
}

.comment-text {
	width: 430px;
	float: right;
	margin: 27px 0 30px 0;
	padding: 0 20px 0 0;
}

.comment-author {
	font-size: 18px;
	color: #b7b7b7;
	margin: 0 0 5px 0;
}
	.comment-author a {
		color: #b7b7b7;
	}

#respond {
	background: #F5F5F5;
	width: 595px;
	float: left;
	margin: -15px 0 0 -25px;
	padding: 15px 0 15px 15px;
}

.leave {
	float: left;
	width: 100%;
	margin: 40px 0 15px 0;
	font-size: 27px;
	color: #000000;
}

.whitebg-comments {
	background: #ffffff;
	float: left;
	padding: 25px;
	width: 544px;
}

h2.blog {
	margin:0;
	border:0;
	font-size: 32px;
	line-height: 36px;
}


.tabbed {
	float: left;
}

ul.tabs {
	float: left;
	margin: 20px 0 0 10px;
}

ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
}

.tabbed li.t1 {
	width: 97px;
}

.tabbed li.t1 a.t1 {
	padding: 15px 0 26px 97px;
	background: url('img/content/most-pop.html') no-repeat;
	float: left;
	margin: 6px 0 -6px 0;
}
.tabbed li.t1 a.tab-current {
	background: url('images/layout/most-pop-active.html') no-repeat;
	margin: 0 0 0px 0;
}

div.t1 {
	background: url('img/layout/sidebar-bg.gif') no-repeat;
	float: left;
	margin: -9px 0 0 0px;
	padding: 17px 10px 58px;
	width: 270px;
	min-height: 270px;	
}

div.t1 li, div.t2 li, div.t3 li {
	border-bottom: 1px solid #50c1f1;
	padding: 15px 5px;
}

div.t1 a, div.t2 a, div.t3 a {
	color: #727272;
	text-decoration: underline;
}

.widget_archive, .widget_categories {
	float: left;
	clear: both;
}

ul.popularposts li {
	list-style-type: none;
}

#sidebar ul {
	float: left;
	width: 97%;
}

ul.top-margin {
	margin: 20px 0 0 0;
}

ul.top-margin .categories {
	float: left;
}

li.link a {
	color: #005b7f;
	font-size: 14px;
	text-align: center;
	float: left;
	width: 100%;
}

li.link {
	border-bottom: 1px solid #ffffff !important;
}

.thanks {
	width: 260px;
}

.testimonial-wrapper {
	width: 550px;
	float: left;
}

/*****************************************
 * styles added on 2/26/10 by Andrew to
 * for 2 column layout rather than 
 * using a different template for each page
 *****************************************/

/* 2 column layout */
.twocol .side {
}
	.twocol .side h2 {
		margin-bottom:8px;
	}
	.twocol .side li {
		margin-bottom:1px;
		padding-bottom:2px;
	}
		.twocol .side li a {
			display:block;
			border-bottom:1px dotted #888;
		}
			.twocol .side li a:hover {
				color:#164989;
				text-decoration:none;
				border-bottom:1px dotted #164989;
			}
.twocol .content {
	
}
	.twocol .content h3 {
		color:#121212;
		font-weight:normal;
		font-size:19px;
		margin-bottom:25px;
	}
	.twocol .content h4 {
		margin-bottom:2px;
		font-size:12px;
		font-weight:bold;
		color:#121212;
	}
		.twocol .content ul {
			margin-bottom:20px;
		}
			.twocol .content ul li {
				line-height:18px;
				margin-bottom:6px;
				margin-left:10px;
				text-indent:-10px;
			}