html {
   height:100%;
   margin:0;
   padding:0
}

* html #container{
   height:100%;
   height:100%;
}

#clearfooter{
   clear:both;
   height:40px;
}

#minHeight{
   float:left;
   width:0px;
   height:100%;
   margin-bottom:-42px;
} /*safari wrapper thanks to Tim Connor*/

* html #minHeight{
   margin-bottom:-40px;
}


/*** BODY ***/
body{
   height:100%;
	margin: 0px;
	padding: 0px;
	background: #333333;
   color: white;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*** CONTAINER ***/
#container {
   width: 100%;
   min-height:100%;
   margin-bottom:-40px;
   height:auto;

   /*width: 100%;
   margin: 0px auto;*/
}



/*** PAGE HEADER ***/
#pageHeader {
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	background: #999999;
	border-bottom: 4px solid black;
	border-top: 3px solid black;
}

#pageHeader h1 {
	background: url(web-header.jpg);
	/*background: url(filmstrip-copy.jpg); */
	background-repeat: no-repeat;
	height: 110px;
	/*height: 150px;*/
	padding: 0px;
	margin: 0px;
}

#pageHeader h1 span {display: none;}

#pageHeader h2 span {display: none;}


/*** BODY TEXT ***/
#BodyText{
	padding-left: 20px;
	/*margin-top: 20px;*/
	margin-left: 170px;/*25%;*/
	margin-right: 25px;
}

#BodyText p.caption{
	font-size: 16px;
	margin: 0px;
	padding: 10px;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-align: center;
}

#BodyText p.regular{
	font-size: 12px;
	padding-left: 10px;
	border-left: 1px solid black;
	padding-bottom: 10px;
	margin: 0px;
	text-align: justify;
}

#BodyText p.regular span{
	font-weight:bold;
	font-variant:small-caps;
	font-size: 12px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: justify;
}

#BodyText p.smallprint{
	font-size: 10px;
        color: #CCCCCC;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
	text-align: left;
}

#BodyText p.urgent{
	background:#FF3300;
	color:#000000;
	padding-bottom: 0px;
}

#BodyText p.urgent span{
	background:#FF3300;
	color:#000000;
	font-weight:bold;
	font-variant:small-caps;
	padding-bottom: 0px;
}

#BodyText p.centered{
	margin: 0px;
	text-align: center;
}

#BodyText h3{
	display: block;
	margin-left: -10px;
	margin-top: 15px;
}

#BodyText h3 span{
	border: 1px solid black;
	background: #CCCCCC;
	padding: 5px;
	width: auto;
}

#BodyText h1{
	display: block;
	font-size: 18px;
	margin-left: -15px;
	margin-top: 15px;
}

#BodyText h1 span{
	border: 1px solid white;
	background:#000000;
	color:#FFFFFF;
	padding: 5px;
	width: auto;
}

#BodyText h2{
	display: block;
	margin-left: -15px;
	margin-top: 15px;
}

#BodyText h2 span{
	border: 1px solid black;
	background:#FF3300;
	color:#000000;
	padding: 5px;
	width: auto;
}

#BodyText h4{
	padding-left: 10px;
	border-left: 1px solid black;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#BodyText h4 span{
	border: 1px solid black;
	background: #666666;
	padding: 3px;
	width: auto;
}

#BodyText a:link {
   padding:1px;
	color: #999999;
	text-decoration: underline;
}

#BodyText a:visited {
   padding:1px;
	color: #999999;
	text-decoration: underline;
}

#BodyText a:hover {
   padding:1px;
	color: #999999;
	text-decoration: underline;
}

#BodyText a:active {
   padding:1px;
	color: #999999;
}




/*** NAVIGATION PANE 1 ***/
#nav1{
	background: #666666;
	border: 1px solid black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	top: 115px;
	width: 130px;
	font-size: 12px;
	margin: 10px;
	padding: 5px;
	color: #CCCCCC;
	height: auto;
	line-height : 150%;/*line-height set in order to have the navigation elements better separated*/
	clear: both;
}

#nav1 h3 {
   font-size: 13px;
}

#nav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav1 li { margin: 0 0 .2em 0; }

#nav1 a {
	display: block;
	color: #CCCCCC;
	width: 10em;
	padding-top:1px;
	padding-right:1px;
	padding-bottom:1px;
	padding-left:3px;
	text-decoration: none;
}

#nav1 a:link {
   border: 1px solid #666666;
}

#nav1 a:visited {
   border: 1px solid #666666;
}

#nav1 a:hover {
	color: black;
   background: #999999;
   border: 1px solid black;
}

#nav1 a:active {
	color: black;
   background: #999999;
   border: 1px solid black;
}



