

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
    margin-bottom: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	height:100%;
    line-height: 1.7;
	color:#555;
	font:12px/21px 'Merriweather', Arial, Helvetica, sans-serif;
	/*background:#e7e7e7;*/
	min-width:990px;
	background-image:url(../../images/2014/homepage/GrossmansFarm2013.jpg);
		background-repeat:no-repeat;
	background-attachment:fixed;

}

a {
    color: #8A8A8A;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #333;
}
p {
    padding: 5px 0;
    margin: 0 0 5px;
}
small {
    font-size: 80%;
}
a:focus {
    outline: 1px dotted;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
.js_on h1 {font-size: 28px;}
.js_on h2 {font-size: 26px;}
.js_on h3 {font-size: 24px;}
.js_on h4 {font-size: 22px;}
.js_on h5 {font-size: 20px;}
.js_on h6 {font-size: 18px;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}
ul {list-style: disc;}
li {margin-left: 30px;}

dl,
hr,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Tahoma, Verdana, FreeSans, sans-serif;
    font-weight: normal;
    margin: 15px 0 2px;
    padding-bottom: 2px;
}
/***********************Use this to clear stuffs *****************/
.cl {
	clear: both;
	display: block;
	height: 1px;
}
.container_24 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#main_image_buttons{
	width: 960px;
	margin: 20px auto;
    text-align: left;		 
}

#rotate {
	width: 960px;
	margin: 20px auto;
    text-align: left;
	
		 
}

#buttons {
	margin-left:25px;
}

#wrapper-1 {
    display: table;
    position: relative;
    width: 960px;
	/*overflow: hidden;*/
	background: #eceaeb;
	background: -moz-linear-gradient(top, #fefefe, #eceaeb);
	background: -webkit-linear-gradient(top, #fefefe, #eceaeb);
	background: -o-linear-gradient(top, #fefefe, #eceaeb);
	background: -ms-linear-gradient(top, #fefefe, #eceaeb);
	background: linear-gradient(top, #fefefe, #eceaeb);
	margin: 20px auto;
    text-align: left;
	-moz-border-radius: 15px;
	border-radius: 0 8px 0px 8px;
}
/* Begin Top area (Logo and Search) */
#top {
    background: transparent url(../images/top-highlight.jpg) no-repeat;
    height: 118px;
    position: relative;
    z-index: 100;
}
#logo {
    top: 6px;
    left: 0;
    position: absolute;
    z-index: 100;
}
#logo h1 {
    margin: 0;
    padding: 0 0 0 0px;
}
#logo h1 a {
    display: block;
    height: 90px;
    text-indent: -5000px;
    overflow: hidden;
    outline: 0;
}
#slogan {
    left: 0;
    position: absolute;
    top: 80px;
    left: 90px;
    font-size: 1em;
    color: #737272;
}
.js_on #slogan {
    left: 0;
    position: absolute;
    top: 80px;
    left: 90px;
    font-size: 1.4em;
    color: #737272;
}
#search {
    margin: 25px 0 0 28px;
}
#search .search_box {
    height: 31px;
    margin-top: 5px;
    display: inline-block;
    float: left;
}
#search input.inputbox, #search input.inputbox_focus {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    float: left;
    margin: 0;
    padding: 7px 0 7px 14px;
    width: 172px;
    height: 16px;
    font-size: 13px;
    line-height: 10px;
    color: #999;
    text-shadow: 0 1px #F4F4F4;
}
#search input.inputbox_focus {
    background: transparent url(../images/searchbox.png) no-repeat scroll 0 -31px;
}
#search input.inputbox {
    background: transparent url(../images/searchbox.png) no-repeat scroll 0 0;
}
#search input.search-btn {
    background:transparent url(../images/searchbox.png) no-repeat scroll 100% 0;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 31px;
    margin: 0;
    padding: 0;
    width: 38px;
}
#search input.search-btn:hover {
    background-position: 100% -31px;
}
#top .phone-number {
    text-align: center;
    color: #909090;
    font-size: .95em;
    padding-top: 5px;
    text-shadow: 0 1px #FFF;
}
/* End Top area (logo and Ssearch) */





