
  
 /***********************CRESCENDO TEMPLATE STYLESHEET 1-WIDE ADA*********************/

  /* UN COMMENT THIS AREA IF THEY WANT TO PRINT ONLY CONTENT
  @media print {
    #cres_header {
      display: none;
    }

    #cres_left-nav {
      display: none;
    }

    #cres_footer {
      display: none;
    }
  }
  */

  * {box-sizing: border-box;}

  body {
    margin: 0;
    padding: 0;
  }

  .hidden {
        display: none;
  }

  #cres_content {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #636d75;
    width: 100%;
    padding: 0px;
    float:left;
  }

  #cres_content img {
    border: none;
  }

  #cres_content a, #cres_content a:visited{
    color: #3366cc;
  }

  #cres_content .breadcrumb{
        display: none;
        margin: 0px;
        padding: 5px 0px;
        font-size: 0.9em;
  }

  #cres_content p{
        margin: 0px;
        margin-bottom: 0.4em;
        padding: 5px 0px;
  }
  
  #cres_content .medTitle {
        margin: 0px;
        padding: 5px 0px;
        font-size: 1.0em;
        font-weight: bold;
  }

  #cres_content .smallTitle {
        margin: 0px;
        padding: 5px 0px;
        font-size: 0.8em;
        font-weight: bold;
  }

  #cres_content .smallerTitle {
        margin: 0px;
        padding: 5px 0px;
        font-size: 0.7em;
  }

  #cres_content .lightColorDiv {
    background-color: #f5f5f5;
    border-color:#BBBBBB;
  }

  h1.cresPageHeader,
  h1.mgrHeaderTitle,
  #cres_content .bigTitle {
    font-family: Arial, sans-serif;
    font-size: 41px;
    color: #3366cc;
    margin: 0px;
    line-height: 1em;
    padding: 8px 0px;
  }

  h2.cresArticleTitle {
    font-size: 1.25em;
    font-weight:bold;
    margin: 0px;
    padding: 0px 0px;
  }

  h2.mgrSubHeaderTitle{
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    color: #3366cc; 
    font-size: 1.25em;   
  }

  h2.mgrSubHeaderTitle_U{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #3366cc;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.25em;   
  }

  h2.mgrSubHeaderTitle_S{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #3366cc; 
    border-top: 1px solid #CCCCCC;
    background-color:#F3F3F3;
    font-size: 1.25em;   
  }

  h3.mgrSubHeaderTitle{
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    color: #3366cc; 
    font-size: 12pt;   
  }

  h3.mgrSubHeaderTitle_U{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000080; 
    border-bottom: 1px solid #CCCCCC;
    font-size: 12pt;   
  }

  h3.mgrSubHeaderTitle_S{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000080; 
    border-top: 1px solid #CCCCCC;
    background-color:#F3F3F3;
    font-size: 12pt;   
  }

  h3.cresDateHead{
    font-size: 10pt;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px;
    color: #696969;
  }

  #cres_content .mgrStrongTitle {
    font-weight: bold;
    font-size: 12pt;
  }

  .mgr_user_estate_planning li,
  .mgr_user_settings li, 
  .mgr_enews_settings li {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
   
  }  

  /* FORM CSS */
  #cres_content input {
    float:left;
	border:1px solid #CCCCCC;
	background-color:#DDDDDD;
	margin-bottom: 5px;
    background-image: url("../images/bg_input.png");
  }

  #cres_content input:hover {
    border-color:#C0CCDA;
    background-color: #BBBBBB;
    background-image: url("../images/bg_input.png");
  }

  #cres_content input:focus {
	border-color: #c5c5c5;
	background-color: #ffffdd;
    background-image: none;
  } 

  #cres_content select {
	border:1px solid #CCCCCC;
	background-color:#DDDDDD;
	margin-bottom: 5px;
    background-image: url("../images/bg_input.png");
  }

  #cres_content select:hover {
    border-color:#C0CCDA;
    background-color: #BBBBBB;
    background-image: url("../images/bg_input.png");
  }

  #cres_content select:focus {
	border-color: #C0CCDA;
	background-color: #ffffdd;
    background-image: none;
  } 

  #cres_content .cres_calc_radio {
    background: none;
    border: none;
  }

  /* CALCULATORS */
  #cres_calc { 
    width: 550px;
    margin:auto;
  }

  #cres_calc div {
	clear: both;
	float:left;
	margin:5px;
	width: 550px;
  }

  #cres_calc fieldset {
    float: left;
	margin:0px;
	padding:0px;
	border:0;
	width: 550px;
  }

  #cres_calc label {
	float:left;
	width:150px;
	text-align:right;
	margin-right:10px;
  }

  #cres_calc label.radio {
	float:left;
	text-align:right;
	margin-right:10px;
    width: auto;
  }

  .cres_calc_help {
	clear:both;
	padding:5px;
	margin-bottom:10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	display:none;
  }

  #cres_calc img {
	float:left;
	margin-left:5px;
  }

  #cres_calc span {
	float:left;
	margin: 0px 5px 0px 2px;
  }

  #cres_calc span.label{
	float:left;
	width:150px;
	text-align:right;
	margin: 0px 10px 0px 0px;
  }

  #cres_calc button {
	margin: 0px 5px;
  }

  #cres_calc img#calc_help_btn {
    float: right;
  }

  #cres_calc #firstPerson {
    margin:0px;
    padding:0px;    
  }

  #cres_calc #secondPerson {
    margin:0px;
    padding:0px;    
  }

  #cres_calc .cc_small {
    width: 50px;
  } 

  #cres_calc .cc_med {
    width: 125px;
  } 

  #cres_contact .cc_large,
  #cres_calc .cc_large {
    width: 250px;
  } 

  #cres_contact em,
  #cres_calc em {
    color: #CC0000;
    margin: 0px 2px;
  }

  #cres_contact .required_fields,
  #cres_calc .required_fields {
    color: #CC0000;
    text-align:center;
  }

  /* ARTICLES */ 
  #cres_articles_div {
    float:left;
    width:100%;
    height: 170px;
    margin: 5px 0px 10px 10px;
    background-image: url(../images/330x165_wide_img_bg.png);
    background-repeat: no-repeat;
  }
  #cres_articles_div img {
    width: 330px;
    height: 165px;
    border: none;
    padding: 0px;
    margin: 0px;
  }

  /* DONOR STORIES */ 
  #cres_donor_story_div {
    float:left;
    width:100%;
    height: 170px;
    margin: 5px 0px 10px 10px;
    background-image: url(../images/330x165_wide_img_bg.png);
    background-repeat: no-repeat;
  }
  #cres_donor_story_div img {
    width: 330px;
    height: 165px;
    border: none;
    padding: 0px;
    margin: 0px;
  }
  
   /* NEWS BOX GRID*/
  #cres_news_box_grid .cres_news_box_grid_wide {
    width: 100%;
    float: left;
    margin: 0px 20px 0px 0px;
  }

  .cres_news_box_grid-Title, #cres_content .bigMedTitle {
    font-size: 1.65em;
    font-weight: bold;
    color: #000 !important;
    margin: 0px;
    padding: 8px 0px;
    line-height: 1em;
  }
  
  #cres_content .bigMedTitle_NL {
    font-size: 1.2em;
    font-weight: bold;
    color: #3366cc;
    margin: 2px 0px;
    padding: 5px 0px 0px 0px;   /* MATCH the padding-top value with what is in the #cres_content p */
    text-transform: uppercase;
  }

 div#cres_news_box_donor_enews div.cres_news_box_grid-Title, 
 div#cres_news_box_advisor_enews div.cres_news_box_grid-Title {
    text-transform: none;
 }

  .cres_news_box_grid-Small-Title {
    font-size: 10px;
    color: #3366cc;
    font-weight: bold;
    margin: 2px 0px;
    padding: 0px;
    text-transform: none;
  }

  .cres_news_box_grid-SubTitle {
    font-size: 1.0em;
    font-weight: bold;
    color: #000000;
    margin: 0px 0px 2px;
    padding: 0px;
    text-transform: uppercase;
  }

  #cres_news_box_grid a {
    font-weight: normal;
    text-decoration: underline !important;
  }
   
  #cres_news_box_grid a img {
    border-color: #CCCCCC;
    line-height: 1.0em;
  }

  #cres_news_box_grid ul {
    margin: 10px 0px 0px 0px;
  }

  #cres_news_box_grid li {
    margin: 0px;
    font-size: 0.9em;
  }

  #cres_news_article .cres_body_article h2 {
    font-size: 1.2em;
    padding: 0px;
    margin: 0px;
  }

  .cres_more_link {
    font-size: 0.9em;
    font-weight:bold;
    line-height: 1.8em;   
    text-transform: uppercase;
  }
  
  #cres_news_box_wills_guide,
  #cres_news_box_wash_hotline,
  #cres_news_box_wash_hotline_small,
  #cres_news_box_donor_story,
  #cres_news_box_personal_planner,
  #cres_news_box_savvy_living,
  #cres_news_box_what_to_give,
  #cres_news_box_how_to_give,
  #cres_news_box_plgive_calc,
  #cres_news_box_plgive_calc_wide,
  #cres_news_box_plan_your_will,
  #cres_news_box_learn_about_wills,
  #cres_news_box_finance_news,
  #cres_news_box_advisor_news,
  #cres_news_box_spotlight,
  #cres_news_box_glaw_pro,
  #cres_news_box_glaw_calc,
  #cres_news_box_glaw_case_week,
  #cres_news_box_glaw_plr,
  #cres_news_box_glaw_article,
  #cres_news_box_advisor_spotlight,
  #cres_news_box_pg_home,
  #cres_news_box_donor_enews,
  #cres_news_box_advisor_enews,
  #cres_news_box_create_plan,
  #cres_news_box_news,
  #cres_news_box_about_us_org,
  #cres_news_box_about_us_gp
  {
    border-color: #CCCCCC;
    border-style: solid;  
  }

