@charset "utf-8";
/* CSS Document */

/* NORMALIZATION SECTION */

/* Normalize margins and paddings */
h1, h2, h3, ul, li, p { margin: 0; padding: 0; }

/* Remove bullets from list */
ul { list-style: none; }

/* Remove borders from images */
img { border: 0px none; }

/* Normalize HTML */
html {
	margin: 0;
	padding: 0;
}

/* Normalize Body */
body {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	line-height : 1.88889;
}

/* GLOBAL CONTROL SECTION */

h1 {
	font: normal 2.3em Courier New, "Times New Roman", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #a43907;
}

h2 {
	font: normal 1.8em Courier New, "Times New Roman", Arial, Helvetica, sans-serif;
	color: #9a7339;
}

h3 {
	font: normal 1.6em Courier New, "Times New Roman", Arial, Helvetica, sans-serif;
	color: #626053;
}

h4 {
	font: normal 1.3em Courier New, "Times New Roman", Arial, Helvetica, sans-serif;
	color: #626053;
}

p {
	color: #626053;
	padding-bottom: 15px;
}

li {
	color: #626053;
}

a:link {
	text-decoration: none;
	color: #9c5600;
}

a:visited {
	text-decoration: none;
	color: #9a7339;
}

a:hover, a:active {
	text-decoration: underline;
	color: #a43907;
}

/* DIVISION SECTIONS */

/* Container */
#container {
	width: 770px;
	margin: 0 auto;  /* Center Container */
	position: relative;  /* Keeps the various divions inside container in order */
}

/* Header */
#header {
	width: 770px;
	height: 370px;
	margin: 0 auto;  /* Center Header */
	margin-bottom: 5px;
	background-image: url(../images/orgName.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/* Body */
#content {
	width: 770px;
	min-height: 670px;
	font: normal .8em Courier New, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

/* Paper Background */
#content {
	background-image: url(../images/stackedPapers.jpg);
	background-repeat: no-repeat;
}

/* Today's Date */
#todaysDate {
	position: absolute;
	margin-top: 30px;
	margin-left: 17px;
	color: #595959;
	font: normal 1.0em Helvetica, Arial, sans-serif;
}

/* User Location */
#userLocation {
	height: 30px;
	margin-right: 267px;
	margin-left: 50px;
	padding-left: 10px;
	color: #a43907;
	font: italic 1.0em Helvetica, Arial, sans-serif;
	background: url(../images/paperTop.jpg) no-repeat;
}

/* Text */
#text {
	min-height: 770px;
	margin-right: 267px;
	margin-left: 50px;
	padding: 10px;
	background: url(../images/paperBG.jpg) repeat-y;
}

#text h3, h4 {
	margin: 0;
	padding-bottom: 15px;
}

#text hr {
	color: #a98d22;
}

#salutation, #postScript {
	padding-top: 20px;
}

/* Paper Bottom */
#paperBottom {
	margin-right: 267px;
	margin-left: 50px;
	height: 30px;
}

/* Footer */
#footer {
	width: 400px;
	height: auto;
	margin: 0 auto;  /* Center Footer */
	font: normal .7em Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin-top: 50px;
	background-color: #ffffff;
}

#footer img {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

#footer h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
}

#copyright {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}

#HAinfo1 {  /* Align Address Info next to Logo */
	margin-left: 75px;
	padding-top: 15px;
}

#HAinfo2 {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#HAinfo2 p {
	color: #000000;
}

/* Navigation */
#navigation {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 400px;
	font: normal .7em Arial, Helvetica, sans-serif;
	line-height: 2.0;
	width: 200px;
}

#mainNavigation {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-image: url('../images/newspaper.jpg');
	background-repeat: repeat-y;
}

#mainNavigation h4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font: normal 1.5em "Times New Roman", Arial, Helvetica, sans-serif;
	color: #626053;
}

#mainNavigation li {
	color: #626053;
}

#bottomNavigation {
	text-align: center;
	font: normal .7em Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-bottom: 20px;
}

#books, #businesscards, #calendars, #cassettes, #files, #maps, #periodicals, #photographs, #posters, #textiles, #videos,
#miscellaneous, #donors, #exampleCollections {
	list-style: square;
	padding-top: 20px;
	padding-left: 20px;
}

#top li {
	list-style: none;
	font: normal .7em Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 20px;
}

#donateButton {
	padding-top: 15px;
}