body {
   background-color: #000000;
   background-image: url(/images/bgd_main.jpg);
   background-repeat: no-repeat;
   background-position: center top;
   color: #4C4C4C;
   margin: 0px;
   padding: 0px;
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   position: relative;
   top: 0px;
   left: 0px;
   z-index: 0;
}

td {
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
}

a {
   color: #7D582A;
   text-decoration: none;
}

a:hover {
   color: #7D582A;
   text-decoration: underline;
}

li {
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
}

input {
   font-size: 11px;
   font-family: verdana, arial, helvetica, sans-serif;
}

select {
   font-size: 11px;
   font-family: verdana, arial, helvetica, sans-serif;
}

textarea {
   font-size: 11px;
   font-family: verdana, arial, helvetica, sans-serif;
}

.formlabel {
   color: #7D582A;
   font-size: 12px;
   font-weight: bold;
}

.title_large {
   color: #482A1B;
   font-size: 20px;
   font-weight: bold;
   font-family: helvetica, arial, sans-serif;
}

.title_small {
   color: #482A1B;
   font-size: 13px;
   font-weight: bold;
   font-family: helvetica, arial, sans-serif;
}

.body_subtext {
   color: #7F7F7F;
}

.content {
   text-align: justify;
}

.small {
   font-size: 11px;
}

.brown {
   color: #603813;
}

.highlight {
   color: #CC6600;
}

.white {
   color: #FFFFFF;
}

/* Navigation */

a.nav {
   //color: #C8BBAD;
   color: #FFFFFF;
   font-size: 13px;
   font-weight: bold;
   font-family: helvetica, arial, sans-serif;
   text-decoration: none;
}

a.nav:hover {
   color: #CC6600;
   font-size: 13px;
   font-weight: bold;
   font-family: helvetica, arial, sans-serif;
   text-decoration: none;
}

a.nav_on {
   //color: #7D582A;
   color: #CC6600;
   font-size: 13px;
   font-weight: bold;
   font-family: helvetica, arial, sans-serif;
   text-decoration: none;
}

a.nav_on:hover {
   color: #CC6600;
   font-size: 13px;
   font-weight: bold;
   font-family: helvetica, arial, sans-serif;
   text-decoration: none;
}

.footer {
   color: #645E57;
   font-size: 10px;
}

/* Calendar */

a.calendar {
   color: #FFFFFF;
   text-decoration: none;
}

a.calendar:hover {
   color:#000000;
   text-decoration: none;
}

.calendarHeader td {
   color: #666666;
   background-color: #EEEEEE;
   font-weight: bold;
   font-size: 12px;
}

.calendarDay {
   color: #000000;
   background-color: #FFFFFF;
   font-size: 12px;
}

.calendarEvent {
   color: #FFFFFF;
   background-color: #CC6600;
   font-weight: bold;
   font-size: 12px;
}

.calendarEventSpecial {
   color: #FFFFFF;
   background-color: #CC6600;
   font-weight: bold;
   font-size: 12px;
}

/* Gallery */

.pageNumber {
   font-weight: bold;
   font-size: 14px;
}

/* Hide Overflow-x */

overflowxhide {
   overflow-x: hidden;
   overflow-y: hidden;
}

/* Enlarge Image Script */

#lightbox {
   position: absolute;
   left: 0;
   width: 100%;
   z-index: 100;
   text-align: center;
   line-height: 0;
}

#lightbox a img {
   border: none;
}

#outerImageContainer {
   position: relative;
   background-color: #FFFFFF;
   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: transparent url(/images/blank.gif) no-repeat; /* 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: #FFFFFF;
   margin: 0 auto;
   line-height: 1.4em;
   overflow: auto;
   width: 100%	
}

#imageData{
   padding:0 10px;
   color: #666666;
}

#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;
}
		
#overlay {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 90;
   width: 100%;
   height: 500px;
   background-color: #000000;
}