body {
	background-image: url('images/bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #162309;
	background-size: cover;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px; 
}
td {
	vertical-align:top;
	font-size: inherit;
}
img {
	border: 0px;
}
img a {
	text-decoration:none;
}

#container {
	margin: auto;
	width: 980px;
}
#header {
	width:980px;
	border-radius: 15px 15px 0 0;
	background-color: #000;
	height: 70px; 
	text-align:center;
}
#nav {
	font-family: Arial, Helvetica, sans;
	font-size: 14px;
	line-height: 40px; 
	text-align: center; 
	background-color: #868C54; 
}
.links a {
	padding: 12px 8px 12px 8px;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px solid #fff;


}
.links a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
#last{
	border-right: 0px solid #fff;	
}
#maintext {
	background-color: #FBFBF4;
	padding: 20px 60px;
	margin-left: 250px; 
	font-family:Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size:15px; 
	line-height: 160%; 
	border-radius: 0 0 15px 15px;
	min-height: 450px; 
}
#maintext a{
	color: #000;
}
#footer {
	border-radius:  0 0 10px 10px;
	background-color: #000;
	height: 30px; 
	padding: 20px 60px; 
	text-align:center;
	color:#fff;
	font-family:Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size:15px; 

}
#footer a {
	color: #FFFFDD
}
.black {
	float: left;
	width: 230px;
	color: #fff;
	font-family:Arial, Helvetica, Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size:14px; 
	line-height: 160%; 
	padding: 20px 10px; 
}
.black a {
	color: #FFFFFF;
	text-decoration: none; 
}
.black a:hover {
	color: #FFFFDD;
	text-decoration: underline; 
}
#blackwhite {
	background-image:url('images/blackwhite.png');
	background-repeat:repeat-y;
	min-height: 400px; 
	border-radius: 0 0 15px 15px;
}
td#gal {
	padding:5px;
	text-align:center;
	font-size:11px; 
	line-height:13px; 
#	width:25%;
	vertical-align:middle;
	background:  url('/images/grey2.png');
}


.logos {
	padding: 50px 0px 0px 0px; 
	text-align: center; 
}



.dashed {
	width: 100%
}
.dashed td {
	border-bottom: 1px dashed #ccc;
} 


.trees {
	width: 100%;
}
.trees td {
	padding: 5px; 
} 

table.vt a{
	text-decoration:none;
} 
table.vt {
	width: 350px;
	margin-left: 100px; 
	text-align: center; 
} 
table.vt td {
	padding: 20px; 
} 
.vimeo-wrapper, .vimeo-wrapper2 {
    width: 100%;
      background-image: url('/images/just-turf.jpg'); 
      background-size: cover; 
    overflow: hidden;
    position: relative; 
  }
  .vimeo-wrapper:after {
      padding-top: 31.25%;
      display: block;
      content: ""; 
  }
  
  .vimeo-wrapper iframe, .vimeo-wrapper2 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; 
  }
  
  .vimeo-wrapper2:after {
      padding-top: 56.2%;
      display: block;
      content: ""; 
  }










#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1000; 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; }