/********************  Template T12-0002 Colors ****************************/
.home-geo-headline h1 a,
.home-cta h2,
.home-location h2,
.what-we-offer h2,
.home-doc-info h4,
.home-doc-info h5,
.cta-right a,
.cta-right a:hover,
.cta-right h3,
.page-header,
.allFocus a
{
     color:#57594A;
}
.fa-b1, 
.fa-b2, 
.fa-b3,
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.fa-thumbnail,
.btn-primary,
.panel-primary .panel-heading,
.cta-right,
.cta-center,
input[type="submit"]
{
    background-color:#9fa388;

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #9FA388),
	color-stop(0.86, #57594A)
);
background-image: -o-linear-gradient(top, #9FA388 0%, #57594A 86%);
background-image: -moz-linear-gradient(top, #9FA388 0%, #57594A 86%);
background-image: -webkit-linear-gradient(top, #9FA388 0%, #57594A 86%);
background-image: -ms-linear-gradient(top, #9FA388 0%, #57594A 86%);
background-image: linear-gradient(to top, #9FA388 0%, #57594A 86%);


}
.fa-thumbnail
{
    background-color:#9fa388;

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #9FA388),
	color-stop(0.86, #57594A)
);
background-image: -o-linear-gradient(top, #9FA388 0%, #57594A 40%);
background-image: -moz-linear-gradient(top, #9FA388 0%, #57594A 40%);
background-image: -webkit-linear-gradient(top, #9FA388 0%, #57594A 40%);
background-image: -ms-linear-gradient(top, #9FA388 0%, #57594A 40%);
background-image: linear-gradient(to top, #9FA388 0%, #57594A 40%);


}

.nav-tabs li.active a:hover,
input[type="submit"]:hover
{
    background-image:none;
  background-color: #57594a;
    color: #ffffff;
}

.btn-primary:hover
{
    background-image:none;
    background-color:#57594a;
}


