/* Microsystems Technology Office Screen CSS Document
 * Author: Daniel W Filler
 * Date: November 6th, 2006 
 * Valid CSS                  */
 
                             
/* Getting To The Basics */
html, body, p, a, h1, h2, h3, h4, h5, h6, div, span, ul, li, dl, dd, dt, form, pre { margin: 0; padding: 0; }

body {
	font: 76%/1.2 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #747474;
	min-width: 800px;
}

body.main { /* Specific to the main page */
	background: url(../images/bg_body2.jpg) repeat-x top center;
	background-color: #f6f6f6;
}

body.internal { /* Specific to the internal pages */
	background: url(../images/bg_body.jpg) repeat-x top center;
	background-color: #f6f6f6;
}

a img {
	border: none;
}

a {
	/* color: #131313; */
	color: #747474;
	text-decoration: underline;
}

a:hover {
	color: #131313;
}

h1 {
	font-family:"Century Gothic",Helvetica,Arial,Geneva,sans-serif;
	font-size: 1.6em;
	color: #088acd;
	text-transform: uppercase;
	margin-bottom: 2px;
}

h2 {
	font-family:"Century Gothic",Helvetica,Arial,Geneva,sans-serif;
	font-size: 1.3em;
	color: #088acd;
	text-transform: uppercase;
	margin: 20px 0 4px 0;
	font-weight: bold;
}

h3 {
	font-family:"Century Gothic",Helvetica,Arial,Geneva,sans-serif;
	font-size: 1em;
	color: #747474;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	font-weight: bold;
}

address {
	text-align: left;
	font-style: normal;
	padding: 0 0 0 10px;
}

/* Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: .9em;
}

table.normal {
	font-size: 1em;
}

tr td, tr th {
	border: 1px solid #dadada;
	padding: 4px;
}

tr th {
	background: #f4f4f4;
	text-align: center;
}

table.normal caption {
	border: none;
}

.wide table tr td {
	padding: 6px;
}

table tr:hover {
	background: #f3f3f3 url(../images/bg_tableRow.gif) repeat-x bottom left;
}

td.dl, th.dl {
	border: none;
	background: none;
	text-align: center;
}

caption {
	border-top: 1px solid #dadada;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}	

/* Forms */

label {
	display: block;
	font-weight: bold;
}

form {
	padding: 10px 0 0 0;
}

.button {
	padding: 0;
	color: #fff;
	background: #088acd;
	border: 1px solid #088acd;
}

.formInfo {
	font-size: .8em;
	padding: 0;
	margin: 2px 0 0 0;
	font-style: italic;
}

/* The Foundation */

#topContainer {
	width: 760px;
	margin: 0 auto;
}

#bottomContainer {
	width: 790px;
	margin: 0 auto;
	background: url(../images/bg_bottom.jpg) repeat-y top center;
	text-align: center;
}

#topBar {
	background: url(../images/bg_topBar.jpg) no-repeat top center;
	height: 20px;
	text-align: right;
	padding: 6px 12px 0 0;
}

#topBar #skipContent a {
	color: #fff;
	text-decoration: none;
	font-size: .8em;
}

#topBar #skipContent a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	background: url(../images/bg_content.gif) repeat-y;
}

.wide #wrapper, .main #wrapper {
	background: none;
}

#content {
	float: left;
	width: 477px;
	margin: 15px 0 0 0;
	padding: 0 0px 20px 15px;
	position: relative;
}

.main #content {
	width: 490px;
}

.wide #content {
	width: 730px;
	padding: 0 15px;
}

#sidebar {
	float: right;
	width: 223px;
	margin: 15px 0 0 0;
	padding: 0 15px 0 0;
}

#wrap {
	clear: both;
}

/* Header Styles */

#header {
	position: relative;
	height: 98px;
	text-align: right;
}

#header #logo {
	position: absolute;
	width: 379px;
	display: block;
	top: 0px;
	left: 0px;
	text-align: left;
}

#secondaryNav {
	position: absolute;
	top: 5px;
	right: 5px;
	list-style: none;
	display: block;
}

#secondaryNav li {
	display: inline;
}

#secondaryNav li a {
	padding: 7px;
	margin-left: 5px;
	display: block;
	float: left;
	color: #c2c2c2;
	text-decoration: none;
	border-bottom: 1px solid #050505;
}

