@charset "utf-8";
/* CSS Document */

<!--
<style type="text/css" media="screen">.arc90_imgcaption { text-align: center; border: 1px solid #DDD; padding: 1em; margin: 1em 0; width: 9em; } .arc90_imgcaptionTXT { font-size: .8em; color: #666; text-align: left; } .floatl { float: left; margin-right: 1em; } .floatr { float: right; margin-left: 1em; }</style>


a:link { color: #CCCCFF; }
a:visited { color: #000066; }
a:active { color: #FFFF00; }
a:hover { color: #990000; }

.quotes { font-size: 14px; font:Verdana, Arial, Helvetica, sans-serif; font-style:italic; }

.terms { font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: 900;}

.workscited { font-size:10px; }

.caption { font-size:10px; font-family:Arial, Helvetica, sans-serif;}

.credit {font-size:10px; font-family:Arial, Helvetica, sans-serif; font-style:italic;}

.copyrightinfo {font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF;}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img{
	border:0;
}

body {
	font: 75% Verdana, sans-serif;
	background: #000033; 
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 50px;
	padding-bottom: 15px;
	background: #FFFFFF;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	font: Georgia 12px;
	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 */
}

div.figure {
  float: left;
  width: 25%;
  border: none;
  margin: 0.2em;
  padding: 0.2em;
}
div.figure p {
  text-align: left;
  font-style: normal;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-indent: 0;
}

div.figure2 {
  float: right;
  width: 25%;
  border: none;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure2 p {
  text-align: left;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-indent: 0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;

/*Add a height attribute and set to largest image's height to prevent overlaying*/

}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
margin: -20em;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 235px;
left: 480px; /*position where enlarged image should offset horizontally */
z-index: 50;

}

#myGallery
{
width: 400px !important;
height: 200px !important;
}

-->


