@charset "UTF-8";

/* 
   css Copyright © 2005-2012 Karelia Software. All rights reserved.
   css released under Creative Commons License  - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners and are licensed separately. 
*/

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}

/* Navigation arrows */
div.text-navigation { text-align:center; margin-bottom:1em;}
div.text-navigation div { display:inline; margin:0px 0.5em; }
.collection-navigation .disabled-navigation { text-indent:-5000px; }

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */
.wide { display:block; }

.narrow.left {   /* Some designs won't respect without !important */
    float:left!important;
    clear:left!important;
}
.narrow.right {
    float:right!important;
    clear:right!important;
}

.wide.left .graphic, img.wide.left { margin-left:0px; margin-right:auto; }
.wide.center .graphic, img.wide.center { margin-left:auto; margin-right:auto; }
.wide.right .graphic, img.wide.right { margin-left:auto; margin-right:0px; }

.ImageElement.left, .AudioElement.left { text-align:left; }
.ImageElement.center, .AudioElement.center { text-align:center; }
.ImageElement.right, .AudioElement.right { text-align:right; }

/* Captions should align themselves with the graphic */
.graphic-container.left .caption { text-align:left; }
.graphic-container.center .caption { text-align:center; }
.graphic-container.right .caption { text-align:right; }

/* Inline iframes need to display as a block to layout right */
.graphic iframe { display:block; }

/* Pagelet photo grids should be generally be auto width (some 1.x designs hardcoded an exact width) */
.pagelet .photogrid-index { width:auto; }

/* For content like amazon which forces white background. Design SHOULD set color for A tag and text color. */
.whiteBackground
{
	background-color:white;
}

.article-info
{
	margin-bottom:1em;
}
 
/* Firefox reduce dotted lines on links */
.photo-navigation a:focus, .replaced a:focus {overflow:hidden;}

/* Disqus correction to prevent overflow scroll bars in some designs */
#dsq-content { overflow:hidden; }
#dsq-content .dsq-auth-header { width: auto!important; }
#dsq-content .dsq-by { margin: 4px 6px 0px 0px; }
#dsq-content .dsq-by a, #dsq-content .dsq-by a:hover { border: 0px none; }
#dsq-content h3 { margin:0px; }

/* Site menus. Don't wrap the top level items, and wrap sub-menu items normaly. */
#sitemenu-content ul li span.in { white-space:nowrap;}
* html #sitemenu-content ul li span.in {white-space: normal}
*:first-child+html #sitemenu-content ul li span.in {white-space: normal}
#sitemenu-content ul ul li span.in {white-space: normal}
#sitemenu-content span.in { position: relative; }

body { word-wrap:break-word; }

/* Make sure scaled-down images look good in IE */
img { -ms-interpolation-mode: bicubic; }

.photogrid-index-bottom { clear:left; }

textarea.fullWidth, input.fullWidth, select.fullWidth {
	width:96%;
	margin:4px 0;
}
textarea.fullWidth, select.fullWidth {
	margin: 4px 1px
}

form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

.contactError { color:red; font-weight:bold; }

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
	min-width: 0px;
}

textarea {
    resize: vertical;
}

form.contactElement p {
	text-align: left;
}

/*
File:  'Blueball Snapshot Green Wide' main.css Style Sheet
Created: 26, August, 2008
Last Modified: 09, April, 2013
Version: 5.0
Author:  Charlie Lockhart, Blueball Design
http://sandvoxdesigns.blueballdesign.com
Copyright 2008-2013 Charlie Lockhart/Blueball Design LLC USA, All Rights Reserved
*/

/* @group Global CSS */

body {
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.9em;
	font-weight: normal;
	background: #ffffff url(images/snapshot_green_topbg.jpg) top left repeat-x;
	color: #282828;
	word-wrap: break-word;
}

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

#main {
	min-height: 300px;
}

#main .clear {
	clear: left;
}

img {
	border: 0;
}

a img {
	border: 0;
}

a:link {
	color: #62a217;
	text-decoration: underline;
}