/* Begin Header with Slider Cycle 2 */
#c2-header {
    display: table;
    height: 380px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
#c2-header .c2-slideshow {
    position: relative;
    overflow: hidden;
    outline: none;
    width: 960px;
    height: 380px;
    z-index: 100;
}
#c2-slider {
    position: relative;
    list-style: none outside none;
    margin: 0;
}
#c2-slider li {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    overflow: hidden;
    margin: 2px 0;
    padding: 0 22px;
    width: 918px;
}
#c2-slider .slide-desc {
    float: left;
    height: 340px;
    margin: 0 0 0 30px;
    width: 288px;
    padding: 20px;
    overflow: hidden;
}
#c2-slider .slide-desc h2 {
    font-size: 22px;
    margin-top: 5px;
    padding-bottom: 2px;
}
#c2-slider .slide-desc p {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
}
.c2-slide-img-wrapper {
    float: left;
    overflow: hidden;
    padding: 15px 0 0 0;
    width: 540px;
    height: 341px;
}
#c2-slider .slide-img {
    float: left;
    margin: 4px 0 0;
}
.c2-slide-img-frame {
    background: transparent url(../../images/2014/slide-img-frame.png) no-repeat scroll 0 0;
    width: 580px;
    height: 380px;
    position: absolute;
    overflow: hidden;
    z-index: 999;
    left: 2px;
}
.c2-slide-img-frame-bg {
    background-color: #F4F4F4;
    width: 540px;
    height: 340px;
    position: absolute;
    overflow: hidden;
    left: 21px;
    top: 20px;
}
.c2-slider-navigation {
    position: relative;
    margin: 0 auto;
    z-index:99999;
}
.c2-slider-controls {
    margin: -23px 380px 0 0;
}
#c2-header .c2-slider-navigation a span#slider-prev {
    background: url("../images/left-arrow.png") no-repeat scroll 0 0 transparent;
    display: none;
    text-indent: -9999px;
    text-decoration: none;
    width: 53px;
    height: 95px;
    position: absolute;
    top: 130px;
    left: 25px;
    z-index: 99999;
}
#c2-header .c2-slider-navigation a span#slider-next {
    background: url("../images/right-arrow.png") no-repeat scroll 0 0 transparent;
    display: none;
    text-indent: -9999px;
    text-decoration: none;
    width: 53px;
    height: 95px;
    border: 0 none;
    outline: 0 none;
    position: absolute;
    top: 130px;
    left: 505px;
    z-index: 99999;
}
#c2-header .c2-slider-navigation a:hover span#slider-prev {
    background: url("../images/left-arrow-hover.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
#c2-header .c2-slider-navigation a:hover span#slider-next {
    background: url("../images/right-arrow-hover.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
}
#c2-nav {
    z-index: 999;
    padding: 25px 22px 0 0;
    margin: 0 auto;
    float:right;
    height:14px;
    position: relative;
}
#c2-nav a {
    background: url("../images/slider-bullet.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c2-nav a.activeSlide {
    background-position: -15px 0;
}
#c2-pauseButton {
    z-index: 999;
    margin: 0 auto;
    height: 14px;
    float: left;
    position: relative;
}
#c2-pauseButton a {
    background: url("../images/slider-controls.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 25px 0 0 30px;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
#c2-resumeButton {
    z-index: 999;
    margin: 0 auto;
    height: 14px;
    float: left;
    position: relative;
}
#c2-resumeButton a {
    background: url("../images/slider-controls.png") no-repeat scroll 100% 0 transparent;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    margin: 25px 0 0 5px;
    text-indent: -9999px;
    border: 0 none;
    outline: 0 none;
}
/* End Header with Slider Cycle 2 */


/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.aligncenter {
    margin-top: 7px;
    margin-bottom: 5px;
}

img.alignright {
    padding: 4px;
    margin: 4px 0 4px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 4px 7px 4px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */


/* Begin Main Content */
#front_content {
    background-color: #F9F9F9;
    min-height: 100px;
    font-size: 14px;
    z-index: 100;
}
.entry ul,
.entry ol {
    margin-bottom: 2px;
}
.navigation {
    margin: 0 0 5px;
}
/* End Main Content */

