html {
  height:100%;
  background:#363636 url(header-bg.jpg) no-repeat 50% 0;
}

body {
  height:100%;
  font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
  color:#acacac;
}

a {
 color:#acacac; 
}

a:hover {
 color:#ffffff; 
}

#container {
  background:none;
  width:990px;
  margin-left:auto;
  margin-right:auto;
  min-height:100%;
}

#site-header {
  background:none;
  padding:0 15px;
  position:relative;
}

#site-title {
  text-indent: -9999em;
  height:70px;
  width:270px;
  overflow:hidden;
}

#site-title a {
  display: block;
  width:100%;
  height:100%;
  background: url(logo.png) no-repeat;
}

#site-title a[href]:hover
{
  background-position:0 100%;
}

#site-header ul
{
  position:absolute;
  right:0;
  top:0;
  background:transparent url(cms-logos.png) no-repeat 0 0;
  margin:25px 263px 0 0;
  height:20px;
  width:63px;
  overflow:visible;
}

#site-header li
{
  position:absolute;
  left:70px;
  top:0;
}

#site-header li.orchestrate
{
  left:172px;
}

#site-header li a
{
  display:block;
  height:20px;
  text-indent:-9999em;
  overflow:hidden;
  width:95px;
  background:transparent url(cms-logos.png) no-repeat -70px 0;

}
#site-header li a:hover
{
  background-position:-70px -20px;
}

#site-header li.orchestrate a
{
  width:128px;
  background-position:-172px 0;
}

#site-header li.orchestrate a:hover
 {
  background-position:-172px -20px;
}

#site-nav {
  margin-bottom:3.2em;
  padding:0 0 0 25px;
  float:left;
}

#site-headlines {
  width:544px;
  padding:17px 56px 17px 20px;
  background: url(headlines-bg.png) repeat 50% 0;
  float:right;
  margin:0 25px 0 0;
  position:relative;
}

#site-headlines-feed
{
  position:absolute;
  height:16px;
  width:16px;
  overflow:hidden;
  text-indent:-9999em;
  display:block;
  top:17px;
  right:20px;
  background:transparent url(rss-icon.png) no-repeat 0 0;
}
#site-headlines-feed:hover
{
  background-position:0 100%;
}

#site-menu {
  height:70px;
  width:320px;
  padding:0 0 10px 0;
  background: url(menu-line.png) repeat-x;
}

#site-menu li {
  font-size:1.4em;
  display: inline;
}

#site-menu li a {
  color:#ffffff;
  text-decoration:none;
  display:-moz-inline-box;
  display:inline-block;
  margin:0 0 0.25em 0;
  padding:0 10px;
  width:140px;
}

#site-menu li.site-home-page {
  display: none;
}

#site-menu li a:hover {
  color:#363636;
}

#site-menu li.site-current-page a {
  color:#65efef;
}

#page {
  margin:0 0 30px 0;
  clear:both;
}

#breadcrumb-nav {
  display:none;
}

#site-footer-content
{
  margin:0 0 0 25px;
  padding:10px 0 0 0;
  width:260px;
  float:left;
  border-top: solid 1px #545454;
}

#site-footer-content a {
  text-decoration:none;
}

#site-copyright
{
  margin:0 25px 0 0;
  padding:10px 0 0 0;
  width:620px;
  float:right;
  border-top: solid 1px #545454;
  color:#707070;
}

#rocketship {
  display: none !important;
}

.wufoo .info{display:none}