a:active {
	color: #62a217;
	text-decoration: underline;
}

a:visited {
	color: #62a217;
	text-decoration: underline;
}

a:hover {
	color: #62a217;
	text-decoration: none;
}



p {
	margin: 0;
}

blockquote {
	font-style: italic;
	margin: 8px 0 8px 12px;
	font-size: 1.15em;
	line-height: 1.4em;
	padding: 0 10px 0 9px;
	border-left: 3px solid #62a217;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #62a217;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 7px;
}

* html h2 {
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.4em;
	color: #454545;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

* html h3 {
	font-family: Helvetica, Arial, sans-serif;
}

h5 {
	font-size: .95em;
}

.clear {
	clear: both;
	height: 0;
}

#main .clear {
	clear: left;
}

.hidden {
	display: none;
}

.ImageElement, .VideoElement {
	text-align: center;
	margin: 10px 0 6px 0;
}

img.narrow, .article-thumbnail img {
	display: block;
	float: left;
	margin: 2px 20px 2px 0;
}

.narrow.left {
	margin: 2px 20px 2px 0px;
}

.narrow.right {
	margin: 2px 0px 2px 20px;
}

div.rssBadge {
	margin: 10px;
}

/* Small icon option */

img.smallRSSBadgeIcon {
	vertical-align: middle;
}

img.smallRSSBadgeIconLeft {
	margin-right: 4px;
}

img.smallRSSBadgeIconRight {
	margin-left: 4px;
}

/* Large icon option */

div.largeRSSBadgeIcon, p.largeRSSBadgeIcon {
	margin: 0 10px;
	text-align: center !important;
}

img.largeRSSBadgeIcon {
	margin-bottom: 4px;
}

p.largeRSSBadgeIcon {
	margin: 0;
}

ul {
	padding-left: 20px;
	list-style-type: disc;
	color: #282828;
	line-height: 18px;
}

ul a:hover {
	color: #62a217;
	text-decoration: none;
}

ol, dd {
	padding-left: 20px;
}

li a:hover {
	color: #62a217;
	text-decoration: none;
}

.sitemap-page a:hover {
	color: #62a217;
	text-decoration: none;
}

/* 2.0 wrap compatibility. 2.0-compatible designs can further adjust these if they need */

.wide {
	display: block;
}

img.narrow.left {
	float: left!important;
	clear: left;
}

img.narrow.right {
	float: right!important;
	clear: right;
}

.wide.left .graphic, img.wide.left {
	margin-left: 0px;
	margin-right: auto;
}

.wide.center .graphic, img.wide.center {
	margin-left: auto;
	margin-right: auto;
}

.wide.right .graphic, img.wide.right {
	margin-left: auto;
	margin-right: 0px;
}

.ImageElement.left {
	text-align: left;
}

.ImageElement.center {
	text-align: center;
}

.ImageElement.right {
	text-align: right;
}

/* @end */

/* @group Page-Top */

#page-container {
	background: transparent;
	margin: 0px auto;
	width: 1000px;
}

#page {
	width: 1000px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 24px;
	padding: 0;
	background: transparent;
}

#page-top {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	background: transparent url(snapshotbanner1000.jpg) top no-repeat;
}

#title {
	position: relative;
	background: transparent;
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	height: 200px;
}

#title h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 12px 274px 0 28px;
	padding: 14px 0 0 0;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: bold;
	color: #454545;
	text-align: left;
	letter-spacing: 0px;
}

* html #title h1 {
	font-weight: 600;
	letter-spacing: -.5px;
	font-family: Helvetica, Arial, sans-serif;
}

.has-logo #title h1 {
	margin: 20px 274px 0px 0px;
	padding: 6px 0 0 0;
	background: transparent;
}

#title h1 a:visited {
	color: #282828;
	text-decoration: none;
}

#title h1 a:hover {
	color: #62a217;
	text-decoration: none;
}

#title h1 a:link {
	color: #282828;
	text-decoration: none;
}

