*, div, p, ul, li, img
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div, p
{
    line-height: 18px;
}

fieldset
{
    line-height: normal;
}

img
{
    border: none;
}


html
{
    width: 100%;
    height: 100%;
}

/* *****************     HEADERS   ************************** */
h1, h2, h3, h4, .h1, .h2, .h3, .h4
{
    font-family: Georgia, Verdana, Helvetica;
    font-weight: bold;
    display: block;
}

h2, .h2
{
    font-size: 28px;
    line-height: 28px;
    color: #4e555b;
    display: block;
    font-weight: normal;
    margin: 7px 0 15px 0;
}



h3, .h3
{
    font-size: 18px;
    color: #0a4a9c;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
}
h3.black
{
    color: #4e555b;
}



h4, .h4
{
    font-size: 16px;
    color: #4e565d;
    margin-bottom: 5px;
}

h5, .h5
{
    font-size: 13px;
    color: #4e565d;
    margin-bottom: 1px;
    font-family: verdana;
}

/************************ LINK STYLES *********************/
a, a:link, a:visited, a:hover, a:active
{
    outline: none;
    text-decoration: none;
    color: #0a4a9c;
}

a:hover, a:active
{
    text-decoration: underline;
    outline: none;
}
a img
{
    border: none;
}
input
{
    outline: none;
}



a.strong_blue, a.strong_blue:link, a.strong_blue:visited, a.strong_blue:hover, a.strong_blue:active
{
    font-weight: bold;
    color: #0a4a9c;
}

a.learnMore, a.learnMore:link, a.learnMore:visited, a.learnMore:hover, a.learnMore:active
{
    color: #0a4a9c;
    font-weight: bold;
    font-size: 12px;
}

/* *****************     TEXT STYLES   ************************** */

.bold
{
    font-weight: bold;
}
.small_bold_blue
{
    font-family: Verdana, Helvetica, Arial;
    font-weight: bold;
    color: #0a4a9c;
}

.small_bold
{
    font-size: 11px;
    font-weight: bold;
}

p
{
    margin: 15px 0 10px 0;
}

.smaller_text
{
    font-size: 10px;
}
.small_text
{
    font-size: 9px;
}

.error
{
    color: Red;
}

.info_text
{
    color: Red;
}




/* *****************     PADDING STYLES  ************************** */

.margin_top_small:
{
    margin-top: 10px;
}
.margin_bottom_small:
{
    margin-bottom: 10px;
}
.margin_bottom_medium
{
    margin-bottom: 25px;
}
.margin_top_medium
{
    margin-top: 25px;
}

.margin_bottom_large
{
    margin-bottom: 30px;
}
.margin_top_large
{
    margin-top: 30px;
}

.pad_top_none
{
    padding-top: 0;
}

/* ----------- other misc common classes ---------------------*/
fieldset
{
    border: none;
}
ul.bulleted, ul.bulleted li
{
    list-style-type: disc;
    list-style-position: inside;
}

img.bordered
{
    border: solid 1px #cccccc;
    padding: 2px;
}

.quoted
{
    display: block;
    background: #fcfcfa url(images/bg_quoted.gif) no-repeat 0 0;
    margin-left: 10px;
    font-family: verdana, helvetica;
    color: #8b8c82;
    padding: 25px;
    font-style: italic;
}

p.borderless, div.borderless, img.borderless
{
    border-top: none 0px transparent !important;
    border-right: none 0px transparent !important;
    border-bottom: none 0px transparent !important;
    border-left: none 0px transparent !important;
}


.dark
{
    background-color: #fcfcfa;
}

div.to_the_top
{
    clear: both;
    height: 30px;
    width: 100%;
    text-align: right;
    background: url(Images/bg_to_top.gif) no-repeat right top;
}
div.to_the_top_history
{
    clear: both;
    height: 20px;
    width: 100%;
    text-align: right;
    background: url(Images/to_the_top_history.gif) no-repeat right top;
    margin-left:-55px;
}
div.to_the_top_history a, div.to_the_top_history a:link, div.to_the_top_history a:visited, div.to_the_top_history a:hover, div.to_the_top_history a:active
{
    display: block;
    float: right;
    height: 20px;
    width: 40px;
    text-decoration: none;
    text-indent: -9px;
}


div.to_the_top a
{
    display: block;
    float: right;
    height: 20px;
    width: 40px;
    text-decoration: none;
    text-indent: -9px;
}

div.fancyLineDivider
{
    width: 100%;
    height: 50px;
    background: url(Images/fancy_div_line.gif) no-repeat 0 0;
    margin-left:25px;/*  ADD LEFT MARGIN TO CORRECT LAYOUT ISSUES - MC 112910 */
}
div.shortfancyLineDivider
{
    width: 100%;
    height: 25px;
    background: url(Images/ShortFancyDivider.gif) no-repeat 0 0;
    clear: both;
}

