/* -------------------------------------------------------------
	ConAgra Foodservice
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			22 January 2008
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background:#fff;
	/*#f6f6f6
	background: #776b5f url(/images/bg_body.jpg); url(/images/bg_foodservice-background5.jpg) repeat-x*/
	font: normal 0.7em/1.5em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #e00034;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	/*background: url(/images/icon_list.gif) no-repeat 0 0.5em;*/
}

h1 {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	color: #99938a;
	font-family:"Myriad Pro";
	color:#ed2930;
	font-style:italic;
	
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

/*h4 {
	color: #808080;
	font-size: 1em;
	font-weight: bold;
}*/
h4 {
	color: #4c4c4e;
	font-size: 1em;
	font-weight: bold;
}


h5 {
	font-size: 1em;
}

sup {
	font-size: 0.85em;
	vertical-align: top;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contact td {
	padding-bottom: 5px;
	vertical-align: top;
}

.td_padding {
	padding-left: 25px;
}

.error_message {
	color: #e00034;
	font-weight: bold;
}




/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
	background: #fff;
	text-align: left;
	border-bottom:5px solid #dcdcdc;
}

#home #index {
	/*background: url(/images/bg_index_home.gif) repeat-y;*/
	width: 940px;
	height:auto;
	background:transparent;
		
}

#segments #index, #contact #index, #about #index, #sitemap #index, #search #index, #news_details #index {
	/*background: url(/images/bg_index_white.gif) repeat-y;*/
}

#news #index {
	background: url(/images/bg_index_news.gif) repeat-y;
		
}
#recipe #index {
	background:#fff url(../images/bg_sidebar.jpg) repeat-y;
}
#marketing #index {
	background: #fff url(../images/bg_sidebar.jpg) repeat-y;
}
#brand_details_ #index{
    background: #fff url(../images/bg_sidebar.jpg) repeat-y;
}
#All_Brands #index{
    background: #fff url(../images/bg_sidebar.jpg) repeat-y;
}


#brand_details_ #index, #products_list #index , #product_sidebar #index{
	/*background: url(/images/bg_index_brand_details.gif) repeat-y;*/
	background: #fff url(../images/bg_sidebar.jpg) repeat-y;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
}

.hr {
	height: 1px;
	margin: 15px 0;
	clear: both;
	background: #e5e5e5;
}

.hr_nomargin {
	height: 1px;
	margin: 0 0 15px 0;
	background: #e5e5e5;
}

.hr hr {
	display: none;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 940px;
	min-height: 120px;
	margin: 0 auto;
	/*padding: 0 6px 0 31px;*/
	background:#fff url(/images/bg_masthead.png) no-repeat bottom;
	/*background:#ececec url(/images/bg_masthead.jpg) no-repeat bottom;*/
}

#brand, #brand a {
	width: 194px;
	height:107px;
	float: left;
}

#brand {
	background: url(/images/logo_conagra_foodservice.png) no-repeat;
	
}

/*#masthead form {
	width: 175px;
	padding-top: 20px;
	float: right;
}*/

#masthead form label {
	width: 35px;
	height: 22px;
	float: left;
	background: url(/images/title_search.gif) no-repeat 0 8px;
}

#search_text {
	width: 162px;
	height: 23px;
	border: 0px;
	line-height: 18px;
	color: #808080;
	margin: 6px 0 0 0;
}

#search_submit {
	width: 22px;
	float: left;
}
#search_form{
	background:url(/images/btn_search_background.png)  no-repeat;
	float: right;
	width:221px;
	height:38px;
	margin:8px 0 0 0;

}
#masthead ul{
	width:743px;
	height:30px;
	float:left;
	margin:22px 0 0 0;
	}	
#masthead li{
	display:inline;
	float:left;
	background: transparent;
	padding:0px;
	margin:0px;

}
#patronHead{
	width:461px;
	height:51px;
	
	margin:0px 0 0 23px;
	float: left;
}

/* --- UI --- */

#ui {
	width: 732px;
	padding-top: 18px;
	float: right;
}

#ui li {
	margin-right: 37px;
	padding: 0;
	float: left;
	background: transparent;
}

#ui a {
	height: 8px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9000em;
	overflow: hidden;
}

#ui .active a:link,
#ui .active a:visited,
#ui a:hover,
#ui a:active,
#ui a:focus {
	background-position: 0 -18px;
}

#ui_products_brands, #ui_products_brands a {
	width: 103px;
	background-image: url(/images/ui_products_brands.gif);
}

#ui_recipes, #ui_recipes a {
	width: 37px;
	background-image: url(/images/ui_recipes.gif);
}

