/* Global Nav Styles */

/* Header Wrappers */

header {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 11px 10px 7px;
  width: 100%;
}

@media (min-width: 768px) {
  header {
    border: none;
    margin: 0 auto;
    padding: 11px 0 0;
    width: 750px;
  }
}

@media (min-width: 992px) {
  header {
    width: 960px;
  }
}

#top-row-wrapper {
	border-bottom: 1px solid #ccc;
  margin: 0 0 4px;
	padding: 4px 0 2px;
}

#top-row-inner-wrapper,
#middle-row-wrapper,
#main-nav,
#subnavContainer {
  box-sizing: border-box;
}

@media (min-width: 768px) {
 /* #top-row-inner-wrapper,
  #middle-row-wrapper,
  #main-nav,
  #subnavContainer {
    margin: 0 auto;
    padding: 0 17px !important;
    width: 750px;
  }*/
   /*div#subnavContainer {
    margin: 0 auto;
    padding: 0 17px ;
    width: 750px;
  }*/
  ul#main-nav {
    margin: 0 auto;
    padding: 0 17px ;
    width: 750px;
  }
  div#middle-row-wrapper {
    margin: 0 auto;
    padding: 0 17px ;
    width: 750px;
  }
  div#top-row-inner-wrapper {
    margin: 0 auto;
    padding: 0 17px;
    width: 750px;
  }
}

@media (min-width: 992px) {
 /* #top-row-inner-wrapper,
  #middle-row-wrapper,
  #main-nav,
  #subnavContainer {
    padding: 0 34px !important;
    width: 960px;
  }
  div#subnavContainer {
    padding: 0 34px ;
    width: 960px;
  }*/
   ul#main-nav {
    padding: 0 34px ;
    width: 960px;
  }
   div#middle-row-wrapper {
    padding: 0 34px ;
    width: 960px;
  }
   div#top-row-inner-wrapper {
    padding: 0 34px;
    width: 960px;
  }
}

#top-row-inner-wrapper {
	font-size: 0;
}

#middle-row-wrapper {
  font-size: 0;
  margin-bottom: 3px;
}


/* Header Logo */

a#header-logo {
  background: url('/static/images/global_nav_sprite.png') -13px -304px no-repeat;
  display: inline-block;
  height: 34px;
  width: 165px;
}

@media (min-width: 768px) {
  a#header-logo {
    margin: 23px 0 0;
  }
}


#headerWrapper{position:relative;padding-top:10px;overflow:hidden;}
#commonNav{overflow:hidden; float:right;}
#header_nav{clear:both; overflow:hidden;}
#chatArea{float:right; width:500px; margin:10px 0px 0px 0px; padding:0px; overflow:hidden;}


/* Top Left Segments Pivot */

#top-row-inner-wrapper a {
  display: inline-block;
  line-height: 1;
  vertical-align: text-top;
}

#topLevelNav {
  z-index: 50;
  margin: 0;
  padding: 0;
  width: 50%;
  height: 15px;
}

#topLevelNav div.navItem {
  float: left;
  margin-right: 10px;
  height: 18px;
  padding-right: 10px;
  border-right: 1px solid black;
}

#topLevelNav div.dropnav {
  display: block;
  height: 19px;
  margin-bottom: 3px;
}

#topLevelNav div.last {
  border: none;
}

#topLevelNav div. {
  border: none;
}

#topLevelNav a:hover {
  text-decoration: underline;
}

#topLevelNav a.selected {
  color: #00853F;
  font-weight: bold;
}

#topLevelNav div.dropnav {
  padding-right: 10px;
}

#topLevelNav a.dropLink {
  display: inline-block;
  height: 15px;
  padding: 0px 3px 3px 3px;
  margin-bottom: 3px;
}

#topLevelNav div.offState {
  background-color: #fff;
}

#topLevelNav div.onState {
  background-color: #eee;
}

#topLevelNav div.offArrow {
  background: url('/static/images/arrow_closed.png') no-repeat right top;
}

#topLevelNav div.onArrow {
  background: #eee url('/static/images/arrow_open.png') no-repeat right top;
}


