html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
small { font-size: 10px; line-height: 12px; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.clearLeft { clear: left; }
.clearRight { clear: right; }


body {
	background: #3c6992;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#wrap {
	width: 798px;
	margin: 36px auto;
	text-align: left;
	background: #fff;
	border: 2px solid #53c6ea;
}
#home #wrap, #contact #wrap { background: #fff url(../img/fadedPumpkin.gif) no-repeat 90% 90%; }
#produce #wrap, #links #wrap { background: #fff url(../img/fadedWatermelon.gif) no-repeat 90% 90%; }
#food-safety #wrap { background: #fff url(../img/fadedCanteloupe.gif) no-repeat 90% 90%; }
#about #wrap { background: #fff url(../img/fadedPumpkin2.gif) no-repeat 90% 90%; }
#header {
	
}
#header #logo, #header p { text-indent: -9999em; }
#headerTop {
	width: 798px;
	height: 197px;
	background: transparent url(../img/headerTop.jpg) no-repeat 50% 0;
	position: relative;
}
#logo {
	display: block;
	width: 290px;
	height: 182px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#mainMenu {
	background: #d6ecf2;
	height: 36px;
	line-height: 36px;
}
#mainMenu li {
	display: inline;
	padding: 0 15px;
}
#mainMenu li a {
	color: #356180;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
#mainMenu li.active a, #mainMenu li a:hover {
	color: #ac281e;
}


/* Content */
#content {
	overflow: hidden;	
	color: #516c75;
	font-size: 12px;	
}
#content a {
	color: #516c75;
	text-decoration: underline;
}
#content p {
	line-height: 18px;
	margin-bottom: 10px;
}
#content h2 {
	color: #3a8ea8;
	font-size: 17px;
	margin-bottom: 12px;
	line-height: 20px;
}
#content h3 {
	color: #d94d3f;
	font-size: 14px;
	padding: 5px 0;
}
img.imgBorder { border: 4px solid #d94d3f; margin: 10px 0; }
.column266 {
	width: 266px;
	float: left;
}
.column266-i {
	padding: 30px 17px;
}
.column532 {
	width: 532px;
	float: left;
}
.column532-i {
	padding: 30px 17px;
}
div.sidebar {
	float: right;
}
div.blueBox {
	background: #d6ecf2;
	border: 2px solid #53c6ea;
	padding: 14px 10px;
}



/* Footer */
#footer {
	text-align: center;
}
ul#footerMenu {
	padding-bottom: 12px;
}
ul#footerMenu li {
	display: inline;
	padding: 0 3px;
	font-size: 12px;
}
ul#footerMenu li a {
	color: #ac281e;
}
#footer p.copyright {
	color: #516c75;
	font-size: 12px;
}
#footer h4.quote {
	font-style: italic;
	color: #3a8ea8;
	font-size: 16px;	
	padding: 22px 0;
}



/* Forms */
form {
	padding: 20px;
	border: 2px solid #c99031;
	background: #fffaf1;
	margin: 20px 0;
}
label {
	display: block;
	line-height: 20px;
}
.error { color:#ac281e; font-weight: bold; }
p input, p textarea {
	border: 1px solid #666;
	padding: 3px;
}
p.small input, p.small textarea {
	width: 30%;
}
p.medium input, p.medium textarea {
	width: 60%;
}
p.large input, p.large textarea {
	width: 90%;
}
p.submit input {
	width: auto;
}
p.message {
	border: 2px solid #c99031;
	background: #fffaf1;
	padding: 10px;
	margin: 10px;
	float: left;
}


.column532 ul {
	padding: 0 20px 20px 20px;
}
.column532 ul li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 5px 10px;
}

