/* BODY */
body {
 font-family: Verdana, Tahoma, Arial, sans-serif;
 font-size: small;
 margin: 25px;
 background-color: #555555;
 color: #000000;
 text-align: center; /* This centers the CSS layout-box. */
 padding: 0;
 }

hr {
 border: 0;
 color: #616200;
 background-color: #FFFFFF;
 height: 2px;
 width: 660px;
 text-align: left;
 position: relative;
 left: 40px;
}

.pic_description {
	font-size: 9px;
	font-style: italic;
}

.i { /*used with span to italicize text*/
 font-style: italic; 
 font-weight: lighter;
 }

.b { /*used with span to bold text*/
 font-weight: bold;
 font-size: smaller; 
 }

.normal {
 font-style: normal;
 }


a:link {
 color: #616200;
 text-decoration: underline;
 }

a:visited {
 color: #616200;
 text-decoration: underline;
 }

a:hover {
 color: #9b921f;
 text-decoration: underline;
 }

a:active {
 color: #9b921f;
 text-decoration: underline;
 }

/* END BODY */


/* IMAGES */

img.logo {
 position: relative;
 left: 50px;
 top: 20px;
 }

img.left {
 float: left;
 position: relative;
 left: 0;
 top: 0;
 margin: 10px 30px 10px 30px;
 }

img.right {
 float: right;
 position: relative;
 left: 0;
 top: 0;
 margin: 10px 30px 10px 30px;
 }

img.center {
 margin: 20px 25px 20px 25px;
 }


img.list1 {
 margin: 155px 0px 0px 0px;
 }


/* END IMAGES */


/* SUBHEADER */

p.subheader {
 font-family: Verdana, Arial, sans-serif;
 font-size: xx-small;
 font-weight: bold;
 color: #616200;
 text-align: center;
 margin-top: .1em;
 margin-bottom: .5em;
 margin-left: 0;
 }

/* END SUBHEADER */


/* CONTENT */

p.content {
 color: #000000;
 margin-left: 40px;
 margin-right: 40px;
 margin-top: 1em;
 margin-bottom: 1em;
 text-align: left;  
 }

p.center {
 font-size: xx-small;
 font-family: Tahoma, Arial, sans-serif;
 font-weight: bold;
 color: #000000;
 margin-top: .5em;
 margin-bottom: .5em; 
 text-align: center; 
 }
	
p.left {
 color: #616200;
 font-size: x-small;
 font-weight: bold;
 margin-left: 80px;
 margin-right: 80px;
 margin-top: 1em;
 margin-bottom: 1em;
 text-align: left;  
 }


h1 {
 font-size: x-large;
 font-style: italic;
 font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
 color: #616200;
 margin: 20px;
 }

h2, h3, h4, h5, h6 {
 font-size: medium;
 font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
 font-style: italic;
 color: #616200;
 margin-left: 30px;
 margin-right: 20px;
 margin-top: 10px;
 } 


ul {
 margin-left: 70px;
 margin-right: 20px;
 text-align: left;
 }

li.a {
 font-size: small;
 font-family: Verdana, Tahoma, Arial, sans-serif;
/* font-style: italic; 
 font-weight: bold; */
 color: #000000;
 margin-left: 20px;
 margin-right: 20px;
 }

/* END CONTENT */


/* FOOTER */

p.footer {
 font-family: Verdana, Arial, sans-serif;
 font-size: xx-small;
 color: #EEEEEE;
 text-align: center;
 margin-top: 1em;
 margin-bottom: 1em;
 margin-left: 5em;
 margin-right: 5em;
 }

.bar {/* This is used to change the color of the bars between links. */
 color: #EEEEEE;
 }
 

a.footer:link {
 color: #C4C600;
 text-decoration: none;
 }

a.footer:visited {
 color: #C4C600;
 text-decoration: none;
 }

a.footer:hover {
 color: #EEEEEE;
 text-decoration: underline;
 }

a.footer:active {
 color: #EEEEEE;
 }

/* END FOOTER */



/* MENU */

#styleone {
 position: relative;
 display: block;
 height: 25px;
 font-size: x-small;
 font-weight: bold;
 background: transparent url(images/light.jpg) repeat-x top left;
 font-family:  Arial, Verdana, Helvitica, sans-serif;
 }

#styleone ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 width: auto;
 }