#title p {
	position: absolute;
	top: 103px;
	left: 28px;
	width: 670px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.1em;
	line-height: 1.2em;
	text-align: left;
	letter-spacing: 0;
	background: transparent;
    color: #ffffff;
}

* html #title p {
	font-weight: 800;
	letter-spacing: -.5px;
	font-family: Helvetica, Arial, sans-serif;
}

#title img {
	position: relative;
	float: left;
	margin: 10px 16px 0 28px;
	display: block;
	height: 50px;
	width: 170px;
}

/* @end */

/* @group Site Menu */

#sitemenu-container {
	clear: both;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: 31px;
	background: transparent;
	z-index: 1000;
}

#sitemenu-content ul {
	position: relative;
	display: block;
	width: 982px;
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	height: 31px;
	line-height: 31px;
	padding: 0;
	margin: 0 0 0 18px;
	background: transparent;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

* html #sitemenu-content ul {
	font-weight: 400;
	font-family: Helvetica, Arial, sans-serif;
}

#sitemenu-content li {
	display: inline;
	height: 31px;
	line-height: 31px;
	padding: 8px 12px 8px 9px;
	background: transparent url(images/snapshot_navdivider.jpg) bottom right no-repeat;
}

#sitemenu-content ul li a {
	color: #282828;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	z-index: 30;
}

#sitemenu-content ul li a:hover {
	color: #62a217 !important;
	text-decoration: none;
	font-weight: normal;
	height: 31px;
}

#sitemenu-content li.currentPage {
	color: #62a217 !important;
	font-weight: bold;
	text-decoration: none;
	height: 31px;
}

#sitemenu-content ul .submenu-indicator {
display: inline-block;
background: url(images/nav_down.png) center center no-repeat;
width: 12px;
height: 9px;
}

#sitemenu-content li:last-child {
	background: transparent;
}

/* 1st nav sub level  -------------------- */

.hasSubmenu ul {
	top: 30px !important;
	box-shadow: none !important;
	text-align: left !important;
}

#sitemenu-content ul li ul {
	display:block;
	position: absolute;
	right: 0;
	margin: 0em;
	padding: 0em;
	display: none;
	visibility: hidden;
	list-style-type: none;
	width: 200px;
	border: 1px solid #a6a6a6 !important;
	box-shadow: none !important;
	z-index: 1004;
}

#sitemenu-content li li {
	background: #f2f4f6;
}

#sitemenu-content li li:last-child {
	background: #f2f4f6;
}

#sitemenu-content ul li ul li span.in {
	width: auto;
	padding: 0px 5px 0px 6px;
	margin: 0;
	border-top: 0px;
	border-bottom: 0px;
}

#sitemenu-content ul li ul li a:hover {
	color: #62a217 !important;
	text-decoration: none !important;
	font-weight: normal;
	background: #ffffff;
}

#sitemenu-content .currentParent > a {
	color: #62a217;
	text-decoration: none;
	font-weight: bold;
}
#sitemenu-content .currentParent > a:hover {
	color: #282828 !important;
	text-decoration: none;
	font-weight: bold;
}

#sitemenu-content li li.currentParent > a span.in {
	background: #ffffff;
}

#sitemenu-content ul ul .submenu-indicator {
display: block;
background: url(images/nav_right.png) center center no-repeat;
width: 9px;
height: 12px;
position: absolute;
top: 8px;
right: 5px;
}

/* 2nd nav sub level  -------------------- */

#sitemenu-content ul li ul li ul {
	position: absolute;
	right: 0;
	top: 0;
	left: 200px;
	margin: 0em;
	padding: 0em;
	display: none;
	visibility: hidden;
	list-style-type: none;
	width: 200px;
	background: white;
	border: 1px solid #a6a6a6 !important;
	box-shadow: none !important;
}

.hasSubmenu ul li ul {
	top: -1px !important;
	box-shadow: none !important;
	text-align: left !important;
	z-index: 1004;
}

ul li ul li ul.isSubMenu {
	left: 202px !important;
}

