* { 
margin: 0;
padding: 0;
border: 0;
}
@font-face {
font-family: "Open Sans";
src: url("OpenSans-VariableFont.ttf") format("truetype");
}
@font-face {
font-family: "Quicksand";
src: url("Quicksand-VariableFont_wght.ttf") format("truetype");
}
@font-face {
	font-family: "Bank Gothic";
	src: url("bank-gothic-medium-bt.ttf") format("truetype");
	}

body{
	font-family: 'Open Sans';
	background: url('background_img.jpg');
	background-repeat: no-repeat; 
	background-color: #ffffff;
	background-attachment: fixed ;
	background-position: top;
	height: auto;
	min-height: 100vh;
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

div#full_site{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div#title{
	background-color: #ffffff;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div#head_pt {
	opacity: 0.92;
	width: 100%;
	height: 86px;
	text-align: left;
	padding: 0px;
	background: #ffffff;
	border-bottom: 1px solid #144274;
	position: relative;
	z-index: 25;
		
}
div#head_band {
	width: 100%;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4px;
	background:#144274;
	position: relative;
	z-index: 30;
	
		
}
div#title_top{
	background-color: #144274;
	width: 1000px;
	padding-bottom: 2px;
	padding-top: 0px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


div#bottom {
	width: 100%;
	height: 65px;
	min-height: 65px;
	background: #144274;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	border-top: 3px solid #144274;
	margin-top: auto;
	padding-top: 20px;
	
}

div#top_menu_panel {
	float: right;
}

	div#top_menu_panel ul{
	list-style-type: none;
	vertical-align: baseline;
	display: flex;
	padding-top: 3px;
	width: auto;
	height: 80px;
	margin: 0px;
}
ul#menu_top li a {
	display: flex;
	text-align: center;
	font-family: "Bank Gothic";
	font-size: 26px;
	height: auto;
	padding: 40px 15px 15px 15px;
	color: #144274;
		
}
ul#menu_top li a:hover {
	color: #2092c4;
		
}


ul#feat_list {
	margin-left: 45px;
	font-size: 14px;
	color: #494949;
		
}

ul#feat_list li a {
	padding: 5px;
	
}
ul#contact_list {
	margin-left: 35px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #494949;
	list-style-type: none;
		
}
ul#contact_list li {
	list-style-type: none;
	padding: 4px;
	margin-bottom: 3px;
	
}

ul#contact_list li a {
	list-style-type: none;
	
	
}

div#welc_text1 {
	width: 600px;
	border-radius: 4px;
	margin-left: 10px;
	margin-top: 20px;
}
div#welc_text2 {
	width: 600px;
	border-radius: 4px;
	margin-left: 10px;
	margin-top: 20px;
	
}
div#welc_img{
	float: right;
	margin: 15px;
	border-radius: 5px;
}
img#welc_img{
	border-radius: 5px;
}

div#site {
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 3px;
	background-color: #ffffff;
	box-shadow: 0 0 8px rgb(255, 255, 255), 0 0 6px rgb(255, 255, 255);
	position: relative;
	z-index: 8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 1px solid #b9c9d7;
	border-right: 1px solid #b9c9d7;
	border-bottom: 1px solid #b9c9d7;
}
div#top_panel {
	text-align: left;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.493);
	border-radius: 5px;
	box-shadow: 0 0 8px rgb(255, 255, 255), 0 0 6px rgb(255, 255, 255);
	position: relative;
	z-index: 15;
	
}

div#top_panel_home1 {
	background-position: center;
	background: url('top_panel_img1.png');
	background-color: #ffffffc4;
	text-align: left;
	width: 1000px;
	padding-top: 3px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 14;
	border-left: 1px solid #39a4da;
	border-right: 1px solid #39a4da;
}
div#top_panel_home2 {
	background-position: center;
	background: url('top_panel_img2.png');
	background-color: #ffffffc4;
	text-align: left;
	display: none;
	width: 1000px;
	padding-top: 3px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 14;
	border-left: 1px solid #39a4da;
	border-right: 1px solid #39a4da;
}

