﻿@charset "utf-8";
/* CSS Document */

/******************************************************************************* global  */
body{
	background:#ffffff url(../images/layout/bodyBG.jpg) repeat-x top left;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:#636363;
	margin:0 auto;
}
a, a:link, a:visited{
	color:#005e99;
	text-decoration:underline;
}
a:hover, a:active{
	text-decoration:none;
}
.floatLeft{
  float:left;
}
.floatRight{
  float:right;
}
img.floatLeft{
  float:left;
	margin-right:5px;
}
img.floatRight{
  float:right;
	margin-left:5px;	
}

.smallText {
	font-size:80%;
}
/**************************** caption style */
div.caption {
  float: right;
  width: 35%;
  border: none;
  margin: 0;
  margin-left: 25px;
}
div.caption p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.caption2 {
  float: right;
  width: 35%;
  border: none;
  margin-left: 125px;
}
div.caption2 p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.caption3 {
  float: right;
  width: 35%;
  border: none;
  margin-left: 145px;
}
div.caption3 p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.caption4 {
  float: right;
  width: 45%;
  border: none;
  margin-left: 50px;
}
div.caption4 p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}
/**************************** END caption style */

.clear{
  clear:both;
}
.marginRight {
	margin-right:10px;
}
.marginLeft {
	margin-left:10px;
}
img.picBorder{
  background-color:#fff;
  padding:1px;
	border:1px solid #ddd;
}
li.noListItem{
  list-style-image:none;
}

.blueText{
  color:#0067ac;
}
.tealText{
  color:#06744f;
}
.greenText{
  color:#0d971d;
}
.grayText{
  color:#666;
}
.redText{
  color:#d45858;
}
.bold{
  font-weight:bold;
}
a.noUnderline{
  text-decoration:none;
}
h1{
	color:#0075c1;
	font-size:180%;
	font-weight: 500;
	font-family: Trebuchet MS;
}
h2{
	color:#008557;
	font-size:120%;	
	font-weight:bold;
	margin-bottom:0;
}
h3{
  color:#3fb25a;
	font-weight:bold;
	font-size:100%;	
}
h4,h5,h6{
  color:#555;
	font-weight:bold;
	font-size:100%;	
}
.border{
  border-top:1px solid #abd2cf;
	margin:5px 0;
}
span.pad10{
  padding:0 10px;
}
img.margin5TB{
  margin:5px 0;
}
.margin5LR{
  margin:0 5px;
}
.width15{ width:14.9%;}
.width20{ width:19.9%;}
.width25{ width:24.9%;}
.width30{ width:29.9%;}
.width35{ width:34.9%;}
.width40{ width:39.9%;}
.width45{ width:44.9%;}
.width50{ width:49.9%;}
.width55{ width:54.9%;}
.width60{ width:59.9%;}
.width65{ width:64.9%;}
.width70{ width:69.9%;}
.width75{ width:74.9%;}
.width80{ width:79.9%;}
.width95{ width:94.9%;}


.photoCaption{
	display:block; 
	float:right; 
	position:absolute;
	padding-left:400px; 
	padding-top:250px; 
	font-size:80%; 
	text-align:center;
	color:#777;
}

/*   ******************************************************************************* header  */
div#aiws_header{
	width:984px;
	padding: 8px 9px;
}

/********************************************** topNav  */
div#aiws_tagline{
	float:left;
	width:59%;
	margin:0;
	color:#fff;
	font-size:85%;
	font-weight:700;
}

/********************************************** topNav  */
div#aiws_topNav{
	margin: 0 auto;
	width: 970px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	color:#1d936b;
	font-size: 90%;
	
}
div#aiws_topNav a, 
div#aiws_topNav a:link, 
div#aiws_topNav a:visited {
	color:#1d936b;
	font-weight:bold;
	padding:0 10px 0 10px;
	text-decoration:none;
	text-transform:uppercase;
}
div#aiws_topNav a.homeIcon{
	background:transparent url(../images/layout/homeIcon.gif) center left no-repeat;
	padding-left:10px;
}
div#aiws_topNav span.homeIcon{
	background:transparent url(../images/layout/homeIcon.gif) center left no-repeat;
	padding-left:10px;
}

div#aiws_topNav span.topNav{
	padding:0 20px 0 0px;
}
div#aiws_topNav a:hover, 
div#aiws_topNav a:active {
	text-decoration:underline;
}

/*   ******************************************************************************* container */
div#aiws_container{
	width:984px;
	margin:0 auto;
	background: url(../images/layout/containerBG.png) top center no-repeat;
	position: relative;
}



/********************************************** banner  */
div#aiws_banner{
}