#cres_content #donor_story_main_ul li:first-child,
#cres_content #what_give_ul li:first-child,
#cres_content #how_give_ul li:first-child,
#cres_content #learn_wills_ul li:first-child,
#cres_content #gift_calc_ul li:first-child {
  border-top: 0 !important;
}

#cres_content #donor_story_main_ul,
#cres_content #what_give_ul,
#cres_content #how_give_ul,
#cres_content #learn_wills_ul,
#cres_content #gift_calc_ul {
  padding: 0 !important;
}

#cres_content #donor_story_main_ul li,
#cres_content #what_give_ul li,
#cres_content #how_give_ul li,
#cres_content #learn_wills_ul li,
#cres_content #gift_calc_ul li {
  padding: 35px 0 !important;
  border-top: 1px solid #957009 !important;
  position: relative;
}

#cres_content #donor_story_main_ul li:after,
#cres_content #what_give_ul li:after,
#cres_content #how_give_ul li:after,
#cres_content #learn_wills_ul li:after,
#cres_content #gift_calc_ul li:after {
  /*content: "";*/
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #957009;
  width: 120px;
  height: 20px;
}

#cres_content #donor_story_main_ul li:last-child::after,
#cres_content #what_give_ul li:last-child::after,
#cres_content #how_give_ul li:last-child::after,
#cres_content #learn_wills_ul li:last-child::after,
#cres_content #gift_calc_ul li:last-child::after {
  content: none;
}

