/* Page CSS */

body { background: #000000 url("../images/background/background.jpg") no-repeat fixed center }

.body   { background-image: url("../images/background/body.png"); background-repeat: repeat-y; }
.headertm2 { background-image: url("../images/background/headertm2.png"); background-repeat: no-repeat; }
.navbar { background-image: url("../images/background/navbar.png"); background-repeat: no-repeat }
.footer { background-image: url("../images/background/footer.png"); background-repeat: no-repeat }
.blank { background-image: url("../images/background/blank.gif"); background-repeat: repeat }

.headertext { color: #cccc66; font-size: 15px; font-family: Times, Helvetica, sans-serif; font-weight: bold; margin-left: 15px; }
.bodytext   { color: #00287d; font-size: 10px; font-family: Verdana, Helvetica, sans-serif; font-weight: bold; text-align: left; padding-right: 0px; padding-left: 0px }

.boxheader { color: #fffbf0; font-size: 11px; font-family: Verdana, Helvetica, sans-serif; font-weight: bold; background-image: url("../images/background/boxheader.png"); background-repeat: no-repeat; background-color: transparent; padding: 2px 0px 1px 5px; border: 0px }
.boxheader a { color: #fffbf0; text-decoration: none;}
.boxheader a:visited { color: #fffbf0; text-decoration: none; }
.boxheader a:hover {color: #dde0ea; text-decoration: none; }
.boxheader a:active {color: #dde0ea; text-decoration: none; }

.boxbody  { color: #000055; font-size: 11px; font-family: Verdana, Helvetica, sans-serif; font-weight: normal; background-color: #afbfe1; text-align: left; height: auto; width: 573px; padding: 5px 5px 5px 5px; border: solid 1px #dde0ea }
.boxbody a { color: #333399; }
.boxbody a:visited { color: #00287d; }
.boxbody a:hover {color: #dde0ea }
.boxbody a:active {color: #dde0ea }

.indexbody  { color: #000055; font-size: 11px; font-family: Verdana, Helvetica, sans-serif; font-weight: normal; background-color: #afbfe1; text-align: left; height: auto; width: auto; padding: 5px 5px 5px 5px; border: solid 1px #dde0ea }
.indexbody a { color: #333399; }
.indexbody a:visited { color: #00287d; }
.indexbody a:hover {color: #dde0ea }
.indexbody a:active {color: #dde0ea }

.sidemenu { color: #333399; font-size: 11px; font-family: Verdana, Helvetica, sans-serif; font-weight: bold; background-color: transparent; border-bottom: 1px solid #ccccff; margin: 4px 0px 0px 4px; padding: 0px 0px 2px 0px; width:170px; }
.sidemenu a:link { color: #333399; text-decoration: none;}
.sidemenu a:visited { color: #333399; text-decoration: none; }
.sidemenu a:hover {color: #dde0ea; text-decoration: none; }
.sidemenu a:active {color: #dde0ea; text-decoration: none; }

.footerstyle { color: #a0a0a4; font-size: 9px; font-family: Verdana, Helvetica, sans-serif; font-weight: bold; text-align: center; padding-right: 15px; padding-left: 15px }
.footerstyle a { color: #a0a0a4; }
.footerstyle a:visited { color: #a0a0a4; }
.footerstyle a:hover {color: #dde0ea; }
.footerstyle a:active {color: #dde0ea; }

/* Holly Hack for IE \*/
 * html .boxbody { width: 585px; }
/* End */	

/* Gallery CSS Below*/

#lightbox{ position: absolute; top: 0px; left: 0; width: 100%; z-index: 100; text-align: center; }
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; background-color: #f7f6f1; width: 250px; height: 250px; margin: 0 auto; border: 1px #cccccc solid; border-bottom:0px; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; 	top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 0px; width: 0px; z-index: 0; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background: transparent url(../images/blank.gif) no-repeat; display: block; } /* Transparent setting is totrick IE into showing hover */
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2 { font-family:  Verdana, Helvetica, sans-serif; font-size: 12px; color:#060;	font-weight:bold; cursor:pointer; }
#imageDataContainer{ font: 14px Arial, Helvetica, sans-serif; background-color: #f7f6f1; height: 35px; border:1px #cccccc solid; border-top:0px; margin:auto; }
#imageData{ padding:0px 10px 10px 10px; }
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000000; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html>body .clearfix { display: inline; width: 100%; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


