/* $Id: style.css 89 2009-11-22 00:21:39Z scott $ */
body {
  text-align: center;
  min-width: 950px;
  background-color: #000;
  font-family: arial,garamond,verdana,sans-serif;
  color:white;
}


#container {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

html>body #container {
  width: 900px;
}

#header {
  position: relative;
  width: 100%;
}


#nav {
  height: 2em;
  font-size:1em;
}

a:hover {
  color: yellow;
  text-decoration: underline;
}

a:visited {
  color: yellow;
  text-decoration: none;
}

h3 {
  color: white;
  font-weight: normal;
}

#container p {
  padding-bottom: 1em;
}


#content {
  background-color: #000;
  padding: 25px;
  width: 100%;
}

#content img {
  margin-left: 20px;
  margin-bottom: 20px;
}


#footer {
  background-color: white;
  color: green;
  text-align: center;
  font-size: .75em;
  font-family: arial;
}

img.main_image {
  border-style: ridge;
  border-width: 4px;
  border-color: orange;
  width: 300px;
}


td.pocInfo {
  text-align: center;
  font-size: .75em;
  font-family: arial;  
  color: white;
}

td.pocInfo a {
  color: white;
  text-decoration:none;
}

td.pocInfo a:hover {
  color: yellow;
  text-decoration:none;
}

span.currentPage {
  color:orange;
}

#summary {
  background-color: gray;
  border-style: solid;
  border-width: 1px;
  border-color: red;
}

#summary ul {
  list-style-type: none;
}

#summary li.header {
  font-weight: bold;
  color: white;
  padding-top: 25px;
}

#summary ul.items {
  padding-left: 25px;
  list-style-type: square;
  font-weight: normal;
  color: yellow;
}

/*
#gallery {
  float: center;
}
*/
/*
#gallery td {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}
*/
#gallery td.image{
  background-color: #555;
  color: white;
  text-align: center;
  width: auto;
}

#gallery h3 {
  font-size: .9em;
}

#gallery img {
  width: 300px;
  height: 420px;
  border: 0;
}



iframe.slideShow {
  width: 304px;
  height: 354px;
  float: right;
  border-width: 4px;
  border-color: orange;
  border-style: ridge;
  background-color: red;
}

html>body iframe.slideShow {
  width: 300px;
  height: 350px;
}

ul.files {
  list-style-type: none;
  display: inline;
  text-align: left; 
}

ul.files li {
  display: inline;
}

#list {
  padding-left: 0;
}

#list ul {
  list-style-type: none;
}

#list ul li {
  color: #1e87e9;
}

#list ul ul li {
  padding-left: 2em;
  color: white;
}

#border {
  border-style: ridge;
  border-width: 4px;
  border-color: orange;
  width: 300px;
}
  