div.LineDivider
{
    width: 100%;
    background: url(Images/MidBar.gif) no-repeat 0 0;
    clear: both;
    margin-left:5px;/*  ADD LEFT MARGIN TO CORRECT LAYOUT ISSUES - MC 112910 */
}
/* div#ctl00_ctl00_Content_midImgforHeart_ctl00_pnlLineDivider {margin:0 0 0 30px;} *//* REMOVING THIS IS GOING TO BREAK SOMETHING */
div#ctl00_ctl00_Content_ContentPlaceHolder1_ctl00_pnlLineDivider {margin:0 0 0 30px;}
div#ctl00_ctl00_Content_midImgforHeart_usercontrols_uielements_ascx1_pnlLineDivider {margin:0 0 0 13px;}

div.scissorsLineDivider
{
    width: 100%;
    background: url(/Images/page-divider-scissors.gif) no-repeat 0 0;
    clear: both;
}

/* *****************     LAYOUT UTILITY  STYLES   ************************** */

.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block;
}

html[xmlns] .clearfix
{
    display: block;
}

* html .clearfix
{
    height: 1%;
}


div.ContextualHelpWrapper
{
    position: relative;
    z-index: 200;
}

div.SocialBookmarkingContextualHelp
{
    left: 5px;
    top: 10px;
}

div.ContextualHelp
{
    background-color: #F3F2EF;
    border: 1px solid #CCCCCC;
    display: none;
    padding: 5px 5px 15px 15px;
    position: absolute;
    width: 260px;
    z-index: 100;
}


/* *****************   0.0  LAYOUT  MAIN ************************** */


form
{
    text-align: center;
    height:100%;
}

body
{
    font-family: Verdana, Arial;
    color: #4e555b;
    font-size: 12px;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%; /*background: url(images/bg_body.jpg) repeat-y 50% 50%;*/
    background: url(/App_Themes/Quaker/Images/backgrounds/quaker-mid-bkg.jpg) repeat top center;
    text-align: center;
    min-width: 1220px;
}

body.nobg
{
    background: none;
}

div.topBorder
{
   /* background: url(/App_Themes/Quaker/Images/bg_red_line.gif) no-repeat;
    height: 18px; removed for newshell fixes 08/16/2010 */
}
div.noTopBorder{display: none;}
div#ctl00_ctl00_Content_pnlTopBorder {margin-left:20px;}

