@charset "utf-8";
/* CSS Document */

/******************************************************************************* global _changes these styles as you see fit */
body{
	background:#c8deec 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:#45a43d;
	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;	
}
.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;
}
.orangeText{
  color:#f8991d;
}
.blueText{
  color:#0062ab;
}
.greenText{
  color:#45a43d;
}
.redText{
  color:#d45858;
}
.bold{
  font-weight:bold;
}
a.noUnderline{
  text-decoration:none;
}
.textAlignCenter {
	text-align:center;
}
h1{
  color:#f8991d;
	font-size:150%;
	font-weight:normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
  color:#0062ab;
	font-size:130%;	
	font-weight:bold;	
}
h3{
  color:#f8991d;
	font-weight:bold;
	font-size:100%;	
}
body#aiws_homePage h3{
  	border-top:1px solid #0062ab;
  	border-bottom:1px solid #0062ab;	
	padding:3px 0;
	line-height:1.2em;
}


h4,h5,h6{
  color:#555;
	font-weight:bold;
	font-size:100%;	
}
.border{
  border-top:1px solid #0062ab;
	margin:5px 0;
}
span.pad10{
  padding:0 10px;
}
img.margin5TB{
  margin:5px 0;
}
.margin5LR{
  margin:0 5px;
}
.width20{
  width:19%;
}
.width30{
  width:29%;
}
.width40{
  width:39%;
}
.width45{
  width:44%;
}
.width50{
  width:49%;
}
.width55{
  width:54%;
}
.width60{
  width:59%;
}
.width70{
  width:69%;
}
.width80{
  width:79%;
}
.width95{
  width:95%;
}

/*   ******************************************************************************* container */
div#aiws_container{
	width:980px;
	margin:0 auto;
	padding:0 12px;
	background:url(../images/layout/containerBG.png) no-repeat top center;
}


/********************************************** header  */
div#aiws_header{
	position:relative;
	padding-bottom:10px;
}

/********************************************** logo  */
div#aiws_logo{
	position:absolute;
	top:20px;
	left:30px;
	text-align:left;
}
/********************************************** payBill */
div#aiws_payBill{
	position:absolute;
	top:160px;
	left:30px;
	color:#fff;
	padding-left:20px;
}

div#aiws_payBill a,
div#aiws_payBill a:link{
	text-align:center;
	color:#fff; 
	text-decoration:none;
	padding:0 20px;
	text-transform:uppercase;
	font-size:90%;
}
div#aiws_payBill a:hover,
div#aiws_payBill a:active{
	text-decoration:none;
}

div#aiws_payBill img{
  margin:30px 0 0 -50px;
}

/********************************************** banner  */
div#aiws_banner{
	margin:3px 0 0 15px;
  	display:block;
}


/*   ******************************************************************************* leftCol  */
div#aiws_leftCol{
	clear:both;
	width:247px;
	float:left;
	margin:0;
	padding:0;

}

/********************************************** left Nav */
div#aiws_leftNav{
	width:184px;
	background:transparent url(../images/layout/leftNavBG.png) no-repeat top left;
	min-height:70px;
	height:auto !important;
	height:70px;
	padding:20px 10px 0 50px;
}

div#aiws_leftNavFooter {
	width:244px;
	height:21px;
	background:transparent url(../images/layout/leftNavFooter.png) no-repeat top left;
}
div#aiws_leftNav ul{
	margin:0;
	padding:0;
  	color:#376d22;
	font-size:85%;
	font-weight:700;
}
div#aiws_twitterFeed{
	width:179px;
	background:transparent url(../images/layout/leftNavBG.png) no-repeat top left;
	min-height:70px;
	height:auto !important;
	height:159px;
	padding:20px 30px 0 35px;
}
div#aiws_twitterFeed ul {
	margin:0px;
	padding:0px;
}
div#aiws_twitterFeed ul li {
	font-size:11px;
	line-height:1;
	list-style:none;
	padding:8px 0px;
}
div#aiws_twitterFeed ul li a {
	background-color:#C5DDEB;
	color:#333;
	display:block;
	font-weight:bold;
	margin:8px 0px;
	padding:5px;
	text-align:right;
	text-decoration:none;
}
div#aiws_twitterFeed ul li:first-child {
	border-bottom:1px dotted #AAA;
}

div#aiws_twitterFeedFooter {
	width:244px;
	height:21px;
	background:transparent url(../images/layout/leftNavFooter.png) no-repeat top left;
}

div#aiws_leftNav ul li{
	margin:0;
	padding:0;
}

div#aiws_leftNav ul li a, div#aiws_leftNav ul li a:link, div#aiws_leftNav ul li a:visited{
  	color:#376d22;
	text-decoration:none;	
}
div#aiws_leftNav ul li a:hover, div#aiws_leftNav ul li a:active{
	text-decoration:underline;
}

div.energyEducation {
	background: url(../images/layout/kids.png) no-repeat top left;
	height: 150px;
	padding-left: 90px;
	padding-top: 50px;
}

div.energyEducation img.environmental {
	margin-left: 10px;
	margin-top: -10px;
}
div.energyEducation img.kids {
	margin-top: -10px;
	margin-left: 75px;
}


