
@import 'reset.css';

/* ________________________________________________________________
   B A S E
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ */

html, body {
	font-family: "Courier New", Courier, monospace;
	margin: 0;
	padding: 0;
	color: #999;
	
}
body {
	overflow: hidden;
}

div#loader {
	background: #fff url(../img/loader.gif) no-repeat center center;
	text-align: center;
	font-size: 11px;
	width: 100px;
	height: 80px;
	z-index: 500;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -50px;
}

div.image_box {
	float: left;
}

img.current {
  padding: 4px !important;
	background: url(../img/loader.gif) no-repeat center center;
}

img.loading {
		background: #fff url(../img/loader.gif) no-repeat center center;
}


/* ________________________________________________________________
   C O N T A I N E R S
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ */

div#container {
  width: 100%;
  max-width: 1525px;
  margin: auto;
  position: relative;
}

div#content_container {
  width: 100%;
  max-width: 1325px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

/* ________________________________________________________________
   S P L A S H   P A G E
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ */

body#splash div#container div#content {
  width: 100%;
  max-width: 1325px;
  padding-bottom: 60px;
}

body#splash{
	overflow: auto;
}
body#splash #content_container {
	overflow: auto;
}
body#splash h2{
	clear:both;
	color: #ff6600;
	font-size: 11px;
	margin-top: 22px;
	margin-left: 72px;
	font-weight: normal;

}
body#splash h1 {
  font-size: 100px;
  text-align: center;
  margin-bottom: .1em;
  width: 100%;
  cursor: pointer;
}

body#splash div#splash_image {
  width: 100%;
  height: 198px;
  margin-top: 25px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #fff url(../img/splash_image.png) no-repeat 50%;
  cursor: pointer;
}
div#news {
	color: #333;
	font-size:11px;
}
body#info div#news {
	float: left;
	line-height:18px;
}
body#splash div#news {
	margin-top:40px;
	text-align: center;
}
body#splash p {
  font-size: 11px;
  color: #333;
  text-align: center;
}
body#splash p#title{
	cursor: pointer;
}
body#splash p span {
	color: #ff6600;
}
body#splash p span:hover{
	text-decoration: underline;
	color: #ff6600;
}

body#splash #main {
	margin-top: 19px;
	padding-left: 72px;
	width: auto;
	overflow: auto;

}
body#splash #main img {

}
body#splash #main a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	height: auto;
	height: 150px;
	margin-bottom: 8px;
	margin-right: 8px;
}


body#splash p#directions {
  margin-top: 2em;
  cursor: pointer;
}

body#splash p#browser {
	margin-top: 1.5em;
	font-size: 10px;
	color: #999;
}

body#splash p#browser a {
  color: #666;
  border-color: #999;
}

p#news {
  margin-top: 3em;
}

#newsTitle{
	color: #ff6600;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 4px;
}

body#splash p a {
  color: #fd6600;
  border-bottom: 1px solid #fd6600;
  padding-bottom: 1px;
}

body#splash p#copyright {
  font-size: 10px;
  color: #999;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

body#splash h2#copyright{
	font-size: 11px;
  	color: #999;
	margin-bottom: 20px;
	margin-top: 15px;
}

body#splash p#attribution {
  font-size: 10px;
  color: #999;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

body#splash p#attribution a {
  color: #666;
}


/* ________________________________________________________________
   G A L L E R Y   P A G E S
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ */

/*  Head  */

div#header {
  position: relative;
  padding: 0;
  margin: 0;
}

div#header h1 {
	color: #333;
	display:inline;
	font-weight:normal;
}

/*  Navigation  */

ul#navigation {
	margin-top:21px;
 	font-size: 11px;
 	z-index: 100;
	height: 11px;
	text-align:left;
	padding-left: 72px;
}

ul#navigation h1 {
	font-size: 13px;
	color: #ff6600;
}

ul#navigation li {
	display: inline-block;
	padding: 3px 0 0px 2px;
	margin: 0 5px;
}
ul#navigation li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}
ul#navigation li a {
  color: #999;
  padding: 0px;
  margin: 0px;
}

