<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*HTML Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
	display:block;
}
input, select {
	vertical-align:middle;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #444;
	min-width: 1100px;
	background: url(../images/bg.jpg) no-repeat center top;
	
}
body .bg {
	max-width: 1980px;
	background-color:rgba(255, 255, 255, 0.6);
	padding:0;
	margin: 0 auto;
}
/*--------------- Global Container ---------------*/

.globalContainer {
	width: 1024px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	background: none;
}
.wrap {
	width: 100%;
	position: relative;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*--------------- Global Site Text Styles ---------------*/
h1 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
	color:#001a6e;
	font-family: 'Raleway', sans-serif; 
	font-weight:600;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}
h5 {
	font-size: 16px;
	line-height:20px;
	margin-bottom: 5px;
}
h6 {
	font-size: 14px;
	line-height:18px;
	margin-bottom: 5px;
}
p {
	font-size: 13px;
	line-height: 22px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #444;
	font-weight: 400;
}
hr {
	margin: 30px 0px 30px 0px;
	border-bottom: dotted 1px #ccc;
	clear: both;
	border-right: none;
	border-left: none;
	border-top: none;
}
/*--------------- Global Link Styles ---------------*/
a {
	text-deccoration: underline;
	
}
a.generalBtn {
	text-decoration: none;
	display: block;
	padding: 10px;
	margin: 0;
	background: #444;
	color: #fff;
	float: left;
}
#mainContainer a.generalBtn {
	margin: 0 0 30px;
}
a:hover {
	text-decoration: none;
}
/*--------------- Global List Styles ---------------*/
#mainContainer ul, #mainContainer ol {
	padding: 0px;
	margin: 0px 30px 30px 0px;
	position: relative;
	left: 30px;
}
#mainContainer ul li {
	padding: 0px;
	margin-bottom: 5px;
}
/*--------------- Global Imgage Styles ---------------*/
.floatLeft, .alignleft {
	float: left;
	margin: 0 5% 5% 0;
}
.floatRight, .alignright {
	float: right;
	margin: 0 0 5% 5%;
}
.aligncnenter {
	text-align:center;
	margin: 0 auto;
	display: block;
}
.inside #mainContent img {
	padding: 5px;
	margin: 10px;
	background: #fff;
}
/*--------------- Column Styles ---------------*/
.columns {
	float: left;
	padding-right: 20px;
	overflow: hidden;
	position: relative;
}
.one {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0px;
}
.threeFour {
	width: 75%;
}
.two {
	width: 50%;
}
.two + .two {
	width: 49%;
}

.twoThree {
	width: 66.67%;
}
.three {
	width: 33.33%;
}
.four {
	width:25%;
}
.five {
	width: 20%;
}
.six {
	width: 	16.67%;
}
.columnContent {
	padding: 20px;
}
.gutter {
	padding: 20px 0px 20px 20px;
}
/*--------------- Page Top ---------------*/
#masthead {
	height:185px;
	width:100%;
	z-index: 9;
}
a.logo1 {
	display: block;
	width: 191px;
	height: 185px;
	background: url(../images/logo-1.jpg) center center no-repeat;
	background-size: contain;
	padding: 0px;
	margin: 0 auto 9px;
	z-index:1001;
    position: relative;
   
}
a.logo2 {
	display: block;
	width: 191px;
	height: 185px;
	background: url(../images/logo-2.jpg) center center no-repeat;
	background-size: contain;
	padding: 0px;
	margin: 0 auto 9px;
	z-index:1001;
	position: relative;
}
.phoneNumber {
	width: auto;
	padding: 5px 23px 0px 0px;
	margin: 10px 10px 0px 0px;
	position: absolute;
	background: none;
	text-align: right;
	font-size: 16px;
	font-weight: 300;
	height: 30px;
	color:#001a6e;
	right: 0;
	top: 0px;
}
.phoneNumber strong {
	font-weight: 700;
}

/*--------------- Site Search ---------------*/
#siteWideSearch {
	display: block;
	float: right;
	clear: right;
	padding: 0px 0px 0px 10px;
	margin: -40px 0px 0 0;
	position: relative;
	background:#dc3008;
	min-height: 40px;
	
	
}