/********************************************** Google Search Form */
.searchBG{
  background:transparent url(../images/layout/searchBG.png) no-repeat top left;
	width:224px;
	height:58px;
	padding:10px 0 0 20px;
}
.formContainer{
  	border:1px solid #ccc;background:#fff;
	margin:0;
	width:200px;
}
div#aiws_leftCol form#cse-search-box input.searchText{
  border:none !important;
	color:#777;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	padding:1px 0 2px 0;
	margin-bottom:2px;
  background: #fff url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) no-repeat scroll left bottom; 
}

form#cse-search-box {
    display:inline;
}
div#aiws_leftCol form#cse-search-box input.submitButton{
    vertical-align:middle;
	margin:0 0 2px 5px;
}

div#aiws_leftCol form#cse-search-box label{
	color:#06529e;
	font-weight:bold;
	text-transform:uppercase;
	font-size:85%;
  
}

/********************************************** contact  */
div#contacts{
	text-align:center;
	margin-top:20px;
}

div#contacts p{
  color:#333;
	text-align:center;
	font-size:85%;
}
/*   ******************************************************************************* rightCol  */
div#aiws_rightCol{
	width:708px;
	float:left;
	padding:0;
	margin:25px 0 0 15px;
}
div#faqlist iframe {
	margin-bottom: 19px;
	width: 50px !important;
}

/********************************************** mainNav */
div#aiws_mainNav{
	width:702px;
	height:24px;
	border-bottom:1px solid #0062ab;
}

span.mainNav{
  padding:0 40px 0 0;
}
span.mainNavLast{
  padding:0;
}
/********************************************** content */
div#aiws_content{
	margin-top:25px;
}


div.lineman{
  	width:80%;
	margin:20px auto 5px auto;
}
div.lineman h3{
  border:none !important;
	text-align:center;
	font-size:140%;
}
div.lineman p,
div.lineman a,
div.lineman img{
	text-align:center;
	font-size:90%;	
}
div.lineman img{
	margin:3px 0;
}


/********************************************** footer  */
div#aiws_footer{
	background:url(../images/layout/footerBG.png) no-repeat top left;
	width:952px;
	min-height:67px;
	height:auto!important;
	height:67px;
  	margin:0 auto;
}
div#aiws_footer .copyright{
  	float:left;
	margin:66px 5px 0 625px;
  	text-transform:uppercase;
	color:#333;
	font-size:80%;
}

div#aiws_footer .siteLinks{
  float:right;
	text-align:right;
	margin:40px 10px 0 5px;
}
div#aiws_footer .copyright a,
div#aiws_footer .siteLinks a{
  text-decoration:none;
	color:#2389c7;
	font-size:100%;
	
}
div#aiws_footer .siteLinks a{
	font-weight:bold;
	font-size:130%;
}
div#aiws_footer .copyright a:hover,
div#aiws_footer .siteLinks a:hover{
  text-decoration:underline;
}

div#aiws_footer .siteLinks  a.apogee{
  font-size:85%;
	font-weight:normal;
}



.requiredField{
  color:#c00;
}



/*  text size controls */
div.textSizeControls {
	float:right;
	text-align:right;
	width:200px;
	margin-top:0;
	font-weight:bold;
	clear:right;
}
div.textSizeControls span,
div.textSizeControls a.fontXS,
div.textSizeControls a.fontS,
div.textSizeControls a.fontM,
div.textSizeControls a.fontL,
div.textSizeControls a.fontXL{
  font-size:10px;
	color:#898989;
	text-decoration:none;
	padding:1px;
}
div.textSizeControls span{
  font-size:10px;
}
div.textSizeControls a.fontS{
  font-size:11px;
}
div.textSizeControls a.fontM{
  font-size:12px;
}
div.textSizeControls a.fontL{ 
  font-size:16px;
}
div.textSizeControls a.fontXL{ 
  font-size:21px;
}
div.textSizeControls a.fontXS:hover,
div.textSizeControls a.fontS:hover,
div.textSizeControls a.fontM:hover,
div.textSizeControls a.fontL:hover,
div.textSizeControls a.fontXL:hover{
	border:1px solid #97bee9;
	text-decoration:none;
	padding:0;
}
.bodyText,
.left{
  margin-top:5px;
	
}

.xsmallview .bodyText,
.xsmallview .left{ /*CSS for "extra small font" setting*/
font-size: 10px;
}
.smallview .bodyText,
.smallview .left{ /*CSS for "small font" setting*/
font-size: 11px;
}
.normalview .bodyText,
.normalview .left{ /*CSS to return page to default setting (with no additional CSS rules added)*/
}
.largeview .bodyText,
.largeview .left{ /*CSS for "large font" setting*/
font-size: 16px;
}
.xlargeview .bodyText,
.xlargeview .left{ /*CSS for "extra large font" setting*/
font-size: 21px;
}
a.texttoggler{ /*CSS for Text Size Toggler control*/
margin-right: 6px;
}
a.texttoggler img{ /*CSS for Text Size Toggler control*/
border: 1px solid gray;
}
a.texttoggler img:hover{ /*CSS for Text Size Toggler control*/
border: 1px solid red;
}
a.selectedtoggler img{ /*CSS for Selected Text Size Toggler control*/
border: 1px solid red;
}
/*  end text size controls */

div#adSlideShow{
  position:relative;
	margin-top:-25px;
}

div#adControls{
	left:254px;
	position:relative;
	top:182px;
	z-index:1;
}
div#adControls a{
	color:#fff;
	text-decoration:underline;

}
