/* @override http://portfwd.com/stylesheet.css */

/* --- Main Elements --- */
html,body {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  letter-spacing: 1px;
  font-size: 0.9em;
  line-height: 140%;
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #D5D4DF;
}
h1, h2, h3, h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: .5em;
}
h1 {
  font-size: 1.8em;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.6em;
  font-weight: bold;
}
h3 {
  margin-bottom: .2em;
  font-size: 1.4em;
}
h4 {
  margin: 0;
  font-size: 1.2em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
hr {
  border: 0;
  background-color: #000;
  height: 1px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* --- Page Layout --- */
#page {
  width: 960px;
  margin: 10px auto;
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px dotted #000000;
}
#footer {
  color: #000000;
  font-size: 70%;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 20px;
  width: 960px;
  height: 20px;
  text-align: center;
  line-height: 200%;
}
#header {
  color: #FFF;
  background-color: #06254B;
  background-image: url(/images/cms/portforward/logo.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 960px;
  height: 62px;
  position: relative;
}
#header img {
  border: 0;
}
/* --- Content Area --- */
#main {
  text-align: left;
  width: 960px;
  color: #000;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
}
#main a {
  background-color: #EEECD0;
  color: #000023;
  text-decoration: none;
  padding: 0 1px;
}
#main a:hover {
 background-color: #CCCAB0;
}

/* --- Navigation Elements --- */
#menu {
  width: 960px;
  right: 20px;
  position: absolute;
  z-index: 20;
}
.nav {
  margin: 0;
  padding: 0;
  z-index: 1;
  padding-left: 5px;
  font-size: 0.85em;
  line-height: normal;
  position: relative;
  z-index: 20;
}
.nav ul {
  margin: 0;
  padding: 0;
}
.nav li {
  list-style-type: none;
  background: url(/images/cms/ubikorp/tab_left.png) no-repeat bottom left;
  padding: 7px 0 6px 20px;
  margin-left: 2px;
  float: right;
  position: relative;
  z-index: 20;
}
.nav li.active {
  background: url(/images/cms/ubikorp/tab_left.png) no-repeat bottom left;
  z-index: 2;
  position: relative;
  display: block;
}
.nav a, .nav a:visited, .nav a:active {
  background: url(/images/cms/ubikorp/tab_right.png) no-repeat bottom right;
  padding: 7px 20px 6px 0;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.nav a.active, .nav a.active:visited, .nav a.active:active {
  background: url(/images/cms/ubikorp/tab_right.png) no-repeat bottom right;
  color: #ABD723;
}
.nav a:hover {
  color: #ABD723;
  text-decoration: none;
}
.nav a.active:hover {
  color: #ABD723;
}
.nav_content {
  z-index: 1;
}

/* --- Info Box Elements --- */
#infoboxes {
  clear: both;
  font-size: 1.1em;
}
.infobox {
  margin-top: 10px;
  width: 300px;
}
.infobox .description {
  text-align: left;
}
.infobox .description, .infobox .link {
  padding: 10px;
}
.infobox .photo img {
  border: 0;
  padding: 9px;
  border: 1px dotted #06254B;
  width: 280px;
  height: 180px;
}
#main .infobox .photo a, #main .infobox .photo a:hover {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.left {
  float: left;
}
.center {
  margin: 0 auto;
  padding-top: 10px;
}
.right {
  float: right;
}
#header .about {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  line-height: 1.3;
  position: absolute;
  right: 10px;
  top: 10px;
}
#footer a {
  background-color: transparent;
}