@charset "utf-8";
/* CSS Document */
/*Global Styles*/
body {
	background-image: url(../images/canvasback.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}

img {
	border: none;
}

p {
 line-height: 18px;
}

/*Classes*/
.header { 
	background-image: url(../images/headback.jpg);
	background-repeat: repeat-x;
	min-height: 127px;
	width: 100%;
    background-color: #134d13;
}

.toprightnav {
	font-family: Tahoma, Arial,Verdana, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
    padding-right: 10px;
	padding-left: 10px;
}

.toprightnav a {
	font-family: Tahoma, Arial,Verdana, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
    padding-right: 10px;
	padding-left: 10px;
}

.toprightnav a:hover {
	text-decoration: underline;
     color: #ffffff;
}

.picklefest {
	background-color: #3d7e3d;
	padding: 5px;
	border-radius: 3px;
}

.nav {
	font-family: Arial Rounded MT Bold,Verdana, Geneva, sans-serif;
	font-size: 14px;
    font-weight: normal;
	color: #fff;
	text-decoration: none;
	/*line-height: 90px;*/
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	float: right;
	padding-top: 40px;
	
}

.nav a {
	font-family: Arial Rounded MT Bold,Verdana, Geneva, sans-serif;
	font-size: 14px;
    font-weight: normal;
	color: #fff;
	text-decoration: none;
	/*line-height: 90px;*/
	padding-left: 10px;
	padding-right: 10px;
	
}

.logo {
		height: 45px;
		margin-top: 50px;
		float: left;
}

.feature-under-box {
	background-color: #134d13;
	height: 10px;
}

.maincontent {
	min-height: 600px;
	overflow: visible;
}

.sidebarcontent {
	margin-bottom: 25px;
}

.sidebarlink {
	width: 100%;
	background-color: #f4f4f4;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
}

.sidebarlink a {
	line-height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
}

.sidebarlink a:hover {
	display: block;
	background-color: #2d782d;
	color: #ffffff;
}

.maincontent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.maincontent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


.maincontent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.maincontent ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
	margin-left: 15px;
}



.footer {
	background-color: #134d13;
	width: 960px;
	height: 100px;
    color: #FFF;
    min-height: 175px;
}



.footer a {
	font-family: Arial Rounded MT Bold,Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	line-height: 16px;
    padding-right: 5px;
   padding-right: 5px;
}

.footer a:hover {
	text-decoration: underline;
        color: #FFF;
}