#wrapper-outer
{
    /*width: 1032px;*/
    min-height: 100%;
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    text-align: left;
   
}
#wrapper-header
{
    margin-left: auto;
    margin-right: auto; /*width: 1032px;*/ /*background : url(/App_Themes/Quaker/Images/backgrounds/quaker-hdr-bkg.jpg) repeat-x top left;*/
    height: 200px; /*overflow: hidden;*/
    position: relative;
    /*z-index: 3000;*/
}
#wrapper
{
    /*margin: 0 10px 0 26px; background: #fff;*/
    overflow: hidden;
    width: 1032px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#wrapper-main
{
    /*margin: 0 10px 0 26px; background: #fff;*/
    overflow: hidden;
    width: 1035px;
    text-align: left;
    position: relative;
    margin-top: -107px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 27px;
    background: transparent url(/App_Themes/Quaker/Images/backgrounds/quaker-sub-page-body-bkg.gif) repeat-y top center;
    z-index: 2000;
    min-height: 100%;
    height: auto !important;
    height:100%;
    
}
#wrapper-footer
{
    background: url(/App_Themes/Quaker/Images/backgrounds/quaker-footer-bkg.jpg) repeat-x 0 -90px;
    height: 39px;
    margin-top: -39px;
    vertical-align: bottom;
    /*bottom: 0;*/
    /*margin-top: -90px;*/
    position:relative;
    z-index: 2000;
    width: 100%;
    clear: both;
}

/* MAIN DIV LAYOUT UPDATES BY MC 111710 */
#Main
{
    /*float:left; 	width: 65%;*/   
    margin: 0px auto;
    line-height: 120%;
    padding-bottom: 30px; 
    /*background: url(/App_Themes/Quaker/Images/backgrounds/quaker-mid-bkg.jpg) repeat 0 0;*/
    padding-top:10px;
    border-top:1px solid #dcd2b8;
    border-left:2px solid #dcd2b8;
    border-right:2px solid #dcd2b8;
    /*padding-left:10px;*/
    /*padding-right: 10px;*/
}
.clearfix object {margin-left:25px;}

/* SITEFINITY INSERTED TOP-IMAGE CONTENT DIVS */
div#productTopMain
{
    height: 314px;
    width: 982px;
   /* margin:0; */
}
#ctl00_ctl00_Content_cphTopImage_Image1 {margin-left:23px;}
#ctl00_ctl00_Content_cphTopImage_Image3 {margin-left:20px;}
#ctl00_ctl00_Content_chpSectionImg_Image1 {margin-left:20px;}
#ctl00_ctl00_Content_imgHdr{border:0;margin:0 0 0 20px;}

#SideBar
{
    width: 28%;
    float: right;
    padding: 15px;
}
#Header, #Header_nonav, #Footer
{
    /* clear: both;*/
}
#LeftSideBar
{
    width: 40%;
    float: left;
    padding: 15px;
}
#RightSideBar
{
    width: 50%;
    float: right;
    padding: 15px;
}

#Main .home_flash
{
    margin: 0 auto;
    text-align:center;
}


/* *****************   0.1  LAYOUT  HEADER  ************************** */

#Header .imgLogo
{
    display: none;
}

#Header
{
    /*margin-bottom: 20px; 	background: #1F5DA7; 	margin-top: 10px;*/ /*height: 96px;*/ /*height: 200px;*/ /*background: url(images/bg_header.gif) no-repeat top left;*/ /*background : url(/App_Themes/Quaker/Images/backgrounds/quaker-hdr-bkg.jpg) repeat-x top left;*/
    position: relative;
    float: left;
    width: 1032px;
}

#Header_nonav
{
    /*margin-bottom: 20px; 	background: #1F5DA7; 	margin-top: 10px;*/
    height: 30px;
    background: url(images/nonav_bg_header.gif) no-repeat top left;
    position: relative;
}

/*  ADD 0.5% TO LEFT POSITION - MC 112910 */
#header-mid
{
    height: 125px;
    position: absolute;
    left: 50.3%;
    margin-left: -516px;
    margin-right: auto;
    z-index: 3000;  
    
}
#header-left
{
    height: 125px;
    width: 125px;
    background: url(/App_Themes/Quaker/Images/backgrounds/quaker-hdr-gfx-lft.png) no-repeat 0 0; /*float: left;     display: block;*/
    position: absolute;
    left: 0px;
}
#header-right
{
    height: 125px;
    width: 92px;
    background: url(/App_Themes/Quaker/Images/backgrounds/quaker-hdr-gfx-right.png) no-repeat 0 0; /*float: right;     */
    position: absolute;
    right: 0px;
}
a.Logo
{
    width: 95px;
    height: 95px;
    position: absolute;
    left: 0;
    top: 0;
}
#TopNavigation
{
}
#UtilityNav /* this is the top nav line */
{
    height: 42px; /*margin-right:15px;*/
    margin: 5px 0px 0px 668px;
    width: 375px;
    /* float: right; */
    text-align: right;
    background: url(images/shell/bg_utilitynav.gif) no-repeat 80% 0%;
}

#UtilityNav a, #UtilityNav a:link, #UtilityNav a:visited, #UtilityNav a:hover, #UtilityNav a:active
{
    /* background: url(images/bg_btn_topnav.gif) no-repeat right 1px;     padding-right: 18px;   padding-bottom:2px;     font-family: verdana;     font-weight: bold;     font-size: 11px;*/
    margin: 12px 0 0 0;
}

#UtilityNav a.signin, #UtilityNav a.signin:link, #UtilityNav a.signin:visited, #UtilityNav a.signin:hover, #UtilityNav a.signin:active
{
    /*background-image: none;     padding-right: 4px;     font-family: verdana;     font-weight: normal;     font-size: 11px;*/
    margin: 0 11px 0 0;
}
#UtilityNav .searchBox
{
    width: 180px;
    height: 15px;
    font-size: 11px;
    margin-left: 2px;
    line-height: 14px;
    padding-left: 2px;
}

#UtilityNav .image
{
    vertical-align: top;
}

#menuContainer
{
    float: right;
    width: 870px;
    clear: right;
    margin-top: 7px;
    margin-right:14px;
}


/* *****************   0.2  LAYOUT  FOOTER  ************************** */
#Footer
{
    clear: both;
    padding: 4px 0 0 25px; /*width: 100%;*/ /*height: 140px;*/
    height: 30px; /* background: url(images/bg_footer.gif) no-repeat 0 0;*/
    width: 1032px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
    position: relative;
}

#Footer img
{
    border: none;
}
#Footer a#lnksubscribe, #Footer a#lnksuggest, #Footer ul#lnkSocial
{
    float: left;
    height: 44px;
    border: none;
}

#Footer #lnksubscribe
{
    margin-right: 110px;
    width: 346px;
    margin-left: 20px;
}

#Footer #lnksuggest
{
    margin-right: 10px;
    width: 253px;
}

#Footer #lnkSocial
{
    width: 140px;
    height: 33px;
    margin-top: 2px;
}

#Footer #lnkSocial li
{
    list-style-type: none;
    display: inline-block;
}
#Footer #lnkSocial li a
{
    float: left;
    display: inline-block;
}
#Footer #lnkSocial li.twitter
{
    background: transparent url('/App_Themes/Quaker/Images/footer-images/footer-sm-icons.gif') no-repeat;
    background-position: 0px 0;
    width: 38px;
    height: 33px;
}
#Footer #lnkSocial li.facebook
{
    background: transparent url('/App_Themes/Quaker/Images/footer-images/footer-sm-icons.gif') no-repeat;
    background-position: -38px 0;
    width: 38px;
    height: 33px;
}

#Footer #lnkSocial li.you-tube
{
    background: transparent url('/App_Themes/Quaker/Images/footer-images/footer-sm-icons.gif') no-repeat;
    background-position: -76px 0;
    width: 38px;
    height: 33px;
}
#Footer #bottomnav
{
    float: right;
    margin-top: 9px;
    margin-right: 100px;
    height: 20px;
    color: #e5aaac;
    font-size: 9px;
    font-family: "Verdana" , Sans-serif;
}
#Footer #bottomnav li
{
    list-style-type: none;
    display: inline;
    border-right: dashed 1px #e5aaac;
}
li.last
{
    border-right: none !important;
}
#Footer #bottomnav a, #Footer #bottomnav a:link, #Footer #bottomnav a:visited, #Footer #bottomnav a:hover, #Footer #bottomnav a:active
{
    color: #e5aaac;
    text-decoration: none;
    padding: 0 10px;
    font-size: 9px;
    text-transform: capitalize; /*text-transform: uppercase;*/
}
#Footer #bottomnav a:hover, #Footer #bottomnav a:active{
    color: #ffffff;
}
#Footer #sign-up
{
    display:none;
    width: 330px;
    float: left;
    margin-left: 20px;
}

