html,body {
  xheight:100%;
}
body {
  margin:0;
  padding:0;
  background:#D3EEFA url(/assets/images/body-bg.png) repeat-x;
}

body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:12px;
  line-height:18px;
  color:#000;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,table,form,fieldset {
  margin:0 0 18px 0;
}
h1 {
  font-size:26px;
  color:#fff;
  font-weight:bold;
  font-style:italic;
}
h2 {
  font-size:14px;
  color:#000;
  font-weight:bold;
}
a {
  color:#022D4B;
  text-decoration:underline;
}
a:hover {
  text-decoration:underline;
}
img {
  border:0;
}
img.left {
  float:left;
  margin:0 18px 5px 0;
}
img.right {
  float:right;
  margin:0 0 5px 18px;
}

table {
  border-spacing:1px;
}
table th {
  text-align:left;
  vertical-align:bottom;
  border-bottom:solid #023b5a 1px;
  padding:2px 5px;
}
table td {
  background:url(/assets/images/trans30white.png);
  vertical-align:top;
  padding:2px 5px;
}
table th.right,
table td.right {
  text-align:right;
}
table th.sortable {
  background:url(/assets/images/sorter-none.gif) no-repeat 100% 50%;
  padding-right:16px;
  cursor:pointer;
}
table th.sortable:hover  {
  background-color:url(/assets/images/trans30white.png);
}
table th.headerSortUp {
  background:url(/assets/images/sorter-asc.gif) no-repeat 100% 50%;
}
table th.headerSortDown {
  background:url(/assets/images/sorter-desc.gif) no-repeat 100% 50%;
}
.nowrap {
  white-space:nowrap;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#body-fx {
  background:url(/assets/images/body-fx.jpg) no-repeat;
  height:840px;
}

#leftbar {
  position:absolute;
  z-index:10;
  top:135px;
  left:60px;
  width:220px;
}
#logo {
  display:block;
  margin:0 0 50px 0;
  width:162px;
  height:126px;
}
#nv {
  margin:0 0 18px 0;
}
#nv ul {
  margin:0;
  padding:0;
  list-style-type:none;
  border-top:solid #9AC9DB 1px;
}
#nv ul li {
  margin:0;
  padding:5px 0;
  border-bottom:solid #9AC9DB 1px;
}
#nv ul li a {
  display:block;
  padding:3px 0;
  color:#fff;
  font-style:italic;
  font-size:16px;
  text-decoration:none;
  font-weight:bold;
}

#nv ul li.a1,
#nv ul li.s1 {
  background:url(/assets/images/nv-d1-a1.png) 100% 1px no-repeat;
}

#nv ul ul {
  border:0;
}
#nv ul ul li {
  border:0;
  padding:0;
  background:none !important;
}
#nv ul ul li a {
  font-size:12px;
  padding:0 0 0 15px;
  font-weight:normal;
}
#nv ul ul li.a1 a,
#nv ul ul li.s1 a {
  color:#C2EBFF;
  font-weight:bold;
  background:url(/assets/images/nv-d2-a1.png) 3px 6px no-repeat;
}
#fastlinks {
  position:absolute;
  z-index:8;
  top:85px;
  left:700px;
  width:240px;
  height:30px;
  line-height:30px;
}
#fastlinks a {
  display:block;
  float:left;
  width:15px;
  height:15px;
  margin:0 0 0 4px;
  padding:5px 6px 10px 6px;
  background:url(/assets/images/trans30.png);
}
#search {
  float:left;
  margin:0 0 0 4px;
  padding:5px 5px 10px 5px;
  background:url(/assets/images/trans30.png);
  height:15px;
}
#search label {
  display:none;
}
#search input.text {
  margin:0 4px 0 0;
  padding:0;
  width:120px;
  border:0;
  color:#fff;
  font-size:11px;
  line-height:15px;
  background:transparent;
}
#search input.button {
  border:0;
  background:transparent;
  padding:0;
}


#content {
  position:absolute;
  z-index:9;
  top:105px;
  left:270px;
  width:690px;
}
#content #content-top {
  background:url(/assets/images/content-top-bg.png);
  height:28px;
}
#content #content-main {
  background:url(/assets/images/content-middle-bg.png);
  padding:0 28px;
}
#content #content-main #content-vp {
  background:#D3EEFA url(/assets/images/content-vp-bg.png) repeat-x;
  padding:18px;

  min-height: 700px;
  height: auto !important;
  height: 700px;
}
#content #content-bottom {
  background:url(/assets/images/content-bottom-bg.png);
  height:28px;
  position:relative;
}

#oma {
  position:absolute;
  z-index:-1;
  bottom:0;
  left:-280px;
  width:470px;
  height:310px;
  xmargin:470px 0 0 0;
  background:url(/assets/images/oma.png);
}
#footer {
  font-size:11px;
  color:#888;
  text-align:right;
  padding:5px 28px 20px 0;
}
#footer a {
  color:#888;
  text-decoration:none;
}