#siteWideSearch p {
	font-weight:100;
	color:#FFF !important;
	text-align: center;
	font-size:15px;
	font-family: 'Raleway', sans-serif; 
	margin: 7px 57px 1px 11px;
	
}

#siteWideSearch p strong {
	font-family: 'Raleway', sans-serif; 
	font-weight:900;
	color:#FFF !important;
	padding: 20px 0px 0px 0px;
	

}
a.searchEnable {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	border: 1px solid #CCC;
	background: none repeat scroll 0% 0% #E8E8E8;
	position: absolute;
	z-index: 1000;
	text-align: center;
	right:0;
	top:0px;
	

}
a.searchEnable span.enabled {
	background: url(../images/magnifying-glass.png) center center no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
}
a.searchEnable span.disabled {
	background: url(../images/close-btn.png) center center no-repeat;
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 9px;
}
.searchSite {
	width: 250px;
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: solid 1px #e8e8e8;
	display: none;
	right: 50px;
	top: 0px;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}
.searchSite input[type=text] {
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	border: none;
	font-size: 12px;
	padding: 10px 50px 10px 10px;
	width: 100%;
	height: 39px;
}
.searchSite input[type=submit] {
	background: url(../images/magnifying-glass-icon.png) center center no-repeat #ccc;
	position: absolute;
	height: 39px;
	width: 39px;
	right: 0px;
}


/*--------------- Header ---)------------*/
header {
	height:750px;
	overflow: hidden;

}

/*--------------- Slideshow Navigation ---------------*/
a.navigation {
	display: block;
	width: 43px;
	height: 50px;
	color: #FFF;
	position: absolute;
	top: 590px;
	text-align: center;
	text-decoration: none;
	font-size: 54px;
	font-weight: 100;
	padding-top: 8px;
	padding-left: 5px;
	z-index:1002;
}
a.navigation:hover {
	opacity: 0.5;
	
}
a#next {
	right: 0px;
	background:#072a80;
}
a#previous {
	left: 0px;
	background:#fcba36;
}
/*--------------- Slideshow ---------------*/
.cycle-slideshow {
	height: 880px;
	width:1980px !important;
	position: absolute !important;
	top:0;
	left:50%;
	margin-left:-990px;
	padding: 0;
	z-index: 1;
}
/*--------------- Slides ---------------*/
.cycle-slideshow article {
	display: block;
	position: relative;
}
.cycle-slideshow article .slideTxt {
	padding: 33px;
	margin: 0;
	position: absolute;
	bottom: 298px;
	margin-left: 0px;
	margin-right: 0px;
	background:#006457;
	width: 76%;
}
.cycle-slideshow article .slideTxt p, .cycle-slideshow article .slideTxt a, .cycle-slideshow article .slideTxt h2 {
	color: #fff;
}
.cycle-slideshow article .slideTxt h2 {
	font-size:30px;
	font-weight:100;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
		
}
.cycle-slideshow article .slideTxt p {
	margin-bottom: 0px;
}
.cycle-slideshow article .img {
	overflow: hidden;
	padding: 0 0 40%;
	float: none !important;
	height: 0px;
}
.cycle-slideshow article .img img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*--------------- Calls to Action ---------------*/
#callToActions {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}
#callToActions h2 {
	color:#DC3008;
}
#callToActions .columns:nth-of-type(1) {
	text-align:center;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	color:#07675b;
}
#callToActions .columns:nth-of-type(3n) {
	padding-right:0 !important;
	text-align:center;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
	font-size:20px;
	color:#072a80;
}
#callToActions .columnContent {
	overflow:hidden;
	padding:0 !important;
		
}

/*--------------- Main Container Section ---------------*/
#mainContainer {
	z-index:1001;
	margin-top: -25%;
	position:relative;
	
}

/*--------------- Main Content Section ---------------*/
#mainContent {
	margin-bottom: 20px;
	margin-right:20px;
}
#mainContent.columns.two {
	width:49% !important;	
}
#mainContent a {
	text-deccoration: underline;
	color:#dc3008;
	font-weight:600;
}	

