/*DOCUMENT INFO
----------------------------------------------------------------------------------------------
File Name: screen.css
Description: Screen / Projection stylesheet for NASadvantage.com
Author: 7923
Last Edit: 09-09-2010

COLORS
----------------------------------------------------------------------------------------------
		Blue       #005495			X#00539b (pdf)
		Lt Blue    #0074c5
		Green      X#008240
		Lt Green   X#00a250
		Orange     #e29322			X#c17815	X#e88400
		Lt Orange  #f2a332			X#e19835
		Red        #e83800
		
		Text       #222222
----------------------------------------------------------------------------------------------*/

/*UNIVERSAL / CONTAINERS
----------------------------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, p, ol, ul, li, table, dl, dd, dt {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #222222;
}
html {
	overflow-y: scroll; /* keep page transitions from "jumping" right and left */
}
body {
	font: 62.5%/1.34 calibri, helvetica, arial, sans-serif;
	padding: 20px 0;
	background: #00529c url(../images/bg.jpg) center top repeat-y;
}
a {
	font-weight: bold;
	text-decoration: none;
}
	a img {
		border: none;
	}
img {
	vertical-align: bottom;
}
p {
	margin-bottom: 1.33em;
}
#main {
	padding-top: 0;
}
	#main a {
		color: #00529c;
	}
	#main a:hover, #main a:focus {
		color: #e29322;
	}
#head, #main, #footer {
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
	background-color: #ffffff;
}
#header, #nav, #sidebar, #content {
	display: inline; /* prevent double-margin bug in IE6 */
	float: left;
	margin: 0 10px;
	overflow: hidden;
}
#header, #nav {
	width: 880px;
}
#content {
	width: 700px;
}
#sidebar {
	width: 160px;
}
.file img, .external img, .mail img {
	vertical-align: baseline;
}
.no-wrap {
	white-space: nowrap;
}
.alert {
	color: #e83800;
	font-size: .87em;
	line-height: 1.34;
}

/*HEADER
----------------------------------------------------------------------------------------------*/
#header {
	margin-bottom: 20px;
}
#header #logo {
	padding: 41px 20px 0 0;
}
#header #header-tagline {
}


/*MAIN NAVIGATION
----------------------------------------------------------------------------------------------*/
#nav {
	list-style: none;
}
	#nav li {
		border-left: 1px solid white;
		float: left;
		width: 174px;
	}
	#nav #about {
		border-left: none;
		width: 180px;
	}
		#nav #about a {
			width: 180px;
		}
		#nav a {
			color: #f8f8f8;
			display: block;
			font-size: 1.6em;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 1.75em;
			text-align: center;
			text-decoration: none;
			width: 174px;
			background: #005495 url(../images/bg-hover.jpg) left top repeat-y;
		}
		#nav a:hover, #nav a:focus {
			background: #0074c5 url(../images/bg-hover.jpg) -400px top repeat-y;
		}
/* #home-section #home a, */
#about-section #about a,
#services-section #services a,
#clients-section #clients a,
#careers-section #careers a,
#contact-section #contact a,
#nav a:active {
	background: #e29322 url(../images/bg-hover.jpg) -800px top repeat-y;
/*	background-image: none;
	background-color: #e29322; */
}
/* #home-section #home a:hover,
#home-section #home a:focus, */
#about-section #about a:hover,
#about-section #about a:focus,
#services-section #services a:hover,
#services-section #services a:focus,
#clients-section #clients a:hover,
#clients-section #clients a:focus,
#careers-section #careers a:hover,
#careers-section #careers a:focus,
#contact-section #contact a:hover,
#contact-section #contact a:focus {
	background: #f2a332 url(../images/bg-hover.jpg) -1200px top repeat-y;
/*	background-image: none;
	background-color: #f2a332; */
}


/*SECONDARY NAVIGATION
----------------------------------------------------------------------------------------------*/
#sidebar {
	padding-top: 15px;
}
	#sidebar p {
		font-size: 1.2em;
		line-height: 1.34;
		margin-bottom: 1.67em;
		word-spacing: .2em;
	}
	#sidebar ul {
		font-size: 1.5em;
		line-height: 1em;
/*		line-height: 1.67; */
		list-style-type: none;
		margin-bottom: 1em;
	}
		#sidebar ul a {
			display: block;
			padding: .34em 0;
			width: 100%;
		}
		#sidebar ul a.current {
			color: #e29322;
		}
		#sidebar ul a.current:hover, #sidebar ul a.current:focus {
			color: #f2a332;
		}
/*
	#sidebar .ad a {
		background-color: #008240;
		color: #ffffff;
		display: block;
		font-size: 1.5em;
		margin-bottom: 1.34em;
		padding: .67em 1em;
	}
	#sidebar .ad a:focus, #sidebar .ad a:hover {
		background-color: #00a250;
	}
		#sidebar .ad a span {
			background: url(../images/arrow.png) right center no-repeat;
			display: inline-block;
			padding-right: 26px;
		}
*/
	#sidebar .ad a {
		background: #00529c;
		border: 3px solid #00529c;
		display: block;
		margin-bottom: 5px;
	}
		#sidebar .ad a:hover, #sidebar .ad a:focus {
			border-color: #e29322; /* #cee0ef; */
		}
	#mmis-section #sidebar img {
		border: 3px solid #00529c;
	}
