@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Begin Styles */
body {
	background: #0640b6 url(../images/layout/bkgrnd.png) repeat-x;
	font: 16px Tahoma, Geneva, sans-serif;
	color: #0A1142;
}
#divWrapper {
	margin: 0px auto;
	width: 960px;
	background: url(../images/layout/wrapper.png) repeat-y;
}
#divHeader {
	background: url(../images/layout/header.png);
	height: 155px;
	width: 960px;
	position: relative;
}
#divNav {
	background: url(../images/layout/nav.png);
	height: 74px;
	width: 960px;
	position: relative;
}
#divFooter {
	background: url(../images/layout/footer.png);
	height: 173px;
	width: 960px;
	position: relative;
	clear:both;
}
#divTopFull {
	position: relative;
}
#divLogo {
	height: 79px;
	width: 530px;
	position: relative;
	top: 40px;
	left: 18px;
}
#mainLinks ul li {
	display: inline;
}
#mainLinks li {
	display: inline;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 14px;

}
#divNavLinks {
	float: right;
	position: relative;
	top: 10px;
	right: 20px;
}
#nav-btn{
background:    #3d85c6;
background:    -webkit-linear-gradient(#3d85c6, #073763);
background:    linear-gradient(#3d85c6, #073763);
border-radius: 1000px;
padding:       3px 10px;
color:         #ffffff;
display:       inline-block;
font:          normal 700 24px/1 "Calibri", sans-serif;
text-align:    center;
text-shadow:   1px 1px #000000;
}
#mainLinks li a, a:visited {
	color: #FFF;
	text-decoration: none;
	font: 22px Tahoma, Geneva, sans-serif;
}
#mainLinks li a:hover {
	color: #999;	
}
#divContainer {
	position: relative;
	min-height:300px;
	height:100%;
}
fieldset {
	width: 80%;
	margin: 0px auto;
	border: 2px solid #004CC8;
}
legend {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	border: 2px solid #004CC8;
	padding: 2px;
}
#divInnerContainer {
	margin: 0px auto;
	width: 916px;
	height: 100%;
	font: 16px Tahoma, Geneva, sans-serif;
	color: #0A1142;
}
table {
	font-family: Tahoma, Geneva, sans-serif;
}
table td {
	font: bold 13px Tahoma, Geneva, sans-serif;
}
h1 {
	font: 22px Tahoma, Geneva, sans-serif;
	color: #004CC8;
}
#contactTable {
	margin: 20px 0px 0px;
}
.emerg {
	position: relative;
	top: 19px;
}
#divBottomImages {
	clear: both;
	text-align: center;
}
#divInnerContainer p {
	font: 16px Tahoma, Geneva, sans-serif;
	color: #0A1142;
}
#divFooterText {
	margin: 0px auto;
	position: relative;
	top: 40px;
	text-align: center;
	width: 700px;
	color: #FFF;
	font: 14px Tahoma, Geneva, sans-serif;
}
h3 {
	font: 18px Tahoma, Geneva, sans-serif;
}
#divLeftHalf {
	float: left;
	width: 45%;
}
#divRightHalf {
	float: right;
	width: 45%;
}
#divRightHalfImg {
	float: right;
	width: 45%;
	text-align:center;
}
#divInnerContainer  a, a:visited {
	font: 16px Tahoma, Geneva, sans-serif;
	text-decoration:underline;
}
#divBottomFull {
	position: relative;
	top: 40px;
	border-top: 2px solid #004CC8;
	border-right-color: #004CC8;
	border-bottom-color: #004CC8;
	border-left-color: #004CC8;
}
#divInnerContainer  a:hover {
	text-decoration:none;
}
#divIndexImage {
	text-align: center;
	position: relative;
}
#divIndexButtons {
	text-align: center;
	position: relative;
	top: 20px;
}
#divIndexButtons img {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
}

/* CDG - Notices */

body.cdg-warning.off .cdg-scrolling-notice-parent, body.cdg-warning.off .cdg-big-notice-box {
	display: none;
}

.cdg-scrolling-notice-parent {
    background: #BF2B13;
    overflow: auto;
}

.cdg-scrolling-notice {
    border-bottom: 0;
    border-top: 0;
    width: 59%;
    margin: 0 auto;
    padding: 10px;
    color: white;
}

.cdg-icon {
    float: left;
    padding-right: 10px;
}

.marquee {
    overflow: auto;
}

.cdg-big-notice-box {
    width: 80%;
    display: block;
    border: 1px solid;
    margin: 30px auto 30px;
    background: white;
}

.cdg-big-notice-top {
    background: #BF2B13;
    padding: 10px;
    color: white;
    text-align: center;
    border-bottom: 1px solid black;
}

.cdg-notice-body {
    padding: 30px 10px 60px;
    text-align: center;
}

body.cdg-warning .fa-life-ring {
	display: none;
}

body.cdg-warning.recission .fa-life-ring {
	display: initial;
}

body.cdg-warning.recission .fa-exclamation-triangle {
	display: none;
}

body.cdg-warning .cdg-boil-advisory-in-recission {
	display: none;
}

body.cdg-warning.recission .cdg-boil-advisory-in-recission {
	display: initial;
}

body.cdg-warning.recission .cdg-boil-advisory-in-effect {
	display: none;
}

.cdg-notice-body ul {
    list-style: disc;
    list-style-position: inside;
}

.cdg-notice-body ol {
    list-style: decimal-leading-zero;
    list-style-position: inside;
}

.cdg-pay-phone {
    color: #fff;
    text-align: right;
    margin-right: 40px;
    margin-top: 10px;
    font-size: 20px;
}

.cdg-pay-phone h3 {
	font-size: 22px;
}

.cdg-pay-phone a {
	color: #fff;
}
.cdg-emergency-contact {
	color: #fff;
	font-size: 20px;
	text-align: left;
	position: absolute; /* Position absolutely to control exact placement */
	top: 110px; /* Adjust this value to move it up/down */
	left: 30px; /* Adjust this value to control left alignment */
	clear: none;
}
.cdg-emergency-contact a {
	color: #fff;
}