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

body {
  text-align: center;
  color: #345;
}
a {
  color: #038;
}

/*
 * Header
 */
#top-box {
  width: 100%;
  background: url(/images/uieblast-bg.gif) top left repeat-y;
  background-position: top center;
}
#top-box h1.header {
  background: url(/images/uie-logo-bg.jpg) top left no-repeat;
  font-size: 1.5em;
  font-weight: normal;
  color: #fff;
  margin: 0px auto 0px auto;
  padding: 50px 0px 0px 84px;
  text-align: left;
  width: 768px;
  w\idth: 684px;
  height: 80px;
  he\ight: 30px;
}
#top-box h1.header span {
  float: right;
  color: #fff;
  margin: 0 60px 0 0;
}


#top-nav {
  width: 100%;
  float: left;
  background-color: #0c2d83;
}
#top-nav #top-menu {
  margin: 0px auto 0px auto;
  padding: 0 0 0 20px;
  text-align: left;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 25px;
  width: 768px;
  w\idth: 748px;
}
#top-nav #top-menu ul {
  width: 400px;
  float: right;
  margin: 0;
  padding-top: 6px;
}
#top-nav #top-menu ul li {
  list-style: none;
  float: right;
  padding: 0 6px 0 0;
}


/*
 * Page Content
 */
#middle {
  margin: 35px auto 0px auto;
  text-align: left;
  width: 760px;
  min-height: 350px;
}
#middle h1, #middle h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #038;
  margin: 0px 0px 1em 0px;
}
* html #middle {
  height: 350px;
}


/*
 * Footer
 */
#footer {
  background: #cfe4f0;
  text-align: center;
}
#footer .content {
  margin: 0px auto 0px auto;
  padding: 10px 0px 0px 0px;
  text-align: left;
  width: 760px;
  height: 100px;
  he\ight: 90px;
}
#footer .content span {
  float: right;
}


/*
 * Miscellaneous
 */
a.button {
  display: block;
  line-height: 19px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  background: #cfe4f0 url(/images/button-corner.gif) top right no-repeat;
  border-left: 6px solid #42779f;
  padding: 0px 15px 0px 11px;
  min-width: 50px;
}
a.button:hover {
  text-decoration: underline;
}
* html a.button {
  width: 76px;
  w\idth: 50px;
}

#top-nav a.button {
  background: #cfe4f0 url(/images/button-corner-dark.gif) top right no-repeat;
}