#sitemenu-content li li.currentPage {
	color: #62a217 !important;
	font-weight: bold;
	text-decoration: none;
	height: 31px;
	background: #ffffff;
}

#sitemenu-content li li.currentPage .in:hover {
	color: #282828 !important;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff;
	font-weight: normal;
}


/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 1px 0 10px 0;
	padding: 5px 0px 4px 0px;
	background: transparent;
	line-height: 1.4em;
	min-height: 0px;
	height: auto !important;
	overflow: hidden;
}

body.allow-sidebar #main {
	float: left;
	width: 700px;
	padding: 1px 0 0 3px;
	margin-bottom: 14px;
	min-height: 300px;
	height: auto !important;
	background: #ffffff;
}

body.no-sidebar #main {
	width: 937px;
	margin-left: 0;
	margin-bottom: 14px;
	padding: 1px 60px 0 3px;
	height: auto !important;
	background: #ffffff;
}

/* @end */

/* @group Page-Content */

#page-content {
	position: relative;
	width: 950px;
	min-height: 300px;
	height: auto !important;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 14px;
	padding: 4px 0px 2px 0px;
	background: transparent;
	text-align: left;
	overflow: hidden;
}

* html #page-content {
	margin-top: -2px;
	margin-bottom: 2px;
}

*:first-child+html #page-content {
	
}

/* @end */

/* @group Page Bottom */

#page-bottom {
	clear: both;
	width: 960px;
	margin: 4px 0 0 0;
	padding: 18px 20px 24px 20px;
	text-align: center;
	background: #fff url(images/footer_bottomshadow1000.png) top center no-repeat;
}

* html #page-bottom {
	margin: 4px 0 0 0;
}

*:first-child+html #page-bottom {
	margin: 0px;
}

#page-bottom-contents {
	font-size: .95em;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	padding: 28px 20px 24px 20px;
	margin: 0px;
}

*:first-child+html #page-bottom-contents {
	padding: 6px 20px 6px 20px;
}

/* @end */



/* @group Contact Form */

form.contactElement textarea,form.contactElement input,form.contactElement select {
	margin: 4px 0;
}

form.contactElement input.submit {
}

form.contactElement th {
	padding-right: 5px;
}

*:first-child+html form.contactElement input.submit {
	padding: 0px 10%;
}

form.labelsOnSide input.submit  {
width: auto;
display: block;
margin-left: auto;
margin-right: 2%;
float: right;
}


/* @end */

/* @group Pagelet */

.pagelet {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 5px;
	overflow: hidden;
	text-align: left;
}

.pagelet p {
	padding: 0 0 2px 0;
}

.pagelet-body {
	margin: 5px;
}

.pagelet h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	color: #62a217;
	letter-spacing: .5px;
	padding: 2px 0 0 3px;
}

* html .pagelet h4 {
	letter-spacing: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

.pagelet.bordered {
	border-style: solid;
	border-color: #d2d6db;
	border-width: 1px;
	margin: 8px 0px;
	padding: 5px;
}

.pagelet.bordered h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #62a217;
	padding: 2px 0 0 3px;
	margin-bottom: 6px;
	letter-spacing: .5px;
}

* html .pagelet.bordered h4 {
	letter-spacing: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

.pagelet.bordered .ImageElement, .pagelet.bordered .VideoElement {
	margin-left: -1px;
}

.pagelet .ImageElement, .pagelet .VideoElement {
	margin-left: -2px;
	padding: 5px 0 0 0;
}

.pagelet ul {
	padding-left: 26px;
	list-style-type: disc;
	color: #282828;
	line-height: 18px;
	text-align: left;
}

* html .pagelet ul {
	padding-left: 22px;
	list-style-type: disc;
	color: #282828;
}

*:first-child+html .pagelet ul {
	padding-left: 16px;
	list-style-position: inside;
}

.pagelet a img {
	border: none;
}

/* @end */

/* @group Callout */

.callout {
	width: 230px;
	float: left;
	margin: 4px 10px 0 0;
}

.callout .pagelet.bordered {
	margin-left: 0;
}

.callout .pagelet.bordered img {
	margin-left: -2px;
}

/* @end */

/* @group Article-Blog Page */

#main h2 {
	font-size: 1.8em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #62a217;
	margin-top: 3px;
	padding-top: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

* html #main h2 {
	font-weight: 700;
	font-family: Helvetica, Arial, sans-serif;
}

