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

/* Table of Contents -------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*

HTML5
Universal
Structure
Headings
Links
Paragraphs
Lists
Images
Tables
Misc. Content
Classes

*/

/* HTML5 -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
header, hgroup, nav, section, article, aside, figure, figcaption, footer {
	display: block;
}

/* Universal ---------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* Structure ---------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
html { background: #7ea77f; }
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
header {
	background: url(../images/bg-header.jpg) repeat-x;
	height: 8em;
	overflow: visible;
}
#container {
	width: 100%;
	font: 1.8em/2 "Times New Roman", Times, serif;
}
#main-nav {
	float: left;
	width: 16.667%;
	min-width: 165px;
	padding: 1em 0;
}
#main-content {
	background: url(../images/bg-content.jpg) no-repeat #fff;
	background-size: contain;
	float: left;
	width: 66.666%;
	min-width: 320px;
	padding: 27% 2em 0 2em;
}
footer {
	background: #fff;
	clear: both;
	padding: 2em 0;
	border-top: 1px solid #7ea77f;
	text-align: center;
}

/* Headings ----------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	line-height: 1.333;
}
h2 {
	font-size: 2em;
	line-height: 1;
}
h3 {
	font-size: 1.5em;
	line-height: 1.333;
}

/* Links -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
a {
	color: #7ea77f;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
#logo, #main-nav a, .cta {
	display: block;
	color: #fff;
}
	#logo:hover, #main-nav a:hover, .cta:hover {
		text-decoration: none;
	}
#logo {
	background: url(../images/bg-branding.png) no-repeat;
	width: 370px;
	height: 184px;
	margin: 0 auto;
	padding: 1em 0 0 0;
	position: relative;
	z-index: 10;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	font-variant: small-caps;
	text-shadow: 0 1px 10px #000;
}
#main-nav a {
	padding: 0 1em;
}
#main-nav a:hover {
	background: #a4daa5;
	padding: 0 1em 0 2em;
}
.cta {
	background: #7ea77f;
	background: -webkit-linear-gradient(top, #a4daa5, #7ea77f);
	background: -moz-linear-gradient(top, #a4daa5, #7ea77f);
	background: -ms-linear-gradient(top, #a4daa5, #7ea77f);
	background: -o-linear-gradient(top, #a4daa5, #7ea77f);
	background: linear-gradient(top, #a4daa5, #7ea77f);
	padding: 0 .5em;
	border-radius: 2px;
	box-shadow: 0 0 .5em #000;
	position: relative;
	font-size: 2em;
	line-height: 1;
	text-align: center;
	text-shadow: 0 -1px #6a8e6b;
}
header .cta {
	position: absolute;
	top: 1em;
	right: .5em;
	text-align: right;
}
	.cta:hover {
		background: #a4daa5;
		background: -webkit-linear-gradient(top, #c3f0c4, #7ea77f);
		background: -moz-linear-gradient(top, #c3f0c4, #7ea77f);
		background: -ms-linear-gradient(top, #c3f0c4, #7ea77f);
		background: -o-linear-gradient(top, #c3f0c4, #7ea77f);
		background: linear-gradient(top, #c3f0c4, #7ea77f);
	}
	.cta:active {
		background: #6a8e6b;
		background: -webkit-linear-gradient(top, #7ea77f, #6a8e6b);
		background: -moz-linear-gradient(top, #7ea77f, #6a8e6b);
		background: -ms-linear-gradient(top, #7ea77f, #6a8e6b);
		background: -o-linear-gradient(top, #7ea77f, #6a8e6b);
		background: linear-gradient(top, #7ea77f, #6a8e6b);
	}

/* Paragraphs --------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
p {
	margin: 2em 0;
}

/* Lists -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
ul, ol {
	margin: 2em 0;
	padding: 0;
}

/* Images ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
img {
	max-width: 100%;
}
#phone-number {
	position: absolute;
	top: 2em;
	left: 1em;
}

/* Tables ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
table {
	width: 100%;
	margin: 2em 0;
}
	td {
		background: #fff;
		border: 1px solid #000;
		padding: 5px;
	}
	tr:nth-of-type(odd) td {
		background: #7ea77f;
		background: #a4daa5;
	}

/* Misc. Content ------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */
em em, i em {
	font-style: normal;
}

/* Classes ------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------- */
.float-left {
	float: left;
	margin: 0 1em 0 0;
}
.float-right {
	float: right;
	margin: 0 0 0 1em;
}

/* Lightbox ----------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
#lightbox * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#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: 1em "Times New Roman", Times, 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; }

@media screen and (max-width: 857px) {
header {
	height: 16em;
}
#logo {
	background: none;
	width: 100%;
	height: auto;
	margin: 0 auto 1em auto;
	text-align: center;
}
#phone-number, header .cta {
	position: static;
}
#phone-number {
	display: block;
	width: 187px;
	margin: 0 auto;
}
header .cta {
	text-align: center;
}
#main-nav {
	width: 100%;
	margin: 2em 0 0 0;
	text-align: center;
}
	#main-nav a {
		display: inline-block;
	}
		#main-nav a:hover {
			padding: 0 1em;
		}
#main-content {
	width: 100%;
}