/* How to Give and What to Give pages */

#how_give_flow_wrapper {
	clear: both;
	color: #000000;
	display: block;
	width: 340px;
    margin:0px 0px 20px;
	line-height: normal;
	position: relative;
}

#charity_img {
	background-image: url("../images/how_what_charity.png");
	background-repeat: no-repeat;
	width: 53px;
	height: 54px;
}

#charity_img_size {
   width: 53px;
   height: 54px;
}

#how_give_flow_wrapper .flow_title_top {
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #005BA8;
	text-transform: none;
	padding: 5px 0px 0px 0px;
	text-align: center;
	display: none;
}

#how_give_flow_wrapper #gift_type_text, 
#how_give_flow_wrapper #gift_model_text, 
#how_give_flow_wrapper #donor_text, 
#how_give_flow_wrapper #org_text,
#how_give_flow_wrapper #gift_text,
#how_give_flow_wrapper #property_text,
#how_give_flow_wrapper #gift_cash,
#how_give_flow_wrapper #gift_model_life   {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#how_give_flow_wrapper #gift_term,
#how_give_flow_wrapper #gift_term_years {
        font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

/* How to Give and What to Give pages - Action bar (Run Illustration, eLiterature, Contact Us and View Video */
#cres_share_actions {
width: 100%;
height: 19px;
margin: 0px 0px 20px 0px;
}

#cres_share_actions_opts_illustration {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 113px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_calc_btn_v2.png);
}

#cres_share_actions_opts_illustration:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 113px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_calc_over_btn_v2.png);
}

#cres_share_actions_opts_illustration img {
width: 113px;
height: 19px;
} 

#cres_share_actions_opts_eLiterature {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 104px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_brochure_btn_v2.png);
}

#cres_share_actions_opts_eLiterature:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 104px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_brochure_over_btn_v2.png);
}

#cres_share_actions_opts_eLiterature img {
width: 104px;
height: 19px;
}

#cres_share_actions_opts_contact_us {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 91px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_contact_btn_v2.png);
}

#cres_share_actions_opts_contact_us:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 91px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_contact_over_btn_v2.png);
}

#cres_share_actions_opts_contact_us img {
width: 91px;
height: 19px;
}

#cres_share_actions_opts_video {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 75px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_video_btn_v2.png);
}

#cres_share_actions_opts_video:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 75px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_video_over_btn_v2.png);
}

#cres_share_actions_opts_video  img{
width: 75px;
height: 19px;
}

#cres_share_actions_opts_print {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_share_actions_opts_print:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_share_actions_opts_print img {
width: 68px;
height: 19px;
}

#cres_share_actions_opts_email {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_share_actions_opts_email:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_share_actions_opts_email img {
width: 71px;
height: 19px;
}

#cres_share_action_top {
display: block;
}

#cres_share_action_bottom {
display: none;
}


/* Donor Story pages - Action bar (Print, Email, Contact, Calculator, eLiterature) */
#cres_ds_actions {
width: 100%;
height: 19px;
margin: 0px 0px 20px 0px;
}

#cres_ds_opts_print {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_ds_opts_print:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_ds_opts_print img {
width: 68px;
height: 19px;
}

#cres_ds_opts_email {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_ds_opts_email:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_ds_opts_email img {
width: 71px;
height: 19px;
}

#cres_ds_opts_contact {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 91px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_contact_btn_v2.png);
}

#cres_ds_opts_contact:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 91px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_contact_over_btn_v2.png);
}

#cres_ds_opts_contact img {
width: 91px;
height: 19px;
}

#cres_ds_opts_illustration {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 113px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_calc_btn_v2.png);
}

#cres_ds_opts_illustration:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 113px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_calc_over_btn_v2.png);
}

#cres_ds_opts_illustration img {
width: 113px;
height: 19px;
} 


#cres_ds_opts_eLiterature {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 104px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_brochure_btn_v2.png);
}

#cres_ds_opts_eLiterature:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 104px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_brochure_over_btn_v2.png);
}

#cres_ds_opts_eLiterature img {
width: 104px;
height: 19px;
}

#cres_ds_opts_top {
display: block;
}

#cres_ds_opts_bottom {
display: none;
}

/* Article pages - Action bar (Print, Email, Subscribe) */

#cres_article_actions {
width: 100%;
height: 19px;
margin: 0px 0px 20px 0px;
}

#cres_article_opts_print {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_article_opts_print:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_article_opts_print img {
width: 68px;
height: 19px;
}

#cres_article_opts_email {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_article_opts_email:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_article_opts_email img {
width: 71px;
height: 19px;
}

#cres_article_opts_subscribe {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 96px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_subscribe_btn_v2.png);
}

#cres_article_opts_subscribe :hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 96px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_subscribe_over_btn_v2.png);
}

#cres_article_opts_subscribe img {
width: 96px;
height: 19px;
}