#recaptcha_widget_div div {
   margin-top: 0 !important;
   margin-bottom: 0 !important;
   text-shadow: none;
}

.featured-text {
    font-size: 14px;
    line-height: 25px;
}

/* Superfish CSS styles*/
#dropdown-holder .nav_bg {
    min-height: 1px;
    margin: 0;
    padding: 0;
	border-radius: 0 8px 0 0;
	/*overflow: hidden;*/
	background:#FFF;
}
#dropdown-holder {
    z-index: 1000;
	border-radius: 0 8px 0 0;
}

/********** Header logo ***************/
.logo-area{
	height: 90px;
	border-radius: 8px;
}
.green_bar{
	background: #02813d;
    float: left;
    height: 5px;
    width: 959px;
}
.header-logo{
	float: left;
	padding: 10px 0;
	box-shadow: 1px 0 4px 1px #999;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #fff);
	background: -webkit-linear-gradient(fff, #fff, #fff);
	background: -o-linear-gradient(top, #fff, #fff);
	background: -ms-linear-gradient(top, #fff, #fff);
	background: linear-gradient(top, #fff, #fff);
	position: relative;
	margin-top: -13px;
	z-index: 9999;
	border-radius: 8px 8px 0 0;
	display: inline-block;
}

.logo-area>div{
	float: left;
	width: 660px;
	padding: 5px 0;
	min-height: 20px;
	border-radius: 0 8px 0 0;
	background: #fff;
}
.logo-area>div ul{
	list-style-type: none;
	float: left;
	padding-left: 10px;
}
.logo-area>div ul li{
	float: left;
	margin: 0;
}
.logo-area>div ul li a{
	padding: 0 5px;
	color: #02813d;
}
.logo-area>div ul li a:hover{
	color:#02813d;
	text-decoration:underline;
}
.logo-area>div ul li + li a{
	border-left: solid 1px #fff;
}
.logo-area>div form{
	float: right;
	height: 20px;
	margin-right: 20px;
	border: 1px solid #D9D9D9;
	border-radius: 18px;
	overflow: hidden;
	background: #d3ced2;
	background: -moz-linear-gradient(top, #fcfcfc, #e6e4e5, #d3ced2);
	background: -webkit-linear-gradient(top, #fcfcfc, #e6e4e5, #d3ced2);
	background: -o-linear-gradient(top, #fcfcfc, #e6e4e5, #d3ced2);
	background: -ms-linear-gradient(top, #fcfcfc, #e6e4e5, #d3ced2);
	background: linear-gradient(top, #fcfcfc, #e6e4e5, #d3ced2);
}
.logo-area>div form div{
	height: 100%;
}
.logo-area>div form input{
	width: 250px;
	height: 100%;
	float: left;
	padding:0;
	margin:0;
	border: 0;
	background: none;
	text-indent: 10px;
}
.logo-area>div form button{
	padding:0;
	margin:1px 4px 0 0;
	border: 0;
	cursor: pointer;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../../images/2014/SearchLens.png) no-repeat center center;
}
.cl{
	height: 1px;
	display: block;
	clear: both;
}
.header-nav{
	width: 660px;
	height: 35px;
	float: right;
	margin-top: -40px;
		
}
.header-nav ul{
	list-style-type: none;
	height: 100%;
}
.active-nav{
	border: solid #027338 !important;
	background: #C2EABB !important;
	border-image: url(../images/nav-seperator.jpg);
	border-width: 1px 0px 0 1px !important;
}
.active-nav:hover{
	background: #028f44;
	background: -moz-linear-gradient(top, #00a950, #02813d) !important;
	background: -webkit-linear-gradient(top, #00a950, #02813d) !important;
	background: -o-linear-gradient(top, #00a950, #02813d) !important;
	background: -ms-linear-gradient(top, #00a950, #02813d) !important;
	background: linear-gradient(top, #00a950, #02813d) !important;
}
.active-nav>a{
	color: #000 !important;
	background: none !important;
}
.active-nav>a:hover{
	color: #fff !important;
}
.header-nav ul li{
	float: left;
	height: 100%;
	margin: 0 !important;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	background: #028f44;
	background: -moz-linear-gradient(top, #00a950, #02813d);
	background: -webkit-linear-gradient(top, #00a950, #02813d);
	background: -o-linear-gradient(top, #00a950, #02813d);
	background: -ms-linear-gradient(top, #00a950, #02813d);
	background: linear-gradient(top, #00a950, #02813d);
}
.header-nav ul li + li{
	margin: 0;
}
.header-nav ul li a{
	color: #fff;
	display: block;
	height: 100%;
	line-height: 35px;
	font-size: 14px;
	padding: 0 10.0px;
}
.header-nav ul li + li a{
	background: url(../../images/2014/nav-seperator.jpg) no-repeat left center;
}
.header-nav ul li a:hover{
	background: #00a950;
	background: -moz-linear-gradient(top, #02813d, #00a950);
	background: -webkit-linear-gradient(top, #02813d, #00a950);
	background: -o-linear-gradient(top, #02813d, #00a950);
	background: -ms-linear-gradient(top, #02813d, #00a950);
	background: linear-gradient(top, #02813d, #00a950);
}

/************* Social icons *************/
.social-icons{
	background: rgba(255, 255, 255, 0.4) !important;
	
}


.social-icons ul li{
	float: left;
	margin-top: 20px !important;
	margin-left: 5px !important;
	background: none !important;
	border-radius:0 !important;
	height: 40px !important;
	width: 40px !important;
}
.social-icons ul li a{
	float: left;
	background: none !important;
	border-radius:0 !important;
	height: 100% !important;
	width: 100% !important;
	padding: 0 !important;
}
.social-icons ul li a:hover{
	opacity: 0.7;
	background: #000;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 12em;
}
.sf-menu ul li {
    width:100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    left: -10px;
    top: 2.3em;
    z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul,
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: -10px;
    top:0;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left:-10px;
    top:0;
}
.sf-menu {
    float: left;
    margin: 0 4px;
}
.sf-menu a {
    text-decoration:none;
}
.sf-menu a, .sf-menu a:visited {
    color: #13A;
}
#dropdown-holder .sf-menu li li a:hover {
    background: none;
}

#dropdown-holder ul.sf-menu ul li a:hover span {
    background-image: none;
}
#dropdown-holder ul.sf-menu ul li a {
    padding-left: 0;
    float: none;
    width: auto;
}
#dropdown-holder ul.sf-menu ul li a span {
    padding-left: 10px;
    width: 90%;
}
#dropdown-holder ul ul ul {
    padding: 0 0 0 141px;
}
.js_on #dropdown-holder  ul ul ul {
    padding: 0;
}

/* End of superfish CSS*/

/* Right links next to slider */
.right-links{
	width: 275px;
	min-height: 1px;
	float: right;
}
.right-links ul{
	list-style-type: none;
}
.right-links ul li{
	height: 77px;
	width: 100%;
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
	background: #eee;
	background: -moz-linear-gradient(top, #fefefe, #f3f3f3, #eee);
	background: -webkit-linear-gradient(top, #fefefe, #f3f3f3, #eee);
	background: -ms-linear-gradient(top, #fefefe, #f3f3f3, #eee);
	background: -o-linear-gradient(top, #fefefe, #f3f3f3, #eee);
	background: linear-gradient(top, #fefefe, #f3f3f3, #eee);
	
}



.right-links ul li + li{
	margin-top: 10px;
}
.right-links ul li a{
	display: block;
	
	width: 275px;
	height: 60px;
	font-size: 18px;
	color: gray;
}
.right-links ul li a:hover{
	color: #026430;
}
.right-links ul li img{
	float: right;
}
/* Main page content */

.main-content{
	width: 904px;
	padding: 20px 20px;
	min-height: 100px;
	background: #00A950;
	border-radius: 10px;
	border: 8px solid #FFFFFF;
	overflow: hidden;
	box-shadow: 1px 1px 11px 1px #444;
}
.main-content>div{
		background-color:#096;
	width: 290px;
	float: left;
	border-radius: 5px;
	background: #f8f8f8;
	border: 1px solid #E2E2E2;
	min-height: 1px;
	box-shadow: 4px 4px 7px 0px #999;
}
.main-content>div + div{
	margin-left: 14px;
}
.main-content .content{
	float: left;
	padding: 10px;
	width: 270px;
	height: 495px;
}
.main-content .content h1{
	margin: 0 0 5px;
	font-size: 18px;
}
.main-content .content p{
	font-size: 16px;
	color:#333;
	margin-top: 0;
}

.main-content .content a{
	font-size: 12px;
	color:#333;
	margin-top: 0;
}
.main-content .content a span{
	max-width: 200px;
	float: right;
	display: block;
}
.main-content .content hr{
	margin: 5px 0;
}
.main-content img{
	margin: 0 10px 5px 5px;
}






.middle-content .content h1{
	margin: 0 0 5px;
	font-size: 18px;
}
.middle-content .content p{
	font-size: 16px;
	color:#333;
	margin-top: 0;
}

.middle-content .content a{
	font-size: 12px;
	color:#333;
	margin-top: 0;
}
.middle-content .content hr{
	margin: 5px 0;
}
.middle-content img{
	margin: 0 10px 5px 5px;
}








.main-content .ad-bar{
	margin-bottom: 20px;
	background:#00A950;
	/*border-left:dotted;
	border-left-color:#00ae58;*/
}
.main-content .ad-bar img{
	margin: 0 0 5px 0;
	min-width: 100%;
}
.main-content H1{
	margin-bottom:15px;
}
.middle-content{
}
.three-boxes{
	clear:both;
	width: 880px;
	margin: 0 auto;
	padding-top: 20px;
	min-height: 1px;
	border-top: solid 1px #ccc;
}
.three-boxes>div{
	float: left;
	min-height: 300px;
	width: 280px;
	background: blue;
}
.three-boxes>div + div{
	margin-left: 20px;
}
/* Start Footer */

#footer {  
 width: 924px;
 height:300px;
 clear: both;
 color: #fff;
 font-size: 12px;
 background: #00A950;
 margin: 10px 0px 10px 0px;
 padding: 10px;
 	border-radius: 10px;
	border: 8px solid #FFFFFF;
	overflow: hidden;
	box-shadow: 1px 1px 11px 1px #444;
}
#footer > div {
    background: #00A950;
}
#footer > div a{
    color: #fff;
}
#footer > div a:hover{
	text-decoration: underline;
}
#footer ul{
	list-style-type: none;
	padding: 0;
}
#footer ul li{
	margin: 0;
}



#footer_col_one {
    background: #FFF;
    border: none;
    clear: both;
    float: none;
    margin: 0;
	padding: 20px 0 0;
    width: 100%;
	text-align: center;
}

#footer_col_two { 
margin: 0 0 0 25px; /* Puts a 10 pixel space between columns (left side)  */ 
width: 10%; 
float: left;
height:250px;
background: #fff; 
border-right: thin solid #fff;

} 
#footer_col_three { 
margin: 0 0 0 35px; 
width: 12%; 
float: left;
height:250px;
background: #fff; 
border-right: thin solid #fff; 
} 
#footer_col_four { 
margin: 0 0 0 35px;  
width: 15%; 
float: left;
height:250px;
background: #fff; 
border-right: thin solid #fff; 
} 
#footer_col_five { 
margin: 0 0 0 35px;  
width: 12%; 
float: left;
height:250px;
background: #fff;
border-right: thin solid #fff; 
} 
#footer_col_six { 
margin: 0 0 0 35px;  
width: 11%; 
float: left;
height:250px;
background: #fff;
border-right: thin solid #fff; 
} 
#footer_col_seven { 
margin: 0 0 0 35px;  
width: 11%; 
float: left;
height:250px;
background: #fff; 
} 
/* End Footer */

#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffa7a7; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	background:#fff689; /* column 1 background colour */
}
#col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:46%;
	position:relative;
	left:56%;
	overflow:hidden;
}

.header-logo > img {
vertical-align: bottom;
}