.clearFix:after {
  content: "";
  display: table;
  clear: both;
}


/* For Business Dropdown */

#lbiz:hover div.businessMenuBox {
  display: block;
}

#business-dropdown {
  padding: 8px 0 0 12px;
}

.businessMenuBox > li {
  float: left;
  margin: 0;
}

.businessMenuBox ul {
  list-style: none;
}

#business-dropdown li a {
  background: #F2F2F2;
  border-radius: 2px;
  border: 1px solid #CDCDCD;
  color: #333333;
  display: block;
  line-height: 30px;
  padding: 0 1.5em;
  text-decoration: none;
  width: 248px;
}

#business-dropdown li:hover a {
  background: #D0E7B5;
  text-decoration: underline;
}

.businessMenuBox ul {
  float: left;
  border-radius: 3px;
  margin-top: 1px;
  margin-left: -19px;
}

.businessMenuBox {
  background: #E0E0E0;
  border-radius: 3px;
  border: solid #E0E0E0;
  width: 260;
  height: 155px;
  display: none;
  overflow: visible;
  position: absolute;
  z-index: 1000;
  margin-top: -4px;
  margin-left: -21px;
}

ul.businessSubMenu li {
  margin-left: -20px;
  margin-bottom: -2px;
  margin-top: 0px;
}

ul.businessSubMenu li a {
  font-size: 14px;
  font-family: MaisonNeue-Medium, serif;
}

.horizontalLine {
  background: none repeat scroll 0 0 #ccc;
  border: medium none;
  color: #ccc;
  height: 1px;
  margin-top: 0px;
}

.arrow-header {
  background: url('/static/images/global_nav_sprite.png') no-repeat -26px -14px;
  width: 10px;
  height: 5px;
}

.arrow-headerPos {
  background: url('/static/images/global_nav_sprite.png') no-repeat -26px -14px;
  margin-left: 10px;
  margin-top: 5px;
  position: absolute;
}

.global-above-logo-nav {
  color: #333333;
  font-size: 14px;
  text-align: left;
  width: 285px;
  white-space: nowrap;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

.global-above-logo-nav .current a {
  color: #00853F;
  font-weight: 700;
}

.global-above-logo-nav a#for-business {
	color: black;
	padding: 0 0 0 15px;
}

.global-above-logo-nav span {
  float: left;
  margin-right: 0;
}

#lbiz {
  float: left;
  background: none;
  display: block;
  height: 22px;
  width: 150px;
  margin-left: 0;
  position: relative;
  z-index: 1000;
}


#forHome{color: #00853F;font-weight: bold;}	


/* Utility Nav (upper right) */

#commonNavMenu {
  display: inline-block;
  height: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0px;
  text-align: right;
  width: 50%;
}

#commonNavMenu li {
  display: inherit;
  padding: 0px;
  margin: 0px;
}

#commonNavMenu a {
  font-size: 14px;
  color: black;
  height: 13px;
  text-decoration: none;
  margin: 0px;
  padding: 0px 7px 0px 8px;
  position: relative;
}

#commonNavMenu li:last-child a {
  padding-right: 0;
}

a#chat-residential-english-LQ-LCTL {
  padding: 0;
}

#utility-nav-chat-link:before {
  background: url('/static/images/global_nav_sprite.png') no-repeat -98px -189px;
  content: "";
  height: 19px;
  left: -30px;
  position: absolute;
  top: -4px;
  width: 27px;
}

/*.chat-icon{
  background: url('/static/images/global_nav_sprite.png') no-repeat -98px -189px;
  content: "";
  height: 19px;
  position: absolute;
  top: -5px;
  width: 27px;
  float: right;
  margin: 0 -35px;
}*/

a#contactMenu_callLink {
	margin-left: 20px;
}

#contactMenu_callLink:before {
  background: url('/static/images/global_nav_sprite.png') no-repeat -161px -189px;
  content: "";
  height: 19px;
  left: -20px;
  position: absolute;
  top: -4px;
  width: 19px;
}

