﻿.marketContainer
{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	left: 3px;
	top: -10px;
}
.marketContainer div
{
	margin: 5px 3px 5px 3px;
}
.marketContainer p
{
	font-family: Helvetica, Arial, san-serif;
	font-size: 8pt;
}
.marketContainer #marketLogo
{
	background: url(images/farmersMarket.gif) no-repeat center;
	width: 492px;
	height: 222px;
	margin: inherit;
}
.marketContainer #marketInfo
{
	background: url(images/markets.gif) no-repeat;
	width: 207px;
	height: 329px;
	float: left;
}
.marketContainer #marketExperience
{
	background: url(images/experienceTheMarket.gif) no-repeat;
	width: 425px;
	height: 329px;
	float: left;
}
.marketContainer #marketLearningCenter
{
	background: url(images/learningCenter.gif) no-repeat;
	width: 222px;
	height: 138px;
	float: left;
}
.marketContainer #marketAnnouncements
{
	background: url(images/announcements.gif) no-repeat;
	width: 222px;
	height: 180px;
	float: left;
}
.marketContainer .text
{
	text-align: left;
	width: 95%;
	margin: 70px 15px 5px 5px;
}
.marketContainer #navigation
{
	background: url(images/nav_background.gif) no-repeat;
	width: 178px;
	height: 214px;
	float: left;
}
#navigation .navButton
{
	background: url(images/navButton.gif) no-repeat;
	width: 168px;
	height: 47px;
	position: relative;
	left: 3px;
	top: 4px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 600;
}
#navigation a
{
	text-decoration: none;
	color: #000000;
}
#navigation a:hover
{
	text-decoration: underline;
	color: #000000;
	cursor: hand;
}
.marketContainer #bigBox
{
	background: url(images/table_background.gif) no-repeat;
	width: 622px;
	height: 592px;
	float: left;
	position: relative;
	left: 25px;
}
.marketContainer #bigBox .subContent
{
	clear: both;
	padding: 8px 0 0 10px;
	height: 132px;
}
#bigBox .subContent a, 
#bigBox .subContent a:hover
{
	text-decoration: none;
	color: #000000;
}
.marketContainer #content
{
	float: left;
	width: 625px;
	position: relative;
	left: 25px;
}
.marketContainer #content .vendor_info_button
{
	text-align: left;
	position: relative;
	top: 10px;
	left: 20px;
}
.marketContainer #content .vendor_info_button .vendor_info_button_text
{
	color: #FFFFFF;
	font-weight: 500;
	font-size: medium;
	position: absolute;
	top: 5px;
	left: 50px;
}
.marketContainer #footer
{
	position: relative;
	top: 15px;
	width: 450px;
	clear: both;
	font-weight: bold;
	color: #000000;
	margin: inherit;
}
.marketContainer #footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	margin: 0 5px 0 5px;
}
img
{
	border: none;
}
