/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#wrapper {
	margin: 0px;
	padding: 0px;
}

#header {
	background: #ddddb9 url(images/farmerheader2.jpg) no-repeat left;
	color: #000;
	height: 202px;
	text-align: right;
}

.schomap {
	padding: 20px 50px 0px 0px;
}

/* START LINKS */

a:link, a:visited {
	color:#000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a:active {
	background-color: transparent;
	color: #c7c78d;
}

#topnav a:hover, #topnav a:active, #bottomnav a:hover, #bottomnav a:active {
	background-color: transparent;
	color: #ddddb9;
}

.black {
color:#000;
}

.titlebar {
color:#000;
font-weight:bold;
margin-left: 15px;
margin-bottom:5px;
}


/* END LINKS */


#topnav {
	background: #c7c78d;
	color: #000;
	height: 20px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 25px;
}

.topnav2 {
	float:left;
	/*background: #c7c78d;
	color: #000;
	height: 20px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;*/
	padding-left: 15px;
}

#left {
	background: #fff;
	color: #000;
	width: 186px;
	float: left;
	margin-top: 10px;
}

#right {
	background: #fff;
	color: #000;
	margin: 0px 50px 0px 210px;
}

/* IMAGES CSS*/

.imgright {
	text-align: right;
	padding: 5px 0px 5px 5px;
}

.imgright2 {
	float: right;
	padding: 5px 0px 5px 5px;
}

.imgleft {
	float: left;
	padding: 5px 15px 5px 0px;
}

.imgcenter {
	text-align: center;
	padding: 5px 5px 5px 5px;
}

/* END IMAGES CSS*/

/* START FORMS CSS*/

.contentbox {
background-color:#ddddb9;
}

/* END FORMS CSS*/

#bottomnav {
	background: #c7c78d;
	color: #000;
	height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
	clear: both;
}

#footer {
	background: #fff;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 25px 0px 25px 0px;
}

.gbees {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}

.gray {
	color:#CCCCCC;
}

.gmap {
text-align: center;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

/* START FARMER PAGES*/

.farmname {

	font-size: 30px;
}

.farmerinfo {

	font-size: 16px;
	/*font-weight: bold;*/
}

.farminfosection {
font-size: 16px;
font-weight: bold;
/*text-decoration: underline;*/
}

.googlemap {
	float: right;
	margin: 10px 0px 10px 10px;
}

/* END FARMER PAGES*/

/* START links PAGES*/

.linklayout {
margin: 25px 0 25px 0;
}

/* End links PAGES*/

/* CSS FOR SLIDER */


#slider1 {
    width: 401px; /* important to be same as image width */
    height: 301px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	/*margin-left:auto;
	margin-right:auto;*/
}

#slider1Content {
    width: 401px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	/*font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
    width: 504px;
    background-color: #002800;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #ffc;*/
    display: none;
}
.slider1clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.slider1left {
	/*top: 5px;
    left: 5px;
	width: 110px !important;
	height: 180px;*/
}
.slider1right {
	/*right: 40px;
	bottom: 0;
	width: 110px !important;
	height: 185px;*/
}
#slider1Content {
list-style:none;
}



/* END CSS FOR SLIDER */
