html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	height:100%;
	margin:0;
	padding:0;
	background:#F9F6F4 url('../images/bg.gif') repeat-x;
	font:11px/14px Georgia, serif;
	color:#597085;
	letter-spacing:1px;
}

.alt {
	display:none;
}

strong {
	font:bold 11px Trebuchet MS, sans-serif;
	color:#C87F4E;
	text-transform:uppercase;
}

h1 {
	height:55px;
	width:243px;
	margin:0 0 10px 16px;
	background:url('../images/logo.png');
}

h1 a {
	display:block;
	width:100%;
	height:100%;
}

h2 {
	margin:0;
	padding:0;
	font:bold 12px/12px Trebuchet MS, sans-serif;
	text-transform:uppercase;
	color:#94A1B0;
}

#secondary #content h2 {
	font-size:18px;
	line-height:18px;
	color:#C87F4E;
	padding:29px 0 0 0;
	margin-left:-28px;
}

h3 {
	font:bold 16px/16px Trebuchet MS, sans-serif;
	text-transform:uppercase;
	margin:0;
	padding:29px 0 0 0;
}

h3 a {color:#597085;}

h4 {
	display:block;
	width:205px;
	height:20px;
	background:#FFFFFF;
	font:14px/14px Trebuchet MS, sans-serif;
	text-transform:uppercase;
	margin:11px 0 0 0;
	border-top:1px solid #011935;
	border-bottom:1px solid #011935;
	border-right:11px solid #E6E9EC;
	padding:6px 0 0 5px;
}

#feature h4:first-child {
	position:relative;
	width:205px;
	margin:-28px 0 0 -1px;
	border-left:1px solid #011935;
}

h5 {
	margin:0;
	padding:0;
	font:bold 11px/11px Trebuchet MS, sans-serif;
	text-transform:uppercase;
	color:#597085;
	padding:0 0 7px 6px;
}

ul {
	margin:0;
	padding:0;
}

.tddOverview #content ul, .tddOverview #content ol,
.tddOutline #content ul {
	margin:0 0 10px 30px;
	padding:0;
}

.tddOverview #content .breadcrumbs ul,
.tddOutline #content .breadcrumbs ul {
	margin:0;
}

li {
	list-style-type:none;
}

.tddOverview #content li {
	list-style-type:disc;
}

#feature a {
	text-decoration:underline;
	color:#C87F4E;
}

.container {
	position:relative;
	display:table;
	width:762px;
	height:100%;
	margin:0 auto;
	padding:0 20px 0 0;
}

#home .container { 
	background:url('../images/bg-container-home.png') repeat-y;
}

#secondary .container {
	background:url('../images/bg-container-secondary.png') repeat-y;
}

#header {
	margin:0 1px;
	padding-top:8px;
	border-bottom:11px solid #01203F;
}

#home #header {
	height:351px;
	background:url('../images/index.jpg') no-repeat;
}

#home.defense #header {
	background:url('../images/pentagonHome.jpg') no-repeat;
	}

#home.justice #header {
	background:url('../images/columnsHome.jpg') no-repeat;
	}

#home.commercial #header {
	background:url('../images/archHome.jpg') no-repeat;
	}

#secondary #header {
	height:254px;
	border-bottom-width:1px;
}

#secondary.aboutus #header {
	background:url('../images/columns.jpg') no-repeat;
}

#secondary.servsolu #header {
	background:url('../images/pentagon.jpg') no-repeat;
}

#secondary.prodtech #header {
	background:url('../images/washingtonMonument.jpg') no-repeat;
}

#secondary.industries #header {
	background:url('../images/capitalDome.jpg') no-repeat;
}

#secondary.contactus #header {
	background:url('../images/arch.jpg') no-repeat;
}


	
/* primary nav bar */
#header ul {
	height:15px;
	width:760px;
	background:url('../images/navbar-dropdown.png');
	border:1px solid #A8B6C2;
	border-left-width:0;
	border-right-width:0;
}