#cres_article_opts_top {
display: block;
}

#cres_article_opts_bottom {
display: none;
}

#cres_article_opts_bottom #cres_article_actions {
margin: 20px 0px 0px 0px;
}

.cres_text_resize{margin-top: 30px;}


.cres_indent_40 { padding-left: 40px; }

.cres_what_how_give_open a {
    border: 1px solid #005BA8; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #005BA8; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#005BA8), to(#005BA8));
    background-image: -webkit-linear-gradient(top, #005BA8, #005BA8);
    background-image: -moz-linear-gradient(top, #005BA8, #005BA8);
    background-image: -ms-linear-gradient(top, #005BA8, #005BA8);
    background-image: -o-linear-gradient(top, #005BA8, #005BA8);
    background-image: linear-gradient(to bottom, #005BA8, #005BA8);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#005BA8, endColorstr=#005BA8);   
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    display: block;
    width: 100%;
}

#cres_content .cres_what_how_give_open h2 { 
   padding-left: .5em; 
   color: #FFFFFF; 
   clear: none; 
   line-height: 2.0em; 
   margin-bottom: 0; 
}

.cres_plus_icon {
    background: url("../images/what_to_give/white_plus.png") no-repeat scroll center transparent;
    display: block; 
    float: left; 
    padding: 0.4em 0.8em;
}

.cres_minus_icon {
    background: url("../images/what_to_give/white_minus.png") no-repeat scroll center transparent;
    display: block; 
    float: left; 
    padding: 0.4em 0.8em;
}

#cres_plus_minus_icon img {
    height: 16px; 
    width: 16px;
}

#cres_what_how_more_text {
    padding-top: 1.0em;
}

.cresfooterlink {
     text-decoration: underline !important;
}


/***********************END TEMPLATE STYLESHEET 1-WIDE ADA*********************/

#cres_content ul, #cres_content ol{padding:0 0 0 40px;margin:15px 0;}

#cres_content ul{list-style:disc;}

#cres_content ol{list-style:decimal;}

#cres_content .cres_text_row ul {
    padding: 0;
    list-style: none;
}

#cres_content .cres_right_column ul {
    padding: 0 !important;
}

#cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"]{
  background-color: #005BA8;
  border: 0;
  border-radius: 3px;
  padding: 10px;
  margin: 5px;
  background-image: none; 
  color: #fff;
  cursor: pointer;
}

#cres_content button:hover, #cres_content input[value="Submit"]:hover, #cres_content input[type="button"]:hover{
  opacity: .9;
}

/* DO TWEAKS - INTERIOR MINIBAR REDESIGN */

#cres_share_actions_opts_print, #cres_share_actions_opts_print:hover,
#cres_share_actions_opts_email, #cres_share_actions_opts_email:hover,
#cres_share_actions_opts_illustration,
#cres_share_actions_opts_illustration:hover,
#cres_share_actions_opts_eLiterature,
#cres_share_actions_opts_eLiterature:hover,
#cres_share_actions_opts_contact_us,
#cres_share_actions_opts_contact_us:hover, #cres_share_actions_opts_video, #cres_share_actions_opts_video:hover, #cres_ds_opts_print, #cres_ds_opts_print:hover, #cres_ds_opts_email, #cres_ds_opts_email:hover, #cres_ds_opts_contact, #cres_ds_opts_contact:hover, #cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover, #cres_ds_opts_illustration, #cres_ds_opts_illustration:hover, #cres_article_opts_print, #cres_article_opts_print:hover, #cres_article_opts_email, #cres_article_opts_email:hover, #cres_article_opts_subscribe, #cres_article_opts_subscribe *:hover, #cres_article_opts_subscribe:hover {
    background-color: #333 !important;
    background-image: none !important;
    display: inline-block !important; /*EL Change*/
    float: none !important;
    height: auto !important;
    margin: 5px 5px 0 0 !important; /*EL Change*/
    padding: 0 !important; /*EL Change*/
    width: auto !important;
    }

#cres_article_opts_subscribe *:hover {
    padding: 0 !important;
    margin: 0 !important;
    }

#cres_share_actions_opts_print:hover, #cres_share_actions_opts_email:hover,
#cres_share_actions_opts_illustration:hover,
#cres_share_actions_opts_eLiterature:hover,
#cres_share_actions_opts_contact_us:hover,
#cres_share_actions_opts_video:hover, #cres_ds_opts_print:hover, #cres_ds_opts_email:hover, #cres_ds_opts_contact:hover, #cres_ds_opts_eLiterature:hover, #cres_ds_opts_illustration:hover, #cres_article_opts_print:hover, #cres_article_opts_email:hover, #cres_article_opts_subscribe *:hover, #cres_article_opts_subscribe:hover {
    /* background-color: #666 !important; */ /*EL Change*/
    }

#cres_share_actions_opts_video, #cres_share_actions_opts_video:hover,
#cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover {
    padding: 5px 15px !important;
    }

#cres_share_actions, #cres_ds_actions, #cres_article_actions {
    height: auto !important;
    margin: 5px 0 25px !important; /*EL Change*/
    width: auto !important;
    font: 16px/16pxArial, sans-serif !important; 
    font-weight: normal !important;

    }

#cres_share_actions a, #cres_share_actions a:visited, #cres_share_actions a:hover, #cres_ds_actions a, #cres_ds_actions a:visited, #cres_ds_actions a:hover, #cres_article_actions a, #cres_article_actions a:visited, #cres_article_actions a:hover {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: normal !important;
    }