#secondaryNav li a:hover,
#secondaryNav li a.current {
	background-color: #2f2e2e;
	border-bottom: 1px solid #818181;
}

#header #search {
	position: absolute;
	top: 40px;
	right: 12px;
}

#header #search input#searchInput {
	background: #2b2b2b;
	color: #c2c2c2;
	border: 1px solid #4e4d4d;
	font-size: 1.2em;
	padding: 3px;
	width: 135px;
}

#header #search input#searchInput:hover,
#header #search input#searchInput:focus {
	border: 1px solid #acabab;
}

#header #search input#searchButton {
	background: url(../images/bg_button.jpg) repeat-x top left;
	background-color: #7c7c7c;
	border: 1px solid #575757;
	color: #2b2b2b;
	font-weight: bold;
	padding: 0 3px;
}

/* Flash Styles */

#splash {
	height: 229px;
	background: black;
	background: url(../images/splash4.jpg) no-repeat top left;
}

/* Main Navigation Styles */
#mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #43b5f3 url(../images/bg_mainNav3.jpg) no-repeat top left;
	list-style: none;
}

.internal #mainNav {
	background: #43b5f3 url(../images/bg_mainNav2.jpg) no-repeat top left;
}

#mainNav li {
	display: inline;
}

#mainNav li a {
	padding: 8px;
	margin-right: 4px;
	text-decoration: none;
	color: #fff;
	float: left;
}

#mainNav li a:hover, #mainNav li a.current  {
	background-color: #fff;
	color: #0f97e6;
}

#mainNav li a.current {
	font-weight: bold;
}

#mainNav li a span {
	padding-right: 18px;
	background: url(../images/icon_downarrow.gif) no-repeat center right;
}

/* Personnel Fly Out Styles */

#personnelMenu {
	padding: 15px;
	background: #fff url(../images/bg_personnelMenu.gif) repeat-x bottom;
}

#personnelMenu .col {
	float: left;
	width: 231px;
	margin-right: 15px;
}

#personnelMenu .noheader {
	padding-top: 1.5em;
}

#personnelMenu h1 {
	color: #5c5c5c;
	font-size: .9em;
	margin-top: 2px;
}

#personnelMenu .last {
	margin-right: 0;
}

#personnelMenu a {
	display: block;
	font-size: .9em;
	color: #747474;
	background: none;
	padding: 1px;
	text-decoration: none;
}

#personnelMenu a:hover {
	background: url(../images/bullet_arrow2.gif) no-repeat 0 6px;
	padding-left: 10px;
}

#personnelMenu a#closeMenu {
	position: absolute;
}

/* Content Styles */

#mission {
	display: block;
	font-size: 1.2em;
	padding-bottom: 20px;
}

a.arrow {
	text-decoration: none;
	background: url(../images/link_arrow.gif) no-repeat 0 5px;
	padding-left: 18px;
	color: #131313;
}

a.arrow:hover {
	background: url(../images/link_arrow.gif) no-repeat 2px 5px;
	padding-left: 18px;
	text-decoration: underline;
}

.contentModule {
	float: left;
	margin-right: 20px;
	width: 220px;
}

.contentModule h1 {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: normal;
}

.contentModule ul {
	list-style: none;
}

.contentModule li {
	margin-bottom: 10px;
	background: #f8f8f8;
	padding: 3px;
}

.contentModule span {
	display: block;
	padding-left: 18px;
}
	
.contentModule a {
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
	background: url(../images/link_arrow.gif) no-repeat 0 5px;
	padding-left: 18px;
	color: #131313;
}

.contentModule a:hover {
	background: url(../images/link_arrow.gif) no-repeat 2px 5px;
	text-decoration: underline;
}

#breadcrumb {
	display: block;
	margin-bottom: 20px;
	width: 400px;
	line-height: 1.4em;
}

.wide #breadcrumb {
	width: 600px;
}

#breadcrumb a {
	text-decoration: underline;
}

#programManager {
	display: block;
	margin: 5px 0 0px 0;
	padding-bottom: 10px;
}

#content p {
	margin-bottom: 10px;
	padding-right: 10px;
}

.internal #content p {
	line-height: 1.3em;
	word-spacing: .05em;
	letter-spacing: .01em;
}

.internal #content ul {
	list-style: none;
	padding-left: 2px;
	padding-bottom: 10px;
}