ul#navigation li.selected a {
  color:#ff6600;
}




ul#navigation li a:hover {
  color: #fd6600;
}

li.selected {
  color: #fd6600;
	text-decoration: underline;
}

ul#navigation li.menuHeading {
	font-size: 12px;
	text-decoration: underline;
	color: #666;
	margin-right: 2px;
	padding-right: 0px;
}

ul#navigation li.menuHeading a{
	font-size: 12px;
	color: #fd6600;
	color: #666;
}


/* ________________________________________________________________
   I M A G E   S L I D E R
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ */

div#image_container {
/*  background-color: blue;*/
	max-width: 1325px;
	width: 100%;
	height: 820px;
	position: relative;
	overflow: hidden;
}

div#image_slider {
	position: absolute;
	width: 300000px;
	left: 0;
	top: 15px;
}

div#image_slider div {
	float: left;
	padding-bottom: 16px;
}

div#image_slider div.current {
  background-color: #fff;
}

/*  Images  */

div#image_slider img {
	margin: 0;
	padding: 0;
	float: left;
	right: 0;
	padding: 5px 0;
}

/*  Previous and Next Links  */

div#prev_link, div#next_link {
  width: 25%;
  position: absolute;
  top: 65px;
  bottom: 124px;
  z-index:10;
  display:none; 
}

div#prev_link {
  background: url(../img/prev_link.png) no-repeat 15% center;
  left: 0;
}

div#next_link  {
  background: url(../img/next_link.png) no-repeat 85% center;
  right: 0;
}

/*  Caption  */

div#image_slider .caption {
  position: absolute;
  font-size: 10px;
  background-color: #fff;
  bottom: 2px;
  left: 1px;
  padding: 3px 6px;
  color: black;
}

/* ________________________________________________________________
   T H U M B N A I L   V I E W E R
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ */

div#footer {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	height: 112px;
	padding-top:50px;
/*  background-color: red;*/
}

div#thumbnails_label {
  position: absolute;
  text-align: left;
  padding-left: 72px;
  padding-top: 5px;
  left: 0;
  right: 0;
  top: 43px;
  font-size: 11px;
  color: #fff;
  z-index: 20;
  height: 16px;
  background-color:#404040;
  text-transform: uppercase;
}

div#thumbnails_label span {

}


div#thumbnail_container {
  float: left;
  position: absolute;
  top: 38px;
  height: 112px;
  width: 2000px;
  overflow: hidden;
  margin:0;
  padding:0;
}

div#thumbnail_scroller {
  position: relative;
  height: 15px;
  width: 2000px;
  z-index: 23;
  margin:0;
  padding:0;
}

.ui-slider-handle {
  width: 100px;
  height: 15px;
  position: absolute;
  background: #eee;
}

div#thumbnail_slider {
  position: absolute;
  float: left;
  top: 20px;
  width: 32000px;
}

div#thumbnail_slider img {
	float: left;
	right: 0;
}

img.current_thumbnail {

}

/* ________________________________________________________________
   I N F O   P A G E
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ */

body#info {
	overflow: auto;
	min-height:100%;
}
body#info #backgroundImageCont {

	width:100%;
}
body#info #backgroundImageCont img {
	height:auto;
	margin-top:45px;
	margin-bottom: 78px;	
	margin-left: 72px;
}

body#info #center_block {
  background-color: white;
}

body#info ul {
	margin-bottom: 18px;
}
body#info #contact ul a{
	color:#fd6600;
	text-decoration: underline;
 }

body#info #contact {
	width:100%;
	text-align:left;
	margin-left: 72px;
	font-size: 11px;
	text-transform: none;
	color: #666;
	line-height: 18px;
	width: 200px;
	margin-right: 100px;
	float: left;
}

body#info #contact li{
	font-size: 11px;
	line-height: 18px;
	color: #666;
}

body#info #contact h3 {
  font-size: 11px;
  color: #fd6600;
  font-weight:normal;
}