#commonNavMenu a:hover {
  text-decoration: underline;
}

#commonNavMenu a.selected {
  color: #00853F;
  font-weight: bold;
}

#commonNavMenu .last {
  border: none;
  margin-right: 0px;
  padding-right: 0px;
}


#contactMenu {float:right; margin:0px; padding:0px;}
#contactMenu li{list-style-type:none; float:left; height:20px; margin-left:12px; vertical-align:top; overflow:hidden;}
#contactMenu li a{display:inline-block; color:black; text-decoration:none;  height:18px; padding-top:2px;}
#contactMenu li a:hover{text-decoration:underline;}

#contactMenu li.callLink{ background:#fff url('/static/images/icon_cta_call.png') no-repeat ; }
#contactMenu li.chatLink{ background:#fff url('/static/images/icon_cta_chat.png') no-repeat ; }
#contactMenu li.emailLink{ background:#fff url('/static/images/icon_cta_email.png') no-repeat ; }
#contactMenu li.callLink a{padding-left:12px;}
#contactMenu li.chatLink a{padding-left:18px;}
#contactMenu li.emailLink a{padding-left:20px;}

#tabnavContainer{clear:both; overflow:hidden; margin:0px; padding:0px; }


/* Search */

.search {
  background: url('/static/images/global_nav_sprite.png') 101.2% -250px no-repeat;
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  width: 551px;
}

@media (min-width: 992px) {
  .search {
    width: 727px;
  }
}

input#searchText {
 /* background: none;
  border: none;*/
  height: 27px;
  padding: 4px 5px;
  width: 183px;
  box-sizing: border-box;
}


/* Main Nav */

header #header_nav  {
  background: url('/static/images/nav-background.png') 0 100% repeat-x;
	height: auto;
}

#subnavContainer {
}

/*ul#main-nav {
  height: 57px;
  margin-top: 4px;
  list-style: none;
  padding: 0;
}*/
ul#main-nav {
  height: 57px;
  margin-top: 7px;
  list-style: none;
}

ul#main-nav li {
  display: inline-block;
}

ul#main-nav li a {
  color: black;
  display: inline-block;
  font-size: 18px;
  margin-right: 49px;
  padding: 19px 0 17px;
}

ul#main-nav li.current a {
  color:#00853F; 
  font-weight: 700;
  position: relative;
}

ul#main-nav li.current a:before {
  border-bottom: 8px solid black;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 45%;
  position: absolute;
  width: 0;
}


/* Sub Nav */

#subnavContainer .top_menu {
	padding: 0;
}

#subnavContainer {
  clear: both;
  height: 39px;
  overflow: hidden;
  padding: 0px;
}

ul#sub-nav li a {
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 0;
  position: relative;
}

ul#sub-nav li a:hover {
  color: #0047bb;
}

ul#sub-nav li a.selected {
  color: #0047bb;
  font-weight: 700;
}

ul#sub-nav li {
  line-height: normal;
  margin: 0 32px 0 0;
}

#qbpBtn a:after {
  background: url('/static/images/global_nav_sprite.png') -164px -7px no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
}

li.qbp {
  margin: 0 !important;
}

.top_menu ul li.qbp #qbpBtn a {
  color:#00853F;
  font-size:14px;
  font-weight: 700;
  background: none;
  padding: 11px 28px 11px 0px;
}

.top_menu ul li.qbp #qbpBtn a:hover{text-decoration:underline;}

form#siteSearch button {
  background: transparent;
  cursor: pointer;
  font-size: 0;
  height: 28px;
  width: 35px;
  vertical-align: top;
  border: none;
}

form#siteSearchRes button {
  background: transparent;
  cursor: pointer;
  font-size: 0;
  height: 28px;
  width: 35px;
  vertical-align: top;
  border: none;
}

form#siteSearchMed button {
  background: transparent;
  cursor: pointer;
  font-size: 0;
  height: 28px;
  width: 35px;
  vertical-align: top;
  border: none;
}

form#siteSearchEnt button {
  background: transparent;
  cursor: pointer;
  font-size: 0;
  height: 28px;
  width: 35px;
  vertical-align: top;
  border: none;
}


