
  
 /***********************CRESCENDO TEMPLATE STYLESHEET W-N*********************/

  /* 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;
    }
  }
  */

  .hidden {
        display: none;
  }

  #friends_middle {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
  }

  div.cres_inner ul {
    list-style: disc outside none;
    margin: 1.0em 0;
    padding: 0 0 0 40px;
  }

  div.cres_inner ul li {
    list-style: disc outside none;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
  }

  div.cres_inner ol {
    list-style: decimal outside none;
    margin: 1.0em 0;
    padding: 0 0 0 40px;
  }

  div.cres_inner ol li {
    list-style: decimal outside none;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
  }

  div.cres_inner p {
    margin: 1.0em 0;
    padding: 0 0 0 40px;
    font-size: 14px;
  }
  
  #cres_content {
    font-size: 1.0em;
    width: 800px;
    padding: 0px 0px 0px 10px;
    float:left;
  }

  #cres_content img {
    border: none;
  }

  #cres_content a, #cres_content a:visited{
    text-decoration: none;
  }

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

  #cres_content p{
        margin: 0px;
        margin-bottom: 0.8em;
        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, Helvetica, Verdana, Sans-serif;
    font-size: 18px;
    color: #1158a5;
    margin: 0px;
    padding: 5px 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: #1158a5; 
    font-size: 1.25em;   
  }

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

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

  h3.mgrSubHeaderTitle{
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    color: #1158a5; 
    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-size: 0.9em;
    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: 500px;
    margin:auto;
  }

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

  #cres_calc fieldset {
    float: left;
	margin:0px;
	padding:0px;
	border:1px solid #DDDDDD;
	width: 500px;
  }

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

  .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 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_calc .cc_large {
    width: 250px;
  } 

  #cres_contact .cc_large {
    width: 250px;
  } 

  /* 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_narrow {
    float: left;
    width: 273px;
	border: 1px solid #e5e6e7;
	background-image: url('/org_files/1137/images/bg_narrow.png');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #cfd8df;
  }

  .cres_news_box_grid-Title, #cres_content .bigMedTitle {
    font-size: 1.25em;
    font-weight: bold;
    color: #1158a5;
    margin: 2px 0px;
    padding: 0px;
  }
  
  #cres_content .bigMedTitle_NL {
    font-size: 1.25em;
    font-weight: bold;
    color: #1158a5;
    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: #1158a5;
    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;
  }
   
  #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.25em;
    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, #cres_news_box_gift_options
  {
    border-color: #CCCCCC;
    border-style: solid;  
  }

/* HOW TO GIVE PAGES */
  /*#how_give_flow_wrapper {*/
  /*  border: 1px solid #BBBBBB;*/
  /*  clear: both;*/
  /*  color: #231F20;*/
  /*  display: block;*/
  /*  font-family: Arial,Helvetica,sans-serif;*/
  /*  font-size: 12px;*/
  /*  font-weight: normal;*/
  /*  height: 275px;*/
  /*  margin: 0px 10px 10px 0px;*/
  /*  position: relative;*/
  /*  text-transform: uppercase;*/
  /*  width: 430px;*/
  /*  float: left;*/
  /*}*/


  #how_give_flow_wrapper .flow_title_top {
    background-color: #1158A5;
    background-image: url("../images/how_to_give/bg_Header.png");
    background-position: 0 35px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    padding: 5px 0px 0px;
    text-align: center;
    width: 430px;
  }

  #how_give_container .topText {
    float:left;
    font-size: 1.1em;
    color: #1158A5;
    font-weight:bold;
    margin: 15px 0px 10px;
    min-height: 205px;
    width: 210px;
  }

  #what_give_container .topText {
    float:left;
    font-size: 1.1em;
    color: #1158A5;
    font-weight:bold;
    margin: 15px 0px 10px;
    min-height: 205px;
    width: 210px;
  }

  #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 {
    margin: 0;
    padding: 0;
  }

  #cres_button {
    margin: 12px 0px 0px 8px;
  }  

  #cres_button_donate_now {
    margin: 3px 0px 0px;
  }

  #cres_button_social_media {
    margin: 10px 0px 0px;
  }

  #cres_button_social_media .follow_more {
    margin-top: 0px;
  }

  #cres_button_social_media img {
    border: 0px none;
    margin: 0px 0px 0px 3px;
  }

  #cres_org_info {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 35px 10px 20px;
  }
  
  div.cres_inner h2 {
    color: #1158A5;
    font-size: 1.25em;
	margin: 0;
	padding: 0;
  }

  #top_menu_box, #drop_nav_box {
    z-index: 50;
  }

  #friends_nav li a, #friends_nav li a:hover {
    font-family: Arial;
    font-size: 14px;
    margin-left: 10px;
  }

  #cres_button img {
    border: 0px none;
  }
  
    .cres_left_column{float:left;}

  .cres_right_column{margin:0 0 0 161px;}

/***********************END TEMPLATE STYLESHEET W-N*********************/