/****************************************RIGHT HAND SIDE STYLES *********************/

#right_rail
{
    width: 328px;
    float: right;
    background: #f4f1eb url(Images/right_rail/bg_right.gif) no-repeat 0 bottom;
    padding-bottom: 10px;
    font-size: 11px;
    overflow: hidden;
    padding-bottom: 1px;
    margin-right:20px;/* ADD RIGHT MARGIN TO CORRECT LAYOUT ISSUES - MC 112910 */
}

#right_rail img
{
    display: block;
}
div.RightSideDivider
{
    height: 20px;
    width: 305px;
    margin: 0 12px;
    background: url(Images/right_rail/bg_right_divider.gif) repeat-x 0 9px;
}

div.relatedProductsRhs, div.toolsRhs, div.questionRhs, div.tagsRhs, div.relatedArticlesRhs, div.relatedRecipesRhs, div.articleUtilityRhs, div.brochuresRhs, .rhsElement, #rhs_WICRecipeBook, #communitySubnavRhs
{
    margin: 0 11px 10px 11px;
    display: block;
}

#right_rail a
{
    color: #0a4a9c;
}

/*-------------------------------------Article Utility ---------------------------------*/
div.articleUtilityRhs
{
    background: /*#f8f7f3*/ url(Images/right_rail/art_utility/bg_art_utility.jpg) no-repeat 0 0;
    padding: 17px 0 20px 10px;
    color: #5f656a;
}

/*-------------------------------------Related Products---------------------------------*/
div.relatedProductsRhs
{
    background: url(Images/right_rail/bg_related_products.jpg) no-repeat 0 top;
    padding: 35px 0 0 0;
    margin-bottom: 10px;
    display: block;
}

div.relatedProductsRhs div.productName a
{
    font-weight: bold;
    font-size: 11px;
    color: #0a4a9a; /*   text-decoration: none;      display: block;         width: 200px;*/
}

div.relatedProductsRhs div.productName
{
    width: 200px;
    padding-left: 20px;
    background: url(Images/right_rail/bg_arrow.gif) no-repeat 10px 5px;
}
/*-------------------------------------Tools ---------------------------------*/

div.toolsRhs
{
    background: url(Images/right_rail/txt_related_tools.gif) no-repeat 0 top;
    overflow: hidden;
    padding: 15px 0 0 0;
}

div.toolsRhs a.bmiCalculator, div.toolsRhs a.energyBalance
{
    display: block;
    height: 62px;
    width: 280px;
    text-indent: -999999px;
}


div.toolsRhs a.bmiCalculator
{
    background: url(Images/right_rail/img_bmi_calculator.gif) no-repeat 0 top;
}

div.toolsRhs a.energyBalance
{
    background: url(Images/right_rail/img_energy_balance.gif) no-repeat 0 top;
}