#ui_marketing_tools, #ui_marketing_tools a {
	width: 89px;
	background-image: url(/images/ui_marketing_tools.gif);
}

#ui_segments, #ui_segments a {
	width: 51px;
	background-image: url(/images/ui_segments.gif);
}

#ui_news_events, #ui_news_events a {
	width: 76px;
	background-image: url(/images/ui_news_events.gif);
}

#ui_contact_us, #ui_contact_us a {
	width: 59px;
	background-image: url(/images/ui_contact_us.gif);
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 100%;
	/*min-height: 10px;*/
	/*background: url(/images/bg_messaging.gif) no-repeat;*/
}

#messaging_wrapper {
	width: 100%;
	height: 262px;
	
}
#messaging_right{
	width:275px;
	height:406px;
	float:right;
	
}
#home messaging_wrapper {
	width: 660px;
	height: 262px;
	float: left;
	padding: 0px;
	
}
#home #messaging {
	width: 660px;
	height: 262px;
	float: left;
	border-right: 5px solid #dcdcdc;
	border-bottom: 5px solid #dcdcdc;
	padding: 0px;
	
}
#home #messaging img{ position:relative;}

#segments #messaging, #about #messaging, #contact #messaging, #sitemap #messaging, #search #messaging, #news_details #messaging {
	width: 100%;
	min-height: 10px;
	/*background: url(/images/bg_messaging_white.gif) no-repeat;*/
}

#news #messaging {
	width: 100%;
	min-height: 10px;
	/*background: url(/images/bg_messaging_news.gif) no-repeat;*/
}

#messaging_wrapper  {
	width: 665px;
	float: left;
}
.home_brand_img{
     float:left;
	 width:68;
	 height:90px;
	 margin:0 14px 0 14px;
}
#banner_image {
	float: left;
	margin: 0;
	width:940px;
	height:261px;
	border-bottom: 5px solid #dcdcdc;
}

/*#banner_title {
	float: left;
	margin: 0;
	width: 300px;
	height: 245px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
*/
.banner_btn {
	margin-top: 132px;
	margin-left: 25px;
}

#banner_logos {
	text-align: right;
	margin: 30px 15px 0 0;
}

#banner_logos img {
	margin: 0 0 0 15px;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 212px;
	padding: 20px 0 0 21px;
	float: left;
	padding-bottom: 30px;
	background:#e1e1e1;
	
}
#sidebarFullPage{
	width: 200px;
	padding: 0;
	float: left;
	/*margin-bottom: 30px;*/
}

#home #sidebar {
	width: 648px;
	height: 129px;
	float: left;
	border-right: 5px solid #dcdcdc;
	padding:15px 0 0 12px;
	margin:0px;
	background:url(../images/homepage_image/celebrated-brands-background.jpg) repeat;
	
}
#homeSidebar_container{
    padding:0;
	margin:-3px 0 0 0;
}
#home #sidebar a{
	font-family:"Myriad Pro";
	font-size:12px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	/*color:#000;*/
	color:#ed1c24;
	
}
#home #sidebar a:hover{
	font-family:"Myriad Pro";
	font-size:12px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	/*color:#000;*/
	color:#ed1c24;

}
.homeside_link{
	float:right;
	position:relative;
	margin: -16px 30px 0 0;
	color:#ed1c24;
}
#sidebar h2 {
	color: #808080;
	font-size: 1em;
	font-weight: bold;
	
}

#index #sidebar h2 {
	margin-bottom: 0.5em;
}

#sidebar li {
	min-height: 22px;
	margin-bottom: 1px;
	background: url(/images/bg_ui_secondary.gif) no-repeat left bottom;
	/*border: 1px solid #ccc;*/
	line-height: 2em;
}

#sidebar li a:link,
#sidebar li a:visited {
	padding-left: 15px;
	overflow: hidden;
	/*background-image: url(/images/icon_ui_secondary.gif);*/
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-weight: bold;
}

#sidebar li.active a:link,
#sidebar li.active a:visited,
#sidebar li a:hover,
#sidebar li a:active,
#sidebar li a:focus {
	text-decoration: none;
	color: #000;
	background-position: 0 -43px;
}



/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	width: 645px;
	min-height: 180px;
	padding: 25px 30px 10px 0;
	float: right;
	overflow: visible;
	
}

#home #content {
	width: 902px;
	min-height: 0;
	padding: 0;
	display: none;
	visibility: hidden;
}

