@charset "utf-8";
/* CSS Document */

charset "utf-8";
/* CSS Document */

body {
    background: #ffffff;
}
.content{
  max-width: 1200px;
  width: 100%;
  min-width: 1200px;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
}
a {
text-decoration: none;
   color: #fff;    
}
a:hover {
    font-weight: 700;
}


/*HEADER*/

.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;
}
.toppay-button {
  color: #fff;
  font-size: 16px;    
  border: none; 
  padding-top: 3px;
  background-color: inherit;
  font-family: inherit;
  margin-left: -8px;    
  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;    
}



.phone {
    margin: 25px 0px 0px 126px;
    font-size: 24px;
    font-weight: 200px;
    float: left;
}
.logo {
    /*position: relative;*/
    display: block;
    margin-right: 102px;
    margin-top: 14px;
    float: right;
}
.logoIP {
     display: none;
     margin-top: 15px;
     margin-right: 20px;
     float: right;
}


/*/HEADER*/



/*MAIN*/

.colContain {
    display: block;
    width: 305px;
    /*margin: auto;*/
}
.column {
    box-sizing: border-box; 
    border: 1px solid #898989;
    background: #f2f2f2;
    padding: 10px 20px 20px 35px;
    width: 305px;
    margin-top: 15px;
}
.picColumn {
    width: 305px;
    margin-top: 15px;
}
.caption {
    font-size: 12px;
    padding: 0;
    margin-top: -4px;
    margin-bottom: 10px;
}
.sams {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	/*float: left;*/
}
.google {
    box-sizing: border-box;
    background: #174190;
    width: 96px;
	font-size: 12px;
	text-align: center;
	padding: 2px 0px 3px 0px;
	margin-top: 5px;
	float: right;
}
.phoneLabel {
	font-size: 13px;
	width: 164px;
	float: left;
}
.numbers {
	font-size: 13px;
	width: 84px;
	text-align: right;
	float: right;
}
.bold {
	font-weight: 600;
}
.small {
	font-size: 12px;
}
.send {
    display: block;
    width: 130px;
    height: 20px;
    background: #fff;
    float: right;
}

.center {
 text-align: center;
}
 .btn-off { 
  padding: 2px 50px 5px 50px;
  font-size: 13px; 
  font-weight: 300;     
}    

h2 {
	font-size: 20px;
    font-weight: 600;
	margin-top: 14px;
    margin-bottom: 0;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
}
h4 {
    color: #327ccb;
	font-size: 16px;
    font-weight: 600;
    /*text-align: center;*/
    margin-bottom: 5px;
	margin-top: 15px;
}
h5 {
    color: #327ccb;
	font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
	margin-top: 15px;
}
h5 {font-size: 18px;
    color: #327ccb;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.blueText {
    color: #327ccb;
	font-size: 16px;
    font-weight: 600;
    margin: 10px 0px 5px 0px; 
}
.blackText {
    color: #000;
	font-size: 16px;
    font-weight: 600;
    /*text-align: center;*/
    margin: 10px 0px 5px 0px;
}
.text14 {
  font-size: 14px;
  font-weight: 600;    
}

.text13 {
  font-size: 13px;
  font-weight: 500;    
}
ul {
  /*text-indent: 0;*/ 
  margin: 18px 0px 0px 0px; 
  padding-left: 24px;    
}
li {
  font-size: 13px;
  font-weight: 600;
  color: #327ccb;     
  margin: 0px 0px 0px 0px;   
}
li a {
  color: #327ccb;    
}
li a:hover {
  color: #174190;    
}
.button {
  display: block;  
  font-size: 14px;
  font-weight: 500;    
  text-align: center;
  background: #327ccb;
  color: #fff;    
  margin-bottom: 3px; 
  width: 238px;    
  padding: 5px 0px 5px 0px;
  cursor: pointer;    
}


/* all */
::-webkit-input-placeholder { color:#b1b1b1; }
::-moz-placeholder { color:##b5b5b5; } /* firefox 19+ */
:-ms-input-placeholder { color:#b1b1b1 } /* ie */
input:-moz-placeholder { color:#b1b1b1 }



.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}


/*/MAIN*/

/*FOOTER*/

.grayBox {margin-top: 20px;
    margin-left: 102px;
    height: 225px;
    width: 996px;
    background: #898989;
}
.grayTopics {
    display: inline;
}
.grayText {
    background: #898989;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-left: 50px;
    margin-top: 35px;    
    float: left;    
}
.grayText a {
    text-decoration: none;
    color: #fff;
}
.grayText a:hover {
    font-weight: 700;
}
.face {    
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-right: 50px;
    } 
.rightBox {
    background: #898989;
    color: #fff;
    margin-right: 50px;
    margin-top: -30px;
    width: 160px;
    text-align: right;
    float: right;    
}
.social {
    display: none;
}
.address {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}
.cyber {font-size: 16px;
    font-weight: 700;
}
.copyR {
    position: relative;
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.line {
    height: 15px;
    width: 1200px;
    border-bottom: 4px solid;
    border-color: #ac0000;
}
.space {margin-top: 10px;
    height: 8px;
}
.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}
.clearGray {
    display: block;
    clear: both;
}
.clearText {
    display: none;
    clear: left;
}

/*END FOOTER*/



