﻿@charset "utf-8";
/* CSS Document */

/******************************************************************************* global _changes these styles as you see fit */
body{
	background:#fefefe 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:#008457;
	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!important;
}
.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;
}
h1{
  	color:#0054a6;
	font-size:170%;
	font-weight:normal;
}
h2{
  	color:#0054a6;
	font-size:110%;	
	font-weight:bold;	
}
h3{
  	color:#f8991d;
	font-weight:bold;
	font-size:100%;	
}

h4,h5,h6{
  	color:#555;
	font-weight:bold;
	font-size:100%;	
}
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%;}

/*   ******************************************************************************* container */
div#aiws_container{
	width:989px;
	margin:0 auto;
	background: transparent url(../images/layout/containerBG.png) repeat-y center;
}

#aiws_bgRepeat{
	background-color:red!important;	
}

/********************************************** header  */
div#aiws_header{
	width:989px;
	height:420px;
	margin-top: -15px;
	margin-bottom: -70px;
	background: url(../images/layout/headerBG.png) no-repeat left top;
}

div#aiws_headerInside{
	width:989px;
	height:420px;
	margin-top: -15px;
	margin-bottom: -100px;
	background: url(../images/layout/headerInsideBG.png) no-repeat left top;
}


div#headerLeft{
	width: 315px;
	float: left;
}

.coopConnections{
	background: url(../images/layout/blueBox1.png) no-repeat top center;
	width: 208px;
	height: 87px;
	margin: 0 auto;
	padding: 8px 2px 2px 2px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.coopConnections p {
	text-align: center;	
	line-height: 18px;
	font-size: 95%;
	font-weight: bold;
	padding: -2px 2px 2px 2px;
}
.coopConnections a {
	font-size: 90%;
	padding: 2px;
}

.coopConnections span.redText {
	font-size: 85%;
}


.coopConnections img{
	margin: -5px 0 0 -5px;
}


/********************************************** topNav  */
div#aiws_topNav{
	width:979px;
	height:47px;
	background: #0155a6;
	padding: 0px 0 0 12px;
}

.topNav {
	float: right;
	width: 280px;
	padding-top: 10px;
}
div#aiws_topNavInside{
	width:979px;
	height:47px;
	background: #0155a6;
	padding: 0px 0 0 12px;
}

.topNavInside {
	float: right;
	width: 280px;
	padding-top: 10px;
}


.topNav a,
.topNav a:link,
.topNav a:active,
.topNav a:visited {
	color: #fff;
	text-transform: uppercase;
	padding: 0 5px 0 15px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

.firstLink {
	background: url(../images/layout/homeIcon.jpg) no-repeat left;	
	padding-left: 40px;
}


/********************************************** logo  */
div.aiws_logo{
	margin: 12px 0 10px 40px;
	display: block;
}

/********************************************** banner  */
.aiws_banner{
	width: 674px;
	float: right;
	margin-top: 5px;
}
.aiws_insideBanner{
	width: 679px;
	float: right;
	margin-top: 8px;
	margin-left: -5px;
}



/*   ******************************************************************************* leftCol  */
div#aiws_leftColHome{
	clear:both;
	width:230px;
	float:left;
	margin:-70px 0 0 10px;
	padding:5px;
}


div#aiws_leftColHome label{
	font-size: 130%;
	color: #008457;
	font-weight: bold;
}

div#aiws_leftColHome form#iWantToForm {
    vertical-align:middle;
	margin:-10px 0 5px 20px;
}

div#aiws_leftColHome form#iWantToForm select {
    width: 205px;
    height: 25px;
  	border:1px solid #ccc;
  	margin-bottom: 20px;
}

div#aiws_leftColHome form#howDoIForm {
    vertical-align:middle;
	margin:-10px 0 0 20px;
}

div#aiws_leftColHome form#howDoIForm select {
    width: 205px;
    height: 25px;
  	border:1px solid #ccc;
  	margin-bottom: 20px;
}



div#aiws_leftCol{
	clear:both;
	width:230px;
	float:left;
	margin:-70px 0 0 10px;
	padding:5px;
}

div#aiws_leftCol label{
	font-size: 130%;
	color: #008457;
	font-weight: bold;
}

div#aiws_leftCol form#iWantToForm {
    vertical-align:middle;
	margin:-10px 0 5px 20px;
}

div#aiws_leftCol form#iWantToForm select {
    width: 205px;
    height: 25px;
  	border:1px solid #ccc;
  	margin-bottom: 20px;
}

div#aiws_leftCol form#howDoIForm {
    vertical-align:middle;
	margin:-10px 0 0 20px;
}

div#aiws_leftCol form#howDoIForm select {
    width: 205px;
    height: 25px;
  	border:1px solid #ccc;
  	margin-bottom: 20px;
}


div#google_translate_element select{
	width: 205px;
    height: 25px;
  	border:1px solid #ccc;
}

div#google_translate_element{
	margin-left: 20px;
	margin-bottom: 20px;
}



span.leftHeader {
	font-size: 130%;
	color: #008457;
	margin: 0 0 -10px 20px;
	font-weight: bold;
}

.manageAcct {
	background: url(../images/layout/blueBox1.png) no-repeat top center;
	margin: 0 auto;
	height: 100px;
	text-align: center;
	display: block;
	width: 220px;
	padding-top: 10px;
}