#cres_share_actions_opts_print a::after, #cres_ds_opts_print a::after, #cres_article_opts_print a::after {
    content: "Print"; 
    }

#cres_share_actions_opts_email a::after, #cres_ds_opts_email a::after, #cres_article_opts_email a::after  {
    content: "Email"; 
    }

#cres_share_actions_opts_illustration a::after, #cres_ds_opts_illustration a::after {
    content: "Calculator"; 
    }

#cres_share_actions_opts_eLiterature a::after, #cres_ds_opts_eLiterature a::after {
    content: "Brochure"; 
    }

#cres_share_actions_opts_contact_us a::after, #cres_ds_opts_contact a::after {
    content: "Contact"; 
    }

#cres_share_actions_opts_video a::after {
    content: "Video"; 
    }

#cres_article_opts_subscribe a::after {
    content: "Subscribe"; 
    }

#cres_share_actions img, #cres_article_actions img, #cres_ds_actions img {
    display: none !important;
    }


/*** EL Share Action Button Fixes ***/

#cres_share_actions_opts_print a,
#cres_share_actions_opts_email a,
#cres_share_actions_opts_illustration a,
#cres_share_actions_opts_eLiterature a,
#cres_share_actions_opts_contact_us a,
#cres_share_actions_opts_video a,
#cres_ds_opts_print a,
#cres_ds_opts_email a,
#cres_ds_opts_contact a, 
#cres_ds_opts_eLiterature a, 
#cres_ds_opts_illustration a, 
#cres_article_opts_print a, 
#cres_article_opts_email a, 
#cres_article_opts_subscribe a {
    background-color: #333 !important;
    transition: none;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font: 16px/16pxArial, sans-serif !important;
    font-weight: normal !important;
}

#cres_share_actions_opts_print a:hover,
#cres_share_actions_opts_email a:hover,
#cres_share_actions_opts_illustration a:hover,
#cres_share_actions_opts_eLiterature a:hover,
#cres_share_actions_opts_contact_us a:hover,
#cres_share_actions_opts_video a:hover,
#cres_ds_opts_print a:hover,
#cres_ds_opts_email a:hover,
#cres_ds_opts_contact a:hover, 
#cres_ds_opts_eLiterature a:hover, 
#cres_ds_opts_illustration a:hover, 
#cres_article_opts_print a:hover, 
#cres_article_opts_email a:hover, 
#cres_article_opts_subscribe a:hover {
    background-color: #666 !important;
}

#cres_share_actions_opts_video, #cres_share_actions_opts_video:hover, #cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover {
    padding: 0 !important;
}

#cres_share_actions_opts_video a, #cres_share_actions_opts_video a:hover, #cres_ds_opts_eLiterature a, #cres_ds_opts_eLiterature a:hover {
    padding: 5px 15px !important;
}

#cres_article_opts_subscribe *:hover {
    padding: 5px 10px 5px 15px !important;
    margin: 0 !important;
}



header {
  clear: both;
  width: 100%;
}

.blue-bar {
  background-color: #005BA8;
  clear: both;
  width: 100%;
  display: table;
  position: relative;
  padding: 15px;
}

.logo {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
}

.logo a, .planned a {
  display: block;
}

.logo a img {
  max-width: 400px;
  display: block;
  width: 100%;
}

.planned {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 33%;
}

.planned a img {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.back {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 33%;
}

#backButton {
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
}

.navigation {
  clear: both;
  width: 100%;
  text-align: center;
}

#cres_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#cres_nav li {
  display: inline-block;
  position: relative;
}

#cres_nav li a {
  padding: 0 20px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  border-right: 1px solid #000;
  font-family:Arial, sans-serif;
  line-height: 1em;
  display: block; 
}

#cres_nav li:last-child a {
  border-right: 0;
}

.banner {
  clear: both;
  width: 100%;
  position: relative;
  background-size: cover;
  display: none;
  background-position: center top;
  background-image: url(/org_files/482/images/rd3/campus_fall_07_177.jpg);
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.banner h2 {
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 70px 0 0;
  line-height: 1em;
  font-family:Arial, sans-serif;
  font-weight: 400;
  font-size: 80px;
  text-align: center;
}

.banner h1 {
  text-align: center;
  color: #bda971;
  line-height: 1em;
  padding: 0 0 50px;
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 110px;
  font-family: Arial, sans-serif;
}

.banner ul {
  list-style-type: none;
  margin: 0 auto;
  position: relative;
  padding: 0 0 30px;
  max-width: 1050px;
}

.banner ul li {
  display: inline-block;
  width: 33%;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.banner ul li:nth-child(2) {
  position: relative;
}

.banner ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 50px;
  left: -27px;
  z-index: 1;
  background-color: #fff;
}

.banner ul li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 50px;
  right: -27px;
  z-index: 1;
  background-color: #fff;
}

.banner ul li p {
  background-color: #005BA8;
  text-align: center;
  padding: 20px;
  font-family:Arial, sans-serif;
  color: #fff;
  border-bottom: 15px solid #957009;
}

.cres-button-container {
  clear: both;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  display: table;
  max-width: 1050px;
  margin: 0 auto;
}

.cres-button {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}

.cres-button a {
  display: block;
  font-family:Arial, sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 22px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.cres-button a span {
  color: #957009;
  font-size: 28px;
  position: relative;
  top: 4px;
}

#main {
  clear: both;
  width: 100%;
}