.internal #content ul li {
	padding-left: 15px;
	background: url(../images/bullet_arrow3.gif) no-repeat 0 .3em;
	margin: 5px 0;
}

.internal #content ul li ul {
	margin-left: 20px;
}

.internal #content ol li {
	margin: 6px 0;
}

.internal #content dl dt {
	font-weight: bold;
}

#programLogo, #bioImage {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 3px;
	width: 100px;
	height: 100px;
	border: 1px solid #cdcdcd;
	text-align: center;
}

#solicitationInfo {
	padding-bottom: 30px;
}

#generalInformation {
	float: left;
	width: 490px;
	padding-top: 4px;
}

#generalInformation p {
	margin: 0;
	position: relative;
	display: block;
}

#generalInformation p strong {
	float: left;
	display: block;
	width: 190px;
}

#generalInformation p span {
	float: left;
	display: block;
	width: 290px;
}

.callout {
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #5c5c5c;
	line-height: 1em;
	border-left: 3px solid #cdcdcd;
	padding-left: 10px;
}

.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.right {
	float: right;
	margin: 5px 0 10px 10px; 
}

a#print {
	position: absolute;
	right: 10px;
	top: 0;
	background: url(../images/icon_print.gif) no-repeat 0 1px;
	padding: 1px 0 1px 20px;
	color: #747474;
	text-decoration: none;
}

a#print:hover {
	background: url(../images/icon_print_hover.gif) no-repeat 0 0;
	text-decoration: underline;
	color: #131313;
}

h1 span#title {
	color: #999999;
	font-size: .7em;
	font-weight: normal;
	display: block;
}

p.info {
	padding: 0 0 0 20px;
	background: url(../images/icon_info.gif) no-repeat 0 0;
}

noscript p {
	font-weight: bold;
	color: #CC0000;
	padding-left: 20px;
	background: url(../images/icon_warning.gif) no-repeat 0 0;
}

ol li {
	margin: 13px 0;
}

/* Sidebar Styles */

.module {
	background: #ededed url(../images/bg_module.gif) repeat-x bottom left;
	border: 1px solid #dfdede;
	border-top: 1px solid #bbbbbb;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.fifty {
	background: url(../images/bg_module.gif) repeat-x bottom left;
	background-color: #ededed;
}

.module .topBorder {
	border-top: 1px solid #fff;
}

.module img {
	margin: 0 auto;
	text-align: center;
}

.module h1 {
	display: block;
	font-size: 1.3em;
	text-align: left;
	padding: 0 10px;
	margin: 10px 0 10px 0;
	font-weight: normal;
}

.module a {
	display: block;
	text-decoration: none;
	background: url(../images/link_arrow.gif) no-repeat 0 5px;
	padding-left: 18px;
	color: #131313;
}

.module a:hover {
	text-decoration: underline;
	background: url(../images/link_arrow.gif) no-repeat 2px 5px;
}

.module a.nolink {

}

.module a.nolink:hover {
	text-decoration: none;
	background: url(../images/link_arrow.gif) no-repeat 0 5px;
}

.module .description {
	padding-left: 18px;
}

.module p {
	display: block;
	text-align: left;
	margin-bottom: 10px;
	padding: 0 10px;
}

.module h1#summaries,
.module h1#currentPrograms {
	padding-left: 30px;
	background: url(../images/icon_projectSummaries.gif) no-repeat 10px 3px;
}

.module h1#presentations {
	padding-left: 29px;
	background: url(../images/icon_presentations.gif) no-repeat 10px 3px;
}

.module h1#links {
	padding-left: 28px;
	background: url(../images/icon_link.gif) no-repeat 10px 2px;
}

.module h1#solicitations {
	padding-left: 30px;
	background: url(../images/icon_solicitations.gif) no-repeat 10px 2px;
}

.module h1#supportStaff {
	padding-left: 28px;
	background: url(../images/icon_supportstaff.gif) no-repeat 10px 2px;
}

.module h1#address {
	padding-left: 28px;
	background: url(../images/icon_address.gif) no-repeat 10px 2px;
}

.module h1#meetings {
	padding-left: 28px;
	background: url(../images/icon_meeting.gif) no-repeat 10px 2px;
}

.module h1#poc {
	padding-left: 28px;
	background: url(../images/icon_supportstaff.gif) no-repeat 10px 2px;
}

