.leftColumn {
	margin: 15px 10px 15px 10px;
}

.middleColumn, .middleColumn.expanded {
	width: 400px;
	margin: 15px 10px 15px 10px;
}


/* find a food */

.findAFood {
	/* do nothing. */
}

.findAFood h2 {
	color: #6A9913;
}

.findAFood form input.text {
	width: 100px;
}

.findAFood form input.image {
	position: relative;
	top: 3px;
}

/* what members say */

.whatMembersSay {
	font-size: 13px;
	margin-top: 15px;
}

.whatMembersSay .header {
	font-weight: bold;
	color: #16658A;
}

.whatMembersSay .quote {
	margin-top: 5px;
	font-style: italic;
	color: #3E91B7;
}

.whatMembersSay .attribution {
	font-style: italic;
}

.whatMembersSay img {
	margin-top: 15px;
}

/* member benefits */

.memberBenefits {
	margin-bottom: 10px;
}

.memberBenefits h2 {
	color: #DE8804;
}

.memberBenefits ul {
	padding-left: 25px;
	margin: 0px;
	list-style-image: url(../images/arrow_orange.gif);
	line-height: 200%;
}

.memberBenefitsSignUp {
	color: #F19222;
	font-weight: bold;
	font-size: 15px;
}

/* food statistics */

.foodStatistics {
	margin-top: 15px;
}

.foodStatistics p {
	margin: 10px;
}

.foodStatistics .header {
	margin-bottom: 10px;
}

.foodStatistics form {
	margin: 10px;
}

/* perfect for */

.perfectFor {
	margin-top: 15px;
	background-color: #F3F8E3;
	font-size: 11px;
	color: #799F34;
}

.perfectFor .content {
	padding: 10px;
}

.perfectFor .content ul {
	padding-left: 20px;
	margin: 0px;
	list-style: square;
}

.perfectFor .content ul li strong {
	color: #416400;
}
