/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	color:#2a5305;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#49722a;
	background-image:url(../images/grassy-backg.jpg);
}
h1 {  /* main header */
	font-size:18px;
	margin-bottom:18px;
	color:#030;
	text-transform:uppercase;
}
h2 {   /* form box header */
	font-size:22px;
	color:#fff603;
	margin-bottom:16px;
}
h3 {   /* sub header */
	font-size:22px;
	text-transform:uppercase;
	margin-bottom:18px;
}
h4 {
	font-size:18px;
	margin-bottom:6px;
}
p {
	margin-bottom:18px;
	line-height:24px;
}
p.last {
	margin-bottom:0;
}
a {
	outline:none;
	color:#a9c38c;
	text-decoration:none;
}
a:hover {
	color:#000;
}
img {
	border-bottom:4px;
}
img.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	border:#647e41 1px solid;
	-moz-box-shadow: 0px 0px 20px #919191;
	-webkit-box-shadow: 0px 0px 20px #919191;
	box-shadow: 0px 0px 20px #919191;
}
ul {
	margin-left:15px;
}
li {
	margin-bottom:12px;
}
div.header {
	position:relative;
	height:207px;
	padding:34px 0px 0px 31px;
	background-image:url(../images/header-1-shadow.png);
	background-repeat:no-repeat;
	clear:both;
}
div.page {
	position:relative;
	margin:8px auto 10px auto;
	width:998px;
}
div.left-col {		/* left column panel  */
	float:left;
	width:500px;
	margin:0px 45px 0px 0px;
}
div.right-col {		/* left column panel  */
	width:326px;
	margin:0px 0px 0px 545px;
}
div.main-content {  /* right column - main page content */
}
div.content-top {
	height:24px;
	background-image:url(../images/content-top.png);
	background-repeat:no-repeat;
}
div.content-mid {
	background-image:url(../images/content-mid.png);
	background-repeat:repeat-y;
	padding:0px 60px 20px 60px;
	position:relative;
}
div.critter {
	width:200px;
	height:110px;
	overflow:hidden;
	position:absolute;
	bottom:-10px;
	right:60px;
}
.critter img {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}
div.content-bot {
	height:28px;
	background-image:url(../images/content-bot.png);
	background-repeat:no-repeat;
}
div.footer {
	height:50px;
	background-image:url(../images/footer-1.png);
	background-repeat:no-repeat;
	color:#f1fabb;
	text-align:center;
	padding-top:15px;
}
div.footer a {
	text-decoration:none;
	color:#f1fabb;
}
div.footer a:hover {
	text-decoration:none;
	color:#000;
}
/***************** top menu *******************/

div#top-menu {		/* menu at top of page - css drop-sown */
	position:absolute;
	height:24px;
	width:700px;
	text-align:right;
	bottom:3px;
	right:64px;
}
#top-menu ul {
	list-style:none;
	z-index:100;
	padding:4px;
}
#top-menu ul li {
	position:relative;
	display:block;
	float:right;
	margin:0px 0px 0px 20px;
	height:24px;
}
#top-menu ul li ul {			/* sub-menu */
	position:absolute;
	top:20px;
	left:-3px;
	width:140px;
	color:#000000;
	visibility:hidden;
	margin:0px;
	padding:5px 0px 5px 10px;
	background:url(../images/back-texture-2.jpg) repeat;
	border:#000000 2px solid;
	border-top:none;
}
#top-menu ul li ul li {		/* sub-menu list item */
	display:block;
	height:20px;
	margin:4px 5px 4px 0px;
	padding:0px;
	z-index:200;
}
#top-menu ul a {
	text-decoration:none;
	color:#f1fabb;
}
#top-menu ul a:hover {
	text-decoration:none;
	color:#FF0;
	border-bottom:#FF0 1px dotted;
}
#top-menu ul li.current a {
	text-decoration:none;
	color:#FF0;
	border-bottom:#FF0 1px dotted;
}
#top-menu ul li:hover ul {
	visibility:visible;
}
#top-menu ul li ul li a {
	text-decoration:none;
	color:#f1fabb;
	background:none;
}
#top-menu li ul li a:hover {
	text-decoration:none;
	color:#FF0;
}
/*** rounded content boxes ***/

