﻿
html { min-height: 100%; margin-bottom: 1px; }

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

.globalbody
{
	background-image:url(/images/missionBkgd.gif);
}
#container  
{
    position: relative;
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#topbar {
	height: 70px;
	background-image:url(/images/mission_HEADER.png);
	background-repeat:no-repeat;
}

.resultset 
{
    position:absolute;
    top:30;
    left:175;
    }

#LOGO { 
height: 112px;
width: 112px;
position:Absolute; top: 0px; left: 30px;
z-index:1;
}

#header { 

	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 
#header h1 {
	
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar 
{
    float:right;
    width:205px;
    min-height:539px;
    display: inline;

}
#contentcontainer
{
    padding:8px 8px 8px 0px;
    border: 1px solid #c6c6c6;
    background-color:#ffffff;
    width:942px;
    position:relative;    
}
#sidebar_top {
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(/images/mission_sidebar_topBG.png); /* the background image will be displayed to it's full height, but no further */
	background-repeat:no-repeat;
	
	
}

#sidebar_bottom {
	position:absolute;
	background-image:url(/images/mission_sidebar_bottomBG.png);
    bottom:8px; 
    width: 205px; 
    height: 111px;
    }

#mainContent { 
    background-color:#FFF;
    width:727px;
    float:right;
    display: inline;
    border-right:1px solid #E2E2E2;
    } 

#ImageHeadContent { 
    background-color:#FFF;
    width:727px;

    } 


#onecolcontent { 
    position:relative;
    margin-top:20px;
    margin-left:10px;
    background-color:#FFF;
    width:715px;
}

#twocolheader 
{
    position:relative;
    margin-top:20px;
    margin-left:20px;
    background-color:#FFF;
    width:693px;
    line-height:250%;

} 

#contentimageheader
{

    background-repeat:no-repeat;

   
}

#leftContent { 
margin-top:20px;
margin-left: 20px ;
width: 322px;
float:left;
    display: inline;

} 

#rightContent { 
margin-top:20px;
margin-left: 20px;
width: 322px;
float:left;
    display: inline;

}

#altLeftContent { 
margin-top:20px;
margin-left: 20px ;
width: 398px;
float:left;
    display: inline;
} 

#altSkinnyLeftContent { 
margin-top:20px;
margin-left: 20px ;
width: 246px;
float:left;
position:relative;
    display: inline;
} 

#altSkinnyLeftContent2 { 
margin-top:20px;
margin-left: 10px ;
width: 198px;
float:left;
position:relative;
    display: inline;
} 

#altSkinnyRightContent2 { 
margin-top:20px;
margin-left: 10px ;
width: 446px;
float:left;
vertical-align:bottom;
    display: inline;
} 

#altRightContent { 
margin-top:20px;
margin-left: 30px;
width: 256px;
float:left;
    display: inline;

}

#altSkinnyRightContent { 
margin-top:20px;
width: 446px;
float:left;
vertical-align:bottom;
display: inline;
} 

.nutritionproduct
{
    width:148px;
    float:left;
    font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#4944a2;
	Padding-left:10px;
	border:solid 1px #ffffff;
    display: inline;
    }
    
.nutritionData
{
    width:274px;
    float:right;
    font-size:11px;
	color:#000000;
Padding-left:10px;
	background-color:#a4a1ce;
	border:solid 1px #ffffff;
    }

#fourcolumndivider 
{
 float:left;
 width:695px;
 margin-left: 10px;
 margin-right:10px;
 margin-bottom:10px;   
}
#topleftContent { 
margin-top:20px;
margin-left: 20px;
width: 312px;
float:left;

}
#toprightContent { 
margin-top:20px;
margin-left: 20px;
width: 302px;
float:left;

}
#bottomleftContent { 
margin-left: 10px;
width: 332px;
float:left;
min-height:800px;

}
#bottomrightContent { 
margin-left: 20px;
width: 332px;
float:left;

}


#footer { 
	padding: 0px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
	vertical-align:bottom;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    vertical-align:bottom;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hiddenDiv {
display: none;
}
.visibleDiv{
display: block;
}

/* Recipe Data Content Styles Below this Line */

.recipename1 {
	font-size:22px;
	color:#b93723;
	}
	