/* 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;
	border: none;
}

#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, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	color: #1158A5;
	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,Helvetica,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,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}


#header{
  background-color: transparent;
}

.date{
  float:none;
}

#friends_nav{
  background-image: none;
}

#header_left {
    margin-top: 12px;
    padding-left: 0;
    width: 150px;
    float: none;
}

#drop_nav_box,#footer_box{
 background:#0c1725;
 color:#9cd2f9;
}

#drop_nav li a{
  color:#9cd2f9
}

#drop_nav li a:hover, #drop_nav li.active a{
  color:#fff
}

#header_box {
    background-image: url(/org_files/1137/images/bg_textures.jpg);
    display: inline-block;
    background-size: cover;
}

body{
  background-image: none;
}


#footer_box{
  height: auto;
}
.footer_container {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.footer{
  padding:25px 0px;
  width: auto;
  margin:none;
  display: inline-block;
}

.footer .col1,.footer .col2{
  width: 50%;
  box-sizing: border-box;
}

.footer #cres_news_box_about_us_org{
  border:none;
  padding-top:25px;
}

.footer .bigMedTitle {
    font-weight: bold;
    margin: 2px 0px;
    padding: 0px;
}


.friends_box {
  border:none;
}

#friends_nav{
  background:none;
  color:#000;
}

#friends_nav li a{
  color:#1158a5;
}

#cres_button_gift_language a,#cres_button_donate_now a,#cres_content .donate_button a{
  background-color: #9cd2f9;
  border-radius: 3px;
  color:#1158a5;
  padding:10px;
  margin-right: 10px;
  display: inline-block;
  width: 110px;
  text-align: center;
}

#cres_button_gift_language:hover a,#cres_button_donate_now:hover a,#cres_content .donate_button:hover a{
   text-decoration:none;
   opacity: 0.9;
}

a:link, a:visited{
  color:#1158a5;
}

a:hover{
 color:#c28b05;
 text-decoration:none;
}

#footer_box a:link, #footer_box a:visited {
    color: #c28b05;
    text-decoration: none;
}

#footer_box a:link, #footer_box a:visited {
    color: #c28b05;
    text-decoration: none;
}

#footer_box  a:hover {
    color:#c28b05;
    text-decoration: underline;
}

#cres_button_social_media{
  font-size:25px;
}

#friends_top{
  background:url("/org_files/1137/images/cust_thumbs/friends_row4.png");
  width:750px;
}

#cres_news_box_grid a img{
	width: 250px;
	height: 170px;
}

#friends_nav{
  width:175px;
  margin:10px;
}

#container {
	width: 1014px;
}  #cres_content #mgr_login_getting_started {
    clear: both;
    width: 100%;
    margin: 10px 0px 0px;
    max-width: 784px;
  }

  #mgr_login_getting_started table tr {
    border: none;
  }

  table#mgr_login_getting_started_top {
    width: 100%;
    height: 19px;
    line-height: 1px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_getting_started_top td#gs_left {
    width:20px; 
    background-image:url(../images/mgr_login_get_started_top.png);
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_getting_started_top td#gs_left img{
    width: 20px;
    height: 1px;
    padding: 0px;
    margin: 0px;
  }

  table#mgr_login_getting_started_top td#gs_center {
    background-image:url(../images/mgr_login_get_started_top.png);
    background-position: -15px 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_getting_started_top td#gs_center img { 
    height: 1px;
    padding: 0px;
    margin: 0px;
  }

  table#mgr_login_getting_started_top td#gs_right {
    width:20px; 
    background-image:url(../images/mgr_login_get_started_top.png);
    background-position:-758px 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_getting_started_top td#gs_right img{
    width:20px; 
    height: 1px;
    padding: 0px;
    margin: 0px;
  }





  table#mgr_getting_started_body{
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_getting_started_body td#mgr_login_box {
    background-color: #FFFFFF;
    border-left: 1px solid #9D9D9D;
    width: 200px;   
    padding: 5px 25px;
    vertical-align: top;
    margin: 0px;
    font-size: 1.0em;
  }

  #mgr_login_box fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
  }

  #mgr_login_box label {
    text-align:left;
  }

  #mgr_login_uname {
    width: 190px;
  }
  #mgr_login_passwd {
    width: 190px;
  }

  #mgr_login_submit_div {
    text-align:center;
  }

  #mgr_login_submit_div input{
    margin-top: 5px;
    border: none;
	background-color: transparent;
    background-image: none;

  }
  .mgr_login_bad_passwd {
    float: left;
    color: red;
  }

  .mgr_login_recover{
	width:200px;
	float:left;
	font-family: arial,verdana,helvetica,serif;
	text-align:center;
	font-size: 12px;
  }

  table#mgr_getting_started_body td#mgr_login_gettting_started_main {
    background-color: #ebecec;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    margin: 0px;
    padding: 5px;
    height: auto;
    font-size: 1.0em;
  }
  table#mgr_getting_started_body td#mgr_login_gettting_started_main  #mgr_login_learn_more{
    border: none;
    float: right;
  }
 





  table#mgr_login_getting_started_bottom {
    width: 100%;
    height: 22px;
    line-height: 1px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_getting_started_bottom td#gs_bottom_left {
    width:20px; 
    background-image:url(../images/mgr_login_get_started_bottom.png);
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_getting_started_bottom td#gs_bottom_left img{
    width: 20px;
    height: 1px;
    padding: 0px;
    margin: 0px;
  }

  table#mgr_login_getting_started_bottom td#gs_bottom_center {
    background-image:url(../images/mgr_login_get_started_bottom.png);
    background-position: -15px 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_getting_started_bottom td#gs_bottom_center img { 
    height: 1px;
    padding: 0px;
    margin: 0px;
  }

  table#mgr_login_getting_started_bottom td#gs_bottom_right {
    width:20px; 
    background-image:url(../images/mgr_login_get_started_bottom.png);
    background-position:-758px 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_getting_started_bottom td#gs_bottom_right img{
    width:20px; 
    height: 1px;
    padding: 0px;
    margin: 0px;
  }







  #mgr_login_video {
    clear: both;
    width: 100%;
    margin: 10px 0px 0px;
  }
  #mgr_login_video a {
    text-decoration: none;
  }



  div#mgr_login_video_top {
    width: 100%;
  }

  table#mgr_login_video_top {
    width: 100%;
    height: 38px;
    line-height: 1px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_top td#vid_left {
    width:20px; 
    background-image:url(../images/mgr_login_video_top.png);
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_top td#vid_left img{
    width: 20px;
    height: 1px;
    padding: 0px;
    margin: 0px;
  }

  table#mgr_login_video_top td#vid_center {
    background-image:url(../images/mgr_login_video_top.png);
    background-position: -15px 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_top td#vid_center { 
    height: 1px;
  }

  table#mgr_login_video_top td#vid_right {
    width:20px; 
    background-image:url(../images/mgr_login_video_top.png);
    background-position:-758px 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_top td#vid_right img{
    width:20px; 
    height: 1px;
    padding: 0px;
    margin: 0px;
  }









  #mgr_login_video_container {
    background-color: #FFFFFF;
    margin:0px;
    padding:0px 5px;
    height:400px;
    overflow: auto;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
  }

  table#mgr_login_video {
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_body td.border{
    background-color:#f0f0f0;
    border:1px solid #BBBBBB;
    height:10px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
  }

  table#mgr_login_video_body td.video_pic {
    padding: 5px 6px 5px 5px;
    vertical-align: top;
    width: 133px;
    margin: 0px;
    border: none;
  }
 
  table#mgr_login_video_body td.video_right {
    padding: 5px 0px;
    vertical-align: top;
    margin: 0px;
    border: none;
    font-size: 1.0em;
  }
 
  table#mgr_login_video_body p{
    margin: 5px 0px;
    padding: 0px;
  }


  #mgr_login_video_bottom {
    width: 100%;
  }

  table#mgr_login_video_bottom {
    width: 100%;
    height: 22px;
    line-height: 1px;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_bottom td#vid_bottom_left {
    width:20px; 
    background-image:url(../images/mgr_login_get_started_bottom.png);
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_bottom td#vid_bottom_left img{
    width: 20px;
    height: 1px;
    padding: 0px;
    margin: 0px;
  }

  table#mgr_login_video_bottom td#vid_bottom_center {
    background-image:url(../images/mgr_login_get_started_bottom.png);
    background-position: -15px 0px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_bottom td#vid_bottom_center { 
    height: 1px;
    margin: 0px;
    padding: 0px;
    border: none;
  }

  table#mgr_login_video_bottom td#vid_bottom_right {
    width:20px; 
    background-image:url(../images/mgr_login_get_started_bottom.png);
    background-position:-758px 0px;
    margin: 0px;
    padding: 0px;
    border: none;

  }

  table#mgr_login_video_bottom td#vid_bottom_right img{
    width:20px; 
    height: 1px;
    padding: 0px;
    margin: 0px;
  }


  .cres_more_link {
    font-size:0.9em;
    font-weight:bold;
    line-height:1em;
    text-transform:uppercase;
  }
  .cres_news_box_grid-SubTitle {
    font-size: 1.25em;
    text-transform: none;
  }

.cres_accessible_hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#blanket_overlay {
  background-color: #000000;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

#jw_wrapper_1 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_1_jwplayer_controlbar {
opacity: 1 !important;
}
#jw_wrapper_2 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_2_jwplayer_controlbar {
opacity: 1 !important;
}
#jw_wrapper_3 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_3_jwplayer_controlbar {
opacity: 1 !important;
}
#jw_wrapper_4 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_4_jwplayer_controlbar {
opacity: 1 !important;
}
#jw_wrapper_5 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_5_jwplayer_controlbar {
opacity: 1 !important;
}
#jw_wrapper_6 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_6_jwplayer_controlbar {
opacity: 1 !important;
}
#jw_wrapper_7 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_7_jwplayer_controlbar {
opacity: 1 !important;
}
#jw_wrapper_8 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_8_jwplayer_controlbar {
opacity: 1 !important;
}
#jw_wrapper_9 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_9_jwplayer_controlbar {
opacity: 1 !important;
}

  