/*   ******************************************************************************* leftCol  */
div#aiws_leftCol{
	background: url(../images/layout/leftColBG.jpg) repeat-x;
	float: left;
	width: 150px;
	margin: -15px 0 0 15px;
}

.quickLinks{
	margin: 5px;
	padding: 5px 5px 0 5px;
	margin: 0 auto;
	text-align: center;
	font-family: Trebuchet MS;	
	font-weight: bold;
}

.quickLinks p{
	text-align: center;
	font-size: 120%;
	border-bottom: 1px solid #999;
}


/********************************************** myAccount  */
div#aiws_myAccount{
	width: 140px;
	height: 195px;
	background: url(../images/layout/myAccountBG.png) no-repeat top left;
	padding:10px 20px 0px 15px;
	margin:-55px 0 0 -4px;
	float: left;
	position: relative;	
}

div#aiws_myAccount span.header{
	text-align:center;
	color:#fff;
	font-size:120%;
	font-weight:700;
	margin: 10px 0 10px 0 ;
	padding: 15px;
}

div#aiws_myAccount p{
	text-align:center;
	color:#000;
	font-size:80%;
	font-weight:bold;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 0;
}

div#aiws_myAccountFooter{
	width:226px;
	height:20px;
	background:transparent url(../images/layout/myAccountFooter.png) no-repeat top left;
	margin-left:-5px;
}

span.largeFont{
  	font-size:14px;	
}

div#aiws_myAccount ul{
	margin:0 0 5px 0;
	padding:0;
}
div#aiws_myAccount ul li{
  	font-size:80%;
	color:#2c8e67;
	margin:0;
	padding:2px;
	list-style-position: inside;	
	border-bottom: 1px dashed #2c8e67;
}
div#aiws_myAccount ul li.top{
  	font-weight: bold;	
	border-top: 1px dashed #2c8e67;
}

div#aiws_myAccount ul li a,
div#aiws_myAccount ul li a:link,
div#aiws_myAccount ul li a:visited{
	color:#2c8e67;
	text-decoration:none;
}
div#aiws_myAccount ul li a:hover,
div#aiws_myAccount ul li a:active{
	text-decoration:underline;
}


/* Google Search Form */
.searchBG {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #ccc;
	display:inline;
	margin:0 10px 5px 0;
	padding:2px 0 5px 0;
	width:160px;
}

form#cse-search-box input.searchText {
	background:#FFFFFF url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) no-repeat scroll left bottom;
	border:0 none !important;
	color:#777777;
	font-size:90%;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:middle;
}

form#cse-search-box input.submitButton {
	margin:2px 0 0 2px;
	vertical-align:middle;
}

div#aiws_leftCol form label,
div#aiws_leftCol span.greenText{
	font-weight:700;
	color:#037c53;
	margin-bottom:5px;
}
div#aiws_leftCol form {
	margin:10px 0;
}

select{
  	font-size:12px;
	color:#777;
}

/*   ******************************************************************************* rightCol  */
div#aiws_rightCol{
	float: right;
	width: 760px;
	margin:  -95px 20px 20px 0;
}

/********************************************** mainNav */
div#aiws_mainNav{
	background: url(../images/layout/navBG.jpg) top repeat-x;
	width: 770px;
	height: 40px;
	margin-right: 16px;
	margin-left: -5px;
	float: right;
	padding: 0 0 0 30px;
}

span.mainNav{
  padding:0 20px 0 0;
}
span.mainNavLast{ 
  padding:0;
}



/********************************************** content */
div#aiws_content{
	min-height:400px;
	height:auto !important;
	height:400px;
}

div#aiws_insideContent{
	width: 550px;
	float: left;
}

p.frontPageFaq {
	border-top: 1px solid #999;
	background: url(../images/layout/energyRight.jpg) left no-repeat;
	padding-left: 95px;
	padding-top: 30px;
}

.blueButton a {
	background: #0092d1;
	padding: 10px;
	width: 230px;
	height: 20px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 110%;
	text-decoration: none;
}

.blueButton a:hover {
	background: #006650;
	padding: 10px;
	width: 230px;
	height: 20px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
.blueButton a:hover img {
	visibility:hidden;
}

/* -------------------------------------------- BILL DIAGRAM */
div.relative { position:relative; }
div#bill01, div#bill02, div#bill03, div#bill04, div#bill05, div#bill06, div#bill07, div#bill08, div#bill09, div#bill10, div#bill11, div#bill12, div#bill13, div#bill14 {
	display:none;
}

