/* [Layout Style] */

/* Main Layout */
body {
  background: #E8E2CA;
}
#lyo_outer { text-align: center; }
#lyo {
  margin: 10px auto 0px auto; text-align: left; width: 924px;
}
#lyo_inner {
  box-shadow: #808080 2px 2px 10px;
  -webkit-box-shadow: #808080 2px 2px 10px;
  -moz-box-shadow: #808080 2px 2px 10px;
}

/* Banner Area */
#lyo_banner {
  position: relative; height: 160px; background: url(/img/user/layout/bg_banner.png) repeat-x;
}
#lyo_banner_logo {
  position: absolute; top: 45px; left: 45px; border: 0;
}
#lyo_banner_tagline {
  position: absolute; top: 38px; border: 0; left: 433px;
}
#lyo_banner_fmweb_login {
  position: absolute; top: 14px; border: 0; left: 680px;
}


/* Social Networking links */
#lyo_banner_social {
  position: absolute; top: 14px; border: 0; left: 790px;
}
#lyo_banner_social img {
  width: 23px; height: 22px; border: 0; margin: 0 6px 0 0;
  background: url(/img/user/layout/social_icons.png) no-repeat;
}
#lyo_banner_social img.fb       { background-position:   0px   0px; }
#lyo_banner_social img.fb:hover { background-position:   0px -22px; }
#lyo_banner_social img.yt       { background-position: -23px   0px; }
#lyo_banner_social img.yt:hover { background-position: -23px -22px; }
#lyo_banner_social img.tw       { background-position: -46px   0px; }
#lyo_banner_social img.tw:hover { background-position: -46px -22px; }
#lyo_banner_social img.in       { background-position: -69px   0px; margin: 0px; }
#lyo_banner_social img.in:hover { background-position: -69px -22px; }

/* Navigation */
#lyo_nav {
  height: 39px; background: url(/img/user/layout/bg_nav.png) repeat-x;
}
#lyo_nav #nav_root_1{
  position: relative; top: 2px;
}

/* Main Content */
#lyo_content {
  position: relative; height: 227px; background: url(/img/user/layout/bg_home_content.png) repeat-x;
}

#lyo_footer {
  height: 39px; padding: 0 20px; background: url(/img/user/layout/bg_nav.png) repeat-x;
  line-height: 39px; color: #ccc; font-size: 70%;
}
#lyo_footer a {
  float: left; color: #ccc; text-decoration:none;
}
#lyo_footer a:hover {
  color: #ccf; text-decoration:underline;
}
#lyo_footer a#lyo_footer_webmail {
  float: right;
}