.general-index {
	font-size: 1em;
	line-height: 1.6;
	color: #282828;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 6px 0 6px 0;
}

.general-index h3 {
	font-size: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.3em;
	color: #282828;
	font-weight: bold;
	margin: 12px 0 3px 0;
	padding: 10px 10px 0px 0;
}

* html .general-index h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.general-index h3 a {
	color: #62a217;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 0;
	margin-top: 12px;
	margin-bottom: 0px;
}

.general-index h3 a:hover {
	color: #62a217;
	text-decoration: none;
}

.general-index h5 {
	font-size: .95em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.3em;
	color: #282828;
	font-weight: bold;
	margin: 12px 0 3px 0;
	padding: 10px 10px 0px 0;
}

.general-index h5 a {
	color: #62a217;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 10px 0px 0;
	margin-top: 12px;
	margin-bottom: 0px;
}

.general-index h5 a:hover {
	font-weight: bold;
	color: #62a217;
	text-decoration: none;
}

.listing-index {
	margin-bottom: 15px;
	padding: 0px 6px;
}

.listing-index h3 {
	font-size: 1em;
	line-height: 1.2em;
	color: #282828;
	font-weight: normal;
}

.general-index .article {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background: transparent;
	margin-bottom: 15px;
}

.article {
	margin-bottom: 6px;
	padding: 10px 0 0 0;
}

.article p {
	margin: 0;
	background: transparent;
}

* html .article {
	padding: 2px 0 0 0;
}

*:first-child+html .article {
	padding: 10px 0 10px 0;
}

.article ul {
	line-height: 1.7em;
}

.article-info {
	
}

.article-summary {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.9em;
	font-weight: normal;
}

.article h3 {
	font-size: 1.5em;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.3em;
	color: #62a217;
	font-weight: bold;
	padding: 0px 10px 0px 0;
	margin-top: 5px;
	margin-bottom: 6px;
}

* html .article h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.article h3 a, a:active {
	text-decoration: underline;
	color: #62a217;
}

.article h3 a:hover, .article h3 a:focus {
	text-decoration: none;
	color: #62a217;
}

.article-info .timestamp {
	clear: left;
	position: relative;
	text-align: left;
	background: transparent;
	padding: 2px 12px 1px 0px;
	margin: 10px 0px 0px 0px;
	font-size: .85em;
	font-style: italic;
	letter-spacing: .6px;
	color: #62a217;
}

* html .article-info .timestamp {
	letter-spacing: 0px;
}

.article-info .continue-reading-link a:link, .article-info .continue-reading-link a:visited, .article-info .continue-reading-link a:active {
	color: #62a217;
	text-decoration: underline;
	font-size: .95em;
	font-style: italic;
	margin-top: 3px;
}

.article-info .continue-reading-link a:hover {
	color: #62a217;
	text-decoration: none;
	font-size: .95em;
	font-style: italic;
	margin-top: 3px;
}

.article-info .continue-reading-link a:visited {
	color: #62a217;
	text-decoration: underline;
	font-size: .95em;
	font-style: italic;
	margin-top: 3px;
}

.comments {
	padding: 3px 0 6px 0;
	margin-top: 1px;
	color: #282828;
	font-size: .95em;
	background: #fff;
}

.comments a {
	padding: 3px 0 6px 20px;
	margin-top: 1px;
	color: #62a217;
	text-decoration: underline;
	font-size: .95em;
	background: #fff url(images/commentR.png) left center no-repeat;
}

* html .comments a {
	background: #fff url(images/commentR.gif) left center no-repeat;
}

* html .comments a:hover {
	background: #fff url(images/commentR.gif) left center no-repeat;
}

