.responsiveimage { width:auto; display:inline-block; }


h1,.Header,h2,.header{
font: 400 50px/56px 'Yanone Kaffeesatz', sans-serif; 
color: #56585c;
margin-top:0px; 
margin-bottom:15px; 
}

h3,.SubHeader,.subheader{
  font: 400 32px/38px 'Yanone Kaffeesatz', sans-serif; 
  color: #0e6b38;
  margin-top:0px;
margin-bottom:15px; 
}
    
.SmallText{
  font-size  :11px;
}
.whitetext { font: 400 16px/20px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;  }

.LinkButtons, .linkbuttons {
display: inline-block;
-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
padding: 6px 35px 6px 35px;
background: #0e6b38; 
color:#fff;
text-decoration:none;
font-weight:bold;
transition: all 0.3s ease 0s;
}


/* Main Styles */
td, body, p, li{
  font: 400 16px/20px "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif; 
  color:#444;
}


/* Links */
a{
  color:#0e6b38; text-decoration: none; font-weight:700; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#003300; text-decoration: none; font-weight:700;
}

.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px
line-height:22px;
color: #fff;
background-color:#0e6b38;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}