/** File: /common/stylesheets/redesign/footer.css **/
#footer {
  border-width: 1px 0;
  border-style: dotted;
  border-color: #ccc;
  position: relative;
  text-align: center;
  padding: 10px 0;
  clear: both;
  margin: 20px 0 10px;
  width: 100%;
  display:block;
}
#footer .social-footer .h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0  14px 0 0;
  line-height: 20px;
}
#footer .global-social-strip {
  float: none;
  display: inline-block;
  position: relative;
  bottom: -5px;
  padding-top:5px;
  margin-top:0;
  vertical-align: middle;
}
#footer .global-social-strip .h5 {
  display: inline-block;
  font-size: 14px;
}
#footer ul li {
  width: auto;
  display: inline-block;
}
#footer .social-footer {
  margin-bottom: 7px;
}
#footer .footer-primary  {
  margin-bottom: 0;
  font-size: 12px;
}
#footer .footer-secondary  {
  overflow: visible;
  position: relative;
  margin: 0;
}
#footer li a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  outline: none;
  padding: 0 10px;
}   
#footer  li a:hover {
  color: #F3901D;
  text-decoration: underline;
} 
#footer .footer-secondary a {
  display: block;
  float: left;
  color: #999;
  font-size: 11px;
  line-height: 28px;
}
.footer-legal {
  text-align: center;
  font-size: 12px;
  color: #333;
}
.footer-legal {
  clear: both;
  margin-bottom: 40px;
} 
.footer-legal p {
  margin-bottom: 0;
  font-size: 12px;
}
.footer-legal p, .footer-legal a {
  margin-bottom: 0;
  font-size: 11px;
  color: #999;
  display: inline-block;
} 
/* Footer More Div */
#footer_more_div {
  position: absolute;
  background-color: #ffffff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: left;
  padding: 4px 8px 6px;
  margin-left: 772px;
  z-index: 10;
}
#footer_more_div a {
  text-decoration: none;
  color: #666666;
  line-height: 1.5;
  display: block;
  font-size: 12px;
} 
.footer_whiteyellow_div {
  width: 440px;
  border: 1px solid #D8D8D8;
  padding: 4px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: white;
  text-align: left;
  right: 89px;
  top: 88px;
  z-index: 10;
}
.footer_whiteyellow_div h2 {
  margin-left: 10px;
  position: static;
}
.footer_whiteyellow_div .state_search {
  position: absolute;
  top: 16px;
  right: 26px;
  font-size: 11px;
  margin: 0;
}
.footer_whiteyellow_div .state_search a {
  text-decoration: none;
  color: #999;
}
#footer .footer_whiteyellow_div ul {
  text-align: left;
  width: 25%;
  float: left;
  font-size:12px;
}
.ie7 #footer ul {
  clear: both;
  text-align: center;
  height: 40px;
}
.ie7 #footer li {
  float: none;
  display: inline;
}
.social_footer h4, .social_footer .global_social_strip {
  display: inline;
}