@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	background-image: url("Images/PymtBkgrd.png"); 
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
}
.content{
  max-width: 1200px;
  width: 100%;
  min-width: 1200px;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
}
#container {
	position: relative;
	width: 47.5em;
	height: 100em;
	margin: auto;
}
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;
}

.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}


#innerContainer {
		position: relative;
		width: 34em;
		height: 14.5em;
		margin-top: 1.7em;
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		color: #327ccb;
		font-size: .85rem;
		text-align: center; 
}
#choice {
	position: relative;
}
#byCheck {
	position: relative;
}
#byCC {
	position: relative;
}
#darkBlue	{
	position: relative;
	width: 16.9em;
	background-color: #fff;
	color: #174190;
	font-weight:400;
	text-align: left;
	padding-bottom: 1.08em;
	float: left;
	font-size: 100%;
}

#lightBlue	{
	position: relative;
	margin-top: -.25em;
	margin-right: .125em;
	width: 16.9em;
	text-align: right;
	padding-bottom: 1.08em;
	float: right;
}
#passBlue	{
	position: relative;
	width: 8.5em;
	background-color: #fff;
	margin-bottom: 1.1em;
	float: left;
}
#passText	{
	position: relative;
	width: 24em;
	margin-left: 1.5em;
	background-color: #fff;
	color: #327ccb;
	font-weight:400;
	text-align: left;
	margin-bottom: 1.1em;
	float: right;
	}
#clear {
	clear: both;
}
#dataLeft		{
	position: relative;
	width: 16.9em;
		text-align: left;
		float: left;
		}
#dataLeft2		{
	position: relative;
	width: 16.9em;
		text-align: left;
		float: left;
		}
#dataRight		{
	position: relative;
	width: 12.7em;
	margin-top: 3.4em;
	margin-right: .125em;
		text-align: right;
		float: right;
		}
#dataR-two		{
	position: relative;
	width: 12.7em;
	margin-right: .125em;
		text-align: right;
		float: right;
		}
#passContain {
	position: relative;
	width: 30em;
	margin: auto;
	text-align: center;
}
#passNewL{
	position: relative;
	width: 13.9em;
	padding-left: 1.1em;
		text-align: left;
		float: left;
}
#passNewR{
	position: relative;
	width: 13.9em;
	padding-right: 1.1em;
		text-align: right;
		float: right;
}
#clear2 {
	clear: both;
}
#pymtMethod {
	position: relative;
	width: 21.5em;
		text-align: left;
	margin-top: 1.9em;
		margin-right: auto;
		margin-left: auto;
}
#transResult {
	position: relative;
	border: thin;
		border-color: #ac0000;
		border-style: dotted;
	width: 21em;
	padding-top: 1.5em;
	padding-bottom: 2em;
	padding-left: 1.7em;
	padding-right: 1.3em;
	background-color: #fff;
	color: #0c547a;
	font-weight:500;
		text-align: left;
	margin-top: 4em;
		margin-right: auto;
		margin-left: auto;
}
#continue{
	position: relative;
	width: 34em;
	margin-top: 4.4em;
		margin-right: auto;
		margin-left: auto;
		text-align: right;
}
	
#clear3 {
	clear: both;
}
#clear4 {
	clear: both;
}
#checkBox	{
	position: relative;
	margin-top: -1.35em;
			margin-left: -.3em;
			width: 22.3em;
			text-align: left;
}
#checkPay	{
	position: relative;
	margin-top: .7em;
			margin-left: -.3em;
			width: 22.3em;
			text-align: left;
}
#buttons {
		position: relative;
		width: 30em;
		margin-top: 2.4em;
		margin-right: auto;
		margin-left: auto;
		background-color: transparent;
		color: #197ba2;
		text-align: center;
}
h1	{	position: relative;
		background-color: transparent;
		color: #0c547a;
		font-size: 1.3rem;
		font-weight: 200;
		margin-top: 4em;
		text-align: center;
}
h2	{	position: relative;
		background-color: transparent;
		color: #ac0000;
		font-size: 1.1rem;
		font-weight:300;
		padding-top: 2em;
		text-align: center;
		margin-top: 1.8em;
		padding-bottom: .575em
}
h3	{	background-color: #fff;
		color: #197ba2;
		font-size: .85rem;
		font-weight:300;
		margin-top: .55em;
		margin-bottom: 0;
}
h5 {font-size: 18px;
    color: #327ccb;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
/*a:link {text-decoration: none;
		background-color: #fff;
		color: #ac0000;
		font-weight: 500;
}
a:active{text-decoration: none;
		background-color: #fff;
		color: #ac0000;
		font-weight: 500;
}
a:hover {text-decoration: none;
		background-color: #fff;
		color: #0c547a;
		font-weight: 600;
	}*/
.smallText	{font-size: .75rem;
}