@charset "utf-8";
body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background-image:url(back_tile.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #663300;
}
body a {
	color:#993300;
}
body a:visited {
	color:#663300;
	
}
body a:hover {
  background-color:#ff9966;
  color:#000;
  text-decoration:none;
}
body a:active {
  background-color:#cc9966;
  color:#000;
  text-decoration:none;
}
h1 {
	font-size:1.6em;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size:1.4em;
	color:#663300;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 1em;
}
h3 {
	font-size:1em;
	color:#993300;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin:0px;
	font-style: italic;
	line-height:0px;
}
h4 {
	font-size:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
h5 {
	font-size:.6em;
	color:#993300;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin:0px;
	text-align:right;
}
p {
	font-size:.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 160%;
	margin-top: 1em;
	margin-bottom: 1em;
}
em {
	font-style:italic;
		color:#993300;

}
strong {
	font-weight: bolder;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(background.jpg);
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #header { 
	height:270px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(top_menus.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 130px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer { 
	height:59px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(footer.jpg);
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 780px;
  height: 270px;
  background: url(top_menus.jpg) no-repeat;
  position: relative;  
  text-indent: -900%;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:visited {
  background-position: 0 -120px;
}
#menu a:hover {
  background-position: 0 -60px;
}
#menu a:active {
    background-position:0 -120px;
}
#menu a:hover span {
  display: block;
}
#menu .prelude {
  width: 152px;
  height: 60px;
  background: url(menu1.jpg) no-repeat;
  left: 42px;
  top: 210px;
}
#menu .kansas {
  width: 127px;
  height: 60px;
  background: url(menu2.jpg) no-repeat;
  left: 194px;
  top: 210px;
}
#menu .virginia {
  width: 150px;
  height: 60px;
  background: url(menu3.jpg) no-repeat;
  left: 321px;
  top: 210px;
}
#menu .videos {
  width: 129px;
  height: 60px;
  background: url(menu4.jpg) no-repeat;
  left: 471px;
  top: 210px;
}
#menu .backhome {
  width: 138px;
  height: 60px;
  background: url(menu0.jpg) no-repeat;
  left: 642px;
  top: 176px;
}
#footer2 {
	text-indent: -900%;
}

blockquote {
	font: 1em/150% Georgia, "Times New Roman", Times, serif;
	color:#330000;
	width: 400px;
	background-image:url(quote_2.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	text-indent:-32px;
	padding-left: 30px;
	padding-right: 25px;
	text-align:left;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-right: 10%;
	margin-left: 10%;
}
blockquote:first-letter {
  background-image:url(quote_1.gif);
  background-repeat:no-repeat;
  background-position:left top;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
  padding-left:30px;
}
#title1 {
	width:550px;
	height:44px;
	background-image:url(header_prelude.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-indent: -900%;
}
#title2 {
	width:550px;
	height:51px;
	background-image:url(header_kansas.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-indent: -900%;
}
#title3 {
	width:550px;
	height:72px;
	background-image:url(header_virginia.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-indent: -900%;
}
#title4 {
	width:550px;
	height:49px;
	background-image:url(header_videos.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-indent: -900%;
}
#sections {
	text-align:center;
	font-size:1em;
	padding:1em 0 0 0;
	font-style:italic;
}
#sections p {
	line-height:0.5em;
}
#sections a {
	color:#993300;
	text-decoration:none;
}
#sections a:visited {
	color:#993300;
}

#content
{
text-align: left;
width: 550px;
margin: 0 auto;
}
#mainContent sup a.note {
background-color: #ff9966;
color: #330000;
margin-right: .2em;
padding: .1em .2em .1em .2em;
text-decoration: none;
border: none;
line-height: 0em;
}
#mainContent sup a.note:visited {
background-color: #cc9966;
}
#mainContent sup a.note:hover,
#mainContent sup a.note:active {
background-color: #ff6600;
}
#footnotes {
	font-size:.7em;
	text-indent:30px;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 1em;
	border-top:double;
	border-color:#663300;
	line-height:2em;
}
#footnotes li {
	list-style: none;
	text-indent:0px;
}


#footnotes sup a.note {
background-color: #ff9966;
text-decoration: none;
color: #330000;
padding: .1em .2em .1em .2em;
margin-right: .2em;
border: none;
line-height: 0em;
}
#footnotes sup a.note:visited {
background-color: #cc9966;
}
#footnotes sup a.note:hover,
#footnotes sup a.note:active {
background-color: #ff6600;
} 
#bullet1 {
	width:530px;
	height:100px;
	background-image:url(bullet_prelude.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	text-align:right;
}

#bullet2 {
	width:530px;
	height:100px;
	background-image:url(bullet_kansas.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	text-align:right;

}

#bullet3 {
	width:530px;
	height:100px;
	background-image:url(bullet_virginia.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
		text-align:right;

}

#bullet4 {
	width:530px;
	height:100px;
	background-image:url(bullet_videos.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
		text-align:right;

}
#mapmenu {
	list-style: none;
  height:805px;
	width:540px;
	background-image:url(map.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	position: relative;
} 


  
#mapmenu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#mapmenu a:hover {
  background-position: bottom;
}

#mapmenu a:active {
    background-position:bottom;
}

#mapmenu a:hover span {
  display: block;
}

#mapmenu .prel {
  width: 250px;
  height: 153px;
  background: url(map_1.jpg) no-repeat;
  left: 280px;
  top: 334px;
}

#mapmenu .kans {
  width: 250px;
  height: 230px;
  background: url(map_2.jpg) no-repeat;
  left: 1px;
  top: 421px;
}

#mapmenu .virg {
  width: 250px;
  height: 230px;
  background: url(map_3.jpg) no-repeat;
  left: 251px;
  top: 486px;
}

#mapmenu .vide {
  width: 250px;
  height: 153px;
  background: url(map_4.jpg) no-repeat;
  left: 1px;
  top: 651px;
}


.ordinal {	
  font-size: 60%;
  position: relative;
  top: -.5em;
  }

div.figureright {
  float: right;
  width: 45%;
  margin: 0.5em 0 0 0.5em ;
  padding: 0.5em 0 0 0.5em ;
  	color:#663300;
	  line-height:1.2em;
}
div.figureright p {
  text-align: center;
  font-style: italic;
  font-size:0.7em;
  text-indent: 0;
  margin: 0 0 0m 0.5em ;
  padding: 0 0 0 0.5em;
    line-height:1.2em;
}

div.figureleft {
  float: left;
  width: 45%;
  margin: 0.5em 0.5em 0 0m;
  padding: 0.5em 0.5em 0 0;
  	color:#663300;
	  line-height:1.2em;
}
div.figureleft p {
  text-align: center;
  font-style: italic;
  font-size:0.7em;
  text-indent: 0;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
  line-height:1.2em;


}
div.figurecenter {
	float:none;
	width: 400px;
	color:#663300;
	line-height:1.2em;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
}
div.figurecenter p {
  text-align: center;
  font-style: italic;
  font-size:0.7em;
  text-indent: 0;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
    line-height:1.2em;
}

div.videopic {
	float:none;
	width: 400px;
	color:#663300;
	line-height:1.2em;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
div.videopic p {
  text-align: center;
  font-style: italic;
  font-size:0.7em;
  text-indent: 0;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
    line-height:1.2em;
}

div.videopic a:link {
	border:none;
}
div.videopic img {
	border:none;
}
