@charset "utf-8";

body { background: #fff url(/images/bg.png) repeat-x; font-size: 90%; margin: 30px 0; }
body, input, textarea { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
a { color: #921F1F; }
img { border: 0; }
h1, h2, h3, p { margin-top: 0;	}
h1, h2 { color: #921F1F; font-size: 1.7em; margin-bottom: 0.4em; }
h3.green { color: #34502B; }
.bold { font-weight: bold; }
.red { color: #921F1F; }
.green { color: #34502B; }
.clear { clear: both; }
#wrapper { margin: 0 auto; width: 875px; }
#nav { list-style-type: none; margin: 24px 0 0; padding: 0; }
#nav li { float: left; }
#nav li a { 
	background: #7B9971; 
	text-align: center; 
	color: #fff; 
	display: block; 
	font-size: 1.2em; 
	font-weight: bold; 
	margin-right: 12px; 
	padding: 9px 0; 
	text-decoration: none;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-opera-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
#nav li a.active, #nav li a:hover { background: #7B9971 url(/images/snow.gif) center no-repeat; color: #FFEFB9; }
#nav li a.active { background-color: #34502B; }
#main { margin-top: 30px; }
#leftCol { float: left; width: 537px; }
.text { margin-bottom: 30px; }
#photoCol { float: right; width: 300px; }
#photoCol div { margin-bottom: 10px; border-radius: 10px; }
#photoCol div img { border-radius: 10px; }
p.question { font-style: italic; text-decoration: underline; }
#gallery img { border: 5px solid #CE6B5D; margin-right: 7px; }
label { color: #34502B; display: block; font-weight: bold; margin-bottom: 1px; }
.ffield { border: 1px solid #34502B; display: block; margin-bottom: 12px; padding: 3px 4px; }
#footer { text-align: center; margin-top: 30px; font-weight: bold; }


#jquery-overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; }
#jquery-lightbox { position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; height: 250px; }
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 500px; margin: 0 auto; overflow: auto; }
#lightbox-container-image { padding: 10px; }
#lightbox-loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox-nav {position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext { width: 49%; height: 100%; zoom: 1; display: block; }
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }
#lightbox-container-image-data-box { background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 10px 10px 0; }
#lightbox-container-image-data { padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber { display: block; clear: left; padding-bottom: 1.0em;	}			
#lightbox-secNav-btnClose { width: 66px; float: right; padding-bottom: 0.7em; }

.appearances h1 { margin-bottom: 20px; }
.appearances h3 { text-decoration: underline; }

.arrow-box { margin: 15px 10px 0; background-color: #7B9971; border-radius: 20px; color: white; padding: 20px 15px; font-size: 1.2em; }

.testimonial { padding-left: 75px; }
.testimonial span { color: #921F1F; font-weight: bold; }




