@charset "UTF-8";
/* CSS Document */


/************************************************
HTML TAGS
************************************************/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4d4529;
	background-color: #ffffff;
}

a, a:link, a:visited  {
	color: #175703;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
a:hover, a:active {
	color: #7da526;
}
p {
/* to sneak up the bullets to the underside of the p tag, need to force the margin to the top */
	margin: 16px 0 0 0;
}

h1 {
	color: #2e2417;
}
h1 a {
	width: 136px;
	height: 153px;
	display: block;
}
h1 span, h2 span, h3 span {
	display: none;
}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 23px;
	color: #994814;
	font-weight: normal;
	padding: 1px;
}
h3 {
	font-family: Georgia, Times, serif;
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 6px 0px;
	color: #7da526;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
}
h4 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5 {
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #9c9680; 
}
h6 {
	display: block;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	color: #9c9680; 
}
img {
	border: none;
}

.myclass {
	color: #006134;
	font-size: 11px;
	padding: 2px;
	margin: 0px;
	height: 15px;
	width: 125px;
	background-color: #edece6;
	border-color: #7da526;
	/*border: 1px solid #7da526;*/
}

/************************************************
MAIN CONTAINERS
************************************************/

#wrapper {
	position: relative;
	width: 840px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
#mainContainerWrapper {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	background: #ffffff url(http://www.farmersonthesquare.com/images/background_shadow.gif) no-repeat left top;
	width: 840px;
	height: auto;
	text-align: left;
	padding: 10px;
	clear: none;
	float: left;
}
#divquote {
	float: left;
}
#mainContainer {
	position: relative;
	padding: 10px 20px 0px 20px;
	width: 800px;
	height: auto;
	text-align: left;
	float: left;
}

.content {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	width: 800px;
	float: left;
	clear: both;
}
#innercontent {
/* restrict content size */
	margin: 0px 45px 20px 0;
	padding: 0 20px 20px 20px;
	width: 490px;
    min-height: 400px;
    /* fast hack for IE6's crappy css implementation */
    height: auto !important;
    height: 700px;
	float: right;
}

#innercontent img.illus-right {
	float: right;
	margin: 5px 10px 20px 25px;
}

#innercontent img.illus-left {
	float: left;
	margin: 5px 25px 10px 0px;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
 	height: 8px;
	border: none;
	border-bottom: 1px #666666 dotted;
}



/************************************************
NOTE: background: rgba(255, 255, 255, 0.7); IS
TRANSPARANCY
************************************************/



/************************************************
TOP NAV
************************************************/
#topnav {
	background: #FFFFFF;
	margin: 20px;
	padding: 0px;
	height: 33px;
	width: auto;
	float: right;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: right;
	padding: 7px 12px 12px 12px;
	margin-bottom: 0px;
	line-height: 1.9em;
}
.nav3 a {
	text-decoration: none;
	color: #7BA32C;
}
.nav4 a {
	text-decoration: none;
	color: #545188;
}
.nav5 a {
	text-decoration: none;
	color: #B71212;
}
.nav6 a {
	text-decoration: none;
	color: #C08922;
}
.nav7 a {
	text-decoration: none;
	color: #FA5B35;
}



/************************************************
GLOBAL NAV
************************************************/


#navContainer {
	width: 800px;
	height: auto;
	padding: 0px 0px 0px 0px;
	background: #393227;
	text-align: right;
	float: left;
	z-index: 0;
}
#utilityNav{
	float: right;
	padding: 0px 15px 0px 0px;
	height: 45px;
	width: auto;
	text-align: right;
}

#globalNav{
	position: relative;
	padding: 10px 0px 0px 0px;
	height: auto;
	width: 800px;
	text-align: center;
	clear: both;
	font-family: Georgia, Times, serif; 
	font-size: 15px;
}
#globalNav ul {
	width: auto;
	height: auto;
	list-style: none;
	display: block;
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#globalNav ul li {
	display: block;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding: 0px 15px 10px 15px;
	margin: 0px;
	white-space: nowrap;
}
.onpage {
	color: #67783c;
}
#globalNav a, #globalNav a:link, #globalNav a:visited  {
	color: #b1ce68;
	border-bottom-style:none;
	text-decoration: none;
}
#globalNav a:hover, #globalNav a:active {
	color: #fff;
}
.nav3 a:hover  {
	color: #175703;
}

