@charset "utf-8";
/* CSS Document */

body {
    background: #fff;
}
.content{
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
	/*font-size: 14px;*/
}
a {
text-decoration: none;
   color: #fff; 
}
.icon {padding: 17px;
 float: right;    
}
.topnav {display: none;
  overflow: hidden;
  background-color: #174190;    
  position: relative;   
}
.topnav #myLinks {
  display: none; 
  padding: 25px;     
}
.topnav a {
  color: #fff;    
  text-decoration: none;
  font-size: 15px;     
  display: block;
}
.topnav a.icon {
  background: #327ccb;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topnav a:hover {
  background-color: #174190;
  color: #fff;
}
.topactive {
  background-color: #fff;
  color: #fff;
}



nav {
  overflow: hidden;
  background-color: #327ccb;
  font-family: 'Open Sans', sans-serif;
  margin-left: auto;
  margin-right: auto;
  padding-left: 85px;
  padding-right: 85px;    
  width: 1030px;             
}
nav a {
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px; 
  padding-top: 13px;
  padding-bottom: 8px;  
  text-decoration: none;
}
nav a:hover {
 border-bottom: 5px solid #174190;
 background-color: #174190;    
}
nav a.active {
 border-bottom: 5px solid #ac0000;
}
nav a.inactive {
 border-bottom: 5px solid #327ccb;
}
nav a.inactive:hover {
 border-bottom: 5px solid #174190;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding-left: 16px;
  padding-right: 16px; 
  padding-top: 13px;
  padding-bottom: 8px;
  background-color: #327ccb;
  font-family: inherit;
  margin: 0;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #327ccb;
  min-width: 146px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;    
  color: fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;    
  border-top: 2px solid #fff;
}
.dropdown-content a:hover {
    background-color: #174190;
    border-bottom: 5px solid #174190;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {background-color: #174190;
    border-left: none;
    border-right: none;
    border-top: none;   
    border-bottom: 5px solid #174190;
}


#logForm {
    cursor: pointer;
}
.open-button {
  color: #fff;
  font-size: 16px;    
  border: none; 
  padding-left: 16px;
  padding-right: 16px; 
  padding-top: 13px;
  padding-bottom: 8px;
  background-color: #327ccb;
  font-family: inherit;
  margin: 0;    
  cursor: pointer; 
}
.open-button:hover{
 background-color: #174190;
 border-bottom: 5px solid #174190;    
}
.loginWM {
  display: none;
  position: absolute;         
  background-color: #fff;  
  top: 60px;
  right: 370px;
  border: 4px ridge #ac0000;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;    
  border-radius: 7px;    
  z-index: 9; 
}
.form-container {
  box-sizing: border-box; 
  font-size: 13px;
  font-weight: 300; 
  padding: 5px 20px 20px 20px;    
  width: 200px;   
}
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  /*padding: 15px;*/
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.btn {
  margin: 0px 12px 0px 12px;    
}



#payForm {
    cursor: pointer;
}
.pay-button {
  color: #fff;
  font-size: 16px;    
  border: none; 
  padding-left: 16px;
  padding-right: 16px; 
  padding-top: 13px;
  padding-bottom: 8px;
  background-color: #327ccb;
  font-family: inherit;
  margin: 0;    
  cursor: pointer; 
}
.pay-button:hover{
 background-color: #174190;
 border-bottom: 5px solid #174190;    
}
.payBill {
  display: none;
  position: absolute;         
  background-color: #fff;  
  top: 60px;
  right: 160px;
  border: 4px ridge #174190;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;    
  border-radius: 7px;    
  z-index: 9; 
}
.pay-container {
  box-sizing: border-box; 
  font-size: 13px;
  font-weight: 300; 
  padding: 5px 20px 20px 20px;    
  width: 200px;   
}
.pay-container input[type=text], .pay-container input[type=password] {
  width: 100%;
  /*padding: 15px;*/
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
.btn-pay {
  margin: 0px 12px 0px 12px;    
}




.logo {
    /*position: relative;*/
    display: block;
    margin-right: 102px;
    margin-top: 14px;
    float: right;
}
.logoIP {
     display: none;
     margin-top: 15px;
     margin-right: 20px;
     float: right;
}
/*h2 {
	font-size: 20px;
    font-weight: 600;
	margin-top: 14px;
    margin-bottom: 0;
}*/
h3 {
    font-size: 18px;
    color: #327ccb;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

p {
	padding-bottom: 0px;
	padding-top: 0px;
}


.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}


#textContainer {
	position: relative;
	font-size: 14px;
    background: #f2f2f2;
	line-height: 130%;
	margin: 40px auto 20px auto;
	border: 1px solid #898989;
    box-shadow: 5px 5px 5px #cbcbcb;
	width: 300px;
	padding: 0px 70px 40px 70px;
}
/*#area {
	position: relative;
	margin-top: 47px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: #ac0000;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
}
#eyes { 
	position: relative;
	float: left; 
	margin-top: 5px;
	margin-right: 17px;
}*/
/*#clear {
	clear: both;
}*/
#clear2 {
	clear: both;	
}
table {
	width: 250px;
	/*padding-left: 1em;*/
	/*margin-bottom: 30px;*/
	Margin-left: auto;
	margin-right: auto;
	background-color: #f2f2f2;
	color: #174190;
    font-size: 12px;
	font-weight: 600;
}
td {
    font-size: 14px;
}
#subInfo  {
    display: block;
	margin-top: 30px;
}
/*button {
	background-color: #ac0000;
	color: white;
	font-size: 1em;
}
button:focus {
	background-color: #0000ac;
	color: white;
}*/