.cres-content-container {
  max-width: 1050px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.cres-content-container::after {
  content: "";
  display: table;
  clear: both;
}

footer {
  clear: both;
  width: 100%;
  padding: 25px 0;
  margin-top: 50px;
  background-color: #005BA8;
}

.footer-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  display: table;  
  max-width: 1200px;
}

.footer-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 50%;
}

.footer-logo a {display: block;}

.footer-logo a img {
  display: block;
  max-width: 380px;
  width: 100%;
}

.footer-logo p {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  padding: 20px 0 8px;
  margin: 0;
  font-family:Arial, sans-serif;
}

.footer-social {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 50%;
}

.footer-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-social ul li {
  display: inline-block;
  margin: 0 2px;
}

.footer-social ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
}

.footer-social ul li a span {
  color: #fff;
  font-size: 20px;
}

.footer-social ul li:hover a {
  background-color: #fff;
}

.footer-social ul li:hover a span {
  color: #005ba8;
}

.copyright {
  clear: both;
  display: block;
  text-align: center;
  padding: 20px 15px 0;
  margin: 0 auto;
  max-width: 1200px;
}

.copyright p {
  line-height: 1.75em;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family:Arial, sans-serif;
}

.copyright p a {
  color: #fff;
  text-decoration: underline;
}

.copyright p a:hover {
  text-decoration: none;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

#tablet-buttons {display: none;}

#tab_nav {
  width:100%;
  display: none;
  z-index: 9;
  position: relative;
}

#tab_nav ul {
  margin:0;
  padding:0;
}

#tab_nav ul li {
  list-style:none;
  outside:none;
  margin:0;
  padding:0;
  display:inline;
}

#tab_nav ul li a:link, #tab_nav ul li a:visited, #tab_nav ul li a:hover, #tab_nav ul li a:active {
  display: block;
  padding: 10px;
  margin: 0;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
  font-family:Arial, sans-serif;
  text-decoration: none;
  color: #000;
}

#tab_nav ul li ul {
  display:none;
  margin: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
  width: 100%;
}

#tab_nav ul li ul li {
  margin:0;
  padding:0;
}

#tab_nav ul li ul li a:link, #tab_nav ul li ul li a:visited {
  background: #fff none repeat scroll 0% 0%;
  border-top: 1px solid #fff;
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 2%;
  margin: 0px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}
#tab_nav ul li ul li a:hover, #tab_nav ul li ul li a:active {
  background-color:#ffffff;
  color:#000;
}

form#cres_contact textarea, form#cres_contact input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

#cres_content input[type="text"], #cres_content textarea, #cres_content input[type="text"]:hover, #cres_content textarea:hover, #mgr_login_frm input[type="text"], #mgr_login_frm input[type="password"] {
    background: none;
    border: solid 1px #ccc;
    padding: 5px;
}

#cres_contact input[type="button"], #cres_calc button, #mgr_login_frm button, #mgr_login_gettting_started_main button {
    margin: 5px 5px 0 0;
    background-color: #005ba8;
    border: none;
    color: #FFFFFF;
    font-size: inherit;
    padding: 7px 15px 10px;
    border-radius: 2px !important;
    font-family: inherit;
    background-image: none;
    font-weight: inherit;
    -webkit-appearance: none;
    text-transform: uppercase;
}

@media only screen and (max-width: 1250px) {
  #cres_nav li a {
    /*padding: 0 10px;*/
    /*font-size: 16px;*/
  }
}

@media only screen and (max-width: 1050px) {
  .banner h1 {font-size: 80px;}
  .banner h2 {font-size: 60px;}
}

@media only screen and (max-width: 1000px) {
  .back {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 360px;
  }
  .planned, .logo {width: 50%;}
  .planned {
    text-align: right;
    padding-top: 25px;
  }
  .planned a img {
    margin: 0 0 0 auto;
  }
  #backButton {font-size: 16px;}
  .banner ul li {
    width: 100%;
    display: block;
  }
  .banner ul li p {
    margin: 0;
    text-align: left;
    border-bottom: 0;
    padding: 15px 20px;
  }
  .banner ul li:nth-child(2)::before {
    width: 300px;
    background-color: #bda971;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
  .banner ul li:nth-child(2)::after {
    width: 300px;
    background-color: #bda971;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    top: auto;
  }
  .banner ul li:last-child p {
    border-bottom: 15px solid #957009;
  }
  .cres-button:nth-child(3), .cres-button:nth-child(4) {display: none;}
  #tablet-buttons {display: table;}
}

@media only screen and (max-width: 850px) {
  #cres_nav {display: none;}
  #tab_nav {display: block;}
  .navigation {text-align: left;}
}

/********************************************************************/
/* MA Desktop and Tablet Edits */

#cres_nav li a {
    padding: 15px 18px;
}

#tab_nav .icon {
    position: relative;
    top: 2px;
}

#tab_nav ul li ul li a:link, #tab_nav ul li ul li a:visited {
    padding: 10px 2%;
}

#tab_nav ul li ul {
    padding: 0 0 5px;
    background: #ffffff;
}

#cres_content {
    font-size: 1.1em;
    line-height: 1.5;
    padding: 0 10px;
}

.cres-copy-big {
    font-size: 1.25em;
    line-height: 1.75em;
}

.navigation {
    border-bottom: 1px solid #000000;
}

h1.cresPageHeader, h1.mgrHeaderTitle, #cres_content .bigTitle {
    padding: 30px 0px 20px;
}

