body {
	background-color: #000000;
	background-image: url(../images/energypartner-bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: left;
}
h1 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0771BD;
	padding: 0 0 4px 0;
	font-weight: lighter;
	font-style: italic;
	line-height: 120%;
}
h2 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 10px 0 3px 0;  
        margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	color: #fff;
	vertical-align: top;
}
h5 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	padding: 10px 20px;
}
h6 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	position:absolute;
	top: 14px;
	left: 60px;
	padding: 20px;
	z-index: 10000;
	font-style: italic;
	line-height: 120%;
}
h7 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;;
	color: #000000;
	position: absolute;
	top: 0px;
	left: 17px;
	padding: 20px;
	z-index: 10000;
	font-style: italic;
	line-height: 120%;
}

@media(min-width:571px){
	h7 {font-size: 24px; top: 5px; left: 23px;}
}
@media(min-width:768px){
	h7 {font-size: 26px; top: 12px; left: 48px;}
}
@media(min-width:992px){
	h7 {font-size: 36px; top: 14px; left: 60px;}
}


#wrapper {
	background-color: white;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 1);
}

#wrapper .container {
width: 900px;
}

/******************** #SITE_HEADER *****************/
.top-bar {
	background-image: url(/images/blu-bar.jpg);
	background-repeat: repeat-y;
	background-color: #28ABE3;
	height: 25px;
	margin-bottom: 10px;
}

#logo {
	display: block;
	padding: 0 20px;
}
#tagline {
	padding: 15px 0 0 0;
	color: #29A7E1;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
    text-align: center;
	text-decoration: none;
}
#primary_nav > li > a {
    color: #999999;
}
#primary_nav > li > a:hover {
    color: #000;
}
#social {
  font-size: 26px;
  position: absolute;
  top: 24px;
  right: 1px;
  z-index: 10;
}

@media (min-width: 768px) {
    #site_header {
        position: relative;
        padding-top: 15px;
    }
    /* Eyebrow */
    #eyebrow_nav {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 7px 0;
        color: #fff;
        text-align: center;
        background-image: url(/images/blu-bar.jpg);
        background-repeat: repeat-y;
        background-color: #28ABE3;
    }
    #eyebrow_nav li {
        margin: 0;
        padding: 0;
        border-left: 1px solid #FFFFFF;
    }
    #eyebrow_nav li:first-child {
        border: none;
    }
    #eyebrow_nav a {
        margin: 0;
        padding: 4px 10px;
        color: #FFFFFF;
        font-size: 12px;
        text-decoration: none;
        line-height: 1;
    }
    #eyebrow_nav a:hover,
    .nav > li > a:hover {
        color: #CCCCCC;
        background: none;
    }
    /* Primary Nav */
    #primary_nav {
        margin: 0 -15px 10px 0;
    }
    #primary_nav > li {
        padding: 0 5px;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #999999;
    }
    #primary_nav > li:first-child {
        border: none;
    }
    #primary_nav > li > a {
        color: #999999;
        padding: 0;
    }
    #primary_nav > li > a:hover {
        color: #000;
        background: none;
    }
    #tagline {
        padding: 45px 0 0;
        font-size: 20px;
    }
    #social {
	  top: 0;
	  right: 316px;
	}
}
@media (min-width: 992px) {
    #primary_nav {
        margin: 5px -15px 10px 0;
    }
    #tagline {
        padding: 45px 0 0;
        font-size: 24px;
    }
}




/******************** banner *****************/
#banner_wrapper {
	height: 180px;
	background: url('/images/Energy-edge-internal.png') no-repeat;
	z-index: 1000;
	margin: 0 -20px;
	width: 980px;
	position: absolute;
}

#banner_int {
	position: relative;
	z-index: 1;
}

#call_box {
	background-color: #333;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
}

#call_box img {
	margin: 4px 20px;
}
#call_box h4 {
	line-height: 2.3em;
	text-align: center;
	margin: 0 10px;
	font-size: 12px;
}

@media(min-width:768px){
	#call_box {
		line-height: 40px;
	}
	#call_box h4 {
		font-size: 18px;
	}
}



/******************** nav area *****************/

.navbar-toggle {
	background: #eee;
}
.icon-bar {
	background: #29A7E1;
}

.content {
	overflow: auto;
	margin: 20px 0;
}

.content p {
	font-size: 12px;
	color: #333;
	padding: 0;
	margin-top: 8px;
	line-height: 160%;
}


#sidecolumn-head {
	background-image: url(/images/blu-bar.jpg);
	background-repeat: repeat-y;
	display: block;
	width: 100%;
	min-height: 40px;
	background-color: #28ABE3;
}

#side-column-copy {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding: 10px 20px 20px 20px;
	line-height: 130%;
}
#side-column ul {
	text-align: left;
	margin: 0;
	padding: 5px 15px;
}
#side-column ul li {
	list-style-type: none;
	text-align: left;
}

.well h2 {
	margin: 0 0 10px;
	padding: 0;
}

.blog_nav_expander {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: grey;	
}
.blog_nav_expander:hover {
	text-decoration: none;
}
.blog_nav_expander:before {
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    float: right;        /* adjust as needed */
    font-size: 12px;
    line-height:18px;
}
.blog_nav_expander.o:before {
	content: "\e113"; 
}
.blog_nav_expander.c:before {
	content: "\e114"; 
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: lighter;
	color: #29A7E1;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	line-height: 140%;
}
.img-responsive {
	margin: auto;
}