#mainContent  h2 {
	
	font-family: 'Raleway', sans-serif; 
	font-weight:700;
	color:#d7310a;

}
#mainContent  h3 {
	color:#001a6e;
	font-family: 'Raleway', sans-serif; 
	font-weight:300;

}
#mainContent  h4 {
	font-family: 'Raleway', sans-serif; 
	font-weight:100;
	
}


#mainContent  h5 {
	font-family: 'Raleway', sans-serif; 
	font-weight:100;
	
}

#mainContent .columns:last-child { 
	margin-right: 0px !important;
	
}
.left .onlineBill {
	background: url(../images/onlinebill.png)  center left 10px no-repeat;
	padding: 20px 0px;
	margin: 0 5px 0% 0%;
	width: 100%;
	height: 64px;
	display: inline-block;
	background-color: #07675B !important;
	
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	font-weight:100;
	color:#FFF;
	text-decoration: none;
}
.onlineBill span {
	padding-left:30px;	
	display: block;
}
.right .onlineBill {
	background-color:#dc3008 !important;
	background: url(../images/onlinebill.png)  center left 10px no-repeat;
	padding: 20px 0px;
	margin: 0 5px 0% 0%;
	width: 100%;
	height: 64px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	font-weight:100;
	color:#FFF;
	text-decoration: none;
}


.videoHolder {
	width:100% !important;
	height:auto;
	padding-right:20px;	
}

#mainContent img[align=left] {
	margin: 10px 20px 20px 0;
}
#mainContent img[align=right] {
	margin: 10px 0 20px 20px;
	width: 100%;
    height: 50%;
}

/*--------------- Recent News Section ---------------*/
#news {
	background: #555;
}
#news a.newsItem {
	background: #e8e8e8;
	padding: 10px;
	margin-bottom: 10px;
	color:#000;
	text-decoration:none;
	position:relative;
}
#news a.newsItem.columns {
	margin-right: 40px;
    width: 46%;
	margin-top: 10px;
	float:left;
}
#news a.newsItem.columns h5 {
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}
#news a.newsItem.columns:nth-child(2n+1) {
 margin-left: 20px !important;
}
#news a.newsItem.columns:last-child {
 margin-right: 20px !important;
}
#news .newsDate {
	font-size: 11px;
	background-color: #636363;
    padding: 10px;
    position: relative;
    right: 15px;
    top: 0px;
	color:#FFF;
	display:inline-block;
	width:150px;
	margin-bottom:10px;
}

#news .viewAll {
	display: block;
	float: right;
	padding: 10px;
}
/*--------------- Sidebar Section ---------------*/
aside {
	padding: 40px !important;
}
.inside aside {
	margin-left: -1px;
	border-left: solid 1px #e8e8e8;
}
.inside aside  h3 a {
	color:#001a6e;
	font-weight:600;
}



.inside aside a {
	color:#dc3008;
	font-weight:600;
}



aside img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0px !important;
}
/*--------------- Secondary Container Section ---------------*/
#secondaryContainer {
	padding:20px;
	background:none;
	text-align: center;
}
/*--------------- Footer Section ---------------*/
footer {
	background:#000;
	display: block;
	clear: both;
	
}

footer .wrap {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0px;
}

/*--------------- Footer Address ---------------*/

.contactinfo {
	width:100%;
	padding-bottom:10px;
	text-align:center;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:100;
	font-stretch:normal;
	font-size: 13px;

	
}
.contactinfo p {
	margin: 0px 0px 15px;	
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
	float: right;
	width: auto;
	color: #fff;
	clear: both;
	margin-right: 20px;
	margin-bottom: 0px;
}
p.developer a, p.copyright a {
	color:#fff;
}
p.copyright {
	
	width: auto;
	color:#fff;
	margin-left: 20px;
	margin-bottom: 0px;
	display: block;
   text-align: center;
}
}
@media screen and (min-width:1025px) {
#menu-main-nav {
 display: block !important;
}
body {
 min-width: 100%;
}

#mainContainer {
    margin-top: -50%;
}
}
@media screen and (max-width:1024px) {
body {
 min-width: 100%;
}
.globalContainer {
 width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
 #masthead {
 height: auto;
 min-height: 185px;
z-index: 999;
}

#masthead a.logo {
	left: 40%;
	margin-left:0px;
    
	
}
/*--------------- Navigation Section ---------------*/
nav.main {
	margin-top:0px !important;	
}

