
body {
    color: #333333;
    background: #7799AA;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

a {
    color: #007cc1;
    text-decoration: underline;
}
a:hover,
a:active {
    color: #00507C;
}
div {
    display: block;
}
h1 {
    color: #1F81B2;
    font-family: georgia, serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 12px 0 18px 0;
}
h2 {
    color: #1F81B2;
    font-family: georgia, serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 18px 0 12px 0;
}
h3 {
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 12px 0 12px 0;
}
ul {
    margin: 0;
    padding: 0 0 12px 27px;
}
p {
    margin: 0;
    padding: 0 0 12px 0;
}
p img {
    padding: 10px 10px 10px 10px;
}

/* Page Classes */
.page-container {
    width: 100%;
}
.page-wrapper {
    margin: 0 auto 0 auto;
    text-align: center;
    width: 980px;
}
.page {
    background: #FFFFFF;
    text-align: left;
}
.block-wrapper {
    margin: 0 0 20px 0;
}

/* Header Classes */
.header-container {
    background: url(../images/background-header.png) no-repeat 0 0;
    width: 100%;
}
.header-wrapper {}
.header {
    height: 100px;
    position: relative;
}
.header a {
    background: url(../images/logo.png) no-repeat 0 0;
    display: block;
    height: 50px;
    left: 25px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    top: 25px;
    width: 270px;
}

/* Navigation Classes */
.navigation-container {
    width: 100%;
}
.navigation-wrapper {}
.navigation {
    background: url(../images/background-navigation.png) repeat-x 0 0;
    background-color: #0077AC;
    height: 40px;
}
.navigation ul {
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}
.navigation ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 27px 0 27px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.navigation ul li a {
    color: #FFFFFF;
    display: block;
    font-family: Georgia, serif;
    font-size: 15px;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation ul li a:hover,
.navigation ul li a:active {
    text-decoration: underline;
}
.navigation ul li.navigation-search {
    background: url(../images/background-search.png) repeat-x 0 0;
    padding: 0 4px 0 16px;
    width: 260px;
}
.navigation ul li.navigation-search form {
    height: 40px;
    margin: 0;
    padding: 0;
}
.navigation ul li.navigation-search label {
    background: url(../images/background-search.png) repeat-x 0 0;
    background-color: #0077AC;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    margin: 0 0 0 -4px;
    text-transform: uppercase;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.navigation ul li.navigation-search input#gsa {
    font-size: 13px;
    height: 16px;
    margin: 8px 8px 8px 8px;
    opacity: 0.9;
    padding: 2px 2px 2px 2px;
    vertical-align: top;
    width: 130px;
}
.navigation ul li.navigation-search input#gsa:focus {
    opacity: 1;
}
.navigation ul li.navigation-search input#searchButton {
    height: 27px;
    margin: 8px 8px 5px 5px;
    vertical-align: top;
    width: 24px;
}

/* Sub-Header Classes */
.sub-header-container {}
.sub-header-wrapper {}
body.front div.sub-header {
    background: url(../images/background-sub-header-brown.png) no-repeat 0 0;
}
body.not-front div.sub-header {
    background: url(../images/background-sub-header-white.png) no-repeat 0 0;
}

