@import url(generic.css);
@import url(xstandard.css);
/*
 * Site Specific Styles
 */

body {
  background: #262626 url(../img/main-bg.gif) top left repeat-x;
  color: #fff;
  text-align: center;
}

#site-container {
  text-align: left;
  width: 768px;
  margin: 0 auto 0 auto;
}
#header {
  overflow: hidden;
  display: inline-block;
}
#header {
  display: block;
}
#header h1 {
  float: left;
  width: 330px;
  height: 132px;
  margin: 0;
  padding: 0;
  background: url(../img/) top left no-repeat;
  background-position: 0 30px;
}
#header h1 span {
  display: none;
}
#header div#navs {
  float: left;
  width: 438px;
}
#header div#navs ul#corp-nav {
  float: right;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
#header div#navs ul#corp-nav li {
  display: inline;
  font-size: 0.97em;
}
#header div#navs ul#corp-nav li a {
  color: #aeaeae;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0.4em 0 0;
  background: url(../img/corp-nav-divider.gif) center right no-repeat;
}
#header div#navs ul#corp-nav li a:hover {
  text-decoration: underline;
}
#header div#navs ul#corp-nav li.last a {
  background: none;
  padding-right: 0;
}


#header div#navs ul#top-nav {
  float: right;
  list-style-type: none;
  margin: 70px 0 0 0;
  padding: 0;
}
#header div#navs ul#top-nav li {
  display: inline;
  font-size: 1.1em;
}
#header div#navs ul#top-nav li a {
  color: #fff;
  font-weight: bold;
  padding: 0 0.4em 0 0;
  background: url(../img/top-nav-divider.gif) center right no-repeat;

  text-decoration: none;
}
#header div#navs ul#top-nav li a:hover {
  text-decoration: underline;
}
#header div#navs ul#top-nav li.last a {
  background: none;
  padding-right: 0;
}


#content {
  _height: 100px;
  overflow: visible;
  min-height: 100px;
  line-height: 1.5em;
}
#content a {
  font-weight: bold;
}
h2 {
  margin: 0 0 56px 0;
  padding: 26px 0 0 0;
  font-size: 3.5em;
  text-align: right;
  height: 101px;
  he\ight: 75px;
  background: url(../img/subpage-banner.jpg) top left no-repeat;
}
h2.longer {
  font-size: 2.5em;
}
h3 {
  font-size: 1.3em;
}


#footer {
  background: #344;
  margin-top: 1em;
  text-align: center;
  padding: 0.5em 0 0.5em 0;
  font-size: 0.9em;
  overflow: hidden;
  display: inline-block;
}
#footer {
  display: block;
  font-weight: bold;
}

/*
#footer div.left-side {
  width: 400px;
  float: left;
  color: #c1c1c1;
  padding: 0.5em 0 0.5em 35px;
  font-size: 0.9em;
  w\idth: 352px;
}
#footer div.right-side {
  width: 368px;
  float: left;
  padding: 0.5em 0 0.5em 0;
  font-size: 0.9em;
}
#footer div.right-side ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer div.right-side ul li {
  display: inline;
  padding: 0 8px 0 6px;
  background: url(/img/footer-nav-divider.gif) right no-repeat;
}
#footer div.right-side ul li.last {
  background: none;
}
#footer div.right-side ul li a {
  color: #c1c1c1;
  text-decoration: none;
}
#footer div.right-side ul li a:hover {
  text-decoration: underline;
}
*/