div.round-box {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 5px 5px 10px #adb6ae;
	-webkit-box-shadow: 5px 5px 10px #adb6ae;
	box-shadow: 5px 5px 10px #adb6ae;
	background-color:#FFF;
	min-height:100px;
	padding:20px;
	border:#fff 2px solid;
	margin-bottom:35px;
}
div.testimonial {
	background-color: #f2fff4;
	background-image: -webkit-gradient(radial, left top, left bottom, from(#f2fff4), to(#deeae0));
	background-image: -webkit-radial-gradient(top, #f2fff4, #deeae0);
	background-image:    -moz-radial-gradient(top, #f2fff4, #deeae0);
	background-image:     -ms-radial-gradient(top, #f2fff4, #deeae0);
	background-image:      -o-radial-gradient(top, #f2fff4, #deeae0);
	background-image:         radial-gradient(top, #f2fff4, #deeae0);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2fff4', EndColorStr='#deeae0');
	border:#647d40 2px solid;
	color:#858d3e;
	font-weight:bold;
}
.testimonial p {
	line-height:normal;
}
div.formbox {
	background-color: #f2fff4;
	background-image: -webkit-gradient(radial, left top, left bottom, from(#647d40), to(#516534));
	background-image: -webkit-radial-gradient(top, #647d40, #516534);
	background-image:    -moz-radial-gradient(top, #647d40, #516534);
	background-image:     -ms-radial-gradient(top, #647d40, #516534);
	background-image:      -o-radial-gradient(top, #647d40, #516534);
	background-image:         radial-gradient(top, #647d40, #516534);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2fff4', EndColorStr='#516534');
	border:#2a5305 2px solid;
	color:#FFF;
	font-weight:bold;
	height:280px;
	padding-top:30px;
	padding-left:15px;
}
div.free {
	height:auto;
}
.formbox h2 {
	margin-bottom:30px;
}
.formbox .error {
	margin:-18px 0px 12px 0px;
}
div.photo {
	border:#2a5305 2px solid;
	height:330px;
	padding:0;
	overflow:hidden;
	background-image:url(../images/banners/NVOutdoors-graphic-5.jpg);
}
.spacer {
	clear:both;
	height:0px;
}
div.error {
	color:#F00;
	font-size:14px;
	padding:4px;
	background-color:#033;
}
div.phone {
	position:absolute;
	right:66px;
	bottom:39px;
	color:#f1fabb;
	font-size:18px;
	text-align:right;
	text-shadow: 2px 2px 3px #000;
	color:#FFF;
}
div.testl-full {
	margin-bottom:18px;
	padding:0px 20px;
}
div.testl-text {
	font-size:18px;
}
div.testl-signature {
	font-size:14px;
	font-style:italic;
}
div.credits {
	font-size:10px;
	color: #bec370;
	text-align:center;
	margin:0px auto 10px auto;
}
.credits a {
	text-decoration:none;
	color: #bec370;
}
.credits a:hover {
	text-decoration:none;
	color:#FF0;
}
/***************** phioto gallery *****************/
div.gallery-thumbnail {
	width:190px;
	margin:0px 15px 15px 0px;
	float:left;
}

.gallery-thumbnail img {
	margin:0;
	padding:0;
}

div.gallery-photo {
	position:absolute;
	width:auto;
	height:auto;
	top:0px;
	left:0px;
	display:none;
	line-height:14px;
}

.gallery-photo img {
	border:#000 2px solid;
}

.gallery-photo div.gallery-descr {
	bottom:0px;
	left:0px;
	padding:0px 10px 10px 10px;
	position:absolute;
	color:#000;
	font-size:12px;
	font-weight:bold;
}

.gallery-photo div.gallery-title {
	top:0px;
	left:0px;
	padding:5px 10px 0px 10px;
	position:absolute;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}