/*	
   #gsa-schedule {
	margin-bottom: 4px;
   }
	#gsa-schedule img {
		padding-bottom: 4px;
	}
	#gsa-schedule a {
		border-bottom: 2px solid #ffffff;
	}
	#gsa-schedule a:hover, #gsa-schedule a:focus {
		border-color: #e29322;
	}
*/

/*CONTENT
----------------------------------------------------------------------------------------------*/
#content {
	background: #ffffff url(../images/bar.png) left 80px no-repeat;
	font-size: 1.52em;
}
	#about-section #content, #clients-section #content, #contact-section #content, #mmis-section #content {
		background-position: left 60px;
	}
	#home-section #content p, #services-section #content p {
		width: 360px;
	}
	#content p.tagline {
		color: #333333;
		font-weight: bold;
	}
	#content p.disclaimer {
		color: #666666;
		font-size: .8em;
		line-height: 1.67;
		margin-top: 1.75em;
	}
	#content a img {
		vertical-align: baseline;
	}
	#content img.hero, #content div.hero {
		float: right;
		height: auto;
		margin: 0 0 1em 20px;
		width: 314px;
	}
	#content div.hero {
		margin-bottom: 0;
	}
		#services-section #content div.hero p {
			padding-top: .75em;
			text-align: right;
			width: 314px;
		}
	#content table *, li {
		font-size: 1em;
	}
	#content table {
		border-collapse: collapse;
		border-spacing: 0;
		border: 1px solid #005495;
		margin-bottom: 1.6em;
		margin-top: -.33em;
		width: 99.9%;      /* fix Firefox no left */
		margin-left: .5px; /* border bug/issue */
	}
		#content td, #content th {
			border: 1px solid #005495;
			padding: 0 .5em;
			line-height: 1.267;
		}
		#content th, #content tfoot td {
			background-color: #005495;
			color: #ffffff;
			font-weight: bold;
			text-align: left;
		}
		#content table tr.even {
			background-color: #d1d7eb;
		}
		#content table tbody tr.active, #content table thead th.active {
			background-color: #fff6bf;
		}
		#content table thead th.active {
			color: #222;
		}
		#content table.col-2 th {
			width: 50%;
		}
		#content table.col-3 th {
			width: 33.33%;
		}
		#content table.col-4 th {
			width: 25%;
		}
		#content table.col-5 th {
			width: 20%;
		}
	#content h1 {
		color: #00529c;
		font: bold 1.67em/.96 calibri, helvetica, arial, sans-serif;
		margin-bottom: .85em;

		line-height: 80px;
		height: 90px;
/**/	overflow: hidden;
	}
		#content h1.two-line {
			margin-top: 10px;
			line-height: 30px;
			height: 80px;
		}
		#about-section #content h1, #clients-section #content h1, #contact-section #content h1,  #mmis-section #content h1 {
			line-height: 60px;
			height: 70px;
		}
		#services-section h1#solutions {
			letter-spacing: -1px;
		}
	#content h2 {
		color: #333333;
		font: bold 1.34em/.9 calibri, helvetica, arial, sans-serif;
		margin-bottom: 1.1em;
		margin-bottom: .17em;
	}
		#about-section #content h2, #clients-section #content h2 {
			margin-bottom: 1.34em;
			margin-top: 1.34em;
		}
		#content h2.great {
			line-height: 1.34;
			line-height: 1.17;
			margin-bottom: .08em;
		}
		#content h2 img {
			float: right;
			margin: 0 0 20px 20px;
		}
		#mmis-section #content h2.link {
			font-size: 1em;
		}
	#content h3 {
		color: #333333;
		font-weight: bold;
		letter-spacing: 1px;
/*		margin-bottom: 1.34em; */
	}
	#content ul {
		list-style-type: square;
		margin: 0 0 1.34em 1.34em;
	}
	#content ul.bare {
		list-style-type: none;
		margin-left: 0;
	}
	#content dl {
		margin-bottom: 1.34em;
	}
	#content dt {
		font-weight: bold;
		margin-top: 1.34em;
	}
	#content dt:first-child {
		margin-top: 0;
	}
	#content dd {
	}
	#mmis-section #content dt a {
		font: bold 1.34em/.9 calibri, helvetica, arial, sans-serif;
		margin-bottom: 1.1em;
		margin-bottom: .17em;
	}

/*FOOTER
----------------------------------------------------------------------------------------------*/
#footer {
/*	border-top: 2px solid #999999; */
	font-size: 1.1em;
	padding: 20px 0 0;
	width: 880px;
	margin-top: 5px;

	background: #ffffff url(../images/bar.png) right top no-repeat;
	

}
	#footer .copyright {
		font-family: arial, helvetica, sans-serif;
	}



#map { /* maps that appear when hovering on LOBs */
	border: 2px solid #ccc;
	position: absolute;
	background: #ffffff url(../images/maps.png) left top no-repeat; /* map sprite */
	width: 340px;
	height: 200px;
}





/* Grid
.one-wide {width: 160px;}
.two-wide {width: 340px;}
.three-wide {width: 520px;}
.four-wide {width: 700px;}
.five-wide {width: 880px;}

.column {
	display: inline;  prevent double-margin bug in IE6
	float: left;
	margin: 0 10px;
	overflow: hidden;
}
.row {
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
	background-color: #ffffff;
}
.row .row {
	display: inline-block;
	margin: 0 -10px;
	width: auto;
}
*/
