/* main header bar (red bar) */
#header {
	position: relative;
	width: 648px;
	padding-left: 110px;
	height: 32px;
	background-image: url(/aad/global-images/layout/header-bg-red-flag-interior.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
}

body.print #header {
	width: 600px;
}


/* main NARA logo used on most pages */
#siteTitle {
	/* Thanks to Seamus Leahy for the sweet Image Replacement Method (http://www.moronicbajebus.com/playground/cssplay/image-replacement/) */
	margin: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	/*Size of the image*/ 
	padding-top: 100px; 
	width: 100px; 
	/*The image*/ 
	background-image: url(/aad/global-images/logos/nara-archives.gov-blue-100.gif); 
	background-repeat: no-repeat; 
	/*Hide the text*/ 
	overflow: hidden; 
	/* WIN IE5 hack */ 
	height: 100px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}




/* printer template header */
body.print #siteTitle {
	margin: 10px 0px 0px 0px;
	width: 600px; 
	height: 16px; 
	background: none;
}






/* header for current section */
/* will probably need to wrap the <a> tag around the <h2> tag */
#sectionHeader {
	width: 648px;
	height: 67px;
	padding-left: 110px;
	background-image: url(/aad/global-images/section-headers/default.jpg);
	background-position: 100% top;
	border-bottom: 1px solid #FFFFFF;
}

#sectionHeader h2 {
	margin: 0em;
	padding: 27px 0em 0em 0em;
	color: #0D1351;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}

#sectionHeader a {
	color: #0D1351;
	text-decoration: none;
}

#sectionHeader a:hover {
	text-decoration: underline;
}






/* global hyperlinks in top header */
#topLinks {
	font-size: 0.8em;
	line-height: 1.2em;
	font-family: arial, verdana, helvetica, sans-serif;
	padding-top: 9px;
}


#topLinks ul {
	padding-left: 0em;
	margin: 0em;
}

#topLinks ul li {
	display: inline;
	padding-left: 0em;
	list-style: none;
}

#topLinks ul li a {
	color: #FFFFFF;
	padding-right: 15px;
}







#siteSearch {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
}

#siteSearch form {
	margin: 0;
	padding: 0;
}

/* box holding main search elements in header */
#mainSearchForm {
	position: absolute;
	left: 8px;
	top: 7px;
	z-index: 101;
}

/* hide the label for the main input field */
#mainSearchForm label {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
}

/* main search form text input field */
#mainSearchForm #qt {
	background-color: #FFFFFF;
	color: #666666; /* determines font color */
	width: 140px;
	border: #000000 1px solid;
	font-family: arial, verdana, "ms sans serif";
	font-size: .8em;
	background-color: #FFFFFF;
	padding-left: .2em; /* creates extra white space to left of input text */
}

/* main search form "go" button */
#mainSearchForm #go {
	width: 34px;
	font-family: arial, verdana, "ms sans serif";
	font-size: .8em;
	font-weight: bold;
	color: #555555;
}

/* search options that appear onFocus of the search form */
#searchOptions {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 192px;
	height: 79px;
	font-family: arial, verdana, "ms sans serif";
	font-size: .8em;
	line-height: 1em;
	z-index: 100;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	display: none;
}

#searchOptions table {
	margin: 0;
	padding: 0;
}

#searchOption1 {
	position: absolute;
	top: 22px;
}

#searchOption2 {
	position: absolute;
	top: 37px;
}

#searchOption3 {
	position: absolute;
	border-top: 1px solid #999999;
	padding: 4px 0 0 2px;
	width: 93%;
	top: 58px;
	left: 5px;
}

/*
#searchOptions input {
	position: absolute;
	font-size: 0px;
	width: 14px;
	height: 14px;
}

#searchOptions label {
	position: absolute;
	left: 20px;
	top: 6px;
	width: 140px;
}
*/



/* printer-friendly header */
body.print #header {
	margin: 10px 0 0 0;
	background: none;
	border-bottom: 2px solid #000000;
	padding: 0em;
	height: 19px;
}



/* printer-friendly subheader bar */
#printSubHeader {
	height: 1.3em;
	padding: .1em 0em .1em 0em;
	margin-top: .2em;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#printSubHeader p {
	font-size: .8em;
	line-height: 1.2em;
	margin: .2em;
}

#printSubHeader a, #printSubHeader a:visited {
	color: #000000;
	text-decoration: none;
}

#printSubHeader a:hover {
	color: #000000;
	text-decoration: underline;
}

#printSubHeader .printLeft {
	float: left;
}

#printSubHeader .printRight {
	float: right;
}

