@charset "utf-8";
/* CSS Document */


body {
background-color:#660000;
background-image:url(images/bg.gif);
margin: 0px 0 0 0;
padding:0;
}
body,td,th {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 80%;
color: #333;
text-align: center;
margin: 0px 0 20px 0;
padding: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a.green:link {
	color: #009901;
	text-decoration: underline;
}
a.green:visited {
	color: #009901;
	text-decoration: underline;
}
a.green:hover {
	color: #009901;
	text-decoration: none;
}
a.green:active {
	color: #009901;
	text-decoration: underline;
}
#page-container {
width: 762px;
margin: auto;
text-align: left;
background-color:#FFFFFF;
border-top:0px;
border-right:2px solid #141414;
border-bottom:2px solid #141414;
border-left:2px solid #141414;
}
#header {
height:125px;
width:762px;
background-color:#FFFFCD;
background-image:url(images/header.gif);
background-repeat:no-repeat;
}
#frame {
width:762px;
margin-right:auto;
margin-left:auto;
margin-top:15px;
margin-bottom:0px;
padding:0px;
border-top:#CCCCCC 0px solid;
text-align:left;
}
#leftCol {
width:522px;
padding: 0 0 0 0;
float:left;
margin-bottom: 30px;
background: transparent;
border-right:0px solid #333333;
}

body#schedules #leftCol {
width: 762px;
}

body#tours #leftCol {
width: 440px;
}

#rightCol {
width:238px;
padding: 0 0 0 0;
float:left;
background: transparent;
}

body#tours #rightCol {
width: 320px;
}

#rightCol p {
margin:10px 25px 0 0;
}

#footer {
height:22px;
margin:0 0 0 0;
background-color:#ffffff;
text-align:center;
padding:10px 0 8px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333;
clear:both;
}

#menu {
width:630px;
margin: 0 0 30px 70px;
float:left;
}

#menu-1 {
width:381px;
margin:0;
text-align:center;
float: left;
}

#menu-2 {
width:381px;
margin:0;
text-align:center;
float: left;
}

#menu-1 menu-2 p {
margin:10px 25px 5px 15px;
line-height:18px;
}

#announce {
float:none;
width: 187px;
margin: 30px 0 20px 15px;
padding: 10px 0 10px 0;
border:3px solid #78b577; 
}

#announce p {
margin:10px 10px 10px 13px;
}

#announce h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0 20px 10px 13px;
color: #525252;
font-weight: bold;
text-transform:none;
}

#blog {
margin: 36px 0 0 0;
}

.img {
border:none;
}
img.floatRight {
  	float: right;
  	margin:0 0 10px 15px;
}
img.floatLeft {
  	float: left;
}
.portrait {
padding:4px;
margin:9px 0 8px 15px;
border:1px solid #CCC;
}

.tour-photos {
padding:4px;
border:1px solid #CCC;
}

.horz {
padding-top:5px;
width: 300px;
margin: 0 0 0 40px;
border-bottom:1px dotted #CCC;
}

.seperator {
border-top: 1px dotted #CCC;
}
/*TEXT*/
.bold {
font-weight:bold;
color:#525252;
}
.italic {
font-style:italic;
}
p {
margin:10px 25px 5px 35px;
line-height:18px;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
margin:10px 15px 20px 35px;
color: #525252;
font-weight: bold;
text-transform:none;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:10px 15px 10px 35px;
padding: 5px 0 0 0;
color: #525252;
font-weight: bold;
text-transform:none;
}

.rightCol {
margin:10px 15px 10px 0;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:10px 15px 10px 15px;
color:#009900;
font-weight:normal;
text-transform:none;
}

ul	{
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 18px;
list-style-position: inside;
list-style-type: square;
padding: 0;
margin: 5px 25px 0 35px;
}

/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	border-top: 1px solid #525252;
	border-bottom: 1px solid #525252;
	background-color: #FFFF99;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #525252;
	font-size:12px;
	color: #141414;
}
#p7menubar li {
	float: left;
	width: 9em;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #141414;
	background-color: #FFFF00;
}
#p7menubar li {width: auto;}

/*LightBox*/

.boxedImage {
padding:4px;
margin:8px 0 8px 15px;
border:1px solid #CCC;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}