/*-------------------------------------Brochures ---------------------------------*/
div.brochuresRhs
{
    background: /*#f8f7f3*/ url(Images/right_rail/bg_brochures.gif) no-repeat 0 0;
    padding: 20px 10px 10px 10px;
    text-align: right;
}
div.brochuresRhs ul
{
    margin: 10px 0;
    text-align: left;
}

div.brochuresRhs li
{
    background: /*#f8f7f3*/ url(Images/right_rail/img_adobe.gif) no-repeat 0 0;
    margin: 5px 0;
    padding: 2px 0 2px 18px;
}

div.brochuresRhs a.downloadAdobe
{
    width: 150px;
}


/*-------------------------------------Related Articles ---------------------------------*/
div.relatedArticlesRhs
{
    background: /*#f8f7f3*/ url(Images/right_rail/bg_articles.gif) no-repeat 0 0;
    padding: 20px 10px 10px 10px;
}
div.relatedArticlesRhs ul
{
    margin: 10px 0;
}




div.relatedArticlesRhs li
{
    background: url(Images/right_rail/img_article.gif) no-repeat 0 0;
    margin: 5px 0;
    padding: 2px 0 2px 18px;
}
a.vewAll
{
    font-weight: bold;
}

/*-------------------------------------Related Recipes ---------------------------------*/
div.relatedRecipesRhs
{
    background: /*#f8f7f3*/ url(Images/right_rail/txt_related_recipes.gif) no-repeat 0 0;
    padding: 10px 0 0 0;
}
div.relatedRecipesRhs ul
{
    margin: 10px 0;
}

/*-------------------------------------Recipe Search ---------------------------------*/
div.recipe_searchRhs
{
    padding: 10px 0 0 0;
    background: url(Images/recipes/bg_search_recipes_rhs.jpg) no-repeat 0 0;
    margin: 0 0 0 11px;
}


/*-------------------------------------Tags ---------------------------------*/
div.tagsRhs
{
    background: /*#f8f7f3*/ url(Images/right_rail/txt_tags.gif) no-repeat 0 1px;
    padding: 0;
    border: solid 1px #F4F1EB;
    clear: left;
}

div.tagsRhs a.whatsThis, div.tagsRhs a.whatsThis:link, div.tagsRhs a.whatsThis:visited, div.tagsRhs a.whatsThis:hover, div.tagsRhs a.whatsThis:active
{
    width: 88px;
    display: block;
    text-decoration: none;
    margin-left: 190px;
    text-indent: -9999px;
    height: 10px;
    overflow: hidden;
    z-index: 300;
}


div.tagsRhs a.whatsThis span
{
    visibility: hidden;
}




/*-------------------------------------Tell Us What You Think ---------------------------------*/
div.questionRhs
{
    margin-bottom: 10px;
    background: url(Images/right_rail/bg_question.gif) no-repeat 0 top;
}


div.questionRhs h3
{
    display: block;
    font-size: 16px;
    color: #0a4a9a;
    padding: 50px 60px 2px 10px;
    font-family: Georgia;
}

div.questionRhs p
{
    margin: 0 60px 20px 10px;
    font-size: 11px;
}


div.questionRhs div.command
{
    background: url(Images/right_rail/bg_question_command.gif) no-repeat 0 bottom;
    height: 35px;
}



div.questionRhs a.tellus
{
    display: block;
    width: 90px;
    height: 25px;
    float: right;
    margin-right: 9px;
    background: url(Images/right_rail/btn_tellus.gif) no-repeat 0;
    text-indent: -99999px;
}


div.questionFancyRhs h3
{
    font-family: Verdana;
}

div.questionFancyRhs
{
    background: url(Images/right_rail/bg_question_fancy.gif) no-repeat 0 top;
    width: 290px;
    text-align: center;
}



div.questionFancyRhs img
{
    margin: 12px 0px;
}

div.questionFancyRhs p
{
    width: 215px;
    margin: 1px auto;
    font-family: Verdana;
}


div.questionFancyRhs div.command
{
    background: url(Images/right_rail/bg_question_command_fancy.gif) no-repeat 0 bottom;
    height: 85px;
    text-align: center;
}
div.questionFancyRhs a.tellus
{
    display: block;
    width: 90px;
    height: 25px;
    margin: 15px auto;
    background: url(Images/right_rail/btn_tellus_fancy.gif) no-repeat 0;
    text-indent: -99999px;
}

/*---------------------------WIC Recipe Book-----------------------*/
#rhs_WICRecipeBook
{
    position: relative;
    width: 304px;
    height: 143px;
    background: url(Images/right_rail/bg_wic_recipes.jpg) no-repeat 0 0;
}