#call-box {
	background-color: #666666;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	clear: both;
}

.hname {
	display: none;
}


#page {
	min-height:100%;
	height:auto !important;
	height: 100%;
	width: 940px;
	top:0px;
	overflow:hidden;
	background-color: #FFFFFF;
	margin-left:15px;
}

#banner-wrap {
	width:980px;
	height:220px;
	background-image:url(../images/Energy-edge.png);
	z-index:1000;
	position:absolute;
	margin: 146px 0 0 -20px;
}

#banner-wrap-int {
	width:980px;
	height:180px;
	background-image:url(../images/Energy-edge-internal.png);
	z-index:1000;
	position:absolute;
	margin: 120px 0 0 -20px;
}


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: lighter;
	color: #29A7E1;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	line-height: 140%;
}

#header {
	width: 940px;
	height: 160px;
	position:relative;
}

/********************* Home ***********************/
#home-container {
	width: 100%;
	height: auto;
}
.home #banner_wrapper {
	height: 260px;
	background: url('/images/Energy-edge.png') no-repeat center;
}
.home-sections img {
	padding-top: 20px;
}
#pricetable table {
	width: 280px;
	margin: 10px auto;
	border:none;
}
#pricetable tr {border:none;}
#pricetable td {border:none; font-size:11px;font-weight:bold;text-align:left;font-family: Arial, Helvetica, sans-serif;color:black;padding:3px;height:auto}
#pricetable tr.odd{background-color:#fff;}
#pricetable tr.even{background-color:#ccc;}

@media(min-width:768px){
	#pricetable table {width:100%; margin:10px 0}
}



/******************** banner area ********************/


#shadow {
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
	display:block;
	width: 940px;
	height: 20px;
}

.carousel {
	
}

.carousel .item h3 {
	color: #FFFFFF;
	position:absolute;
	top: 0px;
	left: 30px;
	padding: 0;
	z-index: 10000;
	font: italic bold 11px 'Century Gothic', Arial, Helvetica, sans-serif;
	line-height: 130%;
    width: 49%;
    z-index: 1000;
}

.carousel .item p {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	line-height: 150%;
	color: #FFFFFF;
	position:relative;
	padding: 10px 10px 0 0;
	font-style: normal;
	font-weight: lighter;
}

@media(min-width:571px){
	.carousel .item h3 {font-size: 16px; top: 10px; left: 35px;}
	.carousel .item p {font-size: 11px; }
}
@media(min-width:768px){
	.carousel .item h3 {font-size: 20px; top: 12px; left: 48px;}
	.carousel .item p {font-size: 12px; padding-left: 30px;}
}
@media(min-width:992px){
	.carousel .item h3 {font-size: 24px; top: 40px; left: 80px;}
	.carousel .item p {font-size: 14px; }
}

.carousel-control {
	width: 7%;
}

#container {
	width: 100%;
}

.tab1 {
	width: 30%;
	float: left;
	padding: 10px;
}

.tabbodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding: 0 10px 10px 10px;
	line-height: 130%;
}

.tabbodycopy a {
	font-style: italic;
	color: #29A7E1;
	text-decoration: none;	
	line-height:180%;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: left;
	padding: 10px 0 20px;
	line-height: 160%;
}

.bodycopy p {margin-top:8px;}

.bodycopy ul {margin-left:20px;}

.bodycopy li {
	font-weight: bold;
	list-style-type: disc;
	padding: 2px;
	margin-left: 10px;
}

/********************** chart ***************/

.even {
	background-color: #004F2F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F3E4CF;
	text-decoration: none;
	text-align: center;
	padding: 8px;
}

.odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFFFFF;
}


/********************* footer ***********************/
#footer {
	text-align: center;
	background-color: #E6E6E6;
	border-top: 10px solid #666666;
	clear:	both;
}

#footernav, .footernav {
	overflow: hidden;
	font-family: Arial;
	font-size: 11px;
	color: #CCC;
	padding: 0 0;
	background-color: #E6E6E6;
        margin-left:auto;
        margin-right: auto;
    margin: 10px auto;
}

#footernav ul, .footernav ul {
	list-style: none;
	display: block;
	overflow: auto;
	margin: 10px 0;
	padding-left: 0;
}

#footernav li, .footernav li {
	float: left;
	width: auto;
}

#footernav ul li a, .footernav ul li a {
	margin: 6px 6px 0 6px;
	padding: 0 10px;
	color: #666666;
	display: block;
	height: 20px;
	width:auto;
	text-decoration: none;
}

#footernav ul li a:hover, .footernav ul li a:hover {
	color: #000000;
}

#bbb_image {
	border: 0;
	float:none;
	padding:9px 10px 0 0;
}
@media(min-width:992px){
	#bbb_image {
		float:right;
	}
}
@media(min-width:1200px){
	#bbb_image {
		float:right;
	}
}

#footercopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	padding: 10px 10px;
        text-align:left;
    clear: both;
}

#footercopyright a {
       color: #666;
       text-decoration:none;
}
