/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

.hidden {
	display:block;
	height:0;
	width:0;
	overflow:hidden;
}

.row {
	clear:both;
}

body {
	margin:0 0 5em 0;
	background-image:url(images/back_main.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;/* do all font sizing below in ems (not pixels or percent). */
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
}

#container {width:716px;margin:4px auto 0 auto;}


#topBlackBar { width:100%; padding-top:4px; height:22px; background-color:#7a6139; }

#regionalHome { width:708px; margin:0 auto; padding-left:.25em;}
#regionalHome a { color:#ffffff; font-size:.9em; }
#regionalHome  a:hover { color:#f4eece; }



/*  #regionalHomeLink {	height:26px;}  */

/* HEADER STYLES */
#header {
	position:relative;
	width:716px;
	padding-bottom:44px;
	padding-top:2px;
	background-image:url(images/header-btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#header a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:716px;
	height:0;
	padding-top:98px;
	overflow:hidden;
}
#headerTop {
	width:716px;
	height:0px;
	padding-top:69px;
	background-image:url(images/header-top.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#headerMid {
	width:716px;
	height:0px;
	padding-top:29px;
	background-image:url(images/header-mid.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}




#content { /* Shared by all pages*/
	padding:0 13px 0 12px;
	background-image:url(images/content-border-bg.gif);
	background-repeat:repeat-y;
}




/* Styles for Index (Splash) Page */
#indexPage {
	padding:18px 2px 18px 2px;
	background-image:url(images/content-docs-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
}
#indexEntryBtn {
	margin:0 auto 0 auto;
	width:213px;
	height:276px;
	background-image:url(images/index-enter-btn.gif);
	background-repeat:no-repeat;
}
#indexEntryBtn a {
	display:block;
	width:213px;
	height:0;
	padding-top:276px;
	overflow:hidden;
	background-repeat:no-repeat;
}
#indexEntryBtn a:hover {
	background-image:url(images/index-enter-btn-hover.gif);
}



/* Styles for Intro Page */
#introPage {
	padding:14px 6px 8px 12px;
	background-image:url(images/content-docs-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
}
#introPage h1 {
	float:left;
	clear:right;
	margin-bottom:1em;
	width:393px;
	height:0px;
	padding-top:75px;
	background-image:url(images/intro-true-false-heading.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#introPage p {
	margin:1.1em 1em 0 .2em;
	color:#3b2917;
	clear:left;
}
/* view the records buttons */
#introPage h2 a {
	display:block;
	width:229px;
	height:0px;
	padding-top:34px;
	background-image:url(images/intro-view-recs-btn.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#introPage h2 a:hover {
	background-image:url(images/intro-view-recs-btn-hover.gif);
}
#introPage .topViewRecsBtn {
	float:right;
	display:inline;
	margin:0 15px .5em 0;
}
#introPage .bottomViewRecsBtn {
	margin:.5em 0 .5em -3px;
}
/* intro page montage image */
#introPage img {
	margin-top:1em;
	float:right;
	width:266px;
	height:278px;
}





/* Styles for Records Listing Page */
#recsListPage {
	padding:14px 6px 8px 12px;
	background-image:url(images/recs-list-page-bg.gif);
	background-repeat:repeat-y;
}
#recsListPage h1 {
	float:left;
	clear:right;
	margin-bottom:1em;
	width:504px;
	height:0px;
	padding-top:40px;
	background-image:url(images/recs-list-selected-records-heading.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#recsListPage p#orderCopiesBtn {
	float:right;
	margin-top:.5em;
}
#recsListPage p#orderCopiesBtn a {
	display:block;
	width:154px;
	height:0px;
	padding-top:30px;
	background-image:url(images/order-copies-btn.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#recsListPage p#orderCopiesBtn a:hover {
	background-image:url(images/order-copies-btn-hover.gif);
}
/* box that holds one record listing*/
.record {
	position:relative;
	clear:both;
	margin:1em 7px 0 0;
	padding:0 0 1em 125px;
	border-bottom:1px solid #8f6243;
	min-height:116px;
	_height:116px;
	background-repeat:no-repeat;
	background-position:13px 3px;
} 
#recsListPage .lastRecord {
	border:none;
}
.record a { color:#000000; }
.record a:hover { color:#ab1e1e; }


.record h2 {
	font-size:.9em;
	color:#3b2917;
}
.record p {
	font-size:.9em;
	margin:.5em 0 0 0;
	color:#3b2917;
}

.record .imageLink {
	display:block;
	position:absolute;
	left:10px;
	top:2px;
	width:95px;
	height:0;
	padding-top:117px;
	overflow:hidden;
	background-image:url(images/recs-list-view-image-btn.gif);
	background-repeat:no-repeat;
}
.record .imageLink:hover {
	background-image:url(images/recs-list-view-image-btn-hover.gif);
}
.record .pdfLink {
	display:block;
	position:absolute;
	left:10px;
	top:2px;
	width:95px;
	height:0;
	padding-top:117px;
	overflow:hidden;
	background-image:url(images/recs-list-view-pdf-btn.gif);
	background-repeat:no-repeat;
}
.record .pdfLink:hover {
	background-image:url(images/recs-list-view-pdf-btn-hover.gif);
}



/* thumbnail images for records listing page*/
.squadronOfficialTelegram { background-image:url(records/squadron-official-telegram-s.jpg); }
.visitingDoctorLetter { background-image:url(records/visiting-doctor-letter-p2-s.jpg); }
.countyFoodTelegram { background-image:url(records/county-food-telegram-s.jpg); }
.volunteerNurseLetter { background-image:url(records/volunteer-nurse-letter-p2-s.jpg); }
.superintendentTelegram { background-image:url(records/superintendent-telegram-s.jpg); }
.washingtonDcDirective { background-image:url(records/washington-dc-directive-s.jpg); }
.militaryStaffingCrisisReport { background-image:url(records/military-staffing-crisis-report-s.jpg); }
.indianDwelling { background-image:url(records/indian-dwelling-s.jpg); }
.shoshoneNotice { background-image:url(records/shoshone-notice-s.jpg); }
.superintendentCondolenceLetter { background-image:url(records/superintendent-condolence-letter-s.jpg); }
.southBeachPatientsBook { background-image:url(records/south-beach-patients-book-p1-s.jpg); }
.nurse { background-image:url(records/165-WW-269B-5-nurse-s.jpg); }
.police { background-image:url(records/165-WW-269B-25-police-s.jpg); }
.mailman { background-image:url(records/165-WW-269B-15-mailman-s.jpg); }
.typist { background-image:url(records/165-WW-269B-16-typist-s.jpg); }
.trolley { background-image:url(records/165-WW-269B-11-trolley-s.jpg); }



/* FOOTER STYLES */
#footer {
	width:716px;
	padding-top:26px;
	background-image:url(images/footer-top.gif);
	background-repeat:no-repeat;
}
#footer p {
	font-size:.9em;
	line-height:2em;
	text-align:center;
}
#footer p a {
	color:#000000;
}
#footer p a:hover {
	color:#7f5123;
}
.footerSeparator {
	font-weight:bold;
	color:#8d5d2d;
}
#footer h3 {
	width:516px;
	height:0px;
	margin:14px auto 0 auto;
	padding-top:17px;
	background-image:url(images/footer-nara-name.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}



