body {
  font-family: arial, helvetical, sans-serif;
  font-size: 10pt;
  background: #000 url(images/background.png) no-repeat fixed -50px 0;
  color: #fff;
  margin: 10px;
}

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

h3 {
  color: #fa0;
}
h3.subtitled {
  margin-bottom: 0;
}

h4 {
  margin: 10px 0 0 0;
}

h5 {
  margin-top: 0;
}

td {
  padding: 0 5px;
}

img {
  border: 0;
}

#wrapper {
  width: 760px;
  margin: auto;
}

#content {
  padding: 10px 80px;
  color: #fff;
}

#content-wide {
  padding: 10px 0;
  color: #fff;
}

#header {
  height: 100px;
  background: url(images/UPI_Building.jpg) no-repeat 50% 50%;
  font-size: 12pt;
  font-weight: bold;
}

#footer {
  clear: both;
  padding: 10px 20px;
}

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

#brand {
  float: left;
  position: relative;
  top: 5px;
  padding: 0 0 0 20px;
  font-size: 10pt;
}

#menubar {
  position: relative;
  top: 0px;
  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;
}

#menu-right {
  float: right;
  width: 130px;
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-weight: bold;
}
#menu-right li {
  margin-bottom: 15px;
}
#menu-right li a {
  color: #fa0;
}
#menu-right li.active {
  list-style: square;
  color: #999;
}
#menu-right li.active a {
  color: #999;
  text-decoration: underline;
}

#links a {
  color: #fa0;
}

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

ul.crossfade li {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 0;
  margin: 0;
	border: 5px solid #fff;
	background-color: #000;
  text-align: center;
  visibility: hidden;
}

ul.crossfade li img {
  padding: 0;
  margin: 0;
  border: 0;
}

ul.crossfade li div.caption {
  padding: 20px 20px 15px 20px;
  margin: 0;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

.inset-right {
  display: inline;
  float: right;
}
.inset-left {
  float: left;
}

.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;
  line-height: 0px;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.bordered {
  padding: 15px;
  border: 1px solid #fff;
}

ul.parent li {
  margin-bottom: 20px;
}
ul.parent li li {
  margin-bottom: auto;
}

/*
a.button {
  padding: 5px 10px;
  margin: 10px;
  color: #fff;
  font-weight: bold;
  background-color: rgb(212,173,96);
  background-color: rgb(211,163,55);
  background-color: rgb(223,198,101);
  background-color: rgb(199,163,113);
  border: 2px solid #fff;
}
*/
a.button {
  display: block;
  float: left;
  width: 126px;
  heigth: 26px;
  line-height: 26px;
  margin: 10px;
  color: #fff;
  font-weight: bold;
  background: url(images/button_orange.png) no-repeat;
  text-align: center;
}