#header li {
	float:left;
	font:11px Trebuchet MS, sans-serif;
	text-transform:uppercase;	
}

#header li a {
	text-decoration:none;
	color:#00203F;
	padding:0 26px;	
	width:100%;
	height:100%;	
	float:none;
}

#header li a:hover {
	color:#C87F4E;
}
/* end primary nav bar */

/* drop-down menu */
#header h2 {
	font:11px Trebuchet MS, sans-serif;
	line-height:15px;
}

#header ul ul {
	display:none;	
	list-style-type:none;
	padding:0;
	margin:0 0 0 26px;
	border:1px solid #A8B6C2;
	font:11px Trebuchet MS, sans-serif;
	text-transform:uppercase;
	height:auto;
}

#header ul li:hover ul {
	display:block;
	position:absolute;
	z-index:999;
}

#header ul ul li {
	float:none;
	height:16px;
	line-height:14px;	
	padding:0;
}	

#header ul ul li a {
	display:block;
	height:100%;
	width:100%;
	padding:2px 5px;
}

#header ul.aboutus {
	width:150px;
}

#header ul.servsolu {
	width:180px;
}

#header ul.prodtech {
	width:65px;
}

#header ul.industries {
	width:130px;
}

/* end drop-down menu */

/* secondary nav */
#secondary #feature ul {
	padding:14px 0 26px 0;
	font:11px/18px Trebuchet MS, sans-serif;
	text-transform:uppercase;
}

#secondary #feature li {
	padding-left:32px;
	background:url('../images/secondarynav-unselected.gif') no-repeat center left;
}

.ace #feature li#ace {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.envoke #feature li#envoke {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.thinkmap #feature li#thinkmap {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.casestudies #feature li#casestudies {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.privatesector #feature li#privatesector {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.publicsector  #feature li#publicsector {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.presidentsmessage #feature li#presidentsmessage {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.ourteam #feature li#ourteam {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.methodology  #feature li#methodology {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.careers #feature li#careers {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.hubzone #feature li#hubzone {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.bloggers #feature li#bloggers {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.awards #feature li#awards {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.pressroom  #feature li#pressroom {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.processautomation  #feature li#processautomation {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.collaboration #feature li#collaboration {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.corporateportals  #feature li#corporateportals {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.creativeservices #feature li#creativeservices {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.applicationdevelopment #feature li#applicationdevelopment {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.ecommerce  #feature li#ecommerce {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.enterprisearchitecture #feature li#enterprisearchitecture {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.knowledgemanagement  #feature li#knowledgemanagement {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.systemsintegration  #feature li#systemsintegration {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.mobileandwireless #feature li#mobileandwireless {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.trainingandworkshops  #feature li#trainingandworkshops {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.publicsectordatasharing  #feature li#publicsectordatasharing {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.commercial  #feature li#commercial {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.defense  #feature li#defense {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.clientsandpartners  #feature li#clientsandpartners {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.tddOverview #feature li#tddOverview {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.tddOutline #feature li#tddOutline {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

.tddBiography #feature li#tddBiography {
	background:url('../images/secondarynav-selected.gif') no-repeat center left;
}

#secondary #feature li a {
	color:#00203F;
	text-decoration:none;
}

#secondary #feature li a:hover {
	color:#C87F4E;
}
/* end secondary nav */

/* quote */
#home q {
	display:block;
	width:460px;
	height:55px;
	margin-left:10px;
	margin-top:210px;
	text-align:left;
	quotes:'' '' '' '';
	font:small-caps bold 18px Trebuchet MS, sans-serif;
	color:#DDDDDD;
	float:left;
}

#home q:before {
	content:'\201C';
	font:40px/15px Trebuchet MS, sans-serif;
	color:#ff6600;
	vertical-align:-13px;
}

#home q:after {
	content:'\201D';
	font:40px/15px Trebuchet MS, sans-serif;
	color:#ff6600;
	vertical-align:-13px;
}

