@charset "utf-8";
/* global styles */
* {
	margin:0;
	padding:0;
	font-weight:bold;
}
a {
	color:#0F2200;
	text-decoration:none;
}
body {
	background:#FFF ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:black;
	font-weight:bold;
}
.clear {
	clear:both;
}
#wrapper {
	width:980px;
	position:relative;
	margin:10px auto 50px auto;
	border:1px solid #000;
	z-index:1;
}
.largeFont {
	font-size:20px;
}
.hide {
	display:none;
}
/* header styles */
#header {
	position:relative;
	width:100%;
	height: 164px;
	background:#FFF url(images/bg_top_2.jpg) 0 0 no-repeat;
}
h1#logo a {
	width:236px;
	height:107px;
	display:block;
	margin:15px 0 0 21px;
	float:left;
}
h1#logo a span {
	display:none;
}
ul#utilityNav {
	position:absolute;
	right:0;
	top:0;
	margin:10px 20px 0 0;
}
#utilityNav li {
	list-style:none;
	float:left;
	font-weight:bold;
	margin:0 0 0 20px;
}
#utilityNav li a:hover {
	color:#000;
	text-decoration:underline;
}
#searchForm {
	position:absolute;
	right:20px;
	top:90px;
}
#searchField {
	width:154px;
	height:18px;
	padding:6px 2px 0 25px;
	display:block;
	background:#fff url(images/bg_search_field.jpg) 0 0 no-repeat;
	float:left;
	border:none;
	color:#333;
	margin:0 10px 0 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#searchForm a {
	margin-top:6px;
	display:block;
	float:left;
}
#searchForm a:hover {
	text-decoration:underline;
}
#searchButton {
	float:left;
	margin:2px 10px 0 0;
}
ul#topNav {
	width:100%;
	height:30px;
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	display:block;
	background:#17743B;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
}

ul#topNav li {
	float:left;
	list-style:none;
}
ul#topNav li a {
	color:#FFF;
	line-height:30px;
	padding:0 44px;
	display:block;
	height:30px;
	float:left;
}
ul#topNav li a:hover {
	color:#FDE398;
}
/* content styles */
#content {
	width:100%;
	height:468px;
	background:#53BB66;
	z-index:10;
	display:block;
}
#content h2 a {
	margin:20px 12px 0 0;
	border:2px solid #FFF;
	z-index:100;
	position:relative;
}
#content h2#img1 a {
	width:313px;
	height:428px;
	background:url(images/onions_01.jpg) 0 0 no-repeat;
	margin:20px 14px 0 20px;
	float:left;
	display:block;
}

#content h2 a:hover {
	border:2px solid #FDE090;
}


#contentWrapper {
	display:block;
	float:left;
	margin:35px 45px;
}
.column {
	float:left;
	width:400px;
}
.right {
	margin-left:90px;
}







#img2 a {
	width:193px;
	height:153px;
	background:url(images/onions_02.jpg) 0 0 no-repeat;
	float:left;
	display:block;
}
#img3 a {
	width:193px;
	height:153px;
	background:url(images/onions_03.jpg) 0 0 no-repeat;
	float:left;
	display:block;
}
#img4 a {
	width:193px;
	height:153px;
	background:url(images/onions_04.jpg) 0 0 no-repeat;
	float:left;
	display:block;
	z-index:100;
}
#homeHeading1 {
	width:541px;
	height:60px;
	display:block;
	background:url(images/the_sweetest_onions_2.gif) 0 0 no-repeat;
	float:left;
	margin:20px 0 20px 0;
}
#homeHeading2 {
	width:411px;
	height:57px;
	display:block;
	background: url(images/sweet_onion_shippers_2.gif) 0 0 no-repeat;
	float:left;
	margin:40px 0 0 0;
}
#content h2 span {
	visibility:hidden;
}
/* footer styles */
ul#footer {
	width:100%;
	height:30px;
	border-top:3px solid #FFF;
	background:#17743B;
}
ul#footer li {
	list-style:none;
	float:left;
	line-height:30px;
}
ul#footer li a {
	color:#FFF;
	padding:0 30px;
}
ul#footer li a:hover {
	color:#FDE398;
}
#footerOnions {
	width:287px;
	height:255px;
	background:url(images/footer_onions_3.gif) right bottom no-repeat;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}