img#top_panel_home_img{
	display: block;
	margin-left: 50px;
  	
}
div#top_panel_bg{
	width: 100%;
	background-color: #39a4da60;
	border-bottom: 0px solid #144274;
	position: relative;
	z-index: 15;
	
}


img#logo {
	text-align: left;
	float: left;
}
img#img_right {
	text-align: right;
	float: right;
	margin-left: 4px;
}
img#img_left {
	text-align: left;
	float: left;
	margin-right: 4px;
}

p{
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #5e5e5e;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 7px 5px 7px 5px;
	
}
p1{
	font-size: 12px;
	padding: 15px;
	color: #ffffff;
}
p3{
	font-size: 12px;
	padding: 2px 3px 3px 3px;
	color: #39a4da;
	float: left;
}
p4{
	text-align: right;
	font-size: 12px;
	padding: 2px 3px 3px 3px;
	color: #39a4da;
	float: right;
}
p5{
	padding: 12px 20px;
	margin: 8px 0;
	font-size: 15px;
	color: #5e5e5e;
	
	
	
}

h1{
	text-align: left;
	background-color: #ffffffd7;
	background-repeat: repeat-x; 
	width: 98.5%;
	color: #000000;
	font-family: "Bank Gothic";
	font-size: 38px;
	font-style: normal;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #39a4da;
	border-right: 2px solid #39a4da;
	border-bottom: 0px solid #39a4da;
	border-top: 0px solid #39a4da;
	border-radius: 40px;
	
	display:inline-block;
	position: relative;
	left: -2%;
	
}
div#h1{
	position: relative;
	z-index: 200;
}
h2{	
	width: 99.9%;
	font-size: 30px;
	color:#144274 ;
	font-family: "Bank Gothic";
	text-align: left;
	border-radius: 26px;
	border-left: 3px solid #39a4da;
	border-right: 3px solid #39a4da;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 8px;
	border-bottom: 0px solid #39a4da;
	border-top: 0px solid #39a4da;
	
	position: relative;
	left: -1%;
	background-color: #ffffff;
	
}
h3{	
	width: auto;
	font-size: 24px;
	font-family: "Bank Gothic";
	color: #144274;
	border-bottom: 1px dotted #39a4da;
	margin:5px 5px 2px 5px;
	text-align: left;
	padding: 0px 0px 0px 3px;
}

h4{
	width: auto;
	font-size: 16px;
	font-family: "Open Sans";
	font-weight: bold;
	color: #494949;
	margin:10px 5px 2px 15px;
	text-align: left;
	padding: 0px 0px 0px 5px;
}

a {
	text-decoration:none;
	color: #2092c4;
}
a:visited {
	text-decoration:none;
	color: #2092c4;
}
a:hover{
	color: #144274;
}
a#a_top{
	color: #2092c4;
	
}
a#a_top:visited{
	color: #2092c4;
	
}
a#a_top:hover{
	color: #81cae9;
	
}
spam#aa_white{
	color: #000000;
	text-shadow: -1px 0 #d3d3d3, 0 1px #d3d3d3, 1px 0 #d3d3d3, 0 -1px #d3d3d3;
	
}
img#appimg{
	margin: 10px;
	border-radius: 4px;
	
	
}
div#appimg{
	
	margin: auto;
	width: 85%;	
}
div#from_npw{
	
	margin: auto;
	width: 500px;	
}div#formrow{
	
	display: table;
	width: 100%;	
}
input[type=email] {
	width: 65%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border-radius: 4px;
	border:1px solid #132c71;
	margin-left: 20px;
	float: right;
}

input[type=username] {
	width: 65%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border-radius: 4px;
	border:1px solid #132c71;
	margin-left: 20px;
	float: right;
}
input[type=password] {
	width: 65%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border-radius: 4px;
	border:1px solid #132c71;
	margin-left: 20px;
	float: right;
}

input[type=submit] {
	width: 35%;
	padding: 12px 20px;
	box-sizing: border-box;
	border-radius: 4px;
	border:1px solid #132c71;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25 px;
	margin-bottom: 25 px;
}
label#submit{
	margin-left: auto;
	margin-right: auto;
	
	
}