/************************************************
SECONDARY NAV
************************************************/

#secondaryNav {
	width: 176px;
	height: 300px;
	padding: 2px;
	margin: 12px 0px 0px 20px;
	clear: both;
	float: left;
	background: url(http://www.farmersonthesquare.com/images/background_left_nav.jpg) no-repeat left top;
}
#secondNavCap {
	font-family: Georgia, Times, serif;
	font-size:14px;
	color: #ffffff;
	width: 156px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	height: auto;
	float: left;
	clear: both;
	background: #52712b url(../images/second_nav_cap.gif) no-repeat left top;
}
#secondaryNav ul {
	list-style: none;
	width: 176px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	height: auto;
	clear: both;
	float: left;
}
#secondaryNav ul li {
	width: 156px;
	height: auto;
	display: block;
	float: left;
	clear: both;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	border-bottom-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#secondaryNav a, #secondaryNav a:link, #secondaryNav a:visited  {
	color: #7da526;
	font-weight: bold;
	font-size: 11px;
}
#secondaryNav a:hover, #secondaryNav a:active {
	color: #006134;
}

/************************************************
HOMEPAGE
************************************************/

.leadinBox {
	width: 226px;
	height: auto;
	padding: 2px 20px 0px 20px;
	margin: 0px;
	float: left;
}
.infoBox {
	width: 226px;
	height: auto;
	padding: 0px 0px 15px 0px;
	float: left;
	clear: both;
}
.infoBox img {
	padding: 0px 10px 0px 0px;
}

/************************************************
FEATURED PHOTOS
************************************************/

#picture-table {
	float: left;
	width: 490px;
	padding: 0;
}

#picture-table .farmersPictures img{
	margin: 0px 14px 0px 14px;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
}

#header {
	float: left;
	clear: both;
	width: 800px;
	height: 241px;
	padding: 0px 0px 0px 0px;
	background: transparent url(http://www.farmersonthesquare.com/images/fotsheaderA.jpg) no-repeat left top;
}
#header1 {
	float: left;
	clear: both;
	width: 800px;
	height: 241px;
	padding: 0px 0px 0px 0px;
	background: transparent url(http://www.farmersonthesquare.com/images/fotsheader1.jpg) no-repeat left top;
}
#header2 {
	float: left;
	clear: both;
	width: 800px;
	height: 241px;
	padding: 0px 0px 0px 0px;
	background: transparent url(http://www.farmersonthesquare.com/images/fotsheader2.jpg) no-repeat left top;
}
#header3 {
	float: left;
	clear: both;
	width: 800px;
	height: 241px;
	padding: 0px 0px 0px 0px;
	background: transparent url(http://www.farmersonthesquare.com/images/fotsheader3.jpg) no-repeat left top;
}
#header4 {
	float: left;
	clear: both;
	width: 800px;
	height: 241px;
	padding: 0px 0px 0px 0px;
	background: transparent url(http://www.farmersonthesquare.com/images/fotsheader4.jpg) no-repeat left top;
}
#header5 {
	float: left;
	clear: both;
	width: 800px;
	height: 241px;
	padding: 0px 0px 0px 0px;
	background: transparent url(http://www.farmersonthesquare.com/images/fotsheader5.jpg) no-repeat left top;
}


/************************************************
FOOTER
************************************************/

#footer {
	font-size: 11px;
	color: #c0bf9e;
	background-color: #f8f8e3;
	text-align: center;
	line-height: 22px;
	padding: 0px 0px 14px 0px;
	margin: 30px 0 0 0;
	width: 800px;
	float: left;
}
#footer a, #footer a:link, #footer a:visited  {
	color: #969577;
	border-bottom-style:none;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #7da526;
}
.divider {
	color: #666600;
	letter-spacing: .2em;	
}


/* catalog of products fonts */

.title {font-size: 16px;; color:#FFFFFF; font-family: Arial; font-weight: bold; text-decoration: none;}
.title2 {font-size: 18px;; color:#000000; font-family: helvetica, Arial; font-weight: normal; text-decoration: none;}

a.maplink, a.maplink:link, a.maplink:visited  {
	color: #006134;
	font-size: 10px;
}
a.maplink:hover, a.maplink:active {
	color: #7da526;
	font-size: 10px;
}

.maptext {
	font-size: 11px;
	line-height: 13px;
}