@charset "utf-8";
#blog_wrap {
	height: 620px;
	overflow: scroll;
	overflow-x: hidden;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4F7647;
	border-right-color: #4F7647;
	border-bottom-color: #4F7647;
	border-left-color: #4F7647;
}

.herb_sprytrigger_div {
	margin: 0px;
	padding: 0px;
	height: 177px;
	width: 100%;
}

.growers_spacer {
	margin: 0px;
	padding: 0px;
	height: 15px;
}
#initDiv {
	height: 200px;
	width: 300px;
}








#menu  {
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	overflow: hidden;
     

}
#middle_page_spacer {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 4px;
	overflow: hidden;
	float: left;
}

#left_menu_20px {
	margin: 0px;
	padding: 0px;
	width: 20px;
	overflow: hidden;
	height: 400px;
	float: left;
}






/* Menu */

#menu ul {
	list-style-type:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	}
#menu li {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	height: 30px;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/nl_buttons.jpg);
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 0px;
	overflow: hidden;
	}
#menu   li:hover  {
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#menu  a  {
	color:#002000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	width: inherit;
	display: block;
	height: 100%;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
	}


#menu li a:hover {
	color: #000;
	font-weight: bold;
}
/* CSS Document */

body  {
	behavior:url("csshover3.htc");
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffcc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
#container  {
	width: 1060px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #FFC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFC;
	height: auto;
} 
  #header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-color: #FFC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 100%;
	clear: both;
	overflow: hidden;
} 
.sidebar_spacer {
	margin: 0px;
	padding: 0px;
	height: 217px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebar_img_mod {
	margin: 0px;
	padding: 0px;
}
#sidebar1  {
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: #FFC;
	overflow: hidden;
}
#sidebar2  {
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	background-color: #FFC;
	overflow: hidden;
}
#mainContent  {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	width: 780px;
	overflow: hidden;
} 
#main_cont {
	padding: 0px;
	width: 780px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/main_content.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
	overflow: visible;
	height: auto;
}


#footer  {
	padding: 0;
	margin: 0px;
	background-color: #FFC;
	height: auto;
	background-image: url(../images/footer_grass_23.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
.footer_text {
	text-align: center;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	width: 99%;
}
#footer_text_div {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: auto;

}
#footer_spacer {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 70px;

}

#banner {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
	height: 217px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#tipDiv {
	width: 250px;
	background-color: #DAE585;
	border: 1px solid #356334;
	font-size: 11px;
}
#tipDiv a{
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#side_artwrk_left {
	height: 460px;
	width: 140px;
	padding: 0px;
	background-image: url(../images/side_art_17.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 218px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#side_artwrk_right {
	height: 460px;
	width: 140px;
	padding: 0px;
	background-image: url(../images/side_art_19.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 218px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page_content {
	padding: 0px;
	width: 600px;
	height: auto;
	float: left;
	margin: 0px;
	overflow: hidden;
}
#in_course_ban {
	padding: 0px;
	height: 93px;
	width: 575px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-image: url(../images/in_course_ban.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C9C8A3;
}
#in_growers_box {
	margin: 0px;
	height: 148px;
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C9C8A3;
	background-image: url(../images/in_growersbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container table td {
	vertical-align: top;
}

#in_craftsbox {
	margin: 0px;
	height: 148px;
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C9C8A3;
	background-image: url(../images/in_craftsbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#natocc_box {
	margin: 0px;
	height: 148px;
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C9C8A3;
	background-image: url(../images/in_natocc_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#in_iframe_agenda {
	padding: 0px;
	width: 260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#watsnew_box {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C9C8A3;
	background-image: url(../images/in_iframe_bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
dfsdfsdfsdfsdf {
	color: #E9F7D3;
}

#index_table {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#index_table tr td {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: top;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 6px;
	margin-left: 7px;
}
#con_right_top {
	text-align: center;
	padding: 0px;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#con_right_top h2 {
	padding-bottom: 2px;
	padding-top: 2px;
}
.divider {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C9C8A3;
	background-image: url(../images/divider_hor.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 545px;
}

#con_right_top p {
	font-size: 13px;
}


.in_contentbox_h3 {
	margin-left: 13px;
	margin-right: 10px;
	margin-bottom: 3px;
	text-align: center;
	margin-top: 0px;
	padding: 0px;

}

.in_contentbox_topspacer {
	margin: 0px;
	padding: 0px;
	height: 10px;
}

.in_contentbox_p {
	margin-left: 13px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}



p {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 6px;
	margin-left: 7px;
}
#in_course_bantxt {
	width: auto;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
	overflow: hidden;
}
#in_course_banspacer {
	margin: 0px;
	padding: 0px;
	height: 13px;
}
.page_title {
	padding: 0px;
	height: 56px;
	width: 535px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C9C8A3;
	background-image: url(../images/growers_title_03.jpg);
}
.page_title_BLOG {
	padding: 0px;
	height: 56px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #C9C8A3;
	background-image: url(../images/growers_title_03.jpg);
}
.page_title_text {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
a {
	color: #000;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: none;

}
#occ_photo_sel {
	padding: 0px;
	width: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	overflow: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #507742;
	border-right-color: #507742;
	border-bottom-color: #507742;
	border-left-color: #507742;
	border-top-style: solid;
}
#occ_photo_main {
	padding: 0px;
	height: 331px;
	width: 497px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C9C8A3;
	background-repeat: no-repeat;
	background-image: url(../images/occ/occ_bkgnd_halo.gif);
}


#occ_photo_sell_inner {
	margin: 0px;
	padding: 0px;
	width: 850px;
}


.occ_thumb_class {
	padding: 0px;
	border: 2px solid #C9C8A3;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#occ_click_centre {
	text-align: center;
}
#occ_flash_cont {
	padding: 0px;
	width: 502px;
	height: 464px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#con_container {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	height: 263px;
}

#con_photo_main {
	padding: 18px;
	height: 295px;
	width: 461px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #C9C8A3;
	background-repeat: no-repeat;
	background-image: url(../images/occ/occ_bkgnd_halo.gif);
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#con_frame_cont {
	margin: 0px;
	padding: 0px;
}
#con_iframe_text_centre  {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#herb_cont {
	padding: 0px;
	height: 354px;
	width: 555px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/herb_main.jpg);
}
#herb_cont table tr td {
	height: 176px;
}
#index_cont a {
	text-decoration: none;
}
#index_cont a:hover {
	text-decoration: underline;
}
.herb_divcontent_initial {
	padding: 0px;
	height: 100px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #C9C8A3;
	background-image: url(../images/herb_text_bkgrnd_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.herb_divcontent_initial_botm {
	padding: 0px;
	height: 100px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #C9C8A3;
	background-image: url(../images/herb_text_bkgrnd_botm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.herb_divcontent {
	padding: 0px;
	height: 100px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color: #C9C8A3;
	background-image: url(../images/herb_text_bkgrnd_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: none;
}
.herb_divcontent_botm {
	padding: 0px;
	height: 100px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/herb_text_bkgrnd_botm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C9C8A3;
	display: none;
}
#herb_cont table a {
	margin: 0px;
	padding: 0px;
}
.prop820 {
	height:750px;
	width:1px;
	overflow: visible;
	float: right;
  }

  .clear {
	clear:both;
	height:1px;
	overflow:hidden;
  }
.in_text_centre {
	text-align: center;
	color: #1F1F1F;
	font-size: 18px;
}
#stickists_div table td {
	vertical-align: middle;
}
#links_div table td {
	vertical-align: middle;
}