div.explanation {
	background-color:#E6E6E6;
	border:1px solid #666;
/*	-moz-box-shadow:4px 4px 10px #555;
	-webkit-box-shadow:3px 3px 10px #AAA;*/
	padding:7px;
	width:250px;
}
div#bill01 { position:absolute; left:26px; top:108px; }
div#bill02 { position:absolute; left:260px; top:107px; }
div#bill03 { position:absolute; left:77px; top:132px; }
div#bill04 { position:absolute; left:148px; top:138px; }
div#bill05 { position:absolute; left:373px; top:148px; }
div#bill06 { position:absolute; left:291px; top:158px; }
div#bill07 { position:absolute; left:236px; top:158px; }
div#bill08 { position:absolute; left:394px; top:315px; }
div#bill09 { position:absolute; left:44px; top:360px; }
div#bill10 { position:absolute; left:210px; top:92px; }
div#bill11 { position:absolute; left:419px; top:90px; }
div#bill12 { position:absolute; left:511px; top:98px; }
div#bill13 { position:absolute; left:222px; top:298px; }
div#bill14 { position:absolute; left:36px; top:278px; }

/********************************************** rightNav */

div#aiws_rightNav{
	width: 170px;
	float: right;
}
p.rightNavHeader{
	color: #0073c0;
	font-size: 160%;
	font-family: Trebuchet MS;
	border-bottom: 1px solid #333;
}

span.smallText{
	color: #0073c0;
	font-size: 80%;
	font-style: italic;
}

div#aiws_rightNav ul{
	padding-left: 20px;
	line-height: 19px;
}
div#aiws_rightNav ul li{
	color: #008654;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

div#aiws_rightNav ul li ul li{
	list-style-type:circle;
	margin-left: -10px;
}

div#aiws_rightNav ul li a,
div#aiws_rightNav ul li a:link,
div#aiws_rightNav ul li a:active,
div#aiws_rightNav ul li a:visited{
	color: #008654;
	text-decoration: none;
	font-weight: bold;
}



/********************************************** bottomNav */
div#aiws_bottomNav{
  text-align:center;
}
 

div#aiws_bottomNav ul{
	list-style:none;
	margin:0;
	padding:0;
}
div#aiws_bottomNav ul li{
	list-style-image:none;
	border-right:1px solid #ccc;
	padding:0 8px 0 4px;
	display:inline;
}
div#aiws_bottomNav ul li.last{
	border-right:none;
}




/*   ******************************************************************************* footer  */
div#aiws_footer{
	width: 934px;
	height: 100px;
	margin: 0 auto;
}

div#aiws_footer img{
  margin-right:3px;
}

div#aiws_footer ul{
	margin:0 0 0 50px;
	float:left;
}

div#aiws_footer ul li{
	margin: 0;
	padding: 0 10px 0;
	border-right: 1px solid #a0b1c5;
	list-style: none;
	display: inline
}

div#aiws_footer ul li.last{
	border-right: none;
}

div#aiws_footer ul li a,
div#aiws_footer ul li a:link,
div#aiws_footer ul li a:visited{
  text-decoration:none;
	color:#a0b1c5;
	font-size:80%;
	font-weight:700;
}

div#aiws_footer ul li a:hover,
div#aiws_footer ul li a:active{
  text-decoration:underline;
}


div#aiws_footer .border{
	border-top:1px solid #8a8a8a;
	margin:2px 0;
}

div#aiws_footer .address{
	background: url(../images/layout/footerBG.jpg) no-repeat left top;
	float:left;
	text-transform:uppercase;
	color:#333;
	font-size:85%;
	margin: 5px 0 0 0;
	padding-left: 25px;
}

div#aiws_footer .siteLinks{
	float:right;
	text-align:right;
	width:30%;
	margin-top:2px;	
	font-size:85%;
}

div#aiws_footer .siteLinks a{
  text-decoration:none;
	color:#8a8a8a;
	font-weight:700;
}


div#aiws_footer .siteLinks a:hover{
  text-decoration:underline;
}

div#aiws_footer .siteLinks  a.apogee{
  font-size:85%;
	font-weight:normal;
}
.requiredField{
  color:#c00;
}


/*** aiws_formStyles - these styles are for the tableless form layout ***/
.aiws_formStyles p{
	clear: both;
	margin: 0 auto;
	padding:5px;
	height: 1%;
}
.aiws_formStyles span{
	display:block;
	width:50px;
	text-align:right;
}

.aiws_formStyles label{
	float:left;	
	width: 200px;
	margin-right:5px;
	text-align:right;
}
.aiws_formStylesAlternative
{
    float:left;
	width: auto;
}


.aiws_formStylesCustomLabel
{
    float:left;	
	width: 200px;
	text-align:right;
}

.aiws_formStyles .formButtonStyles{
  clear:both;
	margin:20px 0 0 310px;
}

/*** END aiws_formStyles ***/
