@import url(http://fonts.googleapis.com/css?family=Oswald:400,300|Roboto:400,300,300italic);
@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/header-top.jpg) repeat-x top left #843a13;
}
#wrapper-outer {
	background: url(../images/wrapper-outer.jpg) repeat-x;
	background-position: bottom;
}
#wrapper {
	width: 980px;
	margin: auto;
	overflow:hidden;
}
#header {
	padding: 20px 0;
}
#logo {
	float: left;
	width: 445px;
}
.menubar {
	background: #f3d37e; /* Old browsers */
	background: -moz-linear-gradient(top, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3d37e), color-stop(50%, #d3b35e), color-stop(100%, #caaa55)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d37e', endColorstr='#caaa55', GradientType=0 ); /* IE6-9 */
	height: 50px;
	margin-top: 20px;
}
.menubar ul {
	float: left;
}
.menubar li {
	float: left;
}
.menubar li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	color: #6b2a0b;
	padding: 12px 12px;
	line-height: 26px;
	background: url(../images/divider.png) no-repeat right center transparent;
	float: left;
}



		/* dropdown css*/

/*.dropdown {
  float: left;
  overflow: hidden;
}
*/
/*.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 3.3em;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}*/


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 96px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  margin-top: 3em;
background: #f3d37e;
width:1em;
}
.dropdown-content li:after{
	content:"" !important;
}
.dropdown:hover .dropdown-content {
  display: block;
}


	/* dropdown css*/

.menubar li a.last {
	background: none;
}
.menubar li a:hover, .menubar li a.active {
	background-color: #5A250A;
	color: #f3d37e;
}
.clear {
	clear: both;
}
.top-menu {
	float: right;
	display: block;
}
.top-menu li {
	float: left;
}
.top-menu li a {
	float: left;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 0 6px;
	border-right: 1px solid #fff;
	line-height: 10px;
}
.top-menu li a.last {
	border-right: 0;
}
.top-menu li a:hover {
	color: #f3d37e;
}
.dis-edu {
	float: right;
	margin-top: 15px;
}
#search-form {
	float: left;
	width: 145px;
	background: #c09a51;
	margin-left: 12px;
	margin-top: 10px;
	height: 30px;
}
#search-form input {
	background: transparent;
	border: 0;
	float: left;
	width: 140px;
	padding: 6px;
	color: #5A250A;
}
#search-form input.search-btn {
	background: url(../images/search.png) no-repeat;
	text-indent: 9999px;
	float: right;
	width: 20px;
	margin-top: -20px;
	cursor: pointer;
}
#container {
	clear: both;
	padding: 20px 50px;
	background: #fff;
}
.application-logo {
	text-align: center;
}
h1 {
	text-align: center;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F00;
	font-weight: lighter;
	padding-bottom: 15px;
}
.form-app {
	/*border-top: #eaeaea 1px solid;*/
}
.form-field {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #eaeaea 1px solid;
	height: auto;
	overflow: hidden;
	position: relative;
}
.form-field label {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: 300;
	padding-left: 25px;
	width: 172px;
	float: left;
	vertical-align: middle;
	padding-top: 3px;
}
.form-field input.big-box {
	padding: 3px;
	border: 1px solid #dddddd;
	height: 22px;
	width: 308px;
	float: left;
}
.form-field input.medium-box {
	padding: 3px;
	border: 1px solid #dddddd;
	height: 22px;
	width: 200px;
	float: left;
}
.colon {
	float: left;
	margin-right: 20px;
	padding-top: 3px;
}
.form-field span, .form-field-area span {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: 300;
	padding-left: 25px;
	float: left;
	vertical-align: middle;
	padding-top: 6px;
}
.form-field-area {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: #eaeaea 1px solid;
	height: auto;
	overflow: hidden;
}
.form-field-area label {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: 300;
	padding-left: 25px;
	float: left;
	vertical-align: middle;
	padding-top: 3px;
}
textarea.text-area {
	/*background: url(../images/text-area.jpg) no-repeat;*/
	clear: both;
	display: block;
	width: 820px;
	height: 93px;
	max-width: 820px;
	max-height: 93px;
	min-width: 820px;
	min-height: 93px;
	padding-top: 25px;
	padding-left: 15px;
	margin-left: 25px;
	border:1px solid #EAEAEA; 
}
input.upload-btn {
	background: url(../images/upload.jpg) no-repeat;
	width: 75px;
	height: 28px;
	text-indent: 9999px;
	margin-left: 15px;
}
select.medium-box {
	padding: 3px;
	border: 1px solid #dddddd;
	height: 30px;
	width: 208px;
	float: left;
}
.styled-select {
	float: left;
	position: relative;
}
select.select {
	position: relative;
	z-index: 10;
	width: 208px !important;
	height: 30px !important;
	line-height: 30px;
}
/* dynamically created SPAN, placed below the SELECT */
span.select {
	position: absolute;
	bottom: 0;
	float: left;
	left: 0;
	width: 208px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	background: url(../images/select.jpg) no-repeat 0 0;
	cursor: default;
	z-index: 1;
	padding: 0 4px !important;
	margin-top: 5px;
}
.form-table {
	clear: both;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: 300;
	margin-left: 25px;
	border: 1px solid #dddddd;
}
.form-table th {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: 300;
	background: #f2f2f2;
	padding: 10px 15px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
.form-table td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}
input.no-box {
	padding: 0px 10px;
	height: 30px;
	width: auto;
	float: left;
	border-top: none;
	border-left: none;
	border-right:  none;
	border-bottom: none;
	box-shadow: none;

}
.form-submit {
	/*width: 125px;*/
	height: 40px;
	background: #f3d37e; /* Old browsers */
	background: -moz-linear-gradient(top, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3d37e), color-stop(50%, #d3b35e), color-stop(100%, #caaa55)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3d37e 0%, #d3b35e 50%, #caaa55 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d37e', endColorstr='#caaa55', GradientType=0 ); /* IE6-9 */
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 300;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-style:italic;
	margin-top:15px !important;
	cursor:pointer;
}
#footer{
	padding:15px 30px;
	height:auto;
	overflow:hidden;
}
#footer-left{
	/*float:left;*/
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 300;
	color:#fff;
	text-align:center;
}
#footer-right{
	float:right;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 300;
	color:#fff;
}
#footer-right a{
	color:#fff;
	text-decoration:none;
}
.error-input { background-color:#FFEFEF; border-color:#BB6666; color:#660000; }
.error-div { color:#BB6666; font-weight:bold; text-align: center; }
.caps { text-transform:uppercase; }
.notes-right { margin-left: 550px; 
    position: absolute;
    margin-top:-10px;
	font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.edu_sup sup { vertical-align:super; }