*{
  padding: 0px;
  margin: 0px;
}

body{
  background-color: #666666;
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

body a:focus{
  outline: none;
}


h1{
  font-size: 22px;
  padding-bottom: 10px;
}

h3{
  margin-top: 10px;
  font-size: 15px;
}

p{
  padding-bottom: 10px;
}

ul{
  margin-left: 20px;
}

li{
  padding-bottom: 5px;
}

#container{
  width: 984px;
  margin: 0 auto;
  margin-top: 20px;
}

#header{
  height: 134px;
  background-image: url("images/header.jpg");
  position: relative;
}

#quote{
  position: absolute;
  top: 45px;
  right: 59px;
  color: #CCCCCC;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  font-weight: bold;
}

#quotename{
  color: #CCCCCC;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}


#tabs{
  position: absolute;
  top: 102px;
  left: 480px;
}

.tab a{
  display: block;
  float: left;
  width: 120px;
  height: 32px;
  background-image: url("images/tab.jpg");
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.tab a:hover{
  background-image: url("images/tab-over.jpg");
}

.tab-current a{
  display: block;
  float: left;
  width: 120px;
  height: 32px;
  background-image: url("images/tab-current.jpg");
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  cursor: default;
}
.tab a:hover{
  background-image: url("images/tab-over.jpg");
}



#content{
  min-height: 300px;
  background-image: url("images/background.jpg");
  padding: 30px 80px 30px 80px;
}
#content a{
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
#content a:hover{
  color: #555555;
}


#left{
  float: left;
  width: 400px;
}

#right{
  float: right;
  width: 380px;
}


.caption{
  font-size: 10px;
  line-height: 12px;
  color: #333333;
  font-weight: bold;
}



#footer{ 
  clear: both;
  height: 39px;
  padding-top: 6px;
  background-image: url("images/footer.jpg");
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
}
#footer a{
  text-decoration: none;
  color: #FFFFFF;
}

#copy{
  text-align:center;
  color: #333333;
  font-size: 10px;
  margin-top: -5px;
}
#copy a{
  text-decoration: none;
  color :#333333;
}

#preload{
  display: none;
}



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

.form input, textarea, select{
  width: 200px;
  border: 1px solid #000000;
  padding: 5px 2px 5px 2px;
  font-family: "Lucida Sans", arial;
  font-size: 12px;
  color: #333333;
  background-color:#f1f1f1;
}

.form select{
  width: 75px;
}


.room{
  width: 100px; 
  height: 75px; 
  border: 1px solid #000000; 
  float: left; 
  margin-right: 10px; 
  margin-bottom: 5px; 
  margin-top: 5px;
}


.bigger{
  font-size: 14px;
}

.bigger h3{
  font-size: 17px;
}



#gallery img{
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #000000;
}





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