/* Breadcrumb Classes */
.breadcrumb-container {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.breadcrumb-wrapper {}
.breadcrumb {
    height: 95px;
    padding: 15px 0 0 15px;
    width: 635px;
}
.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb ul li {
    display: inline-block;
    font-size: 13px;
    zoom: 1;
    *display: inline;
}
.breadcrumb ul li span {
    padding: 0 3px 0 3px;
}
.breadcrumb ul li a {
    color: #414141;
    text-decoration: none;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li a:active {
    color: #414141;
    text-decoration: underline;
}

/* Dept Classes */
.dept-container {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.dept-wrapper {
    height: 110px;
    position: relative;
    width: 325px;
}
.dept {
    color: #1e7eae;
    font-family: Georgia, serif;
    font-size: 18px;
    position: absolute;
    right: 120px;
    top: 40px;
}

/* Content Classes */
.content-container {}
.content-wrapper {}
.content {}
.left-container {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.left-wrapper {}
.left {}
.middle-container {
    display: inline-block;
    margin: 0 0 0 -4px;
    vertical-align: top;
    width: 758px;
    zoom: 1;
    *display: inline;
}
.middle-wrapper {}
.middle {}
.top-container {}
.top-wrapper {}
.top {}
body.front div.main-container {
    width: 515px;
}
body.not-front.right div.main-container {
    width: 390px;
}
.main-container {
    display: inline-block;
    margin: 0 0 0 -5px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.main-wrapper {}
.main {
    font-size: 14px;
    padding: 0 19px 0 19px;
}
.main h1 {
    color: #1f81b2;
    font-weight: normal;
    margin: 0 0 0 0;
}
body.front div.right-container {
    padding: 0 19px 0 0;
    width: 228px;
}
body.not-front div.right-container {
    padding: 0 19px 0 0;
    width: 350px;
}
.right-container {
    display: inline-block;
    margin: 30px 0 0 -5px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.right-wrapper {}
.right {}

/* Main Navigation */
.left ul.menu {
    margin: 0;
    padding: 0 15px 0 15px;
}
/* Depth 1 */
.left ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.left ul.menu li.depth-1 a {
    border-bottom: 1px solid #B7B7B7;
    color: #1e7eae;
    display: block;
    font-family: Georgia, serif;
    font-size: 18px;
    margin: 0;
    padding: 8px 0 8px 5px;
    text-decoration: none;
}
.left ul.menu li.depth-1.last a {
    border-bottom: 1px solid #FFFFFF;
}
.left ul.menu li.depth-1 a:hover,
.left ul.menu li.depth-1 a:active,
.left ul.menu li.depth-1.active-trail a {
    color: #1a283a;
    background-color: #75BBDF;
}

.left ul.menu li.depth-1.expanded a {
    color: #1e7eae;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
}
.left ul.menu li.depth-1.expanded a:hover,
.left ul.menu li.depth-1.expanded a:active {
    color: #52729B;
    background-color: #75BBDF;
}
.left ul.menu li.depth-1.expanded ul {
    padding: 0 0 0 5px;
}
.left ul.menu li.depth-1.expanded ul li {
    margin: 0;
    padding: 0;
}
.left ul.menu li.depth-1.expanded ul li.collapsed a,
.left ul.menu li.depth-1.expanded ul li.leaf a {
    background-color: #FFFFFF;
    border: none;
    color: #414141;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 0 4px 16px;
}
.left ul.menu li.depth-1.expanded ul li.leaf a.active-trail {
    font-weight: bold;
}
.left ul.menu li.depth-1.expanded ul li.collapsed a {
    background-image: url(../images/arrow-collapsed.png);
    background-position: 2px 8px;
    background-repeat: no-repeat;
}
.left ul.menu li.depth-1.expanded ul li.collapsed a:hover,
.left ul.menu li.depth-1.expanded ul li.collapsed a:active,
.left ul.menu li.depth-1.expanded ul li.leaf a:hover,
.left ul.menu li.depth-1.expanded ul li.leaf a:active {
    color: #414141;
    background-color: #75BBDF;
}
/* Depth 2 */
.left ul.menu li.depth-2.expanded ul {
    padding: 0 0 0 16px;
}
.left ul.menu li.depth-2.expanded a {
    background-color: #FFFFFF;
    background-image: url(../images/arrow-expanded.png);
    background-position: 2px 8px;
    background-repeat: no-repeat;
    color: #414141;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0 4px 16px;
}
.left ul.menu li.depth-2.expanded a:hover,
.left ul.menu li.depth-2.expanded a:active {
    color: #414141;
}
/* Depth 3 */
.left ul.menu li.depth-3.expanded a {
    background-color: #FFFFFF;
    background-image: url(../images/arrow-expanded.png);
    background-position: 2px 8px;
    background-repeat: no-repeat;
    color: #414141;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0 4px 16px;
}
.left ul.menu li.depth-3.leaf a {
    background: none;
    padding: 4px 0 4px 16px;
}
/* Depth 4 */
.left ul.menu li.depth-4.leaf a {
    background: none;
    padding: 4px 0 4px 16px;
}
/* Depth 5 */
.left ul.menu li.depth-5.leaf a {
    background: none;
    padding: 4px 0 4px 16px;
}
.left ul.menu li.depth-5.leaf a.active {
    font-weight: bold !important;
}

/* Footer Classes */
.footer-container {
    margin: 0 6px 0 6px;
    width: 968px;
}
.footer-wrapper {}
.footer {
    background: url(../images/background-footer.png) no-repeat 0 0;
    padding: 60px 0 30px 0;
}
.footer-top {
    padding: 0 0 10px 0;
}
.footer-top ul,
.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.footer-top ul li,
.footer-bottom ul li {
    display: inline-block;
    font-family: georgia, serif;
    line-height: 25px;
    padding: 0 20px 0 0;
}
.footer-top ul li a,
.footer-bottom ul li a {
    color: #1e7eae;
}
.footer-top ul li a {
    font-size: 18px;
}
.footer-bottom ul li a {
    font-size: 15px;
}
.footer-top ul li a:hover,
.footer-bottom ul li a:hover,
.footer-top ul li a:active,
.footer-bottom ul li a:active {
    color: #52729B;
}

/* quick links box */
/* i want to box */
.quick-links-left,
.want-to-questions-left {
    margin: 20px 15px 20px 15px;
}
.quick-links-container,
.want-to-questions-container {
    background: url(../images/background-box.gif) no-repeat bottom right;
}
.quick-links,
.want-to-questions {
    padding: 3px 15px 9px 15px;
}
.quick-links-left div.quick-links,
.want-to-questions-left div.want-to-questions {
    background: url(../images/background-box-small-middle.png) repeat-y 0 0;
    width: 160px;
}
.quick-links-right-home div.quick-links,
.want-to-questions-right-home div.want-to-questions {
    background: url(../images/background-box-medium-middle.png) repeat-y 0 0;
    width: 198px;
}
.quick-links label,
.want-to-questions label {
    display: none;
}
.quick-links-title,
.want-to-questions-title {
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
}
.want-to-questions-title {
    padding: 0 0 10px 0;
}
.quick-links-title h2,
.want-to-questions-title h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
    padding: 0;
}
.quick-links-blurb {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 10px 0;
}
.quick-links-left select#quick-links-selector,
.want-to-questions-left select#want-to-questions-selector {
    width: 155px;
}
#quick-links-selector,
#want-to-questions-selector {
    width: 200px;
}
.quick-links-top,
.want-to-questions-top {
    height: 14px;
}
.quick-links-left div.quick-links-top,
.want-to-questions-left div.want-to-questions-top {
    background: url(../images/background-box-small-top.png) no-repeat 0 0;
    width: 190px;
}
.quick-links-right-home div.quick-links-top,
.want-to-questions-right-home div.want-to-questions-top {
    background: url(../images/background-box-medium-top.png) no-repeat 0 0;
    width: 228px;
}
.quick-links-bottom,
.want-to-questions-bottom {
    height: 13px;
}
.quick-links-left div.quick-links-bottom,
.want-to-questions-left div.want-to-questions-bottom {
    background: url(../images/background-box-small-bottom.png) no-repeat 0 0;
    width: 190px;
}
.quick-links-right-home div.quick-links-bottom,
.want-to-questions-right-home div.want-to-questions-bottom {
    background: url(../images/background-box-medium-bottom.png) no-repeat 0 0;
    width: 228px;
}

/* newsletter box */
.newsletter-container {
    background: url(../images/background-box.gif) no-repeat bottom right;
    margin: 20px 15px 0 15px;
}
.newsletter-wrapper {}
.newsletter {
    background: url(../images/background-box-small-middle.png) repeat-y 0 0;
    padding: 3px 15px 9px 15px;
    width: 160px;
}
.newsletter-title {
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
}
.newsletter-title h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
    padding: 0;
}
.newsletter-element {}
.newsletter-element input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #717171;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
    outline: none;
    padding: 2px 2px 2px 2px;
    width: 145px;
}
.newsletter-element label {
    display: none;
}
.newsletter-element button {
    background: url(../images/button-textured.png) no-repeat 0 -30px;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 30px;
    outline: none;
    overflow: hidden;
    text-transform: uppercase;
    width: 150px;
}
.newsletter-element button:hover {
    background-position: 0 0;
}
.newsletter-blurb {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 10px 0;
}
.newsletter-privacy {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 0 0;
}
.newsletter-top {
    background: url(../images/background-box-small-top.png) no-repeat 0 0;
    height: 14px;
    width: 190px;
}
.newsletter-bottom {
    background: url(../images/background-box-small-bottom.png) no-repeat 0 0;
    height: 13px;
    width: 190px;
}

/* Poll */
.poll-container {}
.poll-wrapper {}
.poll {}
.poll div.title {
    color: #007CC1;
    font-weight: normal !important;
}
.poll-header {
    background: url(../images/header-energy-smarts.jpg) no-repeat 0 0;
    height: 101px;
    overflow: hidden;
    text-indent: -1000px;
    width: 228px;
}
.poll-content {
    background: url(../images/background-energy-smarts.jpg) no-repeat bottom center;
    padding: 0 10px 20px 10px;
}
.poll-content div.choices input {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    zoom: 1;
    *display: inline;
}
.poll-content div.choices label {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 180px;
    zoom: 1;
    *display: inline;
}
.poll-content div.vote-form input#edit-vote {
    background: url(../images/button-textured.png) no-repeat 0 -30px;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 30px;
    margin: 0 auto 0 auto;
    outline: none;
    overflow: hidden;
    text-transform: uppercase;
    width: 150px;
}
.poll-content div.vote-form input#edit-vote:hover {
    background-position: 0 0;
}
.poll-content ul.links {
    display: none;
}
.poll-content div.text {
    font-size: 14px;
    padding: 10px 0 3px 0;
    width: 100%;
}
.poll-content div.bar {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
    width: 160px;
    zoom: 1;
    *display: inline;
}
.poll-content div.percent {
    display: inline-block;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
    width: 40px;
    zoom: 1;
    *display: inline;
}
.poll-content div.total {
    display: none;
}
.poll-content div.foreground {
    background-color: #1F81B2 !important;
}

