@charset "utf-8";

/* NEW_SITE_CSS 12/15/2008 */

/* ---------- RESET all default styles ---------- */
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
br,
blockquote,
fieldset,
input {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: underline;
	color: #1d2454;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
ul,
ol {
	list-style: none;
	color: #191919;
}
fieldset,
img {
	border: none;
}
caption,
th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---------- SCROLLBAR shifting fix ---------- */
	html,
body {
	height: 100%;
	margin-bottom: 1px;
}
/* ---------- IMAGE global classes ---------- */
	img a {
	border: none;
	text-decoration: none;
}
/* ----------  TYPE ---------- */
	body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: url(/images/css_images/pinstripes_grey_new.png) repeat-y top;
	color: #191919;
}
h1,
h2,
h3 {
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
}
h4,
h5,
h6 {
	font-size: 1em;
	line-height: 1em;
}
/* ---------- GLOBAL ----------  */
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 18px;
	padding-bottom: 24px;
	background: url(/images/css_images/page_background.png) repeat-y center;
}
/* ---------- TOP ----------  */
#top {
	width: 910px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}
#top_logo {
	float: left;
	display: inline; /*added for IE6*/
	width: 130px;
	height: 60px;
}
#top_logo img a {
	border: none;
	text-decoration: none;
}
#top_logo img {
	margin-top: 6px;
}
#headernav {
	float: left;
	display: inline; /*added for IE6*/
	width: 780px;
	height: 60px;
overflow: hidden;
}
#topnav {
	margin: 0;
	padding: 0;
}
#topnav * {
outline: none;
}
#topnav li {
	display: inline;
}
#topnav li a {
	float: left;
	display: inline; /*added for IE6*/
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	background: url(/images/css_images/topnav_backgrounds_new.png) no-repeat;
	border: none;
}
#topnav #about a {
	width: 119px;
	background-position: 0px -180px;
}
#topnav #about a:hover {
	background-position: 0px -120px;
}
#topnav #about a:active {
	background-position: 0px -60px;
}
#topnav #about.active a {
	background-position: 0px 0px;
}
#topnav #projects a {
	width: 100px;
	background-position: -119px -180px;
}
#topnav #projects a:hover {
	background-position: -119px -120px;
}
#topnav #projects a:active {
	background-position: -119px -60px;
}
#topnav #projects.active a {
	background-position: -119px 0px;
}
#topnav #capabilities a {
	width: 113px;
	background-position: -219px -180px;
}
#topnav #capabilities a:hover {
	background-position: -219px -120px;
}
#topnav #capabilities a:active {
	background-position: -219px -60px;
}
#topnav #capabilities.active a {
	background-position: -219px 0px;
}
#topnav #news a {
	width: 69px;
	background-position: -332px -180px;
}
#topnav #news a:hover {
	background-position: -332px -120px;
}
#topnav #news a:active {
	background-position: -332px -60px;
}
#topnav #news.active a {
	background-position: -332px 0px;
}
#topnav #careers a {
	width: 88px;
	background-position: -401px -180px;
}
#topnav #careers a:hover {
	background-position: -401px -120px;
}
#topnav #careers a:active {
	background-position: -401px -60px;
}
#topnav #careers.active a {
	background-position: -401px 0px;
}
#topnav #contact a {
	width: 111px;
	background-position: -489px -180px;
}
#topnav #contact a:hover {
	background-position: -489px -120px;
}
#topnav #contact a:active {
	background-position: -489px -60px;
}
#topnav #contact.active a {
	background-position: -489px 0px;
}
#topnav #searchbutton {
	float: right;
	display: inline; /*added for IE6*/
	color: #1d2454;
	width: 170px;
	height: 60px;
	overflow: visible;
}
#topnav #searchbutton form {
	margin-top: 16px;
	margin-left: 0px;
}
#topnav input#keywords {
	border: 1px solid rgb(164,170,170);
	width: 162px;
	color: rgb(102,102,102);
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1em;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
}
/* ---------- HEADER ---------- */
	#header_new {
	height: 30px;
	width: 910px;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto
}
/* ---------- CONTENT ---------- */
#content {
	position: relative;
	display: block;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* ---------- LEFT_CONTENT ---------- */
