@charset "utf-8";
/* CSS Document */
/* === Remove input autofocus webkit === */
*:focus {outline: none;}
.text1 {
	height: 23px;
	width: 250px;
	border: 1px solid #000;
}
.agri {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.sub {
	background-color: #8C2224;
	height: 21px;
	width: 210px;
	color: #FFF;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sub:hover{
	background-color: #0B0D0C;
	height: 25px;
	width: 180px;
}
.course {
	height: 25px;
	width: 210px;
	border: 1px solid #000;
}




/* === List Styles === */
.contact_form ul {
    width:230px;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
	border:#dbe0e2 solid 1px;
	background-color:#;
}
.contact_form li{
	
	border-bottom:px solid #fff;
	position:relative;
} 
.contact_form li:first-child, .contact_form li:last-child {
	 
}

/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

/* === Form Elements === */
.contact_form label {
	width:280px;
	margin-top: 3px;
	display:inline-block;
	float:left;
	padding:3px;
}
.contact_form input {
	width:400px;
	height:21px;
	width:auto;
	padding:5px 8px;
	background-color: #FFF;
	border: 1px solid #000;
}

.contact_form textarea {padding:3px; width:212px; font-family:Arial, Helvetica, sans-serif;}
.contact_form select {padding:3px; width:247px; height:30px;}
.contact_form checkbox {padding:3px; width:10px;
background-color:#4A2F64}
.contact_form button {margin-left:px;}

	/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		border:1px solid #dbe0e2;
		
		border-radius:2px;
		padding-right:30px;
		-moz-transition: padding .25s; 
		-webkit-transition: padding .25s; 
		-o-transition: padding .25s;
		transition: padding .25s;
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555;   
	}

/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(../images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	background-color: #8B2226;
	width:230px;
	height:30px;
	font-size:18px;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer;
	background-color: #0E100F;
	color: #FFF;
}
.psc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
}

button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}
.visit {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #F26F1F;
	text-decoration: none;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.cont {
	font-family: Calibri;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.spe {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