#news #content, #segments #content, #about #content, #search #content, #contact #content, #sitemap #content, #news_details #content {
	width: 902px;
	min-height: 180px;
	padding: 15px 0 0 0;
	display: block;
	visibility: visible;
}

#content h1 {
	margin-bottom: 1em;
}

#content ol {
	padding-left: 17px;
	list-style-position: outside;
}

#content ul {
	padding-left: 20px;
}

.full-page_content {
	width: 80%;
	text-align: left;
}

.contact_content {
	width: 420px;
	text-align: left;
}

#sitemap_container {
	width: 100%;
}

.sitemap {
	text-align: left;
	float: left;
	margin: 0;
	min-height: 300px;
	max-width: 19%;
}

.sitemap li {
	font-weight: normal;
	padding: 3px 0 3px 8px;
	background-position: 0 8px;
}

.sitemap .section {
	font-weight: bold;
	list-style: none;
	background-image: url();
	margin: 0;
	padding: 0 0 0 20px;
}

.h1_margin-left {
	margin-left: 38px;
}

.text_align-left {
	text-align: left;
}

.text_align-right {
	text-align: right;
}

.text_align-center {
	text-align: center;
}



/* --- recipes --- */

#content ul.recipe_list {
	left: -8px;
	padding: 15px 0 0 0;
	position: relative;
}

.recipe_list li {
	width: 160px;
	min-height: 180px;
	padding: 0;
	float: left;
	background: transparent;
}

.recipe_list div {
}

.shadow {
	width: 184px;
	height: 144px;
	margin-left: -10px;
	padding: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2; /* HACK */
	background: url(/images/bg_recipeitem_shadow.jpg) no-repeat;
}

.recipe_list .shadow {
	width: 144px;
	height: 104px;
	margin: 0;
	padding: 8px;
	background: url(/images/bg_recipelist_shadow.jpg) no-repeat -2px -2px;
}

.recipe_list a {
	padding: 0 5px 0 10px;
	display: block;
}

.recipe_list .shadow a {
	padding: 0;
}

.logo_float {
	width: auto;
	margin-top: -60px;
	float: right;
	position: relative;
	clear: none;
}

.logo_float img {
	float: left;
	margin-left: 15px;
}

.print_link {
	width: 129px;
	height: 33px;
	display: block;
	text-indent: -9000em;
	overflow: hidden;
	background: url(/images/btn_print_recipe.gif) no-repeat;
}

.frac {
}



/* --- home page footer --- */

.home_footer_float {
	float: left;
	width: auto;
	margin: 0;
	text-align: center;
}

#home .margin_right {
	float: left;
	margin-top: 20px;
	margin-left: 35px;
}
#home_footer{
    float: left;
	width:600px;
	padding: 5px 0 0 10px;
	color:#838383;
}


/* --- products and brands --- */

#products{
	width:236px;
	height:377px;
	background:#e1e1e1;
	float: left;
}

#product_sidebar {
	/*margin: 25px 0 45px 0;
	padding: 0;
	border-top: 1px solid #e8e2d4;
	border-bottom: 1px solid #e8e2d4;*/
	
	width:215px;
	height:auto;
	
	
}

#product_sidebar a{
    font-size:12px;
}
.product_sidebar {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	width:194px;
	height:40px;
}

.search_background{
	background:url(/images/btn_search_background_main.gif)  no-repeat;
	float: left;
	width:194px;
	height:35px;
	margin:8px 0 0 -4px;
}
.search_main_text{
    width: 166px;
	height: 20px;
	border: 0px;
	line-height: 18px;
	color: #808080;
	margin: 6px 0 0 20px;
	font-family:Tahoma;
	font-size:13px;
}
.search_main_select{
    width: 122px;
	height: 20px;
	border: 0px;
	line-height: 20px;
	color: #808080;
	font-family:Tahoma;
	font-size:13px;
	
}
.marg{
    margin-left:15px;
}

.bar_margin{
   margin:10px 0 20px 0;
   width:207px;
   height:7px;
   
}
.search_button{
	float:left;
}

#product_sidebar .valign_top {
	vertical-align: top;
}

#product_sidebar img {
	margin: 1px 0 0 3px;
}

#product_sidebar select {
	margin: 1px 0 0 0;
	padding: 0;
}

.brands_btn {
	float: right;
	margin: -3px 19px 0 0;
}

.brands_img {
	float: right;
	margin: -3px 0 0 0;
}
#brand_header{
	float:left;
	width:570px;
	height:auto;
	padding:0 0 0 18px ;
}
#brand_header h1{
    font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	color: #99938a;
	font-family:"Myriad Pro";
	color:#ed2930;
	font-style:italic;
	margin:0 0 4px 0;
}
#brand_header h2{
	font-size:12px;
	color:4c4c4e;
}

