@charset "utf-8";
html,body{height:100%;padding:0;margin:0;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #042A7A;
}
p {font-size:0.8em;}
h1 {font-size:1.3em; font-family:Arial, Helvetica, sans-serif; color:#99CCFF;}
h1 span {color:#FFFFFF;}
h2 {font-size:1.2em; font-family:Arial, Helvetica, sans-serif; color:#99CCFF;}
h3 {
	color:#FFFFFF;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}
a { color: #AEDBFF ; text-decoration: none}
a:link { color: #AEDBFF ; text-decoration: none}
a:visited { color: #AEDBFF; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: none}

#mainTable {width:100%; height:100%;}

#sectionSpacer {
	height: 16px;
	width: 100%;
	background-image: url(/layout/topBack.png);
	background-repeat: repeat-x;
	}
#sectionMenu {
	height: 37px;
	width: 100%;
	background-image: url(/layout/menuBack.png);
	background-repeat: repeat-x;
	text-align: center; /* for IE only */
	}
#menuWrap {
	width:700px;
	height:37px;
	margin:0 auto;
	}
#headerMenu { /* ul */
	white-space:nowrap;
	list-style-type:none;
	height:37px;
	margin:0;
}
#headerMenu li {float:left;}
#headerMenu span {display:none;}
#headerMenu #menuHome    {width:74px; height:37px; display:block; background:url(/layout/menuHome.png) no-repeat 0 0;}
/*#headerMenu #menuHistory {width:89px; height:37px; display:block; background:url(/layout/menuHistory.png) no-repeat 0 0;}*/
#headerMenu #menuPrinting {width:174px; height:37px; display:block; background:url(/layout/menuPrintingCopying.png) no-repeat 0 0;}
#headerMenu #menuScanning {width:104px; height:37px; display:block; background:url(/layout/menuScanning.png) no-repeat 0 0;}
/*#headerMenu #menuArchival {width:162px; height:37px; display:block; background:url(/layout/menuArchival.png) no-repeat 0 0;}*/
#headerMenu #menuPosters {width:162px; height:37px; display:block; background:url(/layout/menuPhotosPosters.png) no-repeat 0 0;}
#headerMenu #menuContact {width:129px; height:37px; display:block; background:url(/layout/menuContact.png) no-repeat 0 0;}
#headerMenu #menuHome:hover,
#headerMenu #menuPrinting:hover,
#headerMenu #menuScanning:hover,
#headerMenu #menuPosters:hover,
#headerMenu #menuContact:hover
{background-position:0 -37px;}

#sectionContent {
	background-image: url(/layout/bodyBack.png);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
}
.floatRight {
	float: right;
	padding: 20px;
	margin: 0;
	width: 200px;
	/*height: 150px;*/
	font-size: 2.5em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	text-align: center;
	color:#AEDBFF
	}
#splash {
	height:120px;
	background: url(/layout/splashHeader2.png) no-repeat left center;
	border-bottom: 1px solid #345EA8;
 }
#sidebar {
	width:190px;
	color:#AEDBFF;
	text-align:right;
	padding-bottom:20px;
	}
#sidebar p {margin:0;}
#content {padding: 20px 0 20px 0;}
#sectionFooter {
	height: 60px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #345EA8;
	background-color: #042A7A;
	/*background-color:#990000;*/
	padding: 5px 0 0 0;
}

/* ------------
   Contact Page
   ------------*/

.mudmap img {
	float:right;
	border:0;
	margin: 0 0 10px 10px;
	}

input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding:5px;
	color:#fff;
	background:#002154;
	border:1px solid #AEDBFF;
	height:30px;
	}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	height:auto;
	width:100%;
}
input#idSubmit { cursor: pointer; }
#email { display:none;}
.error_strings {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFF66;
}
.contactTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	padding:0 5px;
	color:#fff;
	height:30px;
	}

/* ------------
   Graphics Page
   ------------*/

#restoreAa {
	background-image:url(/graphics/restoreAa.png);
	height: 348px;
	width: 544px;
	background-position:0 -348px;
	background-repeat: no-repeat;
	}
#restoreAb {
	background-image:url(/graphics/restoreAb.png);
	height: 180px;
	width: 267px;
	background-position:0 -180px;
	background-repeat: no-repeat;
	float: left;
	}
#restoreAc {
	background-image:url(/graphics/restoreAc.png);
	height: 180px;
	width: 267px;
	background-position:0 -180px;
	background-repeat: no-repeat;
	float: right;
	}
#restoreAa:hover,
#restoreAb:hover,
#restoreAc:hover {
	background-position: 0 0;
}

#specials {
	background-image: url(/images/bg_000_010.png);
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: thin solid #99CCFF;
}
#specials table {
	font-size: .9em;
}
