@charset "utf-8";
/* CSS Document */
#blockContainer {
	position:relative;
	z-index: 1;
	padding:20px;
	width:100%;
	margin:0 auto;
	max-width:1280px;
}

#taglineblock {
	padding:10% 20px;
	font-size:100%;
}
#taglineblock * {
	color:#ffffff;
}
#taglineblock h1 {
	font-size:250%;
	margin:0;
	line-height:1.1em;
	text-shadow: 2px 2px #666666;
	color:#ffffff;
}
#taglineblock P {
	font-size:120%;
	margin:10px 0 0 0;
	line-height:1.2em; 
	text-shadow: 1px 1px #666666;
	color:#ffffff;
}
div#formblock {
	padding: 20px 15%;
	font-size:100%;
}

#formblock > h1 {
	background:rgba(18,73,127,0.90);
	color:#ffffff !important;
	margin:10px 0;
	padding:10px 20px;
	text-align: center;
	font-size:150% !important;
	line-height:1.5em;
}

#formblock .formcontainer {
	margin:0;
	padding:10px;
	background:rgba(255,255,255,0.90);
	min-height:380px;
}
#formblock .formcontainer .form {
	 border:none;
}
#formblock > h1 > img {
	vertical-align:top !important;
	margin-left:10px;
}


.lonform select,
.lonform textarea,
.lonform input[type="text"],
.lonform input[type="password"],
.lonform input[type="image"],
.lonform input[type="radio"],
.lonform input[type="checkbox"] {
	padding: 5px !important;
}
.lonform input[type="file"],
.lonform input[type="submit"],
.lonform input[type="reset"],
.lonform input[type="button"]
{
	padding: 10px 20px !important;
}
.lonform select,
.lonform textarea,
.lonform input[type="text"],
.lonform input[type="password"],
.lonform input[type="file"] {
	width:100% !important;
}
.lonform .formitem.labeltop label,
.lonform .formitem label.labeltop {
	text-align:left;
}

.lonform .two_column > div.one_column_width:nth-child(odd) {
	clear:left;
}

.largertext { font-size:180% !important; }
.largetext { font-size:140% !important; }
.smalltext { font-size:80% !important; }
.tinytext { font-size:50% !important; }

#banner_wrapper a.button {
    padding: 10px 20px !important;
    line-height: 1.2em;
	background:rgba(18,73,127,0.90) !important;
	color:#ffffff !important;
    border-color: #003366 #003366 #002b57;
    border: none;
}
#banner_wrapper a.button:hover {
	color:rgba(18,73,127,0.90) !important;
	background:#ffffff !important;
}
.form input[type="file"],
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"] {
    padding: 10px 20px !important;
    line-height: 1.2em;
    background-color:rgba(102,155,65,0.90) !important;
	color:#ffffff !important;
    border-color: #003366 #003366 #002b57;
    border: none;
}
.form input[type="file"]:hover,
.form input[type="submit"]:hover,
.form input[type="reset"]:hover,
.form input[type="button"]:hover {
    color:rgba(102,155,65,1.00) !important;
	background-color:#ffffff !important;
}
.nowrap {
	white-space:nowrap;
}
@media only screen and (min-width: 980px) {

}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	div#formblock { padding:20px; }
}

@media only screen and (max-width: 767px) { 
	
	#blockContainer {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 1;
		padding:0;
		margin:0;
	}
	#header_wrapper { position:relative;}
	#banner_wrapper { margin-top:0; }

	#taglineblock {	font-size:4.5vw; padding:20px 10px; }
	div#taglineblock > h1 { line-height: 1em; font-size:180% }
	div#taglineblock > p { margin-bottom:10px; font-size:100%; }
	
	div#formblock { padding:20px; }
	div#formblock > h1 { padding:10px; font-size: 130% !important; }
	
}

@media only screen and (max-width: 480px) { 

}
