/* @override http://ubikorp.com/stylesheet.css */

/* --- Main Elements --- */
html,body {
  font-family: Helvetica, Arial, sans-serif;
  color: #000000;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 140%;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  background-color: #3A3A3A;
}
h1, h2, h3, h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: .5em;
  color: #6C9534;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  margin-bottom: .2em;
  font-size: 1.4em;
}
h4 {
  margin: 0;
  font-size: 1.2em;
}
img {
  border: 2px solid #3A3A3A;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
/* --- Page Layout --- */
#page {
  width: 986px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #3A3A3A;
  background-image: url(/images/cms/ubikorp/background.png);
  background-repeat: repeat-y;
}
#inside {
  width: 960px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #0F0F0F;
}
#footer {
  color: #FFF;
  background-color: #0F0F0F;
  font-size: 70%;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 10px;
  width: 960px;
  height: 30px;
  text-align: center;
  line-height: 200%;
  border-top: 2px solid #6C9534;
}
#header {
  color: #FFF;
  background-image: url(/images/cms/ubikorp/header.png);
  margin: 0 auto;
  width: 960px;
  height: 139px;
}
#header img {
  border: 0;
}
#banner {
  z-index: 1;
  background-image: url(/images/cms/ubikorp/banner.png);
  margin: 0 auto;
  width: 960px;
  height: 184px;
  position: relative;
}
#banner_text {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  position: absolute;
  bottom: 30px;
  right: 0px;
  text-align: left;
  width: 650px;
  padding: 0 80px 0 20px;
}
#banner_text p {
  margin: 0;
  padding: 0 0 20px 0;
}
/* --- Content Area --- */
#main {
  font-size: 0.9em;
  text-align: left;
  width: 960px;
  color: #FFF;
  margin: 0 auto;
  padding: 0;
  background-image: url(/images/cms/ubikorp/content_bkd.png);
  background-repeat: repeat-x;
  background-color: #3A3A3A;
}
#main a {
  color: #ABD723;
  text-decoration: none;
  font-weight: bold;
  padding: 0 1px;
}
#main a:hover {
  text-decoration: underline;
}

/* --- 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;
}
/* ----- Misc Content Page Elements ----- */
.mailer-field {
  width: 300px;
  border: 1px solid #888;
  padding: 2px;
  margin: 5px 0 0px 0;
}
.mailer-button {
  border: 1px solid #888;
  background: #fff;
  padding: 2px;
}
.mailer-label {
  font-size: 80%;
  margin: 10px 0 0px 0;
}
#clients, #news {
  font-size: 120%;
}
#content td {
  padding: 20px;
  vertical-align: top;
}
#content td.border {
  border-right: 2px solid #0F0F0F;
}
#clients ul, #news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}