.recipeservings1 
{
    	vertical-align:top;
    padding-right:5px;
	color:#444444; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
	}

.recipeprep1 {
	vertical-align:top;
    
	color:#444444; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height:150%
	}
	
.recipecook1 {
	vertical-align:top;

	color:#444444; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height:150%
	}	
.recipeunit 
{
    vertical-align:top;
    padding-right:5px;
    color:#444444; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height:150%
    
}

.recipemeasurementname
{    vertical-align:top;
    padding-right:5px;
    color:#444444; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height:150%
    }
    
.recipefooditemname
{
    vertical-align:top;
    padding-right:5px;
    color:#444444; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height:150%
}

.Recipe_Image
{
    background-color:#FF0000;
    background-image:"/images/recipephoto.png";
    background-repeat:no-repeat;
    width:155px;
    position:absolute; top:172px; left:24px;
}

.absoluteRecipeImage
{
    position:absolute; top:12px; left:11px;
}

.SidebarBlock
{
    padding: 5px 10px 5px 10px;
}

td
{
    vertical-align: top; 
}



#navigation ul
{
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    top: 0px;
    left: 222px;
    width: auto;
}

#navigation ul li
{
    list-style: none; float: left; margin: 0px; padding: 0px; display: block;

}

#navigation ul li ul
{
    display: none;
    position: absolute;
    top: 34px;
    left: -38px;
    width: 760px;
}

#navigation ul li ul.ideas {
    left: -17px;
    }

#navigation ul li ul.products {
    left: -83px;
    width: 841px;
    }

#navigation ul li ul.about {
    left: -35px;
    }
    
.arrowon {
    background-image: url("/images/arrowon.jpg");
    background-repeat:no-repeat;
    color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	width:234px;
	height:28px;
	padding-left:12px;
	line-height: 2.5em;

    }
    

.arrowoff {
    background-image: url("/images/arrowoff.jpg");
    background-repeat:no-repeat;
	padding-left:12px;
	font-size:11px;
	width:234px;
	height:28px;
	line-height: 2.5em;
    }
 
.arrowon a:hover {
    color:#FFFFFF;
	}  
    
.arrowoff a:hover {
    color:#FFFFFF;
	}  


.menulink {
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    display:block;
    }


#sales_locator_popin_div
{
    background-color: White;
    padding: 11px;
}

#signup_popin_div
{
    background-color: White;
    padding: 11px;
}

#email_recipe_popin_div
{
    background-color: White;
    padding: 11px;
}


.recipeResultsItem
{
    width: 337px;
    margin-right: 17px;
    float: left;
}

.recipeResultsItem td
{
    vertical-align: middle;
}

.hidden
{
    display: none;
}

a, img
{
    outline: none;
}



#ideasListing  { padding: 0px; list-style: none; }
#ideasListing li { clear: both; display: block; }
#ideasListing .left { float: left; display: block; }
#ideasListing .desc { float: left; width: 470px; }

/*Additions by MB*/
#recipeOptions { width: 710px; background-color: #eeeeee; }
#recipeOptions #Wrap { background-color: #C8C8C8; }
#recipeOptions ul { float: left; width: 220px; display: block; padding: 0px; margin: 0px; list-style: none; }
#recipeOptions ul li { position: relative; padding-top: 16px; height: 35px; font-size: 12px; color: #666666; font-weight: bold; background-color: #c8c8c8; border-top: 1px solid #dedede; border-bottom: 1px solid #b7b7b7; padding-left: 20px; cursor: pointer; }
#recipeOptions ul li:hover { background-color: #dcdcdc; color: #b93723; }
#recipeOptions ul li.current { background: #4944a2; border-top: 1px solid #4944a2; border-bottom: 1px solid #4944a2; color: #fff; }
#recipeOptions #theOptions { float: right; width: 398px; padding: 25px 20px 25px 36px; }

#recipeOptions #theOptions div { display: none; }
#recipeOptions #theOptions .current { display: inherit; }
.currentMarker { position: absolute; top: -1px; right: -17px }

#recipeOptions table tr td label { font-size: 10px; }

#recipeOptions table tr { width: 211px; }
#recipeOptions table tr td input { float: left; }
#recipeOptions table tr td label { float: right; width: 165px; margin-bottom: 5px; }
