p {
	font-size: 0.80rem !important;
	line-height: 1rem !important;
}

a:link {
    color: #006633;
}

a:visited {
    color: #006633;
}

a:hover {
    color: #006633;
}

a:active {
    color: #006633;
}

.pattern {
	background-image: url("/images/pattern.jpg");
    background-color: #006633;
	background-position: right center;
}

.white-border {
	border: solid #ffffff 0.60rem;
}

.contact {
	font-family: 'museo300';
	font-size: 1.90rem !important;
	line-height: 2.30rem !important;
	color: #006633;
}

.footer{
	color: #006633 !important;
}

.top-bar {
  background: #006633 !important;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background: #006633 !important;
}

.top-bar.expanded .title-area {
    background: #005522;
}

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2016 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris Font Foundry
 * License URL: http://www.fontspring.com/licenses/exljbris/webfont
 *
 *
 */

@font-face {
    font-family: 'museo300';
    src: url('/fonts/Museo300-Regular-webfont.eot');
    src: url('/fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Museo300-Regular-webfont.woff2') format('woff2'),
         url('/fonts/Museo300-Regular-webfont.woff') format('woff'),
         url('/fonts/Museo300-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Museo300-Regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;

}