#rhs_WICRecipeBook a
{
    display: block;
    position: absolute;
    height: 21px;
    border: none;
    text-indent: -9999px;
}
#rhs_WICRecipeBook a#pdf_english
{
    width: 140px;
    top: 90px;
    left: 32px;
}
#rhs_WICRecipeBook a#pdf_spanish
{
    width: 95px;
    top: 90px;
    left: 195px;
}
#rhs_WICRecipeBook a#get_acrobat
{
    width: 130px;
    top: 120px;
    left: 165px;
    height: 13px;
}


/*------------------ community programs navigation -------------------*/
#communitySubnavRhs ul
{
    width: 304px;
    height: 160px;
    background: url(Images/right_rail/bg_community_nav.gif) no-repeat 0;
}

#communitySubnavRhs li
{
}

#communitySubnavRhs li a
{
    display: block;
    width: 303px;
    height: 39px;
    text-indent: -9999px;
}

#communitySubnavRhs li a:hover, #communitySubnavRhs li a.active
{
    background: url(Images/right_rail/bg_community_nav.gif) no-repeat 0;
}


#communitySubnavRhs li#l1 a
{
    background-position: -329px -1px;
}
#communitySubnavRhs li#l2 a
{
    background-position: -329px -40px;
}
#communitySubnavRhs li#l3 a
{
    background-position: -329px -79px;
}

#communitySubnavRhs li#l4 a
{
    background-position: -329px -118px;
}



#communitySubnavRhs li#l1 a.active
{
    background-position: -659px 0px;
}
#communitySubnavRhs li#l2 a.active
{
    background-position: -659px -40px;
}
#communitySubnavRhs li#l3 a.active
{
    background-position: -659px -79px;
}

#communitySubnavRhs li#l4 a.active
{
    background-position: -659px -118px;
}











/*-------------------------------------PollBox---------------------------------*/
.PollBox
{
    font-size: 11px;
    background: transparent; /*width: 310px;*/
    padding: 0 10px;
    margin-bottom: 10px;
}

.PollBox h2
{
    display: none;
}

.PollBox h3
{
    background: url(Images/right_rail/bg_poll_header.jpg) no-repeat 0 top;
    padding: 45px 30px 18px 65px;
    font-size: 11px;
    color: #4e565d;
    font-family: Verdana;
    font-weight: bold;
}


.PollBox fieldset
{
    border: 0;
    padding: 0 0 10px 0;
    margin: 0;
    background: url(Images/right_rail/bg_poll_bg.jpg) repeat-y;
}

.PollBox fieldset div
{
    padding-left: 50px;
}

.PollBox .sf_pollQuestionsList
{
    list-style-position: outside;
}

.PollBox .sf_pollQuestionsList li
{
    margin: 5px 0;
    vertical-align: middle;
    list-style-position: outside;
    clear: left;
}
.PollBox .sf_pollQuestionsList li input
{
    margin: 0px 4px 0px 0;
    width: 16px;
    height: 20px;
    float: left;
    clear: left;
}

.PollBox .sf_pollQuestionsList li label
{
    vertical-align: top;
    display: block;
    width: 215px;
    float: left;
}


.PollBox .sf_pollCommands
{
    background: url(Images/right_rail/bg_poll_bottom.jpg) no-repeat 0 bottom;
    margin: 0;
    padding-bottom: 12px;
}

.PollBox .sf_pollCommands input.sf_pollVote
{
}

.PollBox .sf_pollQuestionAnswers
{
    background: url(Images/right_rail/bg_poll_bg.jpg) repeat-y;
    padding-left: 15px;
    padding-right: 15px;
}

.PollBox .sf_pollVoteInfo
{
    background: url(Images/right_rail/bg_poll_bg.jpg) repeat-y;
    margin: 0;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 0px;
}
.PollBox .sf_pollVoteInfo_result
{
    background: url(Images/right_rail/bg_poll_bottom.jpg) no-repeat 0 bottom;
    margin: 0;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 10px;
}




.PollBox .sf_pollVote
{
    margin-left: 215px;
}



.PollBox h4
{
    font-size: 1.3em;
    padding: 0;
    margin: 0;
}
.PollBox fieldset h5
{
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;
}
.PollBox fieldset span
{
    display: block;
    margin: 0;
    font-size: 1.0em;
    color: #000;
    line-height: 1.6em;
}
.PollBox fieldset span label
{
    display: inline;
    font-weight: normal;
}
.PollBox a
{
    /*float: right;*/
    margin-top: -16px;
    margin-left: 20px;
}
.PollBox span
{
    color: #999;
    font-size: 0.9em;
}
.PollBox span.validator
{
    color: red;
    display: block;
    margin-bottom: 5px;
    clear: left;
    padding-left: 50px;
}

/*.sf_pollVoteInfo {
    padding-bottom: 20px;
}*/

/* MISC */

