@charset "utf-8";
/* CSS Document */

.text {
	font-size: 1.3em;
}

.btn {
	border-radius: 0;
}


.panel-borders {
	border: 1px solid #000; 
	border-top: 0; 
	box-sizing: border-box;
}

.panel-success {
	background-image: -webkit-linear-gradient(top, #208220 0%, #115911 100%);
	background-image:      -o-linear-gradient(top, #208220 0%, #115911 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#208220), to(#115911));
	background-image:         linear-gradient(to bottom, #208220 0%, #115911 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#208220', endColorstr='#115911', GradientType=0);
	background-repeat: repeat-x;
	color: #fff;
}

.btn-danger {
	background-image: -webkit-linear-gradient(top, #cc0000 0%, #660000 100%);
	background-image:      -o-linear-gradient(top, #cc0000 0%, #660000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#660000));
	background-image:         linear-gradient(to bottom, #cc0000 0%, #660000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#660000', GradientType=0);
	background-repeat: repeat-x;
}

.btn-danger:hover {
	background-image: -webkit-linear-gradient(top, #660000 0%, #cc0000 100%);
	background-image:      -o-linear-gradient(top, #660000 0%, #cc0000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#660000), to(#cc0000));
	background-image:         linear-gradient(to bottom, #660000 0%, #cc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#660000', endColorstr='#cc0000', GradientType=0);
	background-repeat: repeat-x;
}

.btn-success {
	background-image: -webkit-linear-gradient(top, #208220 0%, #115911 100%);
	background-image:      -o-linear-gradient(top, #208220 0%, #115911 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#208220), to(#115911));
	background-image:         linear-gradient(to bottom, #208220 0%, #115911 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#208220', endColorstr='#115911', GradientType=0);
	background-repeat: repeat-x;
}

.btn-success:hover {
	background-image: -webkit-linear-gradient(top, #115911 0%, #208220 100%);
	background-image:      -o-linear-gradient(top, #115911 0%, #208220 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#115911), to(#208220));
	background-image:         linear-gradient(to bottom, #115911 0%, #208220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#115911', endColorstr='#208220', GradientType=0);
	background-repeat: repeat-x;
}

.heading {
	font-size: 3.0em;
	margin-top: 0;
	color: #669933;
	font-weight: bold; 
    padding-bottom: 9px;
}

.subhead {
	font-size: 2.0em;
	margin-top: 0;
	color: #669933;
	font-weight: bold; 
    padding-bottom: 9px;
}

.nopad {
	padding: 0;
}

.white {
	color: #fff;
}

.panel-title {
	font-size: 1.5em;
}

.bottomsm {
	margin-bottom: 10px;
}

.topsm {
	margin-top: 10px;
}

.rightsm {
	margin-right: 10px;
}

.whitebox {
	background: #fff;
	padding: 20px;
}

.toppad {
	padding-top: 20px;
}

.green {
	color: #336600;
	font-size: 1.2em;
	font-weight: bold;
}

.testimony a:link {
	color: #336600;
	text-decoration: hover;
}

.testimony a:visited {
	color: #336600;
	text-decoration: hover;
}

.testimony a:active {
	color: #669933;
	text-decoration: hover;
}

a.black {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

.tinytop {
	margin-top: 8px;
}

.hideme {
	display: none;
}

.hideme2 {
	visibility: hidden;
}

.black-top {
	background-color: #000;
}

.fixed-top {
	position: fixed;
	top: 0;
	right :0;
	left: 0;
	z-index: 3030
}

.conlink {
	color: #619f34;
	text-decoration: none;
}

.conlink:hover {
	color: #37700e;
	text-decoration: none;
}

.conlink:active {
	color: #37700e;
	text-decoration: none;
}

.conlink:visited {
	color: #619f34;
	text-decoration: none;
}