/* page specific styles */
h1 {
	width:400px;
	height:28px;
	display:block;
	margin:0 0 20px 0;
}
#content h1 span {
	display:none;
}
#pageAbout #content h1#about {
	background:url(images/header_about_us.gif) 0 0 no-repeat;
}
#pageAbout #content .left h1 {
	background:url(images/header_vidalia_sweet_onions.gif) 0 0 no-repeat;
}
#pageAbout #content .right h1 {
	background:url(images/header_texas_sweet_onions.gif) 0 0 no-repeat;
}
#pageAbout #content {
	height:600px;
}
#pageInfo #content h1 {
	background:url(images/header_information.gif) 0 0 no-repeat;
}
#pageInfo #content h2,
#pageRecipes #content h2 {
	width:100%;
	border-bottom:1px solid #000;
	margin: 20px 0 4px 0;
	display:block;
	clear:both;
}
#pageRecipes #content h2 span {
	font-size:14px;
	color:#000;
	visibility:visible;
	
}
#pageInfo #content {
	height:1750px;
}
#pageInfo #content a{
	text-decoration:underline;
	color:blue;
}
#pageInfo #content a:hover{
	text-decoration:none;
}
#contactForm .formField {
	width:200px;
}
#contactForm input, #contactForm select, #contactForm textarea {
	margin-bottom:20px;
}
#contactForm select  {
	width:200px;
}
#pageContact #content .left h1 {
	background:url(images/header_contact.gif) 0 0 no-repeat;
	height:34px;
}
#pageContact #content h1#officeHours {
	background:url(images/header_office_hours.gif) 0 0 no-repeat;
	height:34px;
}
#pageContact #content h1#address {
	background:url(images/header_mailing_address.gif) 0 0 no-repeat;
	height:34px;
}
#pageContact #content h1#phone {
	background:url(images/header_phone.gif) 0 0 no-repeat;
}
#pageContact #content h1#email {
	background:url(images/header_email.gif) 0 0 no-repeat;
}
#pageContact #content .right {
	font-size:20px;
}
#pageRequest #content .left h1 {
	background:url(images/header_request_catalog.gif) 0 0 no-repeat;
	height:34px;
}
#pageRequest #content .right h1 {
	background:url(images/header_download_catalog.gif) 0 0 no-repeat;
	height:34px;
}
#pdfIcon {
	float:left;
	margin:0 15px 0 0;
}
span#catRequest a{
	line-height:32px;
	text-decoration:underline;
}
span#catRequest a:hover {
	color:#FFF;
}

#pageRecipes #content h1 {
	background:url(images/header_recipes.gif) 0 0 no-repeat;
	height:34px;
}
#pageRecipes #content h3 {
	margin:10px 0;
	font-style:italic;
}
#pageRecipes #content {
	height:4800px;

}
#pageRecipes .column {
	margin-bottom:30px;
}
/* temporary styles */
#signUpLink {
	
}
#recipesLink {
	
}


ul#SEFCLinks {
	width:980px;
	height:30px;
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-510px;
}
ul#SEFCLinks li {
	list-style:none;
	float:left;
	color:#53BB66;
	padding:0 0 0 30px;
	font-weight:normal;
	font-size:12px;
}
ul#SEFCLinks li a {
	color:#53BB66;
	font-weight:normal;

}
ul#SEFCLinks li a:hover {
	color:#53BB66;
}
li#copyright {
	padding-left:155px !important;
}

/* newsletter page styles */
#pageNewsletter #content h1 {
	background:url(images/header_newsletter.gif) 0 0 no-repeat;
	height:34px;
}
#pageError #content h1 {
	background:url(images/header_error.gif) 0 0 no-repeat;
	height:34px;
}
#pageThanks #content h1 {
	background:url(images/header_thanks.gif) 0 0 no-repeat;
	height:34px;
}
#pageUnsubscribe #content h1 {
	background:url(images/header_unsubscribe.gif) 0 0 no-repeat;
	height:34px;
}
#pageRequest #content {
	height:600px;
}
/* Reserve Page Styles */
#pageReserve {
	font-family:Arial, Helvetica, sans-serif;
}
#pageReserve #content h1 {
	background:url(images/header_reserve.gif) 0 0 no-repeat;
	height:34px;
	width:588px;
}
#pageReserve #content table {
	width:500px;
}
#pageReserve #content h2 {
	margin:20px 0 0 10px;
	font-size:18px;
	width:100%;
	display:block;
	border-bottom:1px solid #000;
}
#pageReserve #content,
#pageContact #content {
	background:#53BB66;
	height:auto;
}
table.reserveTable .column3 {
	color:#742639;
}
.formTextMargins {
	display:block;
	margin:10px 0 0 10px;
	width:100%;
	height:20px;
}
.formTextMarginsLarge {
	display:block;
	margin:2px 0 0 10px;
	width:550px;
}