/*---------------------------Article Call Outs-----------------------*/
div.ArticleCallOut
{
    margin: 8px 0;
    display: block;
    clear: both; /*float: left;*/
    width: 100%;
}

div.ArticleCallOut .img
{
    width: 120px;
    float: left;
    border: solid 1px #cccccc;
    clear: right;
    height: 120px;
}


div.ArticleCallOut div
{
    margin: 2px 0 0 10px;
    width: 420px;
    float: left;
}

div.ArticleCallOut div h3
{
    margin-bottom: 0;
}


div.ArticleCallOut div a
{
    color: #0a4a9c;
}

div.ArticleCallOut div p
{
    margin-top: 6px;
}

#descriptor, #descriptor p, p.intro {line-height: 24px;width:95%;}





/* --------------------------- Animation ---------------------------------*/




.animated_bg, .animated_current_bg
{
    margin: 0 auto;
    padding: 2px 0 0 0;
    height: 120px;
}


.animated_current_bg
{
    width: 109px;
    top: -5px;
    display: block;
}

.animated_bg img, .animated_current_bg img
{
    width: 100%;
}





ul.animated_thumbnail_wrap
{
    float: left;
}



ul.animated_thumbnail_wrap li
{
    list-style-type: none;
    display: block;
    float: left;
    margin: 0 20px 0 0; /*position: relative;*/
    width: 109px; /* height: 153px;*/
    text-align: left;
}



ul.animated_thumbnail_wrap .link_wrap, ul.animated_thumbnail_wrap .link_wrap_active
{
    width: 109px;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    left: 0; /*IE7*/
}

ul.animated_thumbnail_wrap .link_wrap a
{
    color: #868686;
    text-decoration: none;
}


ul.animated_thumbnail_wrap .link_wrap a:hover, ul.animated_thumbnail_wrap li.fakeHover a, ul.animated_thumbnail_wrap .link_wrap_active
{
    color: #a40102;
    text-decoration: none;
}

ul.quaker-input
{
    list-style-type: none;
}

ul.quaker-input li
{
    display: inline;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/* NEW HOMEPAGE STYLES - 01-18-2012 */

#quaker-find-recipe     { background-image: url(/App_Themes/Quaker/Images/new_shell/search-fields.png); background-position: 0 0; width: 173px; height: 39px; }
.quaker-find-recipe-btn { background-image: url(/App_Themes/Quaker/Images/new_shell/search-fields.png); background-position: 0 -89px; width: 44px; height: 39px; display: block; position: absolute; right: 0px; }
#find-recipe a:hover .quaker-find-recipe-btn { background-position: 0 -178px; width: 44px; height: 39px; cursor: pointer; }

#quaker-search          { background-image: url(/App_Themes/Quaker/Images/new_shell/search-fields.png); background-position: 0 -267px; width: 166px; height: 39px; }
.quaker-search-btn      { background-image: url(/App_Themes/Quaker/Images/new_shell/search-fields.png); background-position: 0 -356px; width: 44px; height: 39px; }
#search a:hover .quaker-search-btn { background-image: url(/App_Themes/Quaker/Images/new_shell/search-fields.png); background-position: 0px -445px !important; width: 44px; height: 39px; }
#search                 { width: 220px; margin-right: 22px; }
#quaker-search input    { margin: 12px 0 2px 10px; }

.homepage-promo[role=one],
.homepage-promo[role=two],
.homepage-promo[role=three],
.homepage-promo[role=four] {

  background-repeat: no-repeat;
  background-position: 0 0; width: 242px; height: 266px;

}

.homepage-promo[role=one]:hover,
.homepage-promo[role=two]:hover,
.homepage-promo[role=three]:hover,
.homepage-promo[role=four]:hover {

  background-position: 0 -316px; width: 242px; height: 266px;

}

.where-to-buy,
.sign-in-up a {

  background-image: url(/App_Themes/Quaker/Images/new_shell/sign-in-sign-up-where-to-buy.png);

}

.sign-in-up {

  position: relative;
  top: 14px;

}

.where-to-buy {

  position: relative;
  left: 5px;
  top: 15px;
  background-position: 0 0;
  width: 89px;
  height: 9px;

}

.where-to-buy:hover {

  background-position: 0 -59px; width: 89px; height: 9px;

}

.sign-in-up a.in {

  background-position: 0 -118px;
  width: 51px;
  height: 11px;

}

.sign-in-up a.in:hover {

  background-position: 0 -179px;

}

.sign-in-up a.up {

  background-position: 50px -118px;
  width: 50px;
  height: 11px;

}

.sign-in-up a.up:hover {

  background-position: 50px -240px;

}

.where-to-buy,
.sign-in-up a {

  float: left;
  display: block;
  margin: 0px !important;

}

#social-icons {

  width: 105px; position: absolute; left: 390px; top: 11px;

}

