#e_column_0 {
  position: relative;
}
#welcome_comp .textbean,
#welcome_comp .flvplayercomponent,
#wecldome_comp #video_placeholder{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
#welcome_comp .textbean {
  width: 440px;
  padding-right: 8px;
}
#welcome_comp .flvplayercomponent {
  /*temporarily hiding video component*/
  display: none;
}
#welcome_comp #video_placeholder {
  padding-right: 0; 
}
#welcome_comp .flvplayercomponent,
#welcome_comp #video_placeholder{
  width: 280px;
  height: 200px;
  background-color: #000;
  margin-bottom: 2em;
}
#welcome_comp {
  border-bottom: 8px solid #e51937;
  width: 728px;
}
#column1 table {
  margin: 1em 1em 1em 0;
}
#column1 table td {
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
#partners img,
#column1 table img {
 -webkit-box-shadow: 4px 3px 3px #424242;
 -moz-box-shadow: 4px 3px 3px #424242;
 box-shadow: 4px 3px 3px #424242;
}
#links, 
#partners {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
#links {
  width: 475px;
}
#links a {
  color: #004B8D;
}
#partners {
  margin-top: 18px;
  width: 240px;
  margin-left: 4px;
}
#partners img {
  padding: 5px;
}
#secondary_nav {
     background-color: #dcddde;
}

#secondary_nav {
  position: absolute;
  width: 728px; 
  bottom: 0; 
  left: 12px;
}
/* social media news & connect */ 
#news_comp {
    display: block;
    margin-left: -2px;
    width: 250px;
}
#news_comp .textbean h4 {
   padding: 8px 0 8px 8px;
}
#news_comp .textbean {
  border-top: 3px solid #dcddde;
  border-left: 3px solid #dcddee;
}
#news_comp .textbean td {
  vertical-align: top;
  padding: 8px 0 8px 8px;
}
#news_comp h5 {
    color: #E51937;
    font-size: 1.75em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
    font-weight: normal; /*to fix ie7 */
}
#news_comp a {
    color: #004B8D;
    display: inline-block;
    margin-top: 5px;
}
#news_comp p,
#links p {
    margin-bottom: 0; 
}
/* news article feed */ 
.articlecontainer {
    width: 237px;
    padding: 8px 5px;
    border-left: 3px solid #DCDDEE;
    border-top: 3px solid #DCDDDE;
    background: url(/resources/dyn/files/503955zfa11b8ec/_fn/news.png) no-repeat 8px 5px;
}
.articlecontainer .ac_heading {
    color: #E51937;
    font-size: 1.75em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}
.articlecontainer .ac_heading, 
.articlecontainer .ac_style_list {
   margin-left: 45px;
}
 #anniversaries {
    display: block;
    overflow: hidden;
    position: relative;
    width: 245px;
    padding: 24px 1px 24px 4px;
    margin-top: -12px;
    margin-left: -2px;
    background-color: #dcddde;
}
#anniversaries .controls .nav {
    left: 0;
    position: absolute;
    height: 15px;
    padding: 2px 5px;
}
#anniversaries .controls .nav.prev {
   top: 0; 
}
#anniversaries .controls .nav.next {
   bottom: 0; 
}
#anniversaries .controls .nav.prev span {
    background: url(/resources/dyn/files/551203zb94186/_fn/anniversaries_prev_button.png) no-repeat center bottom #dcddde;
    cursor: pointer;
    display: block;
    text-indent: -4000em;
    width: 240px;
    height: 15px;
}
#anniversaries .controls .nav.next span {
    background: url(/resources/dyn/files/551202z77be7110/_fn/anniversaries_next_button.png) no-repeat center top #dcddde;
    cursor: pointer;
    display: block;
    text-indent: -4000em;
    width: 240px;
    height: 15px;
}

#anniversaries .scrollable {
    height: 200px;
    overflow: hidden;
    position: relative;
    width:245px;
    background-color: #e7e7e9;
}
#anniversaries .scrollable .items .textbean {
 height: 100px;
}
#anniversaries .items {
  height: 200000em;
  position: absolute;
  left: 0;
  top:0;
}


/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
