@charset "utf-8";
/* CSS Document */

html body {
	background:url(images/background.jpg) repeat top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	color: black;
	width:100%;
	height:100%;
	}
	
div {
	display: block;
	}
	
header {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	}
	
.line {
	height: 2px;
	clear: both;
	background-color:black;
	margin-left: 10px;
	margin-right: 10px;
}

#logo {
	overflow: visible;
	display: block;
	float: left;
	/*clear: both;*/
	margin: 10px;
	}

#container {
	background-color: white;
	color: black;
	border: none;
	left: 10%;
	position: relative;
	width: 80%;
	height: 100%;
	margin: 0px;
	/*overflow: hidden; */
	-moz-box-shadow: 0px 6px 6px #333;
	-webkit-box-shadow: 0px 6px 6px #333;
	box-shadow: 0px 6px 6px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=90, Color='#333333');
	overflow:auto;
	padding-bottom: 40px;
}

.gradient {
	background-color: #F1F1F1;	
	display: block;
	width: 100%;
}

nav {
	color: black;
	float: right;
	/*clear: left;*/
	background-image: url(images/NavBar.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	background-color: #white;
	float: right;
	height: 36px;
	width: 466px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	margin: 0px;
	border: 0px;
	outline: 0px;
	}
	
nav ul li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -3px;
	line-height:normal;
	list-style: none;
}

nav ul li a{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 4px;
	padding-top: 0px;
	background-color: transparent;
	margin-left: 5px;
	margin-right: 5px;
    text-decoration: none;
	
}

nav ul li a:hover{
	color: black;
	background-color: #95D447;
	text-decoration:underline;
	margin-left: -4px;
	margin-top: -9px;
	margin-right: -4px;
	padding: 9px;
	border: 0px;
}

nav ul li a.current{
	background-color: #95D447;
}

.content {
	display: flex;
	flex-direction: row;
	position: relative;
	background-color: white;
	clear: both;
	margin: 10px;
	}
	
.column1 {
	width: 46%;
	float: left;
	overflow:none;
	padding: 12px;
	padding-right: 20px;
	padding-bottom: 30px;
	margin: 5px;
	background-color: white;
	border-right: #999 dotted thin;
	}
	
.column2 {
	width: 46%;
	float: left;
	overflow: none;
	padding: 12px;
	padding-bottom: 30px;
	margin: 5px;
	background-color: white;
	}
	
h2 {
	color: #999;
	font-weight: bold;
	font-size: 14px;
	}
	
h3 {
	color: #77C526;
	font-weight: bold;
	font-size: 14px;
	}
	
#bold {
	font-weight: bold;
}
	
.right-align {
	text-align: right;
	float: right;
	
}

.callout {
	background-color: #E5F1D7;
	padding: 4px;
	margin: 0px 30px 30px 30px;
	padding: 20px;
	border: 1px #EAEAEA;
	-webkit-box-shadow: 2px 2px 6px #999;
	-moz-box-shadow: 2px 2px 6px #999;
	box-shadow: 2px 2px 6px #999;
}

.img_border {
	margin: 5px;
	padding: 4px;
	margin-left: 30px;
	margin-bottom: 24px;
	border: 1px #EAEAEA;
	-webkit-box-shadow: 2px 2px 6px #999;
	-moz-box-shadow: 2px 2px 6px #999;
	box-shadow: 2px 2px 6px #999;
}

#gap {
	height: 20px;
	background-color: white;
	clear: both;
	}

.footer {
	background-color: black;
	width: 100%;
	color: white;
	clear: both;
	/*position:absolute;
   bottom:0px;
   height:40px;   /* Height of the footer */
   position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 40px;
	
	/*Opera Fix
body:before 
{ 
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* negate effect of float*/
}

.footer_logo {
	float: right;
	margin-right: 180px;
	margin-top: -70px;
	clear: none;
}

.footer_inset {
	position: relative;
	text-align: center;
	padding: 12px;
	}
	
.footer_inset a {
	color: white;
	text-decoration: none;
	}
	
.footer_inset a:hover {
	color: white;
	text-decoration: underline;
	}
	
.contact_form {
	background-color: #EAEAEA;
	margin: 5px;
	padding: 20px;
	border: 3px #77C526;
	-webkit-box-shadow: 2px 2px 6px #999;
	-moz-box-shadow: 2px 2px 6px #999;
	box-shadow: 2px 2px 6px #999;
	}

#contact-form #loading {
	width:32px;
	height:32px;
	background-image:url(../img/loading.gif);
	display:block;
	position:absolute;
	right:130px;
	bottom:16px;
	display:none;
}

#errors {
	border:solid 1px #E58E8E;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#FFE6E6 url(../images/cancel_48.png) no-repeat 405px center;
	display:none;
}

#errors li {
	padding:2px;
	list-style:none;	
}

#errors li:before {
	content: ' - ';	
}

#errors #info {
	font-weight:bold;
}

#errors #info:before {
	content: '';	
}

/*needs work*/
#success {
	border:solid 1px #83D186;
	padding:25px 10px;
	margin:25px 0px;
	display:block;
	width:437px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	background:#D3EDD3 url(../images/accepted_48.png) no-repeat 405px center;
	font-weight:bold;
	display:none;
}
	
.required {
	font-size: 70%;
	color: red;	
	padding: -4px;
}

.requiredDesc {
	font-style: italic;
	float: right;
	text-align: right;
	font-size: smaller;
	clear:both;
}

#errors.visible, #success.visible {
	display:block;	
}

#loading {  
    width:32px;  
    height:32px;  
    background-image:url(../images/loading.gif);  
    display:block;  
    position:absolute;  
    rightright:130px;  
    bottombottom:16px;  
    display:none;  
}  

/*formatting*/
input:required, textarea:required {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}


.BtnSubmit {
	color: black;
	float:right;
	clear: left;
	margin: 8px;
	/*display: inline-block;
	outline: none;*/
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 2em .5em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	border: solid 1px #77C526;
	/*background: #77C526;
	background: -webkit-gradient(linear, left top, left bottom, from(#A8E26D), to(#77C526));
	background: -moz-linear-gradient(top,  #A8E26D,  #77C526);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A8E26D', endColorstr='#77C526');*/
	
	border: solid 1px #538312;
	background: #77C526;
	background: -webkit-gradient(linear, left top, left bottom, from(#77C526), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #77C526,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#77C526', endColorstr='#4e7d0e');
}

.BtnSubmit_hover {
	text-decoration: underline;
	background: #538018;
	background: -webkit-gradient(linear, right top, right bottom, from(#6b9d28), to(#95D447));
	background: -moz-linear-gradient(top,  #6b9d28,  #95D447);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#95D447');
}

.BtnSubmit_active {
	position: relative;
	top: 1px;
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.antispam { display:none;}