nav a.navControl {
 display: block;
 height: 50px;
 position: relative;
 z-index: 999;
 color: #FFF;
 text-decoration: none;
 background-image: url('../images/nav-mobile-icon-dark.png');
 background-repeat: no-repeat;
 background-position: center left;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
 left:31px;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background: #777;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav li a {
	color:#FFF;
}
#menu-main-nav ul {
 background: #555;
}
#menu-main-nav ul li a {
 color: #fff;
}
#menu-main-nav ul ul {
 background: #333;
}
#menu-main-nav ul ul li a {
 color: #fff;
}
#menu-main-nav ul, #menu-main-nav ul ul {
 visibility: visible !important;
 width: 100% !important;
 position: relative !important;
 left: 0 !important;
}
.phoneNumber {
	top: -50px;
}
#siteWideSearch {
	margin-top:0px;

}
/*--------------- Header ---------------*/
header {
 overflow: hidden;
 height:auto;
 
}
.inside .globalContainer h1 {
	padding-left: 3%;
}
.cycle-slideshow {
 width: 100% !important;
 position: relative !important;
 height: auto;
 top:-134px!important;
 padding: 0;
 z-index: 1;
 margin:0px;
 overflow:hidden;
 left:auto;
 
}
/*--------------- Slides ---------------*/
.cycle-slideshow article {
 display: block;
}
.cycle-slideshow article .three {
 padding: 20px;
 margin: 0;
 width: 100% !important;
 position: relative;
 left: 0;
 bottom: 0;
 color: #fff;
 z-index: 999;
 background: rgba(0, 0, 0, 0.8);
}
.cycle-slideshow article .img {
 overflow: hidden;
 max-height: 1000px;
 width: 100% !important;
}
.cycle-slideshow article .img img {
 width: 100%;
 height: auto;
}
.cycle-slideshow article .slideTxt {
	display: none !important;
	width: 75%;
	bottom: -23px;

}
/*--------------- Slide Navigation ---------------*/
a.navigation {
top:0px;
 padding: 15px 10px 5px 10px;
 line-height: 0;
 border-radius: 40px;
 -moz-border-radius:40px;
 -webkit-border-radius: 40px;
 width: 40px;
 height: 40px;
 font-size: 44px;
}
a.navigation {
 opacity: 0.5;
 z-index:999;
}
a#next {
 right: 25px;
}
a#previous {
 left: 25px;
}

#callToActions .columnContent .img img {
	max-height:119px;
	overflow:hidden;	
}

#mainContainer {
	margin-top: -138px;	
}

#news a.newsItem.columns {
    margin-right: 20px;

}
#news .newsDate {
	position:relative;
	width: 35%;
	float: right;
	right: 0px;
	bottom: 0px;
}

#footerNav .icon {
    padding: 20px 0px;
    margin: 0px 5px 5px 0%;
    width: 32%;
}
.companyBlog span {
	padding-left:41px;	
	display: block;
}

.onlineBill span {
	padding-left:52px;	
	display: block;
}

.billinfo span {
	padding-left:40px;
	display: block;
}
.Feedback span {
	padding-left:36px;
	display: block;	
}
.forminfo span {
	padding-left:40px;	
	display: block;
}

 .erID span {
	padding-left:40px;	
	display: block;
}