/*** NAVIGATION PANE 2 ***/
#nav2 {
	background: #666666;
	border: 1px solid black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0px;
	top: 305px;
	width: 130px;
   font-size: 12px;
	margin: 10px;
	padding: 5px;
   color: #CCCCCC;
	/*height: 155px;*/
	height: auto;
	line-height : 150%;/*line-height set in order to have the navigation elements better separated*/
	clear: both;
}

#nav2 h3 {
        font-size: 13px;
}

#nav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav2 li { margin: 0 0 .2em 0; }


#nav2 a {
	display: block;
	color: #CCCCCC;
	width: 10em;
   padding-top:1px;
   padding-right:1px;
   padding-bottom:1px;
   padding-left:3px;
	text-decoration: none;
}


#nav2 a:link {
   border: 1px solid #666666;
}

#nav2 a:visited {
   border: 1px solid #666666;
}

#nav2 a:hover {
	color: black;
   background: #999999;
   border: 1px solid black;
}

#nav2 a:active {
	color: black;
   background: #999999;
   border: 1px solid black;
}





/*** IMAGE STUFF ***/

.border2black {
	border: 3px solid black;
}

.mainpage {
	padding: 5px;
}

.infopage-right {
	margin-top: -10px;
	padding: 10px;
	float: right;
	clear: both;
}
.infopage-left {
	margin-top: -10px;
	padding: 10px;
	float: left;
	clear: both;
}

.GalImg{
	display: block;
	border: 2px solid black;
}

#GalImage{
	background: #333333;
	display: block;
	padding-top: 0px;
	margin: 0px;
	text-align: center;
}

#GalImage h2 span{
	border: 1px solid black;
	background: #eee;
	color: black;
	padding: 5px;
	font-size: 14px;
}

.thumbnail {
	float: left;
	margin: 1px 5px 5px 1px;
	padding: 3px;
	border: 0px
}

img {
	border: 0px;
}

#active a {
	display: block;
	color: #CCCCCC;
	background-color: #333333;
	width: 10em;
   padding-top:1px;
   padding-right:1px;
   padding-bottom:1px;
   padding-left:3px;
	text-decoration: none;
}


/*** FOOTER ***/
#footer{
	clear: both;
   height:40px;
   width:99%;
	background: #666666;
   color: #CCCCCC;
	margin-top: 5px;
   margin-left: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	border-top: 2px solid black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	bottom: 0px;
   font-size: 10px;
}

/*#footer h1 {
	background: url(web-footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 0px;
	margin: 0px;}

#footer h1 span {display: none;}*/

#footer a:link {
   padding:1px;
	color: #999999;
	text-decoration: underline;
   /*border: solid 1px #666666;*/
}

#footer a:visited {
   padding:1px;
	color: #999999;
	text-decoration: underline;
   /*border: solid 1px #666666;*/
}

#footer a:hover {
   padding:1px;
	color: #999999;
	text-decoration: underline;
   /*border: solid 1px #FFFF00;*/
}

#footer a:active {
   padding:1px;
	color: #999999;
   /*border: solid 1px #FFFF00;*/
}

#footer p {margin: 1px}
#footer a {margin: 1px}


/*** GALLERYFOOTER ***/
#galleryfooter{
	clear: both;
	height:75px;
	background: #333333;
	color: #CCCCCC;
	margin-left: 170px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#galleryfooter h1 {
	background: url(web-footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding: 0px;
	margin: 0px;}

#galleryfooter h1 span {display: none;}




#linkbar {
	background-color: #999999;
	color: #000000;
	padding: 5px 5px 5px 8px;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-size: 12px;
}

#linkbar a:link, #linkbar a:visited {
	background-color: #999999;
	color: #000000;
	text-decoration: none;
	border-bottom: 0px;
}

#linkbar a:hover, #linkbar a:active {
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
}



/*** GENERIC LINKS ***/

a:link {
   padding:1px;
	color: #999999;
	text-decoration: underline;
}
a:visited {
   padding:1px;
	color: #999999;
	text-decoration: underline;
}

a:hover {
   padding:1px;
	color: #999999;
	text-decoration: underline;
}
a:active {
   padding:1px;
	color: #999999;
}

/*** MISC ***/

h3{
   color: black;
	font-size: 12px;
}


h4{
   color: #FFFFFF;
	font-size: 12px;
}

h3 span{
	margin: 1px;
}

#LinkExchange
{
	margin: 0px;
	padding: 0px;
	background: #333333;
	color: #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 5px;
}
#LinkExchange h1
{
	margin: 0px;
	padding: 0px;
	background: #333333;
	color: #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 5px;
}


/***Lightbox CSS items***/
#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/prev<<.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next>>.gif) right 50% 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: #666666; }
#imageData #imageDetails{ width: 100%; 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;}*/
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0px; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*
a:link { color:#999999; }
a:visited { color:#999999; }
a:hover { background-color:#999999; }
a:active { background-color:#999999; }
*/

/***END Lightbox CSS items***/ 