#productlist img {
	margin: 10px 20px 40px 3px;
	padding: 7px;
	/*background: url(/images/bg_productlist_shadow.jpg) no-repeat -2px -2px;*/
	float: left;
}
.allBrands{
	font-family:"Myriad Pro";
	font-size:12px;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	color:#ed2930;
	float:right;
}


/* --- brand detail and products list --- */

#brand_details, #products_list_content {
	width: 440px;
	float: left;
}

.products_list_table {
	width: 438px;
}

.products_list_table td {
	padding: 5px;
}

#brand_details .float_left {
	margin-right: 35px;
	margin-bottom: 16px;
	padding: 0;
}

#brand_details #image {
	border: 1px solid #97948d;
}

.highlight {
	border: 1px solid #97948d;
	color: #97948d;
	padding: 16px;
	text-align: center;
	margin-bottom: 16px;
}

.highlight h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
}

#brand_highlight, #product_highlight {
	float: right;
	width: 190px;
}

#brand_highlight #product {
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #dfdbd8;
	text-align: center;
}

#brand_highlight #details {
	padding: 15px 10px 15px 15px;
	text-align: left;
}

#product_highlight #details {
	padding: 0 10px 15px 15px;
	text-align: left;
}

.all_brands_description {
	width: 400px;
	float: left;
}



/* --- product detail --- */

#product_detail_content {
	background: #fff url(/images/bg_product_detail_content.gif) repeat-y right top;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-top: 15px;
}	

#product_detail_content #left {
	width: 37%;
	float: left;
}

#product_detail_content #right {
	width: 54%;
	float: right;
	margin-right: 23px;
}

.product_detail_table {
	width: 230px;
	margin: 15px 0 15px 0;
}

.product_detail_table td {
	padding: 3px 0 3px 3px;
}

#btn_products_list {
	margin-top: 7px;
}

.h4_product {
	color: #000;
}

#product_detail_content .instructions{
	border-top: 1px solid #e5e5e5;
	margin: 0 0 20px 0;
}

#product_detail_content .step {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding: 3px 0 3px 0;
}

#product_detail_content .step #left {
	width: 110px;
	padding: 0;
	margin: 0;
}

#product_detail_content .step #right {
	width: 225px;
	padding: 0;
	margin: 0;
}

.ingredients {
	margin-top: 15px;
}

.print_link_product {
	width: 120px;
	height: 33px;
	display: block;
	text-indent: -9000em;
	overflow: hidden;
	background: url(/images/btn_print_page.gif) no-repeat;
}



/* --- recipe detail --- */

.ingredient_table {
	width: 438px;
	float: right;
}

.ingredient_table td {
	padding-left: 4px;
}

.ingredient_table th {
	padding-left: 4px;
	color: #808080;
	font-weight: bold;
}

.striped .odd {
	/*background: #faf7f3;*/
	background: #f6f6f6;
}



/* --- marketing tools --- */

.promotions {
	padding-top: 13px;
	margin-bottom: 13px;
	border-top: 1px solid #e5e5e5;
}

.promotions .shadow {
	width: 144px;
	height: 104px;
	margin: 0 15px 0 0;
	padding: 8px;
	background: url(/images/bg_recipelist_shadow.jpg) no-repeat -2px -2px;
	float: left;
}

.promotions h3 {
	color: #333;
	margin: 3px 0 10px 0;
	font-size: 1.1em;
}

.promotion_paragraph {
	margin: 0 0 12px 0;
	padding: 0;
}



/* --- news and events --- */

#news .column1 {
	width: 340px;
	float: left;
	margin-right: 90px;
}

#news .column2 {
	width: 220px;
	float: left;
	margin-right: 20px;
	
}

#news .column3 {
	width: 220px;
	float: left;
	
}

#news_details .contact_column {
	width: 180px;
	float: left;
	margin-right: 50px;
}

#news_details .content_column {
	width: 425px;
	float: left;
	margin-right: 30px;
}

#news_details .image_column {
	width: 150px;
	float: left;
}

#news_details img {
	/*border: 1px solid #cbc6be;*/
	margin-bottom: 10px;
}

#news_details h4 {
	font-weight: normal;
	color: #99938a;
	margin: 0 0 20px 0;
}



/* --- half_column --- */

.half_column {
	width: 46%;
	float: left;
	padding-right: 3.5%;
}



/* --- two third column --- */

.two_third_column {
	width: 66%;
	float: left;
}

