/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet -  Use this file to style your content
 */
 
/* Logo */
#logo .custom-logo {
  width: 250px;
  height: 60px;
}

/* Content */
.teaser-box { margin-top: 15px; }
.teaser-box:first-child { margin-top: 0; }
.teaser-box > h3 { margin-top: 5px; }

/*Pauls Additions */

  #buttonlinks
  {
    display: block;
    width: 226px;
    height: 49px;
    background: url("../images/hover-button7.png")  no-repeat 0 0;
color: #333;
text-align:center;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
    padding: 15px 0 0 0;


}

  #buttonlinks:hover
  { 
    background: url("../images/hover-button7.png") no-repeat 0 -64px;
  color: #1a8eca;
  text-align:center;
  font-size: 14px;
font-weight: bold;
text-transform: uppercase;


  }
  
 /* 
    #buttonlinks a {
  color: #1a8eca;
     text-align: center;
  text-shadow: none;
}

  #buttonlinks a:hover
  { 

  color: #005e8e;
  }
   */
 
 /* 
   a.buttonlinks {
    background: transparent url('../images/hover-button.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; 
    text-decoration: none;
}

a.buttonlinks span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.buttonlinks:active {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.buttonlinks span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
} 
*/
#section-kmt{
    display: none;
}
.contact_us #section-kmt{
    display: block !important;
}