.comments a:hover {
	padding: 3px 0 6px 20px;
	margin-top: 1px;
	color: #62a217;
	text-decoration: none;
	font-size: .95em;
	background: #fff url(images/commentR.png) left center no-repeat;
}

/* @end */

/* @group Photo Grid */

.photogrid-index {
	margin-top: 12px;
	padding-top: 10px;
	text-align: center;
	margin: auto;
	overflow: hidden;
	height: 1%;
}

.photogrid-index a {
	text-decoration: none;
}

.gridItem {
	float: left;
	position: relative;
	width: 300px;
	height: 372px;


/* room for caption */
	overflow: hidden;
	margin-top: 5px;
}

.gridItem h3 {
	font-weight: normal;
	font-size: .95em;
	line-height: 1.2em;
	text-align: center;
	margin: 0 7px;
	padding: 1px 0px 0px 0px;
	background: transparent;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	width: 136px;
	position: absolute;
	top: 140px;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
	margin: 2px 5px;
}

.gridItem h3 a {
	text-decoration: underline;
	color: #62a217;
}

.gridItem h3 a:hover, a:focus {
	text-decoration: none;
	color: #62a217;
}

.gridItem img {
	border: 0px solid #888888;
	margin: auto!important;
	display: block;
	position: absolute;
	top: 0;
	bottom: 48px;
	right: 0;
	left: 0;
}

.gridItem img a:hover {
	border: 0px solid #62a217;
}

* html .gridItem img {
	position: relative;
	top: 0px;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem img {
	position: relative;
	top: 0px;
}

*:first-child+html .gridItem h3 {
	position: relative;
	top: 2px;
}

/* @end */

/* @group Single Photo Page */

.photo-navigation {
	position: relative;
	z-index: 100;
	height: 40px;
	width: 200px;
	margin: 0px auto;
	margin-top: 14px;
	margin-bottom: 14px;
}

.photo img {
	padding: 0px;
	border: 0px solid #888888;
	margin-top: 0px;
	margin-bottom: 5px;
}

.caption {
	font-size: .9em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: .6px;
}

* html .caption {
	font-weight: 700;
	letter-spacing: 0px;
}

.photo-navigation a {
	border: none;
}

.photo-navigation div {
	width: 40px;
	height: 40px;
	position: absolute;
	text-indent: -5000em;
}

.photo-navigation a {
	border-bottom: none;
	display: block;
	width: 100%;
	height: 100%;
}

.image-controls a, .image-controls a:hover {
	border: 0;
}

#previous-photo {
	background: url(images/index_leftarrow_gray.jpg) top no-repeat;
	left: 30px;
}

#previous-photo a {
	background: url(images/index_leftarrow_green.jpg) top no-repeat;
}

#previous-photo a:hover {
	background: url(images/index_leftarrow_gray.jpg) top no-repeat;
}

#previous-photo a:visited {
	background: url(images/index_leftarrow_green.jpg) top no-repeat;
}

#next-photo {
	background: url(images/index_rightarrow_gray.jpg) top no-repeat;
	left: 126px;
}

#next-photo a {
	background: url(images/index_rightarrow_green.jpg) top no-repeat;
}

#next-photo a:hover {
	background: url(images/index_rightarrow_gray.jpg) top no-repeat;
}

#next-photo a:visited {
	background: url(images/index_rightarrow_green.jpg) top no-repeat;
}

#photo-list {
	background: url(images/indexgrid_gray.jpg) top no-repeat;
	left: 78px;
}

#photo-list a {
	background: url(images/indexgrid_green.jpg) top no-repeat;
}

#photo-list a:hover {
	background: url(images/indexgrid_gray.jpg) top no-repeat;
}

#photo-list a:visited {
	background: url(images/indexgrid_green.jpg) top no-repeat;
}

.image-controls a {
	border-bottom: 0;
}

/* @end */

.callout-container, .graphic-container { clear:left; }

#page-top { background-image: url("banner.jpeg"); }

