﻿html, body {height:100%}

body 
{
    margin:0;
    background-image:url(images/sitebgfinal.jpg);
    background-repeat:repeat-x;
    height:100%;
    min-height:100%;
    font-family:Helvetica, Arial, Sans-Serif;
    font-size:.9em;
	color: #464646;
}

.link2 a
{
    color:#423A29;
    text-decoration:none;   
}

.link2 a:hover
{
    color:#423A29;
    text-decoration:underline;   
}

a
{
    color:#689C2E;
    text-decoration:none;   
}

a:hover
{
    color:#689C2E;
    text-decoration:underline;   
}

h2 
{
	font-size: 1.4em;
	color:#0087D2;
    margin-bottom:5px;
    margin-top:0px;
}


h3 
{
	font-size: 1.2em;
	color:#0087D2;
    margin-bottom:5px;
    margin-top:0px;
}

h4
{
    color:#0087D2;
    margin-bottom:5px;
    margin-top:0px; 
}

hr
{
    height:1px;
    color:#A5A5A5;
    margin-top:10px;
    margin-bottom:10px;
}

p
{
    margin-top:0px;
}

img
{
    border:0px;   
}

#mainNavWrapper
{
    background-image:url(images/navbg.png);
    background-repeat:no-repeat;
    width:585px;
    height:48px;
    float:left;
    margin-top:36px;
    margin-left:29px;
}

#siteLogo
{
    position:relative;
    top:0px;
    width:182px;
    margin-left:40px;
    float:left;
    
}

#woodBgWrapper
{
    background-image:url(images/woodBg.png);
    background-repeat:repeat-y;
    width:840px;
    min-height:100%;
    margin:0pt auto;
}

#wrapper
{
    min-height:100%;
    margin-bottom:-25px;
}

* html #wrapper
{	
    height:100%
}
 
#headMast
{
    vertical-align:top;
    text-align:center;
}

#contentWrapper
{
    background-image:url(images/ContentBgBottom.png);
    background-position:bottom;
    background-repeat:no-repeat;
    width:818px;
    min-height:100%;
    padding-bottom:22px;
    margin:0 auto;
	padding-top: 7px;
}

#footerWrapper
{
    clear:both;
    position:relative;
    bottom:0px;
    width:818px;
    margin:0 auto;
    height:25px;
}

#footerText
{
    margin-top:3px;
    margin-left:40px;
    font-size:.8em;
    color:#423A29;
    float:left;

}

#jgLogo
{
    float:right;
    margin-right:40px;
}

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

#navContainer
{
    position:absolute;
    top:167px;    
    width:840px;
}

#contentTop
{
    background-image:url(images/contentBgTop.png);
    background-position:top;
    background-repeat:no-repeat;
    height:19px;
    width:818px;


}

#contentContainer
{
    background-image:url(images/contentBgRepeat.png);
    background-repeat:repeat-y;
    min-height:100%;
    width:818px;
    
}

* html #contentContainer
{	
    height:100%
}

#contentTopSpacer
{
    height:50px;
}

.clearBoth
{
    clear:both;
}

#mainNav
{
    padding-left:27px;
    padding-top:13px;
    padding-bottom:10px;
    width:540px;
    vertical-align:middle;
}

span.mainNavItem
{
    padding-right:7px;
}

.contentHeader
{
    color:#0087D2;
    display:block;
    padding-bottom:5px;
    font-weight:bold;
}

a.mainNavLink
{
    color:#fff;
    font-size:.9em;
    text-decoration:none;
    font-weight:bold;
    padding:5px;
}

a.mainNavLink:hover
{
    background-color:#FFF;
    color:#000;    
    font-size:.9em;
    text-decoration:none;
    font-weight:bold;
    padding:5px;
}

a.mainNavLinkSelected
{
    background-color:#FFF;
    color:#000;    
    font-size:.9em;
    text-decoration:none;
    font-weight:bold;
    padding:5px;
}

#photoGalleryHeader
{
    background-image:url(../images/PhotoGallery.png);
    background-repeat:no-repeat;
    padding-left:60px;  
    height:48px;
}

#photoGalleryHeader h2
{
    position:relative;
    top:10px;
}

#contentColumn1Layout1
{
    margin-left:30px;
    margin-right:20px;
    width:370px;
    padding-bottom:10px;
    float:left;
}

#contentColumn2Layout1
{
    float:right;
    margin-right:30px;
}

#contentBottomSpacer
{
    height:35px;
    clear:both;
       
}

#contentColumn1Layout2
{
    width:559px;
    float:left;
    margin-left:30px;
}

#contentColumn2Layout2
{
    float:right;
    margin-right:30px;
}

#contentColumn1Layout3
{
    margin-left:30px;
    margin-right:20px;
    width:800px;
    padding-bottom:10px;
}

.tourItemWrapper
{
    padding-bottom:10px;
    border-bottom:solid 1px #A5A5A5;
    margin-bottom:15px;
}

.tourItemImage
{
    display:inline;
    width:180px;
    float:left;
}

.tourItemContainer
{
    display:inline;
    float:right;
    width:370px;
}

.tourItemTitle
{
    color:#0087D2;
    font-weight:bold;
	padding-top:3px;
}

.tourItemDates
{
    font-size:.9em;
	padding-top:3px;
}

.tourItemCost
{
    font-size:.9em;
	padding-top:3px;
}

.tourItemDeadline
{
    font-size:.9em;
	padding-top:3px;
}

.tourItemText
{
    padding-top:3px;
    font-size:.8em;    
}

.photoCaption
{
    display:block;
    text-align:center;
    font-size:.8em;   
}

/* LIGHTBOX CSS */
#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; }
