@charset "UTF-8";

* {
	margin: 0; 
	padding: 0;
}
body {
	min-width: 680px;
	text-align: center;
	font: 62.5%/1.5em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #616159;
}
a {
	color: #003399; 
	text-decoration: underline;
	}
a:hover {
	color:#660000; 
	text-decoration: underline;
	}
p {
	font: 1.2em/1.5em  Arial, Helvetica, sans-serif;
	}
ul {
	margin: 0 0 2px 10px;
	padding: 2px;	
	}
li { 
	list-style-type: disc;
	margin: 0 0 2px 10px;
	padding: 2px;	
	}	
dl {
	margin: 0 4px 10px 10px;
	padding: 0;	
	font-size: 1em !important;
	line-height: 1.6em !important;
	}
dt { 
	list-style: none;
	margin: 0 4px 10px 5px;
	padding: 2px;	
	font-weight: bold !important;
	}
dd { 
	list-style: none;
	margin: 0 4px 10px 10px;
	padding: 2px;	
	line-height: 1.6em !important;	
}
 p, ul, li, dl, dt, dd {  /* Redundant selectors */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
}
h1 { /* page header */
	font-weight: bold;
	}
h2 { /* content header */
	font-size: 1.6em;
	font-weight: bold;
	}	
h3 { /* paragraph subhead */
	padding: 12px 0;
	font-size: 1.4em;
	line-height: 1.5em;
	}	
h4 { /* bold text */
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: center;
	}
h5 { /* not assigned */
	font-size: 1.2em;
	}
h6 { /* captions */
	font-size: 1em;
	}
hr { 
	width: auto; 
	margin: 0 35px !important;
	border-bottom: 2px solid #003366;
}
blockquote {
	margin: 30px 35px 0 0;
	text-align: left;
	text-indent:-8px;
}
blockquote p {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	}
blockquote cite { 
	/*font-style: normal;*/
	padding-top: -20px;
	padding-left: 90px;
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: bold;
	}
	
/* -------------  layout divs -------------  */
#container {
	margin: 20px auto;
	width: 700px;  
	background: #AAAA7D;
	text-align: left;
	border: 2px solid #505451; 
}
#topnav {
	margin: 0;
	padding: 14px 0 0 0;
	height: 20px;
	color: #003366;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center; 
}
#topnav a {
	color: #003366;
	text-decoration: underline;
}
#topnav a:hover {
	color: #AAAA7D; 
	background: #003366;
	text-decoration: none;
	}
#header {
	margin: 0;
	height:78px;
	width: 700px; 
	background: #003366;
}
#header h1 {
	margin: 5px 0 0 0;
	padding: 25px 0 20px 20px;
	color: #AAAA7D;
	font-size: 2.6em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: center;
}
#header img {
	margin-top: -73px;
	margin-left: 1px;
	float: left;
	height:73px;
	width: 70px; 
	border: none;
}
#content {
	height: auto;
	background: #AAAA7D;
}
#content h2 {
	padding: 20px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #003366;
	text-align: center;
}
#content p {
	padding: 15px 10px 10px 0;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
 }
 #footer {
	color: #AAAA7D;
	background: #003366;
	width: auto;
	height: 50px;
}
#footer p {
	margin: 0; /* zeroing first element margins in footer avoids possibility of margin collapse -space between divs */
	padding: 0; /* padding creates space without margin collapse issue */
	font: 1.1em/1.6em  Arial, Helvetica, sans-serif;	
}

/* -------------  classes -------------  */
/*  containing block for each set of associated photos and text  */
.section {
	position: relative;
	height: auto;
}
/* Hides from IE-mac \*/
.section {
	position: relative;
	clear: both;
	height: auto;
} /* End hide from IE-mac */

.section img {
	border: none;
}
.section p {
	line-height: 1.6em;
 }
 
 .text ul {
	padding: 2px 0;
	font-size: 1em;
	line-height: 1.5em;
 }
  .text li {
	padding: 2px 0;
	font-size: 1em;
	line-height: 1.5em;
 }
 .hang {
	 text-indent: -50px;
	 padding-left: 70px;
 }
 
 /* ---------- divs to position text and images correctly regardless of number blocks in a section --------- * 
  /* ---------- first of duplicate styles for IE 5 mac --------- * 
	
/* div for images forces vertical alignment of photos  */
 .imagebox {
	padding: 20px 40px 30px 40px;
	float: left;
	clear: right;
	width: 280px;
	text-align: center;
	line-height: 100px;
}
/* Hides from IE-mac \*/
.imagebox {
 	padding: 20px 20px 30px 60px;
	float: left;
	width: 250px;
	text-align: center;
	line-height: 100px;
} /* End hide from IE-mac */

/*  wrap text to force blocks to left align */
.textbox {
	margin: 0;
 	padding: 2px 20px 0 15px;
	float: right;
	width: 300px;
}
/* Hides from IE-mac \*/
.textbox {
 	margin: 0;
 	padding: 2px 0 0 0;
	float: right;
	width: 340px;
} /* End hide from IE-mac */

/*  use for site map 2 col text */
.mapbox {
	margin: 0;
 	padding: 2px 8px 0 25px;
	float: left;
	width: 310px;
	/* border-top: 3px solid #84846A; */
}
/* Hides from IE-mac \*/
.mapbox {
 	margin: 0;
 	padding: 2px 0 0 20px;
	float: left;
	width: 330px;
} /* End hide from IE-mac */

/* use to force .pagenav after last image if it has no assoc text block */
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.left {
	float: left;	
}
.right {
	float: right;
}
.credits { /* in footer */
	padding: 10px;
	color: #CCCC99;
	font: 1em/1.6em  Arial, Helvetica, sans-serif;
	text-align: center;
} 

/* ------------- pseudo classes -------------  */
#footer a {
	color: #CCCC99; 
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1px;
	}
#footer a:hover {
	color: #003366;
	background: #AAAA7D;
	text-decoration: none;
	font-weight: bold;
	}
.topnav {
	margin: 0;
	padding: 14px 0 0 0;
	height: 20px;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-align: center; 
}
.topnav a {
	color: #003366;
	text-decoration: underline;
}
.topnav a:hover {
	color: #AAAA7D; 
	background: #003366;
	text-decoration: none;
	}
.pagenav {
	margin: 20px 0 40px 0;
	padding: 0 0 0 210px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
.pagenav a {
	color: #003366;
	text-decoration: none;
}
.pagenav a:hover {
	color:#AAAA7D; 
	background: #003366;
	text-decoration: none;
	}
.smallnav {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1em;
	font-weight: bold;
	color: #003366;
	text-align: center !important;
	letter-spacing: 1px;
}
.smallnav  a {
	color: #003366;
	text-decoration: none;
}
.smallnav  a:hover {
	color:#AAAA7D; 
	background: #003366;
	text-decoration: none;
	}
