/* GENERAL STYLES */
html
{
    margin: 0px auto;
    height: 100%;
}

body 
{
    background-color: #2e6711;
    margin: 0px;
}

a
{
    color: #005304;
}

a:hover
{
    color: #005304;
    text-decoration: none;
}


/*
    GENERAL STYLES
*/
#HomepageMain 
{
    margin: 0px auto;
    width: 100%;
    height: 900px;
    background-image: url('/images/background.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

#HomepageMainSpanish 
{
    margin: 0px auto;
    width: 100%;
    height: 900px;
    background-image: url('/images/Spanish/BackgroundSpanish.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

#Body 
{
    width: 998px;
    height: 483px;
}

#LeftNav 
{
    width: 318px;
    height: 467px;
    float: left;
    margin-left: 14px;
    text-align: left;
}

#RightColumn
{
    width: 666px;
    height: 467px;
    float:right;
}

#MainNav 
{
    margin-top: 16px;
    width: 666px;
    height: 42px;
    float: right;
    /* background-color: #009a3f; */
}

#MainNavLinks
{
    float: right;
    width: 120px;
    margin-top: 9px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #f5ffa0;
}

#MainNavLinks a
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #f5ffa0;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
}

#MainNavLinks a:hover
{
    text-decoration: underline;
}


#Footer 
{
    font-family: Arial;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
}

#Footer a
{
    font-family: Arial;
    font-size: 9px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

#Footer a:hover
{
    text-decoration: underline;
}


/*
    HOMEPAGE STYLES
*/
#PageContent
{
    width: 998px;
    margin: auto;
}

#HomeAnimation
{
    width: 654px;
    height: 430px;
    float: right;
}

/*
    HOME - LEFT NAV STYLES
*/
#LeftNavLogo
{
    margin-top: 65px;
    height: 115px;
    width: 310px;
}

#LeftNavTitle
{
    width: 310px;
    height: 22px;
    text-align: center;
}
    
#HomeLeftNavCopy
{
    width: 312px;
    height: 157px;
    background-image: url('/images/imgHP_Corn.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

#HomeLeftNavCopyBox
{
    width: 195px;
    height: 157px;
    margin-left: 117px;
    margin-right: 5px;
    margin-top: 10px;
    
    font-family: Arial;
    font-size: 14px;
    color: #336633;
    line-height: 18px;
    text-align: left;
}

/*
    RECIPE SEARCH BOX STYLES
*/
#RecipeSearch
{
    width: 287px;
    height: 81px;
    background-image: url('/images/RecipeSearchBox.png');
    background-repeat: no-repeat;
    text-align: left;
    margin-left: 15px;
}

#RecipeSearchSpanish
{
    width: 287px;
    height: 81px;
    background-image: url('/images/Spanish/RecipeSearchBoxSpanish.png');
    background-repeat: no-repeat;
    text-align: left;
    margin-left: 15px;
}

.RecipeContent
{
    margin-top: 49px;
    margin-left: 10px;
    float:left; 
    height: 30px;
    width: 277px;
}

#RecipeButton
{
    margin-right: 12px;
    float: right;
    background-color: #dddddd;
    width: 22px;
    height: 22px;
}

#RecipeTextBox
{
    float: left;
    text-align: left;
    margin-top: 1px;
    width: 230px;
}

/*
    HOME - CALLOUT STYLES
*/
#Callouts 
{
    width: 970px;
    height: 199px;
    margin-left: 20px;
}

.CalloutCopy
{
    width: 137px;
    
    font-family: Arial;
    font-size: 11px;
    color: #336633;
    line-height: 16px;
    text-align: left;
    margin-left: 20px;
    margin-top: 70px;
}

.CalloutCopy strong
{
    font-size: 12px;
}

.CalloutCopy a
{
    font-size: 11px;
    font-weight: bold;
    color: #336633;
    text-decoration: none;
}

.Callout
{
    background-repeat: no-repeat; 
    width: 307px; 
    height: 177px;
    float: left;
    text-align: left;
}

.CalloutNewsletter, .CalloutCoupon, .CalloutThankYou
{
    width: 307px;    
    font-family: Arial;
    font-size: 13px;
    color: #336633;
    line-height: 16px;
    text-align: center;
    margin-top: 58px;
}

.CalloutNewsletter a, .CalloutCoupon a, .CalloutThankYou a {
    font-family: Arial;
    font-size: 13px;
    color: #336633;
    text-decoration: none;
}

.CalloutNewsletter a:hover, .CalloutCoupon a:hover, .CalloutThankYou a:hover {
    text-decoration: underline;
}

.CalloutThankYou 
{
    display: none;
}

/* EDITOR PROPERTIES */
