*{
	font-family:times;
	margin:0;
	padding:0;
	border:0;
}
body {
	background-image: url("wood_back.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color:#fff;
	background-size:cover;
}
@media screen and (max-width:860px){
body {
	background-size:100% 100%;
	background-attachment: scroll;
}}

/* This begins the start of the header */

a {
	text-decoration: none;
}

.menu {
	position: fixed;
	background-color:#37541A;
	top:0;
	left:0;
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
	z-index:2;
	width:100%;
	white-space: nowrap;
	-moz-box-shadow: inset 0 -14px 14px -14px #d9edc4;
	-webkit-box-shadow: inset 0 -14px 14px -14px #d9edc4;
	box-shadow: inset 0 -14px 14px -14px #d9edc4;
}
.small_logo_container{
	position:fixed;
	top:-15px;
	left:10%;
	width:100px;
	height:auto;
	z-index:3;
}
.small_logo_pic{
	width:100%;
	height:auto;
}

/*Mobile menu */
.mobile_container{
	display:none;
	padding:0;
	margin:0;
	border:0;
	padding-right:5%;
}
.container {
	cursor: pointer;
	padding:0 5% 0 0;
	display: inline-block;
	padding:7px 0 7px 0;
}

.bar1, .bar2, .bar3 {
	width: 20px;
	height: 3px;
	background-color: #fff;
	margin: 4px 0;
	transition: 0.4s;
}

.change .bar1 {
	-ms-transform:rotate(-45deg) translate(-4.5px, 5.5px);
	-webkit-transform: rotate(-45deg) translate(-4.5px, 5.5px);
	transform: rotate(-45deg) translate(-4.5px, 5.5px);
        background-color: red;
}

.change .bar2 {
	-ms-transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: red;
}

.change .bar3 {
	opacity:0;
	-ms-transform:rotate(45deg) translate(-4.1px, -6px);
	-webkit-transform:rotate(45deg) translate(-4.1px, -6px);
	transform: rotate(45deg) translate(-4.1px, -6px);
	background-color: red;
}
@media screen and (max-width:660px){
.mobile_container{
	display: inline-block;
}
.menu {
	padding-top:0px;
	padding-bottom:0px;
}}
.mobile_dropdown_content{
	display: none;
	position: absolute;
	background-color: #d9edc4;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
	right:0%;
	border:4px solid #37541a;
	font-size:17px;
	width:210px;
}
.mobile_dropdown_content a{
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	font-size:20px;
	padding:10px 10px 10px 10px;
	background-color: #d9edc4;
	outline: none;
	cursor: pointer;
}
.button_3, .button_4{
	width:100%;
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	font-size:20px;
	padding:10px 10px 10px 10px;
	background-color: #d9edc4;
	outline: none;
	cursor: pointer;
}
.button_mouse_3, .button_click_3, .button_click_4{
	width:100%;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align:left;
	font-size:20px;
	padding:10px 10px 10px 10px;
	background-color: #37541a;
	outline: none;
	cursor: pointer;
}
.mobile_dropdown_content a:hover{
	color: #ffffff;
	background-color:#37541a;
}
.mobile_produce_dropdown, .mobile_tree_dropdown{
	display:none;
	border-bottom:4px solid #37541A;
}	
.mobile_produce_dropdown a, .mobile_tree_dropdown a{
	background-color:#bfe19d;
}

/*This ends the mobile menu/*


#home a{
	border-top:1.5px solid white;
	border-bottom:1.5px solid white;

}
#java_button, #java_button_2{
	border-top:1.5px solid transparent;
	border-bottom:1.5px solid transparent;

}

/* Dropdown Content (Hidden by Default) */
.dropdown_content, .dropdown_content_2 {
	display: none;
	position: absolute;
	background-color: #d9edc4;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
	min-width:100%;
	border:4px solid #37541A;
	margin-top:11px;
}
/*End dropdown content*/


/*All text changes are here */
.button_container, .button_container_2{
	display:inline-block;	
	position: relative;
}
.button, .button_2{
	display:inline-block;
	color:white;
	background-color:#37541A;
	font-size:20px;
	font-weight: bold;
	outline: none;
	border: none;
	padding:0 5px 0 5px;
	margin:0 0 0 20px;
}
/*What happens to the button when it is clicked or selected with the mouse*/
.button_click, .button_mouse, .button_click_2{
	display:inline-block;
	color:#37541A;
	background-color:#fff;
	font-size:20px;
	font-weight: bold;
	outline: none;
	border: none;
	border-radius: 15px;
	padding:0 5px 0 5px;
	margin:0 0 0 20px;
	cursor: pointer;
}

/* Links inside the dropdown */
.dropdown_content a, .dropdown_content_2 a {
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	font-size:20px;
	padding:15px 10px 15px 10px;

}
.right_link{
	padding-right:10%;
	
}
.link a{
	font-size:20px;
	font-weight: bold;
	color:#ffffff;
	padding:0 5px 0 5px;
	margin:0 0 0 20px;
}
@media screen and (max-width:860px){
.span_hide{
	display:none;
}
.link a,.button, .button_click, .button_2, .button_mouse, .button_click_2 {
	font-size:18px;	
	margin:0 0 0 18px;
	-webkit-text-size-adjust: 100%;	
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.dropdown_content a, .dropdown_content_2 a{
	font-size:18px;	
	padding:10px 15px 10px 15px;
	-webkit-text-size-adjust: 100%;	
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}}
@media screen and (max-width:660px){
.link a,.button, .button_click, .button_2, .button_mouse, .button_click_2 {
	display:none;
	font-size:17px;
	margin:0 0 0 10px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.dropdown_content a, .dropdown_content_2 a{
	font-size:17px;	
	padding:10px 6px 10px 6px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;	
}

.small_logo_container{
	width:75px;
	left:5%;
}}
@media screen and (max-width:440px){
.link a,.button, .button_click, .button_2, .button_mouse, .button_click_2 {	
	/*font-size:17px;	
	margin:0 3px 0 3px;*/	
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.dropdown_content a, .dropdown_content_2 a{
	/*font-size:17px;	
	padding:10px 5px 10px 5px;*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}}
@media screen and (max-width:380px){
.link a,.button, .button_click, .button_2, .button_mouse, .button_click_2 {	
	/*font-size:15px;	
	margin:0 3px 0 3px;*/	
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.dropdown_content a, .dropdown_content_2 a{
	/*font-size:15px;	
	padding:10px 4px 10px 4px;*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}}
/*This ends the text size section*/

/*This section deals with text hovering!*/
.link a:hover{ 
	color: #37541A;
	padding-top:0;
	padding-bottom:0;
	background-color:#ffffff;
	border-radius: 15px;
}
/* Change color of dropdown links on hover */
.dropdown_content a:hover,  .dropdown_content_2 a:hover{
	color: #ffffff;
	background-color:#37541A;
}
.button:hover > .down{
	border-top: 8px solid #37541A;
}
.button:hover > .up{
	border-bottom: 8px solid #37541A;
}
/*This ends the hovering section*/

/* Down and up arrows */
.down {
	display:inline-block;
	position:relative;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}
.down_black {
	display:inline-block;
	position:relative;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000;
}
.up {
	display:inline-block;
	position:relative;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #37541A; 
}
.up_white {
	display:inline-block;
	position:relative;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff; 
}
@media screen and (max-width:860px){
.down {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}
.up {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #37541A; 
}}
@media screen and (max-width:660px){
.down {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}
.up {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #37541A; 
}
.down_black {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
}
.up_white {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff; 
}}
@media screen and (max-width:410px){
.down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}
.up {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #37541A; 
}}
/* Arrows End*/
/*This has to come after the hidden stuff.*/
.show {
	display:block;
}

/*This ends the header section*/


.mainbody{
	position:relative;
	display:block;
	margin-top:50px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
	background-image: url("cabbage_back.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color:#fff;
	padding-bottom:40px;
}

@media screen and (max-width:860px){
.mainbody{
	background-image:none;
	padding-bottom:20px;
}}
@media screen and (max-width:660px){
.mainbody{
	margin-top:40px;
	width:90%;
}}
h1 {
	text-align:center;
	font-size:30px;
	padding:40px 0 20px 0;
	/*text-shadow: 3.5px 3.5px #0c1a4d;*/
}
@media screen and (max-width:1060px){
h1 {
	font-size:28px;
	padding:30px 0 15px 0;
}}
@media screen and (max-width:860px){
h1 {
	font-size:26px;
	padding:20px 0 10px 0;
}}
@media screen and (max-width:660px){
h1 {
	font-size:24px;
}}

.mainbody_text{
	font-size:19px;
	display:block;
	padding:0 40px 20px 40px;
	text-align:justify;
}

@media screen and (max-width:860px){
.mainbody_text{
	font-size:18px;
	padding-bottom:20px;
}}
@media screen and (max-width:660px){
.mainbody_text{
	font-size:17px;
	text-align:left;
	padding:0 20px 0px 20px;
}}


/* This begins the department containers */

.department_containers{
	margin-left:1%;
	margin-bottom:1%;
	border:5px ridge #293d3d;
	display:inline-block;
	width:48.5%;
	vertical-align:top;
 	border-radius: 25px;
	background-color:#233237;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
.department_header{
	width:100%;
	font-size:19px;
	text-align:center;
	border-bottom:5px ridge #293d3d;
	color:#fff;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
.department_container_image_contacts{
	background-color:#ddedff;
}
.department_image_container{
	width:35%;
	display:inline-block;
	vertical-align:top;
	border-right:5px ridge #293d3d;
	background-color:#293d3d;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
.department_pic{
	display:block;
	width:100%;
	height:auto;
}
.department_contacts{
	width:65%;
	display:inline-block;
	font-size:19px;
	vertical-align:top;
	padding:10px 0 0 10px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
.department_contacts p{
	padding-bottom:5px;
}
.department_phone{
	width:100%;
	font-size:19px;
	text-align:center;
	border-top:5px ridge #293d3d;
	color:#fff;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}
.department_phone a{
	padding:0 4px 0 4px;
	color:#fff;
}
.department_phone a:hover{
	color:#000;
	background-color:#fff;
	border-radius: 15px;
}
@media screen and (max-width:1060px){
 .department_contacts{
	font-size:18px;
	padding:5px 0 0 5px;
}
.department_contacts p{
	padding-bottom:2px;

}}
@media screen and (max-width:860px){
 .department_contacts{
	font-size:18px;
	padding:10px 0 0 10px;
}
.department_header, .department_phone{
	font-size:18px;
}
.department_containers{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	max-width:460px;
}
.department_contacts p{
	padding-bottom:5px;

}}
@media screen and (max-width:660px){
.department_containers{
	width:100%;
}
 .department_contacts{
	font-size:17px;
	padding:5px 0 0 5px;
}
.department_contacts p{
	padding-bottom:3px;

}
.department_header, .department_phone{
	font-size:17px;
}}
/* This ends the department containers */


/* This begins the contact form section */
.contact_form{
	background-color:#233237;
	border:5px ridge #293d3d;
	padding:1.5em 0 1em 0;
	max-width:480px;
	width:95%;
	display:block;
	margin-left:auto;
	margin-right:auto;
 	border-radius: 25px;
	text-align:center;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}


@media screen and (max-width:660px){
.contact_form{
	width:100%;
}}
.contact_form_main{
	width:100%;
	padding:0;
	border:0;
	margin:0;

}
.contact_form_inner_main{
	width:85%;
	padding:0;
	border:0;
	margin-left:auto;
	margin-right:auto;

}
.contact_form_intro{
	color:white;
	text-align:center;
	font-size:19px;
	padding-bottom:10px;
}
@media screen and (max-width:860px){
.contact_form_intro{
	font-size:18px;
}}
@media screen and (max-width:660px){
.contact_form_intro{
	font-size:17px;
}}

.contact_form_instructions{
	font-size:19px;
	padding-bottom:10px;
	color:white;
	text-align:left;
}
@media screen and (max-width:860px){
.contact_form_instructions{
	font-size:18px;
}}
@media screen and (max-width:660px){
.contact_form_instructions{
	font-size:17px;
}}

.alert{
	border:1px solid transparent;
	border-radius:15px;
	padding:10px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	text-align:left;
}
@media screen and (max-width:860px){
.alert{
	font-size:17px;
}}
@media screen and (max-width:660px){
.alert{
	font-size:16px;
}}
.alert_success {

	background-color: #dff0d8;
    
	border-color: #d6e9c6;
    
	color: #3c763d;
}


.alert_warning {
  

	background-color: #f2dede;
    
	border-color: #ebccd1;
    
	color: red;


}
.cell_error_text{
	background-color:#233237;
	text-align:left;
	font-size:15px;
	display:block;
	color: red;
		
	width:100%;
}
.cell_good {
	padding: 5px 0 5px 0;
	margin:5px 0 5px 0;
 	font-family: Cambria, Cochin, serif;
	font-size: 15px;
	font-weight: bold;
	outline: none;
	line-height:17px;
	width:100%;
	background-color: #DDEDFF;
	border: 1px solid #97C9FF;

}
.size_1{
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
}
.size_2{
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
}

.cell_error{
	padding: 5px 0 5px 0;
	margin:5px 0 5px 0;
 	font-family: Cambria, Cochin, serif;
	font-size: 15px;
	font-weight: bold;
	outline: none;
	line-height:17px;
	width:100%;
	background-color: #f2dede;
    
	border: 1px solid #ebccd1;
}
input[type=submit] {
	padding: 5px 0 5px 0;
	margin:.5em;
 	font-family: Cambria, Cochin, serif;
	font-size: 15px;
	font-weight: bold;
	outline: none;
	line-height:17px;
	width: 100px;
	background-color: #669900;
	border: 1px solid #336600;
	font-size: large;
	color: #ffffff;
	border-radius:30px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4), 0 6px 20px 0 rgba(0,0,0,0.3);
}
input[type=submit]:hover {
	background-color: #78B300;
	cursor: pointer;
}
input[type=submit]:active {
	background-color: #4A6F00;
}
.familyname{
	display:none;
	border:0;
	padding:0;
	margin:0;
}
/* This ends the contact form */


/*This starts the footer*/

.clear{
	clear:both;
	width:100%;
}
.fish_pic_container{
	position: absolute;
	left:10%;
	top:30%;
	font-size:15px;
	width:115px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}
@media screen and (max-width:540px){
.fish_pic_container{
	left:0;
	top:0;
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	width:100px;
}}

.fish_pic{
	width:100%;
	height:auto;
}
.address{
	display:block;
	position: relative;
	background-color:#37541A;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	color:#ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.address a {
	color:#ffffff;
}
#phone_address:hover{ 
	color: #37541A;
	padding-top:0;
	padding-bottom:0;
	background-color:#ffffff;
	border-radius: 15px;
}
.nc_tree_logo_container{
	position: absolute;
	right:10%;
	top:18%;
	width:135px;

}
@media screen and (max-width:540px){
.nc_tree_logo_container{
	top:0;
	right:0;
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
	width:125px;

}}
.nc_tree_logo{
	width:100%;
	height:auto;
}

.copy{
	display:block;
	padding:10px;
	text-align:center;
	border-top:1px dotted #ffffff;
	background-color:#37541A;
	color:#ffffff;
	font-size:15px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}