*{
  padding: 0;
  margin: 0;
}



body{
  background-color: #ECECEC;
  background-image: url("images/bg.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

a{
  color: #41628D;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

a:focus{
  outline: none;
}

ul{
  margin-left: 40px;
  margin-bottom: 15px;
}


h1{
  color: #41628D;
  font-family: "Lucida Sans", arial;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: bold;
  font-style: italic;
}

h2{
  clear: right;
  color: #41628D;
  font-family: "Lucida Sans", arial;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: bold;
  font-style: italic;
}

h3{
  color: #41628D;
  font-family: "Lucida Sans", arial;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bold;
  font-style: italic;
}


p{
  margin-bottom: 10px;
}

#container{
  width: 994px;
  margin: 0 auto;
}

#header{
  height: 211px;
  text-align: right;
  background-image: url("images/logo.jpg");
  background-position: top left;
  background-repeat: no-repeat;
}

#sidebar{
  width: 240px;
  float: left;
  padding-bottom: 15px;
}

#sidebar a{
  display: block;
  background-color: #41628D;
  border-bottom: 2px solid #CCCCCC;
  height: 33px;
  line-height: 33px;
  padding-left: 40px;
  color: #BFD9EE;
  font-family: "Lucida Sans", arial;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

#sidebar a:hover{
  background-color: #3E6F9B;
  color: #FFFFFF;
}

#sidebar .selected{
  background-color: #568BBC;
}

#sidebar .sublink{
  padding-left: 60px;
}

#sidebar .sublinkselected{
  background-color: #568BBC;
  padding-left: 60px;
}




#content{
  margin-left: 240px;
  padding-left: 40px;
  padding-right: 40px;
}

#copy{
  text-align: center;
  color: #666666;
  font-size: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
  clear: both;
}
#copy a{
  color: #666666;
  text-decoration: none;
}
#copy a:hover{
  text-decoration: underline;
  color: #333333;
}


.rightphoto{
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  width: 315px;
  color: #666666;
  font-size: 10px;
  line-height: 13px;
  font-style: italic;
}

.rightphoto img{
  border: 3px solid #568BBC;
}

.photo{
  border: 3px solid #568BBC;
}

.todo{
  padding: 20px;
  text-align: center;
  border: 1px dotted #FF0000;
  color: #FF0000;
  margin: 30px;
}

.form input,textarea,select{
  width: 220px;
  padding: 3px;
  border: 1px solid #CCC;
  font-family: arial;
  font-size: 12px;
  color: #333333;
}

.form td{
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
}


.staff {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  text-align: center;
}

#tour a{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #568BBC;
  text-align: center; 
}

#tour a:hover{
  background-color: #f1f1f1;
}







#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; }


.form td{
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
}
