/f/design/header.png?_=1790340688/f/design/header.png?_=1790340688/f/design/header.png?_=1790340688/f/design/nav-button-off.png?_=1790340688@import url(https://fonts.googleapis.com/css?family=Lato);

.wide {
  width: 100%;
}

html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  margin: 0;
  background-image: url(/f/design/body-bg.jpg?_=1790340688);
  background-position: top center;
  font-family: Arial;
  font-size: 0.83em;
  color: #444444;
}

h1 {
  font-family: Arial;
  font-size: 1.5em;
  color: #333333;
}
h2 {
  font-family: Arial;
  font-size: 1.17em;
  color: #333333;
}
h3 {
  font-family: Arial;
  font-size: 1em;
  color: #333333;
}

a {
  color: #2a5b68;
}
a:visited {
  color: #2a5b68;
}
a:hover {
  color: #2a5b68;
}

.theme-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.theme-viewport-wide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/f/design/body-bg.jpg?_=1790340688);
  background-position: top center;
}

.theme-viewport-page {
  margin: 0 auto;
  width: 1095px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: 0px 175px;
}

.theme-page {
  margin-left: auto;
  margin-right: auto;
  width: 1095px;
  position: relative;
  background-image: url(/f/design/body.png?_=1790340688);
}

.theme-header {
  position: absolute;
top: 0px;
left: -1px;
background-image: url(/r/designs/3484/body-bg.jpg?_=1396951592);
background-position: top center;
width: 1095px;
height: 311px;
}
.theme-header.theme-header-custom .theme-header-outer {
  background-image: url(/f/design/header-merged.png?_=1790340688);
}

.theme-header-outer {
  background-image: url(/f/design/header.png?_=1790340688);
  width: 1095px;
  height: 311px;
}

.theme-header-inner {
  width: 1095px;
  height: 311px;
}

.theme-content {
float: left;
margin-top: 300px;
width: 830px;
padding: 0px 130px;
}

.theme-nav {
position: absolute;
left: 174px;
top: 225px;
width: 1095px;
height: 37px;
}

ul.theme-menu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}

li.theme-menu-item {
  list-style-type: none;
  float: left;
  position:relative;
}

li.theme-menu-item-on a.theme-menu-link {
  color: #ffffff;
}
li.theme-menu-item-on a.theme-menu-link span.theme-menu-content {
  background: url(/f/design/nav-button-on.png?_=1790340688);
}
li.theme-menu-item-on a.theme-menu-link span.theme-menu-after {
  background: url(/f/design/nav-button-on.png?_=1790340688);
}

li.theme-menu-item-off a.theme-menu-link {
  color: #333333;
}
li.theme-menu-item-off a.theme-menu-link span.theme-menu-content {
  background: url(/f/design/nav-button-off.png?_=1790340688);
}
li.theme-menu-item-off a.theme-menu-link span.theme-menu-after {
  background: url(/f/design/nav-button-off.png?_=1790340688);
}
li.theme-menu-item-off a.theme-menu-link:hover {
  color: #ffffff;
}
li.theme-menu-item-off a.theme-menu-link:hover span.theme-menu-content {
  background: url(/f/design/nav-button-on.png?_=1790340688);
}
li.theme-menu-item-off a.theme-menu-link:hover span.theme-menu-after {
  background: url(/f/design/nav-button-on.png?_=1790340688);
}

a.theme-menu-link {
  font-family: Arial;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  float: left;
  display: block;
  height: 37px;
  cursor: pointer;
}
a.theme-menu-link span.theme-menu-after {
  background-position: right top;
}

span.theme-menu-content {
  display: block;
  float: left;
  padding-left: 14px;
  padding-top: 11px;
  padding-bottom: 13px;
}

span.theme-menu-after {
  display: block;
  float: left;
  width: 15px;
  height: 37px;
}

ul.theme-submenu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  padding-bottom: 2px;
  position: absolute;
  left: -2000px;
  top: 37px;
  /* background-color: #C0C0C0;*/
  z-index:9999;
}

li.theme-menu-item:hover > ul.theme-submenu-list {
  left: 0;
}

li.theme-submenu-item {
  display: block;
  padding: 2px 0px 0px 0px;
}

a.theme-submenu-link {
  font-family: Arial;
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: block;
  float: none;
  height: 37px;
  cursor: pointer;
  color: #333333;
  background-color: #dadada;
  height: auto;
white-space: nowrap;
}

span.theme-submenu-content {
  display: block;
float: left;
padding-left: 14px;
padding-top: 11px;
padding-bottom: 13px;
padding-right: 14px;
}

span.theme-submenu-after {
display: block;
/* float: left; */
width: 15px;
height: 37px;
}

a.theme-submenu-link:hover {
  color: #ffffff;
  background-color: #343f42;
}

/* li.theme-submenu-item-on a.theme-submenu-link span.theme-submenu-content {
  background: url(/f/design/nav-button-on.png?_=1790340688);
}
li.theme-submenu-item-on a.theme-submenu-link span.theme-submenu-after {
  background: url(/f/design/nav-button-on.png?_=1790340688);
}

li.theme-submenu-item-off a.theme-submenu-link {
  color: #333333;
}
li.theme-submenu-item-off a.theme-submenu-link span.theme-submenu-content {
  background: url(/f/design/nav-button-off.png?_=1790340688);
}
li.theme-submenu-item-off a.theme-submenu-link span.theme-submenu-after {
  background: url(/f/design/nav-button-off.png?_=1790340688);
}
li.theme-submenu-item-off a.theme-submenu-link:hover {
  color: #ffffff;
}
li.theme-submenu-item-off a.theme-submenu-link:hover span.theme-submenu-content {
  background: url(/f/design/nav-button-on.png?_=1790340688);
}
li.theme-submenu-item-off a.theme-submenu-link:hover span.theme-submenu-after {
  background: url(/f/design/nav-button-on.png?_=1790340688);
} */

/* Stockyard East full-width shell */
html,body{width:100%!important;min-width:0!important;margin:0!important;background:#fbfaf7!important;}
.theme-wrapper,.theme-viewport-wide,.theme-viewport-page,.theme-page{width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;min-height:100%!important;margin:0!important;background:none!important;}
.theme-header,.theme-nav{display:none!important;}
.theme-content{float:none!important;margin:0!important;padding:0!important;width:100%!important;max-width:none!important;}
.theme-content>h1:first-child{display:none!important;}

/* Stockyard East protected homeowner access */
form[action="/page/password/9168763.htm"]{max-width:560px;margin:110px auto 90px;padding:44px 46px;background:#fff;border:1px solid #d9d5ce;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.10);font:18px/1.6 Arial,sans-serif;color:#333;text-align:center}
form[action="/page/password/9168763.htm"]:before{content:"STOCKYARD  EAST";display:block;margin:0 auto 24px;padding:14px 20px 11px;max-width:330px;border:3px solid #222;font:700 30px/1.15 Georgia,serif;letter-spacing:3px;color:#171717}
form[action="/page/password/9168763.htm"] p{margin:14px 0}
form[action="/page/password/9168763.htm"] input[type="password"]{width:260px;max-width:70%;height:44px;padding:8px 12px;border:1px solid #aaa;border-radius:4px;font-size:18px}
form[action="/page/password/9168763.htm"] input[type="submit"]{height:44px;margin-left:8px;padding:0 25px;border:0;border-radius:22px;background:#d66049;color:#fff;font-weight:bold;cursor:pointer}
form[action="/page/password/9168763.htm"] input[type="submit"]:hover{background:#b84e39}