.responsiveimage { width:auto; display:inline-block; }

h1,h2,.Header,.header{
font: 43px/45px "Times New Roman", Arial, sans-serif; 
color: #043681;
margin-top:0px;  
}

h3,.SubHeader,.subheader{
  font: 29px/31px "Times New Roman", Arial, sans-serif; 
  color: #043681;
  margin-top:0px; 
}
    
.SmallText{
  font-size  :11px;
}

.LinkButtons, .linkbuttons {
display: inline-block;
*display: inline;
padding:8px 12px 8px 12px;
background:#D2691E;
color:#fff;
text-decoration:none;
font-weight:300;
}

/* Main Styles */
td, body, p, li{
  font: 300 16px/20px 'Open Sans', sans-serif; 
  color:#666;
}


/* Links */
a{
  color:#043681; text-decoration: none; font-weight:400; -webkit-transition: color 0.4s ease-in; /*safari and chrome */
 -o-transition: color 0.4s ease-in; /* opera */ outline: 0;
}
a:hover{
  color:#365e9a; text-decoration: none; font-weight:400;
}

.imagelink{filter: alpha(opacity=100); opacity: 1; }
.imagelink:hover {filter: alpha(opacity=80); opacity: 0.8; }


.ServiceHead, .servicehead
{
display:block;
font-weight: 700;
font-size:18px;
line-height:22px;
color: #fff;
background-color:#666;
padding:5px 10px;
margin-top:0px;
text-transform:uppercase;
}