#styleone ul li {
 display: block;
 float: left;
 margin:0 1px 0 0;
 }


#styleone ul li a {
 display: block;
 float: left;
 color: #000000;
 text-decoration: none;
 padding: 6px 20px 0 20px;
 height: 24px;
 }

#styleone ul li a:hover, #styleone ul li a.current {
 color: #FFFFFF;
 background: transparent url(images/dark.jpg) repeat-x top left;
 }

/* END MENU */



/* WEBPAGE LAYOUT */

#box {
 width: 750px;
 background-color: #FFFFFF;
 color: #000000;
 margin-left:auto;
 margin-right:auto;
/* border: solid #616200;	
 border-width: 1px 1px 1px 1px;*/
 }

#header {
 margin: 0;
 height: 150px;
 background-color: #FFFFFF;
 color: #000000;
 text-align: left;
 border: solid #000000;	
 border-width: 0 0 0 0;
}


#subheader {
 height: 25px;
 background-color: #FFFFFF;
 border: solid #EEFFFF;	
 border-width: 0 1px 0 1px;
}


#nestedbox {
 color: #000000;
 background-color: #FFFFFF;/*same color as navigation*/
/* width: 750px;*/
 border: solid #EEFFFF;	
 border-width: 0 1px 0 1px;
 text-align: left;
}


#content {
 background-color: #FFFFFF;
 color: #000000;
/* border: solid #000000;	
 border-width: 0 1px 0 0;
 width: 622px;*/
 width: 746px;
 text-align: left;
}

/*
#navigation {
 float: right;
 background-color: #9FFF9F;
 color: #000000;
 border: solid #000000;	
 border-width: 0 0 0 0;
 width: 240px;
 height: 400px
 text-align: center;
}
*/

#subfooter {
 height: 130px;
 background-color: #FFFFFF;
 border: solid #EEFFFF;
 border-width: 0 1px 1px 1px;
}

#footer {
 height: 65px;
 background-color: #555555;
 border: solid #000000;
 border-width: 0 0 0 0;
}

/* END WEBPAGE LAYOUT */


/* LIGHTBOX */

#lightbox {
 position: absolute;
 left: 0; 
 width: 100%; 
 z-index: 100; 
 text-align: center; 
 line-height: 0;
}

#lightbox img { 
 width: auto; 
 height: auto;
}

#lightbox a img { 
 border: none; 
}

#outerImageContainer { 
 position: relative; 
 background-color: #fff; 
 width: 250px; 
 height: 250px; 
 margin: 0 auto; 
}

#imageContainer { 
 padding: 10px; 
}

#loading { 
 position: absolute; 
 top: 40%; 
 left: 0%; 
 height: 25%; 
 width: 100%; 
 text-align: center; 
 line-height: 0; 
}

#hoverNav { 
 position: absolute; 
 top: 0; 
 left: 0; 
 height: 100%; 
 width: 100%; 
 z-index: 10; 
}

#imageContainer>#hoverNav { 
 left: 0;
}

#hoverNav a { 
 outline: none;
}

#prevLink, #nextLink { 
 width: 49%; 
 height: 100%; 
 background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
 display: block; 
}

#prevLink { 
 left: 0; 
 float: left;
}

#nextLink { 
 right: 0; 
 float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
 background: url(../images/prevlabel.gif) 
 left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
 background: url(../images/nextlabel.gif) 
 right 15% no-repeat; 
}



#imageDataContainer { 
 font: 10px Verdana, Helvetica, sans-serif; 
 background-color: #fff; 
 margin: 0 auto; 
 line-height: 1.4em; 
 overflow: auto; 
 width: 100%	; 
}

#imageData {
 padding:0 10px; 
 color: #666; 
}

#imageData #imageDetails { 
 width: 70%; 
 float: left; 
 text-align: left; 
}	

#imageData #caption { 
 font-weight: bold;	
}

#imageData #numberDisplay { 
 display: block; 
 clear: left; 
 padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose { 
 width: 66px; 
 float: right;  
 padding-bottom: 0.7em; 
 outline: none;
}	 	

#overlay { 
 position: absolute; 
 top: 0; 
 left: 0; 
 z-index: 90; 
 width: 100%; 
 height: 500px; 
 background-color: #000; 
}

/* END LIGHTBOX */