/* Older Sub Nav Styles (from global.css) */

.top_menu{clear: both; overflow:hidden; /*height:32px;*/ padding-left:15px;}
/*.top_menu ul{height:36px; margin:0px; padding:0px; overflow:hidden;}*/
.top_menu ul li{display:block; float:left; line-height:27px; *line-height:25px;}
.top_menu ul li a{font-size:12px; padding:0 10px;}
.top_menu ul li a:hover{ text-decoration: underline;}

.top_menu ul li.current_link a{ font-weight:bold; color: #00853F; text-decoration:none;}
.top_menu ul li.current_link a:hover{text-decoration:underline;}
.top_menu ul li.first{ margin-left:-3px;}
.top_menu ul li.last{ margin-right:0px; padding-right:0px;}
.top_menu ul li.search{float:right; position:relative; height:28px; overflow:hidden; padding-right:15px;}
.top_menu ul li.qbp {float:right; margin-right:24px; width:140px;}
.top_menu ul li.qbp #qbpBtn{float:right; }

.top_menu  #siteSearch{ float:left; overflow:hidden; height:30px; vertical-align:top;}
.top_menu  #siteSearch input{ float:left; position:relative;}
.top_menu  #siteSearch #searchText{ top:4px; color:black; padding-left:25px; background:#fff url("/static/images/iconSearch.gif") no-repeat scroll 5px 1px; vertical-align:bottom; width:164px; height:15px; border:2px solid black; margin-right:5px;}
.top_menu  #siteSearch #searchBtn{ top:5px;}
.top_menu  #siteSearch label {line-height:14px; color:black; height:16px; position:absolute; top:-6px; left:8px; margin:13px 0 0 0; padding: 0 0 0 20px; z-index:8;}

.top_menu  #siteSearchRes{ float:left; overflow:hidden; height:30px; vertical-align:top;}
.top_menu  #siteSearchRes input{ float:left; position:relative;}
.top_menu  #siteSearchRes #searchTextRes{ top:4px; color:black; padding-left:25px; background:#fff url("/static/images/iconSearch.gif") no-repeat scroll 5px 1px; vertical-align:bottom; width:164px; height:15px; border:2px solid black; margin-right:5px;}
.top_menu  #siteSearchRes #searchBtn{ top:5px;}
.top_menu  #siteSearchRes label {line-height:14px; color:black; height:16px; position:absolute; top:-6px; left:8px; margin:13px 0 0 0; padding: 0 0 0 20px; z-index:8;}

.top_menu  #siteSearchMed{ float:left; overflow:hidden; height:30px; vertical-align:top;}
.top_menu  #siteSearchMed input{ float:left; position:relative;}
.top_menu  #siteSearchMed #searchTextMedium{ top:4px; color:black; padding-left:25px; background:#fff url("/static/images/iconSearch.gif") no-repeat scroll 5px 1px; vertical-align:bottom; width:164px; height:15px; border:2px solid black; margin-right:5px;}
.top_menu  #siteSearchMed #searchBtn{ top:5px;}
.top_menu  #siteSearchMed label {line-height:14px; color:black; height:16px; position:absolute; top:-6px; left:8px; margin:13px 0 0 0; padding: 0 0 0 20px; z-index:8;}

.top_menu  #siteSearchEnt{ float:left; overflow:hidden; height:30px; vertical-align:top;}
.top_menu  #siteSearchEnt input{ float:left; position:relative;}
.top_menu  #siteSearchEnt #searchTextEnt-auth{ top:4px; color:black; padding-left:25px; background:#fff url("/static/images/iconSearch.gif") no-repeat scroll 5px 1px; vertical-align:bottom; width:164px; height:15px; border:2px solid black; margin-right:5px;}
.top_menu  #siteSearchEnt #searchBtn{ top:5px;}
.top_menu  #siteSearchEnt label {line-height:14px; color:black; height:16px; position:absolute; top:-6px; left:8px; margin:13px 0 0 0; padding: 0 0 0 20px; z-index:8;}