.manageAcct img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.manageAcct a,
.manageAcct a:link,
.manageAcct a:active,
.manageAcct a:visited {
	color: #0054a6;
	font-weight: bold;
	text-align: center;
	font-size: 85%;
	text-decoration: none;
}


.stormCentral {
	background: url(../images/layout/stormCentralBG.png) no-repeat top center;
	margin: 0 auto;
	height: 100px;
	text-align: center;
	display: block;
	width: 220px;
	padding-top: 10px;
}

.stormCentral img {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.stormCentral a,
.stormCentral a:link,
.stormCentral a:active,
.stormCentral a:visited {
	color: #0054a6;
	font-weight: bold;
	text-align: center;
	font-size: 85%;
	text-decoration: none;
}


.ourEnergy {
	background: url(../images/layout/blueBox2.png) no-repeat top center;
	margin: 0 auto;
	padding: 3px;
	height: 100px;
}

.ourEnergy img {
	margin: 0 auto;
	display: block;
}


/********************************************** Google Search Form */
.searchBG{
  	background:transparent url(../images/layout/searchBG.png) no-repeat top left;
	width:224px;
	height:38px;
	padding:10px 0 0 20px;
}
.formContainer{
  	border:1px solid #ccc;
  	background:#fff;
	margin:0;
	width:200px;
	margin-top: -10px;
}
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; 
  	
}

div#aiws_leftColHome 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%;  
}



/************************************************************************** rightCol  */
div#aiws_rightCol{
	width:688px;
	float:right;
	padding:5px;
	margin:-50px 10px 0 15px;	
}

div#aiws_insideRightCol{
	width:688px;
	float:right;
	padding:5px;
	margin:-70px 10px 0 15px;
}
div#aiws_insideRightCol.widePage {
	float:left;
	margin-left:30px;
	width:936px;
}



/********************************************** mainNav */
div#aiws_mainNav{
	margin: -20px 20px 25px 0;
	border-bottom: 1px solid #afe2ab;
}

span.mainNav{
  	padding:0 20px 0 0;
}
span.mainNavLast{
  	padding:0;
}

div#aiws_insideMainNav{
	padding: 5px 20px 25px 0;
	float: right;
}

div#aiws_insideMainNav span.mainNav{
  	padding:0 20px 0 0;
  	color: #fff;
}
span.mainNavLast{
  	padding:0;
}


/********************************************** content */
div#aiws_content{
	min-height:400px;
	height:auto!important;
	height:400px;
	width: 480px;
	float: left;
}

div#aiws_quickLinks {
	padding: 20px 0 40px 0;
	float: right;
	width: 200px;
	background: url(../images/layout/quickLinksBG.png) no-repeat top center;
	margin: 0 auto;
}

div#aiws_quickLinks img{
	margin: 0 auto;
	display: block;
	padding: 2px;
}

p.quickLinks {
	color: #0062ab;
	text-align: center;
	font-size: 130%;
	margin-bottom: -5px;
	font-weight: bold;
	margin: 0;
}

div#aiws_quickLinks .border {
  	border-top:1px solid #ccc;
	width: 140px;
	margin: 0 auto;
	margin-top: 10px;
}


div#aiws_quickLinks ul{
	
}
div#aiws_quickLinks ul li{
	color: #008457;
	font-size: 90%;
}
div#aiws_quickLinks ul li a{
	color: #008457;
	text-decoration: none;
}





/********************************************** bottomNav */
div#aiws_bottomNav{
  	margin-left: -20px;
}
 

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{
	background:  transparent url(../images/layout/footerBG.png) no-repeat top center;
	margin-top:10px;
	padding:10px 5px;
	width:979px;
	height:50px;
	margin: 0 auto;
}


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 #ccc;
	margin:2px 0;
}

div#aiws_footer .offices {
	text-align: center;
	text-transform: uppercase;
	color: #2e6aa4;
	margin: 10px 0 15px 0;
	font-size: 85%;
	font-weight: bold;
}

div#aiws_footer .office1{
	width: 200px;
	float: left;
}

div#aiws_footer .office2{
	width: 200px;
	float: left;
}

div#aiws_footer .office3{
	width: 200px;
	float: left;
}


div#aiws_footer .address{
  	float:left;
	width:50%;
	text-transform:uppercase;
	color:#2e6aa4;
	font-size:80%;
	margin:5px 0;
}

div#aiws_footer .bottomNav{
  	float:left;
	width:80%;
	text-transform:uppercase;
	color:#2e6aa4;
	font-size:80%;
	margin: 5px 0 5px -10px;
}

div#aiws_footer .bottomNav a{
	color:#6b6b6b;
	margin:5px 0;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}



div#aiws_footer .siteLinks{
  	float:right;
	text-align:right;
	width:30%;
	margin-top:-20px;	
	margin-bottom: 5px;
	font-size:85%;
}

div#aiws_footer .siteLinks a{
  	text-decoration:none;
	color:#529dd6;
	font-weight:700;
}


div#aiws_footer .siteLinks a:hover{
  	text-decoration:underline;
}


div#aiws_footer .siteURL a{
  	float: right;
  }

div#aiws_footer .siteURL a{
  	text-decoration:none;
	color:#f8991d;
	font-weight:700;
	font-family: Arial black;
	font-size: 130%;
}


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 */


