@charset "utf-8";
/* CSS Document */

body, td {
	font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	font-style: normal;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #7eb238;
}
a:hover {
	color: #86d21f;
}

p, h1, h2, h3, h4, h5, h6, .reverse {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
p {
	font-size: 100%;
	line-height: 140%;
}
td p { line-height: 100%; margin-bottom: 5px; }

h1, h2, h3, h5 {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
/* h1, h2 {
	font-size: 225%;
	line-height: 100%;
	color: #44835f;
	padding: 10px 23px 10px 20px;
	border: 4px solid #44835f;
	display: inline;
}
h1 a, h2 a { color: #44835f; }

h1:hover a, h2:hover a {
	padding: 10px 23px 10px 20px;
	background-color: #44835f;
	color: #FFF;
	margin-right: -23px;
	margin-left: -20px;
} */

h1.titlealt {
	display: none;
}
h1 {
	font-size: 250%;
	line-height: 100%;
}
h2 {
	font-size: 200%;
	line-height: 100%;
}
h3 {
	font-size: 150%;
	line-height: 100%;
}
h4 {
	font-size: 125%;
	line-height: 120%;
}
h5 {
	font-size: 100%;
	line-height: 100%;
}
h6 {
	font-size: 75%;
	line-height: 100%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
main ul, main ol {
	margin: 0;
	padding: 0;
}
main ul {
	margin: 10px 0px 0 45px;
}
main li {
	padding: 0px 0px 5px 0px;
	font-size: 100%;
}

/* LINKS */


a img {
	border: none;
	text-decoration: none;
}
main img {
	max-width: 100%;
	height: auto;
	/* margin: 0 25px 25px 0;*/
}
main .col33 img { float: none; margin: 0 auto; }
main a:hover img {
}
.icons a img {
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=45)”;
	filter:alpha(opacity=45);
	opacity:0.45;
	border: none;
	text-decoration: none;
	cursor: pointer;
	margin: 2px 5px;
	display: inline-block;
}
.icons a img:hover {
	-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=95)”;
	filter:alpha(opacity=95);
	opacity:0.95;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

/* FOOTER */

footer, footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer a {
	color: #916e0c;
}
footer a:hover {
	color: #40330c;
}

/* OTHER */

hr {
	color: #999;
	border:none;
	border-top:2px dashed #999;
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
	clear: left;
}
/* Stylesheet: Content Modified On 2014-03-07 13:26:31 */
