body {
	background: #FFF;
	color: #333;
	font-family: "Arial", "Helvetica", Sans-Serif;
	font-size: 11px;
	width: 980px;
	margin: 0 auto;
}

h1, h2, h3 { font-weight: normal; }
h1 { font-size: 30px; }

p, li {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3, p { margin: 0 0 10px; }

strong, b { font-weight: bold; }

sup {
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: super;
}

a {
	color: #333;
	text-decoration: none;
}

a.underline{
	text-decoration: underline;
}

a:hover { color: #F03; }

.center { text-align: center; }
.clear{ clear: both; }
.distext { display: none; }
.floatleft { float: left; }
.last { margin: 0 0 0 !important; }

.nindent {
	line-height: 0;
	text-indent: -10000px;
}

.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }

.text-hide{
	display: none;
}

.iefix {
	_position: relative;
	_overflow: hidden;
	_zoom: 1;
}

.body-content {
	clear: both;
	float: left;
	width: 980px;
	height: auto;
	min-height: 550px;
	overflow: hidden;
	margin: 20px 0px 40px 0px;
}

.blueheader {
	clear: both;
	float: left;
	width: 980px;
	height: 90px;
	margin-bottom: 8px;
	position:relative;
}

.content-two-cols,
.content-recipes {
	width: 980px;
	height: auto;
	/*overflow: hidden;*/
}
.content-two-cols .left-col {
	width: 423px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.content-two-cols .right-col {
	width: 547px;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
}

.content-recipes .left-col {
	width: 433px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.content-recipes .right-col {
	width: 527px;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
}


/**** Home Flash ****/
.flashwrapper {
	width: 980px;
	height: auto;
	/*overflow: hidden;*/
}

/*** Callout ***/
.callout-container {
	clear: both;
	float: left;
	width: 980px;
	height: 57px;
	overflow: hidden;
	margin-top: 20px;
}
.callout-container ul {
	width: 780px;
	margin: 0px auto;
}
.callout-container ul li {
	width: 250px;
	float: left;
	display: inline;
	margin-right: 15px;
}
.callout-container ul li.last-one {
	margin-right: 0 !important;
}
