img {
  border: none
}

a,
a:link, 
a:active, 
a:visited  {
 font-size: 1em;
}

.CONThome {
  margin: 0;
}

/** Text version of top navi **/
.topnavi-text a,
.topnavi-text a:hover,
.topnavi-text a:active,
.topnavi-text a:visited,
.topnavi-text a.active{
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9E0000;
  line-height: 30px;
}

.topnavi-text a.active,
.topnavi-text a:hover {
  color: #000;
  text-decoration: none;
}

/** menu with contact added **/
.TopLogo {
  width: 219px;
}

.TopMenuDef,
.TopMenu {
  width: auto;
  float: right;
  margin-left: 0;
}

/** homepage **/
.hp-image {
  position: relative;
}

.hp-text{
  position: absolute;
  top: 160px;
  left: 0;
  text-align: center;
  width: 100%;
}

* html .hp-text {  
  top: 180px;
}

*:first-child+html .hp-text {  
  top: 180px;
}

.hp-text h2{
  font-size: 23px;
  margin-bottom: 10px;
}

.hp-text ul {
  padding: 0 20px;
  margin: 0;
}

.hp-text li {
  white-space: nowrap;
  list-style: none;
  display: inline;
}

* html .hp-text li{
  list-style: disc inside;
  display: list-item;
  position: relative;
  top: -8px;
}

*:first-child+html .hp-text li {
  list-style: disc inside;
  display: list-item;
  position: relative;
  top: -5px;
  text-align:left;
  margin-left: 100px;
}

*:first-child+html .data-vault li {  
  margin-left: 120px;
}

.hp-text li:before {
  content: " - ";
}

.hp-text li:first-child:before {
  content: "";
}

.hp-text a {
  color: #333;
}

/** listing tables - image, spacer, text **/
.listing-table td{
  padding: 0 0 40px 0;
  vertical-align: top;
}

.listing-table a[href^=mailto] {
  padding-left: 20px;
  background: url(assets/images/email.png) no-repeat 0 3px;
}

/** new side navi **/
.side-navi li.active a:before,
.side-navi a:hover:before {
  content: "» ";
}

.side-navi li.active,
.side-navi a:hover {
  font-weight: bold;
}


/** contact form **/
#contactForm {
  width: 410px;
}

#contactForm div,
#contactForm label {
  font-size: 13px;
}

#contactForm .field-cont {
  margin: 0 0 10px 0;
}

#contactForm label {
  display: block;
}

#contactForm input {
  width: 200px;
}

#contactForm #vericode {
  width: 150px;
}

#contactForm textarea {
  height: 100px;
  width: 400px; 
  overflow: auto;
}

#contactForm .submit-cont {
  text-align: right;
}

#contactForm .errors {
  color: #B22222;
  padding: 10px;
  border: 1px #B22222 solid;
  display: inline-block;
  margin: 10px 0 20px 0;
}
#contactForm .errors strong {
  font-size:1.1em;
}