.module h1#figures {
	padding-left: 28px;
	background: url(../images/icon_figures.gif) no-repeat 10px 2px;
}

.module h1#archivedPrograms {
	padding-left: 28px;
	background: url(../images/icon_archivedPrograms.gif) no-repeat 10px 2px;
}

.module h1#workshops {
	padding-left: 30px;
	background: url(../images/icon_workshops.gif) no-repeat 10px 2px;
}

.internal .module h1 {
	font-weight: normal;
}

.module ul {
	display: block;
	padding: 0 10px;
	text-align: left;
	list-style: none;
}

.module li {
	margin-bottom: 7px;
	height: 1%;
}

.module address {
	margin-bottom: 15px;
}

.module address p {
	font-style: normal;
	margin: 0;
	line-height: 1.3em;
}

.module address strong {
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

.legal {
	font-size: .8em;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

span.legalStar {
	font-weight: bold;
	color: #088acd;
	font-size: 14px;
}

/* Personnel Page Styles */

#personnel .col {
	float: left;
	width: 230px;
}

/* Capsule Styles */

select#programSelect {
	font-size: .9em;
	margin: 5px 0;
}

#pageActions {
	/* margin: 10px 0 20px 0; */
	padding: 10px 0 20px 0;
}

#pageActions a {
	padding: 10px 3px 0 3px;
	color: #a4a4a4;
	font-family: "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

#pageActions a:hover {
	background: url(../images/bg_alphabet.gif) no-repeat top center;
	text-decoration: underline;
}

#pageActions a.none {
	color: #dcdcdc;
	text-decoration: line-through;
}

#pageActions a.none:hover {
	background: none;
}

#optionLink {
	text-align: left;
}

#capsules {
	padding-top: 10px;
}

#capsules .capsule {
	margin: 1px 0;
	position: relative;
}

.solicitations .capsule  .description {
	min-height: 52px;
}

#capsules .capsule:hover {
	background: #e5f5fe;
}

#capsules .alpha {
	position: absolute;
	left: -43px;
	top: -24px;
	padding: 1px 4px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/bg_alpha.jpg) no-repeat 0 0;
	font-family: "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-align: center;
}



#capsules .up {
	position: absolute;
	left: -43px;
	top: 19px;
	padding: 3px 0 3px 7px;
	width: 21px;
	height: 16px;
	display: block;
	background: url(../images/bg_up.jpg) no-repeat 0 0;
	font-family: "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#capsules .up:hover {
	background: #acacac;
}

#capsules .up a {
	color: #fff;
}

#capsules .name {
	display: block;
	position: relative;
	border-bottom: 1px solid #f7f7f7;
	height: 1%;
}

#capsules .name a {
	text-decoration: none;
	padding-bottom: 2px;
	display: block;
	color: #131313;
}

#capsules .name a:hover {
	background: #e5f5fe;
}

#capsules .name a.go {
	position: absolute;
	top: 0;
	right: 5px;
	background: url(../images/bg_name.gif) no-repeat center right;
	padding: 5px 20px 3px 0;
	font-size: .8em;
	text-transform: uppercase;
}

#capsules .name a.go:hover {
	background: url(../images/bg_name_on.gif) no-repeat center right;
}

#capsules .name span, #capsules .name div {
	font-family: "Century Gothic", Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #088acd;
	font-weight: bold;
}

#capsules .information {
	background: #fff url(../images/bg_program.gif) repeat-x top left;
}

#capsules .description {
	width: 540px;
	margin-right: 25px;
	padding: 5px 5px 5px 5px;
	float: left;
	font-size: .9em;
}

#capsules .wide .description {
	width: 650px;
}

#capsules img {
	float: left;
	padding: 2px;
	border: 1px solid #747474;
	margin-right: 10px;
}

#capsules .description p {
	margin: 0 0 3px 0;
}

#capsules .description a.more {
	color: #747474;
}

#capsules .description a.more:hover {
	color: #131313;
}

#capsules .information strong {
	font-size: 1.1em;
	font-weight: normal;
	color: #282828;
}

#capsules .thrusts {
	width: 130px;
	padding: 5px;
	float: left;
}

#capsules .thrusts p {
	margin: 0 0 3px 0;
	padding: 0;
}

#capsules .thrusts .mems  {
	background: url(../images/icon_mems.gif) no-repeat 0 1px;
	padding: 3px 3px 3px 18px;
}