.social-icon {

  display: block;
  float: left;
  background-image: url(/App_Themes/Quaker/Images/new_shell/social.png);
  text-indent: -9999em;
  padding: 0px !important;

}

.social-icon.facebook { background-position: 0 0; width: 22px; height: 20px; margin-right: 4px; }
.social-icon.facebook:hover { background-position: 0 -70px; width: 22px; height: 20px; }

.social-icon.google { background-position: 0 -140px; width: 24px; height: 21px; margin-right: 1px; }
.social-icon.google:hover { background-position: 0 -211px; width: 24px; height: 21px; }

.social-icon.twitter { background-position: 0 -282px; width: 22px; height: 20px; margin-right: 4px; }
.social-icon.twitter:hover { background-position: 0 -352px; width: 22px; height: 20px; }

.social-icon.youtube { background-position: 0 -422px; width: 24px; height: 20px; margin-right: 4px; }
.social-icon.youtube:hover { background-position: 0 -492px; width: 24px; height: 20px; }

#UtilityNav {

  background-image: none;
  margin-left: 525px;

}

#find-recipe {
    float: right;
    height: 38px;
    margin: 2px 26px 0 0;
    width: 213px;
}

#quaker-find-recipe {
    float: left;
    height: 34px;
    width: 203px;
    padding-left: 10px;
    padding-top: 4px;
}

#find-recipe,
#search {
    position: relative;
    top: -52px;
}

#Main {

  padding-top: 3px;

}

#social_feeds {

width: 894px; height: 89px; background-image: url(/App_Themes/Quaker/Images/new_shell/socialarea.png); background-repeat: no-repeat; display: block; margin: 0 auto; margin-top: 30px; margin-bottom: 30px; position: relative;

}

#twitter_content {

position: absolute; height: 44px; top: 20px; font-size: 9px; line-height: 15px; left: 95px; width: 210px;

}

#facebook_content {

position: absolute; width: 213px; height: 44px; top: 20px; right: 138px; font-size: 9px; line-height: 15px;

}

#twitter_link {

position: absolute; width: 93px; height: 23px; left: 335px; top: 31px; text-indent: -9999px;

}

#facebook_link {

position: absolute; width: 70px; height: 21px; right: 30px; top: 31px; text-indent: -9999px;

}

#Main > div.row,
#slides {

margin: 0 auto;
left: -20px; 
position: relative;

}

#Main > div.row {

width: 996px; margin-bottom: 0px; margin-top: 20px;

}

#slides {

  position: relative;
  padding: 14px;
  top: -10px;

}

#slides,
.slides_container,
.slides_container div {

  width:968px;
  height:376px;
  display:none;

}

#slides,
.slides_container div {

  display:block;

}

.pagination {

  bottom: 36px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 45px;
  z-index: 9999;

}

.pagination li {

  float: left;
  margin-left: 5px;

}

.pagination a {

  width: 11px;
  height: 10px;
  background-image: url(/App_Themes/Quaker/Images/new_shell/page-dot.png);
  background-repeat: no-repeat;
  background-position: 0px -11px;
  display: block;
  text-indent: -9999em;

}

.pagination .current a {

  background-position: 0px 0px;

}

#slides a.prev {
  width: 61px;
  height: 365px;
  background-image: url(/App_Themes/Quaker/Images/new_shell/mainframe-0-1.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999em;
  top: 24px;
  left: 0px;
}

#slides a.next {
  width: 60px;
  height: 365px;
  background-image: url(/App_Themes/Quaker/Images/new_shell/mainframe-2-1.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999em;
  top: 24px;
  right: 0px;
}

#slides a.prev,
#slides a.next,
#slides span img {
  z-index: 9998;
  position: absolute;
}

.homepage-promo {
  width: 242px;
  height: 266px;
  margin-right: 5px;
  display: block;
  float: left;
  text-indent: -9999em;
}

#facebook_content a,
#twitter_content a {

  color: #b7181c;
  cursor: pointer;

}

#slides .slides_container div>a {

  display: block;
  position: absolute;
  text-indent: -9999em;
  background-image: url(/App_Themes/Quaker/Images/new_shell/transparent.gif);

}

/* shell.css (line 93) */

.logo-link
{
    height: 131px;
    width: 106px;
    background: url(/App_Themes/Quaker/Images/new_shell/logo.png) no-repeat; 
    margin-top: 2px;
    display:block;
    text-indent: -9999em;

}

/* shell.css (line 85) */

.logo {

    position: relative;
    top: -6px;
    z-index: 9999;

}

#Footer #sign-up {

    display: block;
    margin-left: 0px;

}

#Footer #bottomnav {

    margin-right: 25px;

}
