@import url(/css/generic.css);

/*
 * Site Layout Styles
 */

body {
  background: #09054f;
}


/*
 * Main Panel
 */

div#main-panel-container-1 {
  background: url(/img/main-panel-background.png) repeat-y;
  margin: 0 auto 0 auto;
  width: 964px;
}
div#main-panel-container-2 {
  background: url(/img/main-panel-background-top.jpg) no-repeat;
}
div#main-panel {
  background: url(/img/main-panel-background-bottom.png) left bottom no-repeat;
  position: relative;
  padding: 51px 62px 16px 62px;
}


/*
 * Current Date
 */

p#current-date {
  color: #fff;
  font-size: 1.2em;
  position: absolute;
  top: 16px;
  right: 70px;
  margin: 0;
}


/*
 * Page Content
 */

div#page-content {
  min-height: 700px;
}


/*
 * Sub Panels
 */

div.sub-panel-1 {
  background: url(/img/sub-panel-1-background.png) no-repeat;
  overflow: hidden;
  height: 536px;
}
div.sub-panel-2 {
  background: url(/img/sub-panel-2-background.png) no-repeat;
  overflow: hidden;
  height: 356px;
}
div.sub-panel-3 {
  background: url(/img/sub-panel-3-background.png) no-repeat;
  overflow: hidden;
  height: 162px;
}


/*
 * Footer
 */

div#footer {
  color: #062c76;
  overflow: hidden;
  padding: 11px 12px 7px 12px;
  height: 100%;
}
div#footer p.address {
  float: left;
  margin: 0;
}
div#footer p.telephone {
  float: right;
  margin: 0;
}


/*
 * Copyright
 */

p#copyright {
  text-align: center;
  font-size: 90%;
  margin: 2px 0 0 0;
  padding-bottom: 1em;
}
p#copyright a {
  color: #838caf;
  text-decoration: none;
}

div#tibus-credit p {
  font-size: 0.9em;
  text-align: right;
  margin: -23px auto 0 auto;
  width: 850px;
}
div#tibus-credit p a {
  color: #838caf;
  text-decoration: none;
}