#home cite {
	display:block;
	width:350px;
	margin-left:250px;
	text-align:right;
	font:12px Trebuchet MS, sans-serif;
	color:#677B97;
}
/* end quote */

/* content */
#home #content {
	float:left;
	width:242px;
	height:273px;
	padding:13px 7px 0 7px;
}

#home #content .clipping {
	width:211px;
	height:240px;
	background:url('../images/bg-clipping-content.png') no-repeat;
	padding:6px 25px 0 6px;
}

#home #content p {
	margin:0;
	padding:6px 0 0 0;
}

#secondary #content {
	float:left;
	width:458px;
	background-color:#FFFFFF;
	margin:0 0 0 1px;
	line-height:22px;
	padding:6px 24px 0 56px;
	border-right:1px solid #011935;
}

#secondary #content ol li {
	list-style-type:decimal;
}

#secondary #content p a {
	color:#597085;
}

#secondary #content p a:hover {
	color:#C87F4E;
}

#content ul.breadcrumbs {
	display:inline;
	color:#94A1B0;
	font:10px/10px Trebuchet MS, sans-serif;
	margin:0 0 0 -28px;
	text-transform:uppercase;
} 

#content ul.breadcrumbs ul {
	display:inline;
} 

#content ul.breadcrumbs li {
	display:inline;
}

#content ul.breadcrumbs li a {
	text-decoration:none;
	color:#94A1B0;
}

#content ul.breadcrumbs li a:hover {
	color:#C87F4E;
}

#secondary .container #content ul.list li {
	margin-left:30px;
	list-style-type:square;
}

#content p {
	margin:16px 0 0 0;
}

#content h3 + p {
	margin:12px 0 0 0;
}

#content q {
	float:left;
	position:relative;
	left:-28px;
	display:block;
	width:191px;
	color:#C87F4E;
	font:14px/28px Trebuchet MS, sans-serif;
	text-transform:uppercase;
	margin:10px -18px 0 0;
	quotes:'' '' '' '';
}

#content q:before {
	content:'\201C';
	font:28px/28px Trebuchet MS, sans-serif;
	color:#94A1B0;
	vertical-align:-8px;
}

#content q:after {
	content:'\201D';
	font:28px/28px Trebuchet MS, sans-serif;
	color:#94A1B0;
	vertical-align:-8px;
}

#content cite {
	float:left;
	position:relative;
	left:-28px;
	clear:left;
	display:block;
	width:191px;
	text-align:right;
	color:#91532A;
	font:11px/14px Trebuchet MS, sans-serif;
	margin:0 -18px 3px 0;
	letter-spacing:0;
}

#content .closingMark {
	padding:12px 0px 0px 30px;
	background:url('../images/closing-mark.gif') no-repeat bottom right;
}


.featureBackground {
	width:761px;
	display:table; 
	border-bottom:1px solid #011935;
}

.aboutus .featureBackground {
	background:url('../images/bg-feature-aboutus.jpg') no-repeat bottom right;
}

.servsolu .featureBackground {
	background:url('../images/bg-feature-servsolu.jpg') no-repeat bottom right;
}

.prodtech .featureBackground {
	background:url('../images/bg-feature-prodtech.jpg') no-repeat bottom right;
}

.industries .featureBackground {
	background:url('../images/bg-feature-industries.jpg') no-repeat bottom right;
}

.contactus .featureBackground {
	background:url('../images/bg-feature-contactus.jpg') no-repeat bottom right;
}
/* end content */

/* feature */
#home #feature {
	float:left;
	width:504px;
	height:273px;
	padding:13px 0 0 0;
}

#secondary #feature {
	float:right;
	width:211px;
	height:auto;
	vertical-align:top;
	position:relative;
	margin-right:10px;
	top:0px;
}

#secondary #feature strong {
	display:block;
	padding:14px 11px 0 11px;
}

#secondary #feature p {
	padding:0px 11px 0 11px;
	margin:0;
}

