/**********/
/* Direvo */
/**********/

html
{
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll; /* for CSS 3 */
}
body {
  font-family: arial, helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
  line-height: 1.4em;
  text-align: justify;
}

a {
  text-decoration: none;
  color: #004990;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0px;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 12px;
  line-height: 1.4em;
}

h1 {
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-bottom: 18px;
  font-size: 18px;
  color: #0472ad;
  text-align: left;
}

h2 {
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
  padding-right: 40px;
  font-size: 14px;
  color: #0472ad;
  line-height: 1.4em;
  text-align: left;
}

h3 {
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;
  padding-right: 40px;
  font-size: 12px;
  color: #0472ad;
  line-height: 1.4em;
  text-align: left;
}

ul, ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
li {
  color: #000000;
  font-size: 12px;
  line-height: 1.4em;
  padding-right: 40px;
  text-align: left;
}

table {
  border: none;
  empty-cells: show;
}
caption {
  color: #606060;
  font-style: italic;
  padding-left: 15px;
  padding-right: 25px;
}

.blue {
  color: #0472ad;
}
.mid-grey {
  color: #9e9e9e;
}
.pale-grey {
  color: #dddddd;
}
.grey-small {
  color: #9e9e9e;
  font-size: 11px;
}
.italic {
  font-style: italic;
}
.center {
  text-align: center;
}

.topbaritem {
  padding-left: 12px;
  padding-right: 6px;
}
.topbaritem a {
  color: #0472ad;
}
#wrap {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
}
#banner {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 193px;
  background-position: bottom;
}
#bannertext {
  float: right;
  font-size: 11px;
  font-weight: bold;
  color: #0472ad;
  /*height: 48px;*/
  padding-top: 18px;
  padding-right: 8px;
  /*padding-bottom: 5px;*/
  text-align: right;
  /*border-bottom: 1px solid #9e9e9e;*/
  line-height: normal;
}
#bannerlogo {
  width: 150px;
  height: 40px;
  float: left;
  /*background-image: url('../images/direvo-logo.png');
  background-repeat: no-repeat;
  background-position: 10px center;*/
  padding-left: 10px;
}
#navbar {
  font-size: 12px;
  font-weight: bold;
  color: #0472ad;
  margin: 0px;
  padding: 0px;
  margin-top: 6px;
/*  height: 22px;*/
  margin-bottom: 6px;
  /*clear: both;*/
}
.navbaritem {
  padding-left: 6px;
  padding-right: 12px;
}
.navbaritem a {
  color: #0472ad;
}

#separator {
  clear: both;
  width: 100%;
  height: 0px;
  border-top: 1px solid #9e9e9e;
}

#footerbar {
  font-size: 10px;
  color: #79b0d7;
  margin: 0px;
  padding: 0px;
  padding-top: 8px;
  width: 100%;
  border-top: 1px solid #9e9e9e;
  clear: both;
}
#footerleft {
  float: left;
}
#footerright {
  float: right;
  text-align: right;
  padding-right: 8px;
}
#footerleft p {
  padding: 10px;
  margin: 0;
  text-align: right;
  font-size: 1.1em;
}

#main {
  float: right;
  width: 300px;
  min-height: 255px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  background-image: url('../images/blue-curve.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 30px;
}

#main th, td {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 1.4em;
  color: #000000;
}
#main ul {
  font-size: 12px;
  line-height: 1.4em;
  color: #696a6a;
}

#sidebar {
  float: left;
  padding: 0px;
}
#sidebar li {
  padding-right: 0px;
  text-align: right;
}
#sidebarnav {
  height: 280px; /* IE6 does not support min-height */
  margin-bottom: 20px;
}
  
.button {
  margin-bottom: 3px;
}

img {
  border: none;
}

.separator {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
}

img.logo {
  display: inline;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
}

.nowrap {
  white-space: nowrap;
}