/* main page settings*/
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: black;
	}
#wrapper {
	position: relative;
	width: 928px;
	background-color: white;
	margin-top: 8px;
	margin-left: auto;
	Margin-right: auto;
	border: 4px ridge lime;
	text-align: left;
	}
#blackborder {
	border: 1px solid black;
	}
/* Welcome to State Heading settings*/
#header {	
	width: 100%;
	height: 81px;
	background-color: Green;
	}
#banner {
	font-family: verdana, "arial black";
	color: White;
	height: 80px;
	margin-bottom: -20px;
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	text-align: left;
	font-size:24pt;
	line-height: .4;
	font-weight: bold;
}
#banner p.sub {
	font-size: 14pt;
	text-indent: 4em;
	line-height:125%;
	margin-top:10px;
	}	
/*menu-sidebar settings*/
#menu {	
	position: absolute;
	z-index:5;
	top:82px;
	left: 1px;	
	width: 205px;
	height: 720px;
		}
/*#image is used for upper image on css-menu included pages*/
#image {
	width: 205px;
	height: 153px;
	text-align: center;
	}
#image a{
	display: inline;
	padding:0px;
	margin:0px;
}
#image img {
	border: 1px solid Black;
}	
#sidebar {
	width: 205px;
	height: 715px;
	background-image: url("../images/new-gradient.gif");
	background-repeat: repeat-x;
	font-family: Verdana, arial black;
	font-size: 13pt;
	color: White;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
	}
#sidebar p{
	margin-bottom:5px;
	}
#nav {
	margin: auto;
	margin-top: 15px;
	text-indent: 0px;
	}
#nav a{
	padding:0px;
}
#contactlinks {
	font-size: 75%;
	margin-top: 7px;
	}
#contactlinks a {
	color: black;
	text-decoration: none;
	padding: 0px;
	line-height: 18px;
	display: inline;
}
#contactlinks a:visited {
	color: black;
	font-weight:bold;
	}
#contactlinks a:hover {
	text-decoration: underline;
	font-size:105%;
}
/*page contents settings*/
#contents{
	position: relative;
	background: transparent url("../images/Notebook-cutout-4.gif") repeat-y top right;
	padding: 15px 15px 5px 255px;
	font-family:"Comic Sans MS", "Kristen ITC", cursive;
	font-size: 1.2em;
	color: black;
	text-align: left;
	vertical-align: middle;
	border: 1px solid black;
	word-spacing: .1em;
	min-height: 710px;
		}
#contents img {
	border: 2px solid black;
	margin: 2px 6px 2px 6px;
}
#nomargin img{
	margin: 0px 0px 0px 0px;
	border: 2px solid black;
}
#contents hr {
	text-align: center;
	width: 85%;
	color: green;
	background: green;
	border: 0;
	height: 4px;
}
#contents p {
	text-indent: 2em; 
	}
#contents p.first {
	text-indent: 0px;
}
#contents p.first:first-letter {
	font-size: 2.8em;
	float: left;
	margin-left: 30px;
	margin-right: 3px;

}
#contents p.left {
	text-align: left;
	text-indent: 0px;
}
#contents p.head {
	text-indent: 0px;
	text-align: center;
	font-size: 1.8em;
	margin-top: 0;
	/*margin-bottom: -.3em;*/
	color: green;
	}
#subhead {
	text-indent: 0px;
	text-align: center;
	font-size: .55em;
	}
#contents p.center {
	text-indent: 0px;
	text-align: center;
	}
	
#contents a{
	/*padding: 0px;*/
	text-decoration: underline;
	color: #00A201;
	font-weight: normal;
	/*line-height: 1em;*/
	width: auto; /* IE */
	display: inline;
}
#contents a:visited {
	color: #313131;	
	}
#contents a:hover {
	color: #00A201;
	font-style: italic;	
}
/* following table settings are for navigational
pages like vedauwoo.htm and spires-climbing-menu.htm*/
#contents table.links{
	width: 634px;
	border-collapse: collapse;
	}
#contents td.linksleft{
	width: 50%;
	color: Black;
	text-align: right;
	vertical-align: top;
	}
#contents .text{
	font-size:.7em;
}
#contents td.linksright{	
	width: 50%;
	color: Black;
	text-align: left;	
	vertical-align: top;	
	}
#contents td.linkslefticon{
	width: 101px;	
	}
#contents td.linksrighticon{
	width: 101px;	
	}
/*following two are used in bugaboos.htm and lake-ohara.htm
  for navigational tables*/
#contents table.dborder{
	border: 4px ridge lime;
	border-collapse: collapse;
	background-position: center;
}
#contents td.dborder{
	width: 33%;
	text-align: center;
	border: 4px ridge lime;
	padding: 7px;
	vertical-align: top;
}

/*map layer applies to state home pages*/
#maplayer {
	height: 720px;
	padding: 5px 5px 5px 205px;
	font-family: "Kristen ITC", cursive;
	font-size: 1.3em;
	color: Black;
	text-align: center;
	vertical-align: middle;
	border: 1px solid black;
	word-spacing: .1em;
	background: White;	
	}
#maplayer p.center {
	text-indent: 0px;
	text-align: center
}
/* following ids are for image-pages*/
#imagepage {
	position: relative;
	padding: 0px 0px 0px 206px;
	font-family: "Comic Sans MS", "Kristen ITC", cursive;
	font-size: 1.2em;
	color: black;
	text-align: center;
	vertical-align: middle;
	word-spacing: .1em;
	min-height: 720px;
	background-color: Black;
	background-image: url(../images/image-page-background.gif);
	background-position: left;
	background-repeat: repeat-y;
	border:1px solid black;
}
#imagepage a{
	display:inline;
}
#captionbox {	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*width: 720px;*/
	text-align: center;
	color: White;
	padding: 0px 15px 0px 15px;
		}
#captionbox a:link {
	color: white;
	font-size: 1em;
}
#captionbox a:visited {
	color: white;
	font-size: 1em;
}
#captionbox a:hover {
	color: yellow;
	font-size: 1em;
	font-style: italic;
}
#captionbox p.right {
	text-align: right;
}
#captionbox hr {
	width:500px;
}
/*following are used for thumbnail index tables*/
#indexwrapper {
	text-align:center;
}
#indexwrapper img{
	border: 5px solid #E2E2E2;
	vertical-align: middle;
	margin:5px;
}
#index {
	text-align: center;
	border: 5px ridge lime;
	border-collapse: collapse;
	margin:auto;
}
#index td{
	padding: 0px;
	background: black;
	width: 190px;
	height: 180px;
	border: 3px solid green;
	text-align: center;
}
#foot td{
	color: white;
	padding-top:2px;
	padding-bottom:4px;
	width:100%;
	height:10px;
	background: green;
	text-align: center;
}
#foot img {
	border:0px;
   margin:0px;
}
#index a:link {
	color: white;
}
#index a:visited {
	color: white;
}
#index a:hover {
	color: yellow;
	font-style: italic;