footer .wrap {
 width: 100%;
 margin: 0 auto;
}
}
 @media screen and (max-width:767px) {
#masthead {
 height: auto;
 background: #FFF;
}
a.logo {
 width: 80%;
 height: 100px;
 margin:0 auto;
 left: auto;
 top: auto;
 position: static;
 float: none;
}
.tagline, .phoneNumber {
 display: block;
 text-align: center;
 float: none;
 width: 100%;
 padding: 10px;
 margin: 0;
 border: none;
 position: relative;
 top: auto;
}
.phoneNumber {
 background: none;
 margin-bottom: 15px;
}
.siteSearch, .siteSearch input[type=text] {
 width: 100%;
}
#siteWideSearch {
	width: 100% !important;
	margin:0px !important;	
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
 text-align: center;
 width: 100%;
 padding: 0;
 margin: 0 auto 20px;
 position: static;
 top: auto;
 right: auto;
 float: none;
}
.icon {
 margin: 0 5% 0% 0%;
}
/*--------------- Navigation Section ---------------*/
nav.main {
	margin-top:0px !important;	
}
nav a.navControl {
 display: block;
 height: 50px;
 position: relative;
 z-index: 999;
 color: #FFF;
 text-decoration: none;
 background-image: url('../images/nav-mobile-icon-dark.png');
 background-repeat: no-repeat;
 background-position: center center;
 margin: 0px;
 top: 0px;
 padding: 13px 0px;
 width: 100%;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background: #777;
}
#menu-main-nav li {
 display: block;
 
}
#menu-main-nav li a{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	color:#FFF;
}
#menu-main-nav ul {
 background: #555;
}
#menu-main-nav ul li a {
 color: #fff;
}
#menu-main-nav ul ul {
 background: #333;
}
#menu-main-nav ul ul li a {
 color: #fff;
}
#menu-main-nav ul, #menu-main-nav ul ul {
 visibility: visible !important;
 width: 100% !important;
 position: relative !important;
 left: 0 !important;
}
#menu-main-nav li:nth-child(4n) {
	margin-right: 0px !important;

}
#menu-main-nav li:nth-child(5n) {
	margin-left: 0px !important;

}
/*--------------- Header ---------------*/
header {
 height:auto;
 overflow: visible;
}
/*--------------- Slide Navigation ---------------*/
a.navigation {
 display: none;
}
/*--------------- Slides ---------------*/
.cycle-slideshow {
 width: 100% !important;
 position: relative !important;
 height: auto;
 top:0px!important;
 padding: 0;
 z-index: 1;
 margin:0px;
 overflow:hidden;
 left:auto;
 
}
.cycle-slideshow article .three {
 display: none;
}
.cycle-slideshow article .img {
 width: 100%;
 max-height: 350px;
 overflow: hidden;
 position: relative;
 background: #111;
 display:block!important;
}
.cycle-slideshow article .slideTxt {
	display:none !important;	
	
}

/*--------------- Call To Actions ---------------*/
#callToActions {
 margin-bottom: 0px;
}
#callToActions .columnContent .img img {
	max-height:none !important;
}
/*--------------- Column Styles ---------------*/
.columns {
 width: 100% !important;
 padding-bottom: 20px;
 padding-right: 0px;
}

#mainContainer.gutter {
 padding: 0;

}
#mainContainer {
	 margin-top: 0px !important;
	 z-index:1;
}
#mainContent, aside {
 padding: 20px 20px 0px !important;
}
#mainContainer .columns.two {
	padding: 20px;	
}


#news a.newsItem.columns:nth-child(2n+1) {
	margin-left:0px !important;	
}
#news .newsDate {
	    margin-left: 0px !important;
		position: relative;
		right: 0px!important;
		bottom: 0px!important;
}
.inside #mainContainer {
    margin-top: 34px !important;
}
.inside h1 {
	margin-left:20px;
	margin-top:10px;
}	
.inside mainContent img {
	width: 100%;
    height: 50%;	
	
}
.inside aside {
	margin-bottom: 20px;
 }

footer .wrap {
 width: 100%;
 margin: 0 auto;
 padding-top: 20px;
}
#footerNav {
	 display: none !important;
}

/*--------------- Footer Logo ---------------*/
a.footerLogo {
 display: block;
 width: 80%;
 height: 100px;
 padding: 0;
 margin: 0 auto 20px;
 position: relative;
 background: #000;
 float: none;
}
footer #socialMedia {
 margin: 0 auto 20px;
 float: none;
 text-align: center;
 right: auto;
 width: 100%;
}
/*--------------- Footer Address ---------------*/
address.contactInfo {
 display: block;
 font-style: normal;
 width: 100%;
 float: center;
 padding: 0;
 margin: 0 0 2% 0;
 text-align: center;
}
.contactInfo p, .contactInfo a {
 color: #fff !important;
 margin: 0;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
 display: none;
}
p.copyright a {
 color:#fff;
}
p.copyright {
 float: none;
 text-align: center;
 width: 0 auto;
 color:#fff;
 margin: 0 0 20px;
}
}
</pre></body></html>