.cres_news_box_grid-Title, #cres_content .bigMedTitle {
    padding: 10px 0px 15px;
}

#cres_content li:first-child {
    border-top: none;
}

#cres_content li .bigMedTitle {
    margin-top: 10px;
    display: inline-block;
}

#cres_content li .cres_more_link {
    display: inline-block;
    margin-bottom: 10px;
}

#cres_content #donor_story_main_ul li,
#cres_content #what_give_ul li,
#cres_content #how_give_ul li,
#cres_content #gift_calc_ul li,
#cres_content #learn_wills_ul li {
    padding: 20px 0;
    list-style: none;
}

#cres_content #donor_story_main_ul li:first-child, #cres_content #what_give_ul li:first-child, #cres_content #how_give_ul li:first-child, #cres_content #learn_wills_ul li:first-child, #cres_content #gift_calc_ul li:first-child {
    padding-top: 10px !important;
}

.cres_what_how_give_open {
    background: #3366cc;
    margin: 20px 0 10px;
}

#cres_plus_minus_icon + h2.bigMedTitle {
    font-size: 1.25em;
    padding: 0;
    line-height: 1.75em;
}

#cres_content .bigMedTitle_NL {
    font-size: 1.65em;
    text-transform: none;
}

.cres_news_box_grid-SubTitle {
    font-size: 1.65em;
    text-transform: none;
}

.cres_news_box_grid-Title {
    font-size: 1.65em;
}

.cres_news_box_grid-SubTitle + .cres_news_box_grid-Title {
    font-size: 1.25em;
}

h2.cresArticleTitle {
    font-size: 1.65em;
    padding: 15px 0px;
}

#cres_news_article .cres_body_article h2 {
    font-size: 1.65em;
}

#cres_articles_div {
    float: none;
    margin: 5px 0px 10px 0px;
}

#cres_content #cres_contact input[type='text'],
#cres_content #cres_contact textarea {
    -webkit-appearance: none;
    float: none;
    border: 1px solid #ccc;
    background: #fff;
    background-image: none;
    width: 90%;
    margin: 5px 0 15px;
    padding: 5px 10px;
    font-size: 1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_content #cres_contact input:hover,
#cres_content #cres_contact textarea:hover {
    background: #fff;
    background-image: none;
}

#cres_content #cres_contact button,
html #cres_content #cres_contact input[type=button],
#cres_content #cres_contact input[type=reset],
#cres_content #cres_contact input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid #005ba8;
    background: #005ba8;
    background-image: none;
    color: #fff;
    padding: 10px 15px 8px;
    margin: 0px 10px 20px 0px;
    display: inline-block;
    width: auto;
    font-size: 1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#gift_calc_ul {
    width: 100%;
}

#cres_news_article #cres_share_actions,
#cres_ds_actions {
    display: none;
}

#cres_calc button {
    padding: 10px 15px 10px;
    text-transform: none;
}

#cres_calc,
#cres_calc fieldset,
#cres_calc div {
    line-height: 1.1em;
    width: 625px;
}

#cres_calc fieldset .radioFSet {
    width: 450px !important;
}

#cres_calc legend .bigMedTitle {
    margin: 0 0 20px;
}
    
#cres_calc img#calc_help_btn {
    margin-top: 15px;
}

#cres_content input,
#cres_content input:hover {
    background-image: none;
    background: #fff;
    padding: 5px;
}

#cres_content select {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    background: #fff;
    padding: 5px;
}

#cres_content select:hover {
    background: #fff;
}

@media screen and (max-width: 1250px) {

    #cres_nav li a {
        /*padding: 0 10px;*/
    }

    #backButton {
        font-size: 16px;
    }

}

@media screen and (max-width: 1100px) {

    .cres-button-container {
        max-width: 650px;
        padding: 10px 0;
    }

    .cres-button {
        display: block;
        float: left;
        width: 50%;
        text-align: left;
        padding: 10px 0;
    }


}

@media screen and (max-width: 1023px) {

    #cres_nav li {
        padding: 10px 0;
    }
/*
    #cres_nav li a {
        font-size: 18px;
    }
*/
    #cres_nav {
        padding: 10px 0;
        margin: 0 auto;
        max-width: 690px;
    }

    #cres_nav li:nth-child(5) a {
        border-right: none;
    }

}

@media screen and (max-width: 1000px) {

    .cres-button-container {
        padding: 20px 0 10px;
    }

    #tablet-buttons {
        padding: 10px 0 20px;
    }

    .cres-button {
        padding: 0;
    }

}

@media screen and (max-width: 900px) {

    footer {
       padding: 25px 10px;
    }

    .footer-logo {
        display: block;
        width: 100%;
    }

    .footer-social {
        display: block;
        text-align: left;
        width: 100%;
        margin-top: 30px;
    }

    .copyright p {
        text-align: left;
    }

}





/* End MA Desktop and Tablet Edits */
/********************************************************************/

.gift_calc_header, .learn_wills_header, .how_give_header, .what_give_header, .donor_story_main_header {
    display: none;
}

.cres_news_box_grid-SubTitle a {
    color: #000 !important;
}

.cres_news_box_grid-Title a {
    color: #000 !important;
}

#cres_news_box_finances a {
    color: #000;
}

.planned {
    display: none;
}

.topNav {
    text-align: right;
    border-bottom: none;
}

.topNav a {
    color: #fff !important;
}