#capsules .thrusts .algorithms  {
	background: url(../images/icon_algorithms.gif) no-repeat 0 1px;
	padding: 3px 3px 3px 18px;
}

#capsules .thrusts .electronics  {
	background: url(../images/icon_electronics.gif) no-repeat 0 1px;
	padding: 3px 3px 3px 18px;
}

#capsules .thrusts .architectures {
	background: url(../images/icon_architectures.gif) no-repeat 0 1px;
	padding: 3px 3px 3px 18px;
}

#capsules .thrusts .photonics {
	background: url(../images/icon_photonics.gif) no-repeat 0 1px;
	padding: 3px 3px 3px 18px;
}

#capsules .thrusts  {
	text-transform: uppercase;
	font-size: .8em;
	text-decoration: none;
	color: #131313;
}

#expand {
	position: absolute;
	top: 0px;
	right: 10px;
}

.about h2, .directions h2 {
	font-weight: bold;
}

.about #thrusts {
	margin: 40px 0 0 0;
}

#disclaimer {
	padding: 10px;
	font-size: .9em;
	border: 1px solid #dcdcdc;
	background: #eef4ff url(../images/bg_disclaimer.jpg) repeat-x bottom left;
	margin-bottom: 10px;
}

/* Microformats Styles */

#contactInformation {
	margin: 15px 0 5px 0;
}

a.addContact {
	font-size: .8em;
	height: 15px;
	text-decoration: none;
}

a.addContact:hover {
	text-decoration: underline;
}

 a.email {
	background: url(../images/icon_email.gif) no-repeat 0 2px;
	padding: 1px 0 1px 20px;
	line-height: 3em;
	color: #747474;
	text-decoration: none;
}

 a.email:hover {
	background: url(../images/icon_email_open.gif) no-repeat 0 0;
	text-decoration: underline;
	color: #131313;
}

#contactInformation .fn {
	display: none;
}

/* Directions Styles */

.GMapEZ {
	height: 300px;
	width: 400px;
}

#googleMap {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.directions h2 {
	font-weight: bold;
}

#printMap {
	display: none;
}

/* Contact Styles */

#phoneBook div {
	border-bottom: 1px dotted #c3c3c3;
}

#phoneBook span.phoneName {
	float: left;
	display: block;
	width: 315px;
}

#phoneBook span.phoneNumber {
	float: left;
	display: block;
	text-align: right;
	width: 160px;
}

/* Site Map Styles */

.siteSection .col {
	float: left;
	display: block;
	width: 162px;
	margin-right: 20px;
}

.siteSection .last, #siteSectionPrograms .last {
	margin-right: 0;
}

#siteSectionPrograms .col {
	float: left;
	display: block;
	width: 90px;
	margin-right: 20px;
}

/* Footer Styles */

#footer {
	width: 765px;
	margin: 0 auto;
	height: 80px;
	padding-left: 25px;
	background: #f6f6f6 url(../images/bg_footer.jpg) no-repeat top center;
	font-size: .9em;
	position: relative;
}

a#darpa {
	position: absolute;
	right: 20px;
	top: 40px;
	display: block;
	width: 62px;
	height: 52px;
	background: #f6f6f6 url(../images/darpaLogo.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

a#mto {
	position: absolute;
	left: 20px;
	top: 40px;
	display: block;
	width: 200px;
	height: 52px;
	background: #f6f6f6 url(../images/mtoLogo.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

.wide #footer, .main #footer {
	background: url(../images/bg_footer2.jpg) no-repeat top center;
}


#footer a {
	text-decoration: none;
	color: #747474;
	text-transform: uppercase;
}

#footer a:hover {
	text-decoration: underline;
}

#footerShade {
	position: relative;
	background: url(../images/bg_footer2.gif) repeat-x bottom left;
	height: 50px;
}

#footerShade a {
	position: absolute;
	text-indent: -9999px;
	left: 20%;
	bottom: 0;
	height: 46px;
	width: 80px;
	background: url(../images/button_toTop.jpg) no-repeat top left;
	background-color: #fff;
}

#footerShade a:hover {
	background-position: 0 -46px;
}

/* Clearing Help */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

.clearfix { 
	display: inline-block;
}

.clearfix { 
	display: block;
}

br {
	clear: both;
}

.hardClear {
	clear: both;
}

/* Development Styles */

.incomplete {
	border: 8px solid red;
}