#secondary #feature p a {
	color:#C87F4E;
}

#secondary #feature p a:hover {
	color:#00203F;
}
/* end feature */

/* clipping */
.clipping {
	width:163px;
	height:244px;
	background:url('../images/bg-clipping.png') no-repeat;
	line-height:14px;
}

#home #feature .clipping {
	float:left;
}

#secondary #content .clipping {
	float:right;
	margin:0 0 0 10px;
}

.clipping .thumbnail {
	width:167px;
	height:115px;
	cursor:pointer;
}

.clipping#justiceThinkmap .thumbnail {
	background:url('../images/feature-justiceThinkmap.png') no-repeat;
}

.clipping#dataSharing .thumbnail {
	background:url('../images/feature-gjxdm.png') no-repeat;
}

.clipping#osca .thumbnail {
	background:url('../images/feature-osca.png') no-repeat;
}

.clipping#ustranscom .thumbnail {
	background:url('../images/feature-ustranscom.png') no-repeat;
}

.clipping#agile2010 .thumbnail {
	background:url('../images/feature-agile2010.png') no-repeat;
}

.clipping#bookOfLists .thumbnail {
	background:url('../images/feature-bookOfLists.png') no-repeat;
}

.clipping#eclaims .thumbnail {
	background:url('../images/feature-eclaims.png') no-repeat;
}

.clipping#gaic .thumbnail {
	background:url('../images/feature-gaic.png') no-repeat;
}

.clipping#agilealliance .thumbnail {
	background:url('../images/feature-agilealliance.png') no-repeat;
}

.clipping#expansion .thumbnail {
	background:url('../images/feature-expansion.png') no-repeat;
}

.clipping#echair .thumbnail {
	background:url('../images/feature-echair.png') no-repeat;
}

.clipping#jeod .thumbnail {
	background:url('../images/feature-jeod.png') no-repeat;
}

.clipping#inc500 .thumbnail {
	background:url('../images/feature-inc500.png') no-repeat;
}

.clipping#tdd .thumbnail {
	background:url('../images/feature-tdd-biggest.png') no-repeat;
}

.clipping#agileAnt .thumbnail {
	background:url('../images/feature-agileant.png') no-repeat;
}

.clipping#sanchez .thumbnail {
	background:url('../images/featured-sanchez.png') no-repeat;
}

.clipping#sothebys .thumbnail {
	background:url('../images/feature-sothebys.png') no-repeat;
}

.clipping#ustranscom .thumbnail {
	background:url('../images/feature-ustranscom.png') no-repeat;
}

.clipping#AgileConf07 .thumbnail {
	background:url('../images/feature-AgileConf07.png') no-repeat;
}

.clipping#codeRockstar .thumbnail {
	background:url('../images/feature-coderockstar.png') no-repeat;
}

.clipping#schafer .thumbnail {
	background:url('../images/feature-schafer.png') no-repeat;
}

.tdd_image {
	background:url('../images/grasshopper.png') no-repeat;
	z-index:9999;
	float:right;
	margin-bottom:-150px;
	padding-bottom:50px;
}
.clipping .thumbnail a {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	
}

.clipping a {
	position:relative;
	text-decoration:none;
	color:#597085;
}

.clipping p {
	margin:0 25px 0 6px;
}
/* end clipping */

/* RSS feed */
li.rss_item {margin-bottom:25px;}

.rss_item a.rss_item {
	font:bold 11px Trebuchet MS, sans-serif;
	color:#C87F4E;
	text-transform:uppercase;
	text-decoration:none;
}

.rss_item blockquote {margin:0;}
/* end RSS feed */

/* footer */
#footer {
	clear:both;
	margin:0 0 7px 7px;
	font:10px/10px Trebuchet MS, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}

#footer a {
	color:#597085;
}

#footer a:hover {
	color:#C87F4E;
}

#secondary #footer {
	margin:15px 0 7px -28px;
}
/* end footer */