.dropdown{
  display: none;
  position: absolute;
  width: 131px;
  top: 136px;
  overflow: hidden;
  clear: left;
  z-index: 1000;
  text-align: left;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.dropdown li a {
    border: 0 !important;
}

@media screen and (max-width: 1000px){
	.dropdown{
		top: 128px;
	}
}

.banner h2, .banner h1, .banner ul {
    visibility: hidden;
}

.cres-button-container {
    display: none;
}

#tablet-buttons {
    display: none !important;
}

.innerBanner {
    width: 80%;
}

.innerBanner img {
    width: 100%;
    webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

.banner {
  background-image: url(/org_files/482/images/banners/BannerNew.jpg);
}


/*********************** DO DESIGN ADJUSTMENTS *********************/

h1.cresPageHeader, h1.mgrHeaderTitle, #cres_content .bigTitle {
    font-size: 47px;
}

#cres_content a {
    color: #000;
}

#cres_content a:visited {
    color: #666;
}



.cresDateHead {
    margin-top: 20px;
}

h2.cresArticleTitle {
    color: #000;
}

#cres_content a h2.bigMedTitle {
    color: #fff !important;
}

#mobile_video_button {
    display: none;
}

.dropdown {
    width: auto;
    border: 1px solid #000;
    top: 100%;
}

#cres_nav .dropdown li {
    display: block;
}


  /* TOP LEVEL */
  #cres_menu_nav {
    font-family: Arial,Helvetica,sans-serif;  
    font-size: 9pt;
    font-weight: bold;
    position: relative;
    float: ;
    padding: 0px;
    margin: 0px;
    background: FFFFFF;
  }

  #cres_menu_nav ul {
    width: 175px;
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  /* TIER 1 */
  #cres_menu_nav ul li {
    border-style: ;
    border-color: ;
    border-width: ;
    background-image: ;
    background-color: ;
  }

  #cres_menu_nav ul li.first {
    border-width: ;
  }

  #cres_menu_nav ul li.last {
    border-width: ;
  }

  #cres_menu_nav ul li a, 
  #cres_menu_nav ul li a:visited, 
  #cres_menu_nav ul li a:active {
    color: #666666;
    padding: 10px 0px 10px 40px;
    text-decoration: none;
    display:block;
  }

  #cres_menu_nav ul li a:hover {
    text-decoration: none;
    color: #666666;
  }

  #cres_menu_nav ul li:hover {
    background-image: ;
    background-color: #E6E6E6;
  }
  
  #cres_menu_nav ul li:hover > ul {
    display: block;
  }

  /* TIER 2 */
  #cres_menu_nav ul li ul {
    width: ;
    padding: 0px;
    list-style: none;
    position: absolute; 
    margin: -35px 0px 0px 175px;
    background: #E6E6E6;
    display:none;
  }

  #cres_menu_nav ul li ul li {
    border-style: solid;
    border-color: #999999;
    border-width: 1px 1px 0px;
    background: <!--cres_menu_nav_2-background-->;
    background-image: ;
    background-color: #E6E6E6;
  }

  #cres_menu_nav ul li ul li.sub_first {
    border-width: 1px;
  }

  #cres_menu_nav ul li ul li.last {
    border-width: 1px;
  }

  #cres_menu_nav ul li ul li a, 
  #cres_menu_nav ul li ul li a:visited,
  #cres_menu_nav ul li ul li a:active {
    color: #333333;
    padding: 10px 0px 10px 25px;
    text-decoration: none;
    display:block;
  }

  #cres_menu_nav ul li ul li a:hover {
    text-decoration: none;
    color: #FFFFFF;
  }

  #cres_menu_nav ul li ul li:hover {
    background-image: ;
    background-color: #666666;
  }
  

  #cres_menu_nav_link_1 {
    background: transparent url(../org_files/35/images/icn_home.png) no-repeat scroll left center;
    display: ;
  }

  

  #cres_menu_nav_link_2 {
    background: transparent url(../org_files/35/images/icn_gift.png) no-repeat scroll left center;
    display: ;
  }

  

  #cres_menu_nav_link_3 {
    background: transparent url(../org_files/35/images/icn_plan.png) no-repeat scroll left center;
    display: ;
  }

  

  #cres_menu_nav_link_4 {
    background: transparent url(../org_files/35/images/icn_news.png) no-repeat scroll left center;
    display: ;
  }

  

  #cres_menu_nav_link_5 {
    background: transparent url(../org_files/35/images/icn_advisors.png) no-repeat scroll left center;
    display: ;
  }

  

  #cres_menu_nav_link_6 {
    background: transparent url(../org_files/35/images/icn_aboutus.png) no-repeat scroll left center;
    display: ;
  }

  

  #cres_menu_nav_link_7 {
    background: transparent url(../org_files/35/images/icn_account.png) no-repeat scroll left center;
    display: ;
  }

  #how_give_container {
  width: 100%;
  float:left;     
}

.how_give_header {
  float:left;
  width: 100%;
  margin: 5px;
  padding: 0px;
  background-image: url(../images/330x165_wide_img_bg.png);
  height:175px;
  background-repeat: no-repeat;
}

#how_give_ul {
  clear:both;
  float:left;
  margin:10px 0px;
  padding:0px;
  width: 100%;


}

#how_give_ul li {
  clear:both;
  list-style:none;
  margin:0px;
  padding:10px 0px;
  border-top: 1px solid #BBBBBB;
}

 /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