div#left_content {
	position: relative;
	float: left;
	display: block; /*added for IE6*/
	/*width: 718px;*/
	background: url(/images/css_images/page_background_75.png) repeat-y center;
	margin-bottom: 18px;
	margin-left: 10px;
	/*border: 1px dashed red;*/ /* #left_content */
}
div#left_content.about,
div#left_content.capabilities,
div#left_content.careers,
div#left_content.contact,
div#left_content.admin {
	width: 544px;
}
* html #left_content {
	margin-left: 0;
}
#primary_content {
	width: 698px;
	float: left;
	display: inline; /*added for IE6*/
	margin-top: 10px;
	margin-left: 9px;
	margin-right: 9px;
	/*border: 1px dashed green;*/ /* #primary_content */
}
div.about #primary_content,
div.capabilities #primary_content,
div.careers #primary_content,
div.contact #primary_content,
div.admin #primary_content {
	width: 524px;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
}
#primary_image {
	position: relative;
	width: 524px;
	height: 250px;
}
#primary_text {
	width: 680px;
	margin-bottom: 18px;
	/*border: 1px dashed orange;*/ /* #primary_text */
}
#left_content.about #primary_text,
#left_content.capabilities #primary_text,
#left_content.careers #primary_text,
#left_content.contact #primary_text,
#left_content.admin #primary_text {
	width: 510px
}
#primary_text h1 {
	color: #273167;
	font-weight: normal;
	margin-top: 1em;
	margin-left: .2em;
	margin-bottom: .5em;
	line-height: 1em;
}
#primary_text.careers h2 {
	font-size: .95em;
	line-height: 1.15em;
	text-transform: uppercase;
	padding: .2em .5em;
	color: #FFF;
	background-color: #5b5f77;
	margin-top: .8em;
	font-weight: bold;
	margin-left: .33em;
	margin-bottom: .67em;
}
#primary_text h3, h3 {
	font-size: .95em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #5b5f77;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: .8em;
	margin-bottom: .33em;
	margin-left: .33em;
}
#primary_text p {
	margin-left: .33em;
}
#primary_text p,
#primary_text br,
#primary_text ul {
	margin-bottom: .67em;
}
#primary_text p a {
	color: #1d2454;
	text-decoration: underline;/*font-weight: bold;*/
}
#primary_text p a:hover {
	color: #F60;
	text-decoration: underline;
}
#primary_text ul,
#primary_text ol {
	margin-left: 2em;
	margin-top: 0px;
}
#primary_text li,
#primary_text li ul {
	margin-top: 0;
}
#primary_text li ul {
	margin-left: 1.8em;
}
#primary_text li {
	list-style: disc;
}
#primary_text div.left_col,
#primary_text div.right_col {
	width: 50%;
	float: left;
	display: inline; /*added for IE6*/
	margin-top: 0;
	padding-bottom: 12px;
}
div.left_col h3,
div.right_col h3 {
font-size: 10px;
line-height: 22px;
text-transform: uppercase;
letter-spacing: 2px;
color: #999;
}

/* ---------- RIGHT_CONTENT ---------- */
#right_content {
	float: right;
	display: inline; /*added for IE6*/
	position: relative;
	width: 162px;
	margin-right: 10px;
	margin-bottom: 18px;
	/*border: 1px dashed blue;*/ /* #right_content */
}
#secondary_pic {
	float: right;
	display: inline; /*added for IE6*/
	width: 162px;
	height: 162px;
	margin-top: 10px;
	/*margin-bottom: 4px;*/
}
#right_content .image_caption {
	float: right;
	display: inline; /*added for IE6*/
	position: relative;
	text-align: right;
	width: 138px;
	margin-top: .3em;
	margin-right: 12px;
	margin-bottom: 1em;
	font-size: .95em;
	font-style: italic;
	color: #666;
	line-height: 1em;
}
#quote {
	float: left;
	display: inline; /*added for IE6*/
	width: 162px;
	height: 350px;
	margin-top: 10px;
	background: url(/images/css_images/quote_column_gradient.png) repeat-x top;
	overflow: visible;
}
#quote h4 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	width: 142px;
	color: #5b5f77;
	/*margin-top: 10px;
	margin-left: 10px;*/
	margin-bottom: 0px;
}
#quote_source,
#quote .more {
	float: left;
	display: inline; /*added for IE6*/
	width: 142px;
	margin-top: 10px;
	margin-bottom: 18px;
	margin-left: 10px;
	font-size: .75em;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}
#quote_source a:hover,
.more a:hover {
	color: #f60;
	text-decoration: underline;
}
.more {
	float: right;
	display: inline; /*added for IE6*/
	width: auto;
	position: relative;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	font-size: .75em;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;

	line-height: inherit;
}
/* ---------- FOOTER ---------- */
#footer {
width: 905px;
display: block;
clear: both;
border-top: 1px solid #c3c3c3;
margin: 24px auto 0 auto;
position: relative;
height: 8px;
}
#footer1 {
position: absolute;
left:10px;
}
#footer1 ul {
padding-top: 4px;
display: block;
}
#footer1 li {
display: inline;
color: #adabab;
border-right: 1px solid #adabab;
}
#footer1 li.noborder {
border: none;
}
#footer1 li a {
color: #adabab;
text-decoration: none;
}
#footer1 li a:hover {
color: #ff6600;
}
#footer2 {
position: absolute;
right: 10px;
}
#footer2 p {
padding-top: .4em;
text-align: right;
color: #adabab;
}
/* ---------- CONTACT US ---------- */
#primary_text div.adr {
	margin-bottom: .67em;
	margin-left: .3em;
}
#primary_text div.adr span.tel {
	display: block;
}
/* ---------- PAGINATION ---------- */
div.pagination {
	display: block;
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
	height: 20px;
	/*border-top: 1px solid #c3c3c3;*/
	padding: 5px 0 0 0 !important;
	font-size: 10px;
	cursor: default;
	position: relative;
}
div.pagination a {
	color: #1d2454;
	cursor: pointer;
	text-decoration: none;
}
div.pagination a:hover {
	color: #ff6600;
}
div.pagination span.entry_count {
	position: absolute;
	left: 0;
}
/* ---------- LAYOUT aids ---------- */
.clearing {
	width: 100%;
	display: block;
	height: 0;
	clear: both;
}
.clear {
	clear: both;
}

sup {
font-size:xx-small; vertical-align:top;
}
hr{background:#999;color:#999;border:0;height:1px;clear:both;}