body {
  font-family: arial, helvetical, sans-serif;
  font-size: 8pt;
  background-color: #000;
  color: #fff;
  margin: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  width: 95%;
  margin: auto;
}

#header {
  height: 500px;
  background: url(images/UPI_Building.jpg) no-repeat 50% 50%;
  font-size: 150%;
}

#menubar-shadow {
  position: relative;
  top: 300px;
  height: 100px;
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
}

#brand {
  position: relative;
  top: 200px;
  padding: 0 0 0 20px;
  font-size: 8pt;
}
#brand .subtitle {
  background-color: #fff;
  color: #000;
  padding: 0 10px;
}

#menubar {
  position: relative;
  top: 200px;
  height: 50px;
  margin: 0;
  padding: 0 0 0 20px;
}
#menubar[id] {
  display: table;
}

#menubar ul {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menubar[id] ul {
  position: static;
  display: table-cell;
  vertical-align: middle;
}

#menubar ul li {
  display: block;
  float: left;
  position: relative;
  top: -50%;
}
#menubar[id] ul li {
  position: static;
}

#menubar ul li a {
  display: block;
  float: left;
  width: 100px;
  padding: 3px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
#menubar ul li a:hover {
  padding-bottom: 0;
  border-bottom: 3px solid #fff;
}
#menubar ul li.selected a {
  padding-top: 0;
  border-top: 3px solid #fff;
}

#markets-fader {
  float: right;
  padding: 15px 15px 0 0;
  color: #fa0;
}

ul.crossfade {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}

ul.crossfade li {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 300px;
  text-align: right;
  font-family: 'Arial Black', Arial, Helvetica, san-serif;
  font-weight: bold;
  font-size: 200%;
  visibility: hidden;
}

.company-name {
  font-family: Arial, Helvetica, san-serif;
  font-weight: normal;
}

.company-name .corey {
  font-family: 'Arial Black', Arial, Helvetica, san-serif;
  font-weight: bold;
  font-size: 200%;
}

.spacer {
  clear: both;
  height: 0px;
}