/* Hot Topic Block */
.hot-topic-container {
    padding: 20px 0 0 0;
}
.hot-topic-wrapper {}
.hot-topic {}
.hot-topic-header {
    background: url(../images/background-header-block.png) no-repeat 0 0;
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
    height: 43px;
    line-height: 43px;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
}
.hot-topic-header h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
    padding: 0;
}
.hot-topic-content {}
.hot-topic-content div.views-row {
    background: url(../images/divider-grey.png) no-repeat bottom left;
    padding: 10px 0 10px 0;
}
.hot-topic-content div.views-row-last {
    background: none;
}
.hot-topic-row {}
.hot-topic-cell-thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    zoom: 1;
    *display: inline;
}
.hot-topic-cell-content {
    display: inline-block;
    vertical-align: top;
    width: 353px;
    zoom: 1;
    *display: inline;
}
.hot-topic-cell-content-title a {
    font-size: 16px;
}
.hot-topic-cell-content-body {
    padding: 5px 0 5px 0;
}

/* Top Carousel */
.view-id-nodequeue_7 {
    position: relative;
}
.top-carousel-row {
    background-color: #0077AC;
    position: relative;
}
.top-carousel-row div.top_carousel-image {}
.top-carousel-row div.top_carousel-swoop {
    color: #FFFFFF;
    background: url(../images/overlay-carousel-top.png) no-repeat top right;
    height: 62px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 760px;
}
.view-display-id-carousel_renewables_block div.top_carousel-swoop,
.view-display-id-carousel_energy_efficiency_block div.top_carousel-swoop,
.view-display-id-carousel_oil_and_gas_block div.top_carousel-swoop,
.view-display-id-carousel_industry_development_block div.top_carousel-swoop,
.view-display-id-carousel_career_development_block div.top_carousel-swoop,
.view-display-id-carousel_department_block div.top_carousel-swoop,
.view-display-id-carousel_electricity_block div.top_carousel-swoop {
    display: none;
}
.top-carousel-row div.top-carousel-content {
    background: url(../images/overlay-carousel-bottom.png) no-repeat 0 0;
    bottom: 0px;
    height: 65px;
    padding: 30px 75px 5px 75px;
    left: 0px;
    position: absolute;
    width: 610px;
}
.top-carousel-row div.top-carousel-title a {
    color: #F5F5F1;
    font-family: Georgia, serif;
}
.top-carousel-row div.top-carousel-body {
    color: #FFFFFF;
    font-size: 13px;
    padding: 5px 0 0 0;
}
.top-carousel-row div.top-carousel-body a {
    color: #91D2F3;
    text-decoration: underline;
}
.top-carousel-row div.top-carousel-body a:hover,
.top-carousel-row div.top-carousel-body a:active {
    text-decoration: none;
}
.views-slideshow-controls-text {
    position: relative;
}
.views-slideshow-controls-text-previous a,
.views-slideshow-controls-text-next a {
    display: block;
    height: 34px;
    outline: none;
    overflow: hidden;
    text-indent: -100px;
    width: 30px;
}
.views-slideshow-controls-text-previous,
.views-slideshow-controls-text-next {
    bottom: 12px;
    display: block;
    height: 34px;
    position: absolute;
    width: 30px;
    z-index: 10;
}
.views-slideshow-controls-text-previous {
    left: 9px;
}
.views-slideshow-controls-text-next {
    right: 9px;
}
.views-slideshow-controls-text-previous a {
    background: url(../images/button-carousel-previous.png) 0 -34px;
}
.views-slideshow-controls-text-next a {
    background: url(../images/button-carousel-next.png) 0 -34px;
}
.views-slideshow-controls-text-previous a:hover,
.views-slideshow-controls-text-previous a:active,
.views-slideshow-controls-text-next a:hover,
.views-slideshow-controls-text-next a:active {
    background-position: 0 0;
}
.views-slideshow-controls-text-pause {
    display: none;
}
.views-slideshow-pager-fields {
    bottom: 75px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.views-slideshow-pager-field-item {
    display: inline-block;
    height: 9px;
    margin: 0 5px 0 5px;
    width: 9px;
    zoom: 1;
    *display: inline;
}
.views-slideshow-pager-field-item div.views-content-counter {
    background: url(../images/button-carousel-page.png) no-repeat 0 -9px;
    cursor: pointer;
    height: 9px;
    overflow: hidden;
    text-indent: -100px;
}
.views-slideshow-pager-field-item div.views-content-counter:hover,
.views-slideshow-pager-field-item.active div.views-content-counter {
    background-position: 0 0;
}

/* Fast Facts */
.fast-fact-container,
.energy-tips-container {
    margin: 25px 15px 25px 15px;
    padding: 42px 0 0 0;
    position: relative;
}
.fast-fact-container {
    background: url(../images/header-fast-facts.jpg) no-repeat 0 0;
}
.energy-tips-container {
    background: url(../images/header-energy-tips.png) no-repeat 0 0;
}
.fast-fact-wrapper,
.energy-tips-wrapper {
    background: url(../images/background-fast-facts.jpg) no-repeat bottom left;
    height: 180px;
}
.energy-tips-wrapper {
    height: 170px;
}
.fast-fact {
    padding: 20px 10px 0 10px;
}
.energy-tips {
    padding: 10px 10px 0 10px;
}
.fast-fact div.content,
.energy-tips div.content {
    height: 150px;
}
.fast-fact div.content ul.slides div.field-item,
.energy-tips div.content ul.slides div.field-item {
    padding: 10px 10px 10px 10px;
}
.fast-fact div.flexslider,
.energy-tips div.flexslider {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -o-border-radius: 0;
    -o-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.fast-fact div.flexslider:hover a.flex-prev,
.energy-tips div.flexslider:hover a.flex-prev {
    left: 10px;
    opacity: 1;
}
.fast-fact div.flexslider:hover a.flex-next,
.energy-tips div.flexslider:hover a.flex-next {
    left: 40px;
    opacity: 1;
}
.fast-fact a.flex-prev,
.fast-fact a.flex-next,
.energy-tips a.flex-prev,
.energy-tips a.flex-next {
    -moz-transition: none;
    -webkit-transition: none;
    display: block;
    height: 22px;
    top: 140px;
    transition: none;
    width: 22px;
}
.fast-fact a.flex-prev:before,
.fast-fact a.flex-next:before,
.energy-tips a.flex-prev:before,
.energy-tips a.flex-next:before {
    content: "";
}
.fast-fact a.flex-prev,
.energy-tips a.flex-prev {
    background: url(../images/button-fast-fact-previous.png) 0 -22px;
    left: 10px;
    opacity: 1;
    overflow: hidden;
    text-align: left;
    text-indent: -1000px;
}
.fast-fact a.flex-next,
.energy-tips a.flex-next {
    background: url(../images/button-fast-fact-next.png) 0 -22px;
    left: 40px;
    opacity: 1;
    overflow: hidden;
    text-align: left;
    text-indent: -1000px;
}
.fast-fact a.flex-prev:hover,
.fast-fact a.flex-next:hover,
.energy-tips a.flex-prev:hover,
.energy-tips a.flex-next:hover {
    background-position: 0 0;
    opacity: 1;
}
.fast-fact ol.flex-control-paging,
.energy-tips ol.flex-control-paging {
    display: none;
}

/* general content box */
.region-left div.general-block-container {
    margin: 0 15px 20px 15px;
}
.general-block-container {
    background: url(../images/background-box.gif) no-repeat bottom right;
    margin: 0 0 20px 0;
}
.general-block-wrapper {}
.general-block {
    padding: 3px 15px 9px 15px;
}
.region-left div.general-block {
    background: url(../images/background-box-small-middle.png) repeat-y 0 0;
    width: 160px;
}
body.front div.region-right div.general-block {
    background: url(../images/background-box-medium-middle.png) repeat-y 0 0;
    width: 198px;
}
body.not-front div.region-right div.general-block {
    background: url(../images/background-box-large-middle.png) repeat-y 0 0;
    width: 320px;
}
.general-block-title {
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
}
.general-block-title h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 33px;
    margin: 0;
    padding: 0;
}
.general-block-message {
    font-size: 14px;
    line-height: 20px;
}
.general-block-link a {
    background: url(../images/button-plain.png) no-repeat 0 -30px;
    border: 0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.general-block-link a span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.general-block-link a:hover,
.general-block-link a:active {
    background-position: 0 0;
    text-decoration: none;
}
.general-block-top {
    height: 14px;
}
.region-left div.general-block-top {
    background: url(../images/background-box-small-top.png) no-repeat 0 0;
    width: 190px;
}
body.front div.region-right div.general-block-top {
    background: url(../images/background-box-medium-top.png) no-repeat 0 0;
    width: 228px;
}
body.not-front div.region-right div.general-block-top {
    background: url(../images/background-box-large-top.png) no-repeat 0 0;
    width: 350px;
}
.general-block-bottom {
    height: 13px;
}
.region-left div.general-block-bottom {
    background: url(../images/background-box-small-bottom.png) no-repeat 0 0;
    width: 190px;
}
body.front div.region-right div.general-block-bottom {
    background: url(../images/background-box-medium-bottom.png) no-repeat 0 0;
    width: 228px;
}
body.not-front div.region-right div.general-block-bottom {
    background: url(../images/background-box-large-bottom.png) no-repeat 0 0;
    width: 350px;
}

/* Comapny of the Month */
.company-block-container {}
.company-block-wrapper {}
.company-block {
    background: url(../images/background-right-block.jpg) no-repeat bottom center;
    padding: 0 10px 20px 10px;
}
.company-block-header {
    background: url(../images/header-company-of-the-month.jpg) no-repeat 0 0;
    height: 101px;
    overflow: hidden;
    text-indent: -1000px;
    width: 350px;
}
.company-block-image {
    padding: 0 7px 0 8px;
}
.company-block-title {
    color: #1e7eae;
    font-size: 20px;
    padding: 10px 7px 0 8px;
}
.company-block-message {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px 0 8px;
}
.company-block-link {
    padding: 0 7px 0 8px;
}
.company-block-link a {
    background: url(../images/button-textured.png) no-repeat 0 -30px;
    border: 0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.company-block-link a:hover,
.company-block-link a:active {
    background-position: 0 0;
    text-decoration: none;
}

/* Recent Blog Block */
.blog-block-container {
    margin: 0 0 20px 0;
}
.blog-block-wrapper {}
.blog-block {
    width: 350px;
}
.blog-block-title {
    background: url(../images/background-header-block.png) no-repeat 0 0;
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
    height: 43px;
    line-height: 43px;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    width: 340px;
}
.blog-block-title h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
    padding: 0;
}
.blog-block-content {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px 0 8px;
}
.blog-block-content div.views-field-title {
    font-size: 16px;
}
.blog-block-content div.views-field-body {
    padding: 5px 0 5px 0;
}
.blog-block-content div.views-row {
    background: url(../images/divider-grey.png) no-repeat bottom left;
    padding: 10px 0 10px 0;
}
.blog-block-content div.views-row-last {
    background: none;
}
.blog-block-content div.more-link {
    text-align: left;
}
.blog-block-content div.more-link a {
    background: url(../images/button-textured.png) no-repeat 0 -30px;
    border: 0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.blog-block-content div.more-link a:hover,
.blog-block-content div.more-link a:active {
    background-position: 0 0;
    text-decoration: none;
}

/* News Release Block */
/*.aggregator-content {
    margin: 0 0 20px 0;
}*/
/*.news-block {
    width: 350px;
}*/
.aggregator-subject {
    background: url(../images/background-header-block.png) no-repeat 0 0;
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
    height: 43px;
    line-height: 43px;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    width: 340px;
}
.aggregator-subject h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
    padding: 0;
}
.aggregator-content {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px 0 8px;
}
.aggregator-content ul {
    margin: 0;
    padding: 0;
}
.aggregator-content ul li {
    background: url(../images/divider-grey.png) no-repeat bottom left;
    list-style-type: none;
    margin: 0;
    padding: 15px 0 15px 0;
}
.aggregator-content ul li.last {
    background: none;
}
.aggregator-content div.more-link {
    text-align: left;
}
.aggregator-content div.more-link a {
    background: url(../images/button-textured.png) no-repeat 0 -30px;
    border: 0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.aggregator-content div.more-link a:hover,
.aggregator-content div.more-link a:active {
    background-position: 0 0;
    text-decoration: none;
}
.feed-item-date {
    color: #A2A2A2;
    font-size: 12px;
}
.feed-item {
    background: url(../images/divider-grey.png) no-repeat bottom left;
    margin: 10px 0 0 0 !important;
}
.feed-item-body {
    margin: 0 !important;
    padding: 0 0 20px 0;
}

/* Calendar Block */
.calendar-block-container {
    background: url(../images/background-calendar.jpg) no-repeat top right;
    background-color: #0077AC;
    margin: 0 auto 10px auto;
    width: 940px;
}
.calendar-block-wrapper {}
.calendar-block {}
.calendar-block-title {
    color: #FFFFFF;
    font-family: georgia, serif;
    font-size: 27px;
    padding: 15px 0 15px 20px;
}
.calendar-block-title h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
    padding: 0;
}
.calendar-block-content div.views-row {
    background-color: #FFFFFF;
    display: inline-block;
    height: 150px;
    margin: 0 0 20px 16px;
    vertical-align: top;
    width: 210px;
    zoom: 1;
    *display: inline;
}
.calendar-block-content div.views-row-first {
    margin: 0 0 20px 20px;
}
.calendar-block-content div.views-row div.views-field-field-event-date {
    background-color: #317cb1;
    color: #FFFFFF;
    display: inline-block;
    font-size: 19px;
    height: 28px;
    line-height: 28px;
    margin: 1px 0 0 1px;
    padding: 0 0 0 10px;
    width: 153px;
    zoom: 1;
}
.calendar-block-content div.views-row div.views-field-field-event-date-1 {
    background-color: #D6D6BD;
    color: #024B70;
    display: inline-block;
    font-size: 19px;
    height: 28px;
    line-height: 28px;
    margin: 1px 0 0 -4px;
    padding: 0 10px 0 0;
    text-align: right;
    width: 35px;
    zoom: 1;
}
.calendar-block-content div.views-row div.views-field-title {
    padding: 15px 15px 15px 15px;
}
.calendar-block-content div.views-row div.views-field-title-1 {
    padding: 0 15px 0 15px;
}

/* Message from the minister */
.message-block-container {
    margin: 0 0 20px 0;
}
.message-block-wrapper {}
.message-block {
    background: url(../images/background-right-block.jpg) no-repeat bottom center;
    padding: 0 10px 20px 10px;
}
.message-block-header {
    background: url(../images/header-message-from-the-minister.jpg) no-repeat 0 0;
    height: 101px;
    overflow: hidden;
    text-indent: -1000px;
    width: 350px;
}
.message-block-image {
    padding: 0 7px 0 8px;
}
.message-block-title {
    color: #1e7eae;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 7px 10px 8px;
}
.message-block-message {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px 0 8px;
}

/* electricity box */
.electricity-block-container {
    background: url(../images/background-box.gif) no-repeat bottom right;
    margin: 20px 15px 0 15px;
}
.electricity-block-wrapper {}
.electricity-block {
    background: url(../images/background-box-small-middle.png) repeat-y 0 0;
    padding: 3px 15px 9px 15px;
    position: relative;
    width: 160px;
}
.electricity-block-powerline {
    background: url(../images/background-block-electricity101.png) no-repeat 0 0;
    height: 72px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    text-indent: -100px;
    top: 0px;
    width: 61px;
}
.electricity-block-title {
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
    width: 100px;
}
.electricity-block-title h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
    padding: 0;
}
.electricity-block-message {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 10px 0;
}
.electricity-block-top {
    background: url(../images/background-box-small-top.png) no-repeat 0 0;
    height: 14px;
    width: 190px;
}
.electricity-block-bottom {
    background: url(../images/background-box-small-bottom.png) no-repeat 0 0;
    height: 13px;
    width: 190px;
}
.electricity-block-link a {
    background: url(../images/button-plain.png) no-repeat 0 -30px;
    border: 0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.electricity-block-link a:hover,
.electricity-block-link a:active {
    background-position: 0 0;
    text-decoration: none;
}

/* pager */
.pager {
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
    text-align: left !important;
}
.pager-item,
.pager-current,
.pager-first,
.pager-previous,
.pager-next,
.pager-last {
    display: inline-block !important;
    height: 30px;
    line-height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: top;
    width: 30px;
    zoom: 1;
    *display: inline;
}
.pager-item a,
.pager-first a,
.pager-previous a,
.pager-next a,
.pager-last a {
    background: url(../images/button-pager-page.png) no-repeat 0 -30px;
    color: #333333;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.pager-item a:hover,
.pager-item a:active,
.pager-first a:hover,
.pager-first a:active,
.pager-previous a:hover,
.pager-previous a:active,
.pager-next a:hover,
.pager-next a:active,
.pager-last a:hover,
.pager-last a:active {
    background-position: 0 0 !important;
    text-decoration: none;
}
.pager-current {
    background: url(../images/button-pager-page.png) no-repeat 0 0 !important;
}
.pager-ellipsis {
    display: none !important;
}
.pager-first,
.pager-previous,
.pager-next,
.pager-last {
    overflow: hidden;
    text-indent: -100px;
}
.pager-first a {
    background: url(../images/button-pager-first.png) no-repeat 0 -30px !important;
}
.pager-previous a {
    background: url(../images/button-pager-previous.png) no-repeat 0 -30px !important;
}
.pager-next a {
    background: url(../images/button-pager-next.png) no-repeat 0 -30px !important;
}
.pager-last a {
    background: url(../images/button-pager-last.png) no-repeat 0 -30px !important;
}

/* News Page */
.view-news {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px 0 8px;
}
.view-news div.view-content {
    padding: 0 0 20px 0;
}
.view-news div.news-thumbnail {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.view-news div.news-cell {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 600px;
    zoom: 1;
    *display: inline;
}
.view-news div.news-cell span {
    display: block;
    padding: 0 0 5px 0;
}
.view-news div.news-cell p {
    margin: 0;
}
.view-news div.views-row {
    background: url(../images/divider-grey.png) no-repeat bottom left;
    padding: 10px 0 10px 0;
}
.view-news div.views-row-last {
    background: none;
}
.news-row-image img {
    float: right;
    max-width: 700px;
}

/* Calendar Events */
.view-calendar div.date-heading {
    background: url(../images/background-event-title.png) no-repeat 0 0;
    height: 30px !important;
    left: 185px;
    position: absolute;
    top: 0px;
    width: 175px !important;
}
.view-calendar div.date-heading h3 {
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 20px !important;
    font-weight: normal;
}
.view-calendar div.date-nav {
    margin: 0 !important;
    padding: 0 !important;
}
.view-calendar div.view-header ul.pager  {
    width: 700px;
}
.view-calendar div.date-nav ul.pager li.date-prev,
.view-calendar div.date-nav ul.pager li.date-prev a,
.view-calendar div.date-nav ul.pager li.date-next,
.view-calendar div.date-nav ul.pager li.date-next a {
    font-size: 0px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    width: 175px;
}
.view-calendar div.date-nav ul.pager li.date-prev a,
.view-calendar div.date-nav ul.pager li.date-next a {
    display: block;
}
.view-calendar div.date-nav ul.pager li.date-prev {
    left: 0px;
}
.view-calendar div.date-nav ul.pager li.date-next {
    height: 0;
    left: 370px;
    top: 30px;
}
.view-calendar div.date-nav ul.pager li.date-prev a {
    background: url(../images/button-event-previous.png) no-repeat 0 -30px;
}
.view-calendar div.date-nav ul.pager li.date-next a {
    background: url(../images/button-event-next.png) no-repeat 0 -30px;
    margin: -30px 0 0 0;
}
.view-calendar div.date-nav ul.pager li.date-prev a:hover,
.view-calendar div.date-nav ul.pager li.date-prev a:active,
.view-calendar div.date-nav ul.pager li.date-next a:hover,
.view-calendar div.date-nav ul.pager li.date-next a:active {
    background-position: 0 0;
}
.events-row {
    margin: 0 0 40px 0;
}
.events-row-left {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    zoom: 1;
    *display: inline;
}
.events-row-calendar {
    border: 1px solid #0099EC;
    margin: 0 0 10px 0;
    width: 231px;
}
.events-row-calendar-dateline {}
.events-row-calendar-month {
    background-color: #44A6EB;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 10px;
    width: 163px;
    zoom: 1;
    *display: inline;
}
.events-row-calendar-year {
    background-color: #D6D6BD;
    color: #024B70;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 -4px;
    text-align: center;
    width: 58px;
    zoom: 1;
    *display: inline;
}
.events-row-calendar-headers {
    border-bottom: 1px solid #0099EC;
}
.events-row-calendar-week {}
.events-row-calendar-header,
.events-row-calendar-day-overflow,
.events-row-calendar-day-current,
.events-row-calendar-day-event {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 -4px;
    padding: 0 9px 0 0;
    text-align: right;
    width: 24px;
    zoom: 1;
    *display: inline;
}
.events-row-calendar-header {
    color: #737373;
    text-align: center;
}
.events-row-calendar-day-overflow {
    color: #BABABA;
}
.events-row-calendar-day-event {
    background-color: #74EFFE;
}
.events-row-calendar-header.first,
.events-row-calendar-day-overflow.first,
.events-row-calendar-day-current.first,
.events-row-calendar-day-event.first {
    margin: 0;
}
.events-row-contact {
    margin: 0 0 10px 0;
}
.events-row-right {
    display: inline-block;
    padding: 0 0 0 14px;
    vertical-align: top;
    width: 460px;
    zoom: 1;
    *display: inline;
}
.events-row-date {
    margin: 0 0 10px 0;
}
.events-row-title {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.events-row-location {
    margin: 0 0 10px 0;
}
.events-row-more {
    margin: 0 0 10px 0;
}
.events-row-image {
    float: right;
    padding: 10px 10px 10px 10px;
}
.events-row-body {}

/* Blog Page */
.view-blog {
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px 0 8px;
}
.view-blog div.view-content {
    padding: 0 0 20px 0;
}
.view-blog div.blog-cell {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 600px;
    zoom: 1;
    *display: inline;
}
.view-blog div.blog-cell span {
    display: block;
    padding: 0 0 5px 0;
}
.view-blog div.blog-cell p {
    margin: 0;
}
.view-blog div.views-row {
    background: url(../images/divider-grey.png) no-repeat bottom left;
    padding: 10px 0 10px 0;
}
.view-blog div.views-row-last {
    background: none;
}
.comment-wrapper {
    width: 705px;
}
.comment-wrapper h2.title {
    background: url(../images/background-header-comments.png) no-repeat 0 0;
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
    height: 43px;
    line-height: 43px;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
}
.comment-wrapper .comment {
    border-bottom: 1px solid #bbbbbb;
    margin: 0 0 0 10px;
    padding: 0 0 20px 0;
}
.comment-wrapper .indented {
    margin: 0 0 0 40px;
}
.comment-wrapper .comment .submitted,
.comment-wrapper .comment .submitted a {
    font-size: 13px;
    line-height: 17px;
}
.comment-wrapper .comment .submitted {
    color: #A5A5A5;
}
.comment-wrapper .comment a.permalink {
    display: block;
}
ul.links li.comment-add,
.comment-wrapper .comment ul.links li.comment-reply,
.comment-wrapper .comment ul.links li.comment-edit,
.comment-wrapper .comment ul.links li.comment-delete {
    background: #a5a5a5;
    border: 1px solid #8D8D8D;
    border-radius: 5px;
    box-shadow: inset 1px -1px 1px #525252;
    display: inline-block;
    height: 23px;
    margin: 0 10px 0 0;
}
ul.links li.comment-add a,
.comment-wrapper .comment ul.links li.comment-reply a,
.comment-wrapper .comment ul.links li.comment-edit a,
.comment-wrapper .comment ul.links li.comment-delete a {
    background: none;
    border: 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    margin: 0;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
}
.comment-wrapper h2.comment-form {
    background: none;
    font-family: arial, sans-serif;
    line-height: 43px;
    padding: 0;
}
form.comment-form div.form-item label {
    display: block;
    font-size: 17px;
    margin: 0 0 10px 0;
}
form.comment-form div.form-item input {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
form.comment-form div.form-item textarea {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    height: 90px;
    line-height: 30px;
    resize: none;
}
form.comment-form fieldset {
    border: 0;
    padding: 10px 0 0 0;
}
form.comment-form fieldset div.filter-help {
    display: none;
}
form.comment-form fieldset div.filter-guidelines {
    padding: 0;
}
form.comment-form fieldset div.filter-guidelines ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
form.comment-form fieldset div.filter-guidelines ul li {
    color: #A5A5A5;
    padding: 0 0 10px 0;
}
form.comment-form div.form-actions input#edit-submit {
    background: #1699D6;
    border: 1px solid #8D8D8D;
    border-radius: 5px;
    box-shadow: inset 1px -1px 2px #525252;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    outline: none;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
}
form.comment-form div.form-actions input#edit-preview {
    background: #a5a5a5;
    border: 1px solid #8D8D8D;
    border-radius: 5px;
    box-shadow: inset 1px -1px 2px #525252;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: none;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
}
form.comment-form div.form-actions input#edit-submit:hover,
form.comment-form div.form-actions input#edit-preview:hover {
    text-decoration: underline;
}

/* Document Library */
.document-library-left-download a {
    background: url(../images/button-textured.png) no-repeat 0 -30px;
    border: 0;
    color: #FFF;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 10px 10px 0 10px;
    outline: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
}

/* Login Pages */
body.page-user ul.primary {
    border: 0;
    margin: 0;
    padding: 0;
}
body.page-user ul.primary li {
    background: #a5a5a5;
    border: 1px solid #8D8D8D;
    border-radius: 5px;
    box-shadow: inset 1px -1px 2px #525252;
    display: inline-block;
    height: 30px;
    margin: 0 10px 0 0;
}
body.page-user ul.primary li.active {
    background: #1699D6;
}
body.page-user ul.primary li a {
    background: none;
    border: 0;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
}
body.page-user ul.primary li a:hover,
body.page-user ul.primary li a:active {
    text-decoration: underline;
}
body.page-user div.form-item label {
    display: block;
    font-size: 17px;
    margin: 0 0 10px 0;
}
body.page-user div.form-item input {
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
body.page-user div.form-actions input {
    background: #1699D6;
    border: 1px solid #8D8D8D;
    border-radius: 5px;
    box-shadow: inset 1px -1px 2px #525252;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    outline: none;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
}
body.page-user div.form-actions input:hover {
    text-decoration: underline;
}
.twitterfeed .twitterfeed-header {
    display: none;
}
.twitter-header {
    background: #BAEBFE url(../images/background-header-block.png) no-repeat 100% 0;
    color: #1F81B2;
    font-family: Georgia, serif;
    font-size: 24px;
    height: 43px;
    line-height: 43px;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
}
.twitter-header h2 {
    background: url(../images/background-block-twitter.png) no-repeat 100% 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 43px;
    margin: 0;
    padding: 0;
}
.page-node-83 .block-wrapper {
    width: 50%;
    float: left;
}
.page-node-83 #block-system-main {
    width: 100%;
    float: none;
}


/* --- ELECTRICITY REVIEW -- */
body.not-front.right.page-node-522 div.main-container,
body.not-front.right.page-node-523 div.main-container {width: 500px;}
body.not-front.page-node-522 div.right-container,
body.not-front.page-node-523 div.right-container {width: 200px;}

#block-block-2 form input.email {width: 200px; height: 25px; margin-bottom: 10px;}