.two_third_column .float_left {
	margin-right: 25px;
}



/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.note {
	font-size: 0.85em;
	color: #999;
}

.source {
	color: #97948d;
	margin-top: 35px;
	border-top: 1px solid #97948d;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}

.align_center {
	text-align: center;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 940px;
	height: 60px;
	margin: 0 auto;
	padding: 26px 16px 0 16px; 
	clear: both;
	/*background: url(/images/bg_footer_interior.jpg) no-repeat;*/
	color: #000;
	font: normal 0.9em/1.4em Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	
	
	
}

#home #footer {
	width: 936px;
	height: 120px;
	top: -10px;
	padding: 13px 0 0 0;
	position: relative;
	/*background: url(/images/bg_content_home.jpg) no-repeat center top;*/
	color: #000;
	line-height: 1.3em;
	border:none;
}

#segments #footer, #contact #footer, #about #footer, #sitemap #footer, #search #footer, #news_details #footer,#news #footer {
	width: 936px;
	height: 120px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	clear: both;
	color: #000;
	
}



#footer a:link, #footer a:visited {
	color: #ed1c24;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #000;
}
.contactNumber{
	color: #000;
	font-family:"Myriad Pro";
	font-size:18px;
	margin: 6px 0 0 0;
	
}

#footer ul{
	width:368px;
	height:30px;
	float:left;
	margin:2px 0 0 10px;
	}	
#footer li{
	display:inline;
	float:left;
	background: transparent;
	padding:6px 3px 0 3px;
	margin:0px;

}
#footer li a{
	color:#ed1c24;
}

#footer p {
	width: 700px;
	padding-left: 10px;
	float: left;
}

#footer #main {
	width: 328px;
	padding: 12px 0 30px 22px;
	clear: left;
	color: #676461;
}

#footer .title {
	width: 138px;
	height: 24px;
	margin-right: 5px;
	float: right;
	background: url(/images/logo_footer_conagrafoods.png) no-repeat;
}

.footer_left{
	width:940px;
	height:auto;
	float:left;
}

/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
	font-weight: bold;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}

.clearfix_marginbottom {
	width: 100%;
	height: 0;
	clear: both;
	margin-bottom: 35px;
}

.margin-left {
	margin-left: 25px;
}

.margin-right {
	margin-right: 25px;
}

.margin-top {
	margin-top: 25px;
}

.margin-bottom {
	margin-bottom: 25px;
}

.padding-left {
	margin-left: 25px;
}

.padding-right {
	margin-right: 25px;
}

.padding-top {
	margin-top: 25px;
}

.padding-bottom {
	margin-bottom: 25px;
}
/* Healthy Choice List page*/

a.listLink{
  font-size:13px;
  }
.itemDesc{
  font-size:10px;
  margin:3px 0 0 0;
}
.itemPad{
	margin:0 0 0 4px;
}
.contactUs{
	background-color:#faf7f3;
	width:180px;
	height:auto;
	padding:0 0 10px 10px;
		
}
.listTitle{
	width:450px; 
	height:30px; 

}
#patronLeft{
	width:390px;
	float:left;
	padding-right:25px;
	
	
}
#deanslist
{
	background-image:url(../images/dean-bg.gif);  
	width:596px; 
	height:159px; 
	color:#333333; 
	font:10px; 
	font-family:Arial, Helvetica, sans-serif;
}
#deanleft{
float:left; width:188px; padding-left:20px;
}
#deanmiddle{
float:left; width:197px;
}
#deanright{
float:left; width:182px;
}

#patronRight{
	width:230px;
	height:auto;
    float:left;
}
.redTitle{
	color:#f31a23;
	font-size:18px;
	font-weight:bold;
}
.deanTitle{
	color:#dd0431;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.greyTitle{
	font-size:20px;
	color:#aaa49c;
	font-weight:bold;
}
.greySubTitle{
	font-size:12px;
	color:#aaa49c;
	font-weight:bold;
}

#sustain{
	float:left;
	width:623px;
	height:auto;
}
/*  OSP */

#OSprogram{
    float:left;
	width:610px;
	height:auto;
	padding-left:15px;
}

.OSPmargin{
	float:left;
	width:170px;
	height:auto;
	padding:0 0 0 30px;
	line-height:22px;

}
.ospTitle{
	color:#474747;
	font-size:14px;
	font-weight:bold;
}

#kline
{
	width:645px; 
	float:left;  
	margin-top:20px; 
	margin-bottom:20px;
}
#kimage
{ 
	width:100px; float:left;
	padding-right:20px;
}

#ktext
{
	float:left; width:520px
}

