/* force scrollbar, to avoid page jumping */
html {
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
}

body {
    width: 100%;
    background: transparent url('/images/main_bg.png') repeat top left fixed;
    font-family: Helvetica, sans-serif;
    font-size: 10px;
}

#main_nav_wrapper {
    width: 100%;
    height: 52px;
    background: transparent url('/images/sprite.png') left 0;
}

#header_wrapper {
    width: 972px;
    margin: 0 auto;
    text-align: center;
}

#upper_wrapper {
  width: 972px;
  margin: 0 auto;
  text-align: center;
}

#logo {
    width: 227px;
    height: 41px;
    margin-top: 24px;
    float: left;
    cursor: pointer;
    background: transparent url("/images/sprite.png") no-repeat left -53px;
}

#utility_nav {
    width: 465px;
    height: 40px;
    margin-top: 28px;
    float: right;
}

#utility_nav .separator {
    width: 1px;
    height: 16px;
    margin-top: 0;
    float: left;
    background: transparent url("/images/sprite.png") no-repeat -466px -53px;
}

#utility_nav_items {
    float: left;
    margin-top: 9px;
}

.utility_nav_item {
    float: left;
}

.utility_nav_item.first {
    margin-right: 12px;
}

.utility_nav_item.last {
    margin-left: 10px;
}

.utility_nav_item a {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #469936;
    text-decoration: none;
}

#search_wrapper {
    float: right;
}

#search_wrapper label {
    display: none;
}

/*#search_box {
    width: 183px;
    height: 40px;
    border: 0;
    background: transparent url("/images/sprite.png") no-repeat -228px -53px;
    padding-left: 12px;
    padding-right: 42px;
    color: #A8A8A8;
    font-size: 1.3em;
    font-family: Helvetica, sans-serif;
}*/

#search_box {
    width: 183px;
    height: 1.3em;
    border: 0;
    background: transparent url("/images/sprite.png") no-repeat -228px -53px;
    padding: 0.7em 42px 0.7em 12px;
    color: #A8A8A8;
    font-size: 1.3em;
    font-family: Helvetica, sans-serif;
}

.search_div a {
  font-size:1.3em;
  line-height:1.3em;
  color:#469936;
  text-decoration:none;
}

.search_cat_res {
  font-size:18px;
}

#search_button {
  width:18px;
  height:18px;
  cursor:pointer;
  position:absolute;
  top:11px;
  left:206px;
}



#main_nav_inner_wrapper {
    width: 972px;
    margin: 0 auto;
}

#main_nav_items {
    float: left;
    /*margin-top: 18px;*/
}

.main_nav_item {
    float: left;
    display: block;
    /*padding: 18px 9px 0 9px;*/
    padding: 18px 0 0 0;
    height: 30px;
    margin-right: 38px;
}

.main_nav_item.onstate {
    /*background: transparent url('/images/main_nav_onstate_bg.png') repeat;*/
}

.main_nav_item a {
    display: block;
}

.main_nav_item.last {
    margin-right: 0;
}

.main_nav_item.about {
    width: 139px;
}

.main_nav_item.go {
    width: 60px;
}

.main_nav_item.rebate {
    width: 150px;
}

.main_nav_item.map {
    width: 69px;
}

.main_nav_item.news {
    width: 91px;
}

.main_nav_item.links {
    width: 94px;
}



#main_nav_about {
    width: 139px;
    height: 24px;
    cursor: pointer;
    margin-right: 41px;
    background: transparent url("/images/sprite.png") no-repeat left -95px;
}

#main_nav_go {
    width: 60px;
    height: 24px;
    cursor: pointer;
    margin-right: 37px;
    background: transparent url("/images/sprite.png") no-repeat left -122px;
}

#main_nav_rebate {
    width: 150px;
    height: 24px;
    cursor: pointer;
    margin-right: 37px;
    background: transparent url("/images/sprite.png") no-repeat left -149px;
}

#main_nav_map {
    width: 69px;
    height: 24px;
    cursor: pointer;
    margin-right: 37px;
    background: transparent url("/images/sprite.png") no-repeat left -178px;
}

#main_nav_map.on {
    background-position: -70px -178px;
}

#main_nav_map.rollover {
    background-position: -140px -178px;
}



#main_nav_news {
    width: 91px;
    height: 24px;
    cursor: pointer;
    margin-right: 37px;
    background: transparent url("/images/sprite.png") no-repeat left -209px;
}

#main_nav_news.on {
    background-position: -93px -209px;
}

#main_nav_news.rollover {
    background-position: -186px -209px;
}

#main_nav_links {
    width: 94px;
    height: 24px;
    cursor: pointer;
    background: transparent url("/images/sprite.png") no-repeat left -238px;
}

#main_nav_about.on {
    background-position: -140px -95px;
}

#main_nav_go.on {
    background-position: -61px -122px;
}

#main_nav_rebate.on {
    background-position: -152px -149px;
}

#main_nav_links.on {
    background-position: -95px -238px;
}

#main_nav_links.rollover {
    background-position: -190px -238px;
}

#paybill {
    width: 134px;
    height: 32px;
    margin-top: 8px;
    float: right;
}

#paybill a {
    width: 134px;
    height: 32px;
    background: transparent url("/images/sprite.png") no-repeat left -264px;
    display: block;
}

#paybill a:hover {
    background-position:-135px -264px;
}

#paybill a:active {
    background-position:-270px -264px;
}

.main_nav_dropdown {
    width: 100%;
    /*height: 200px;
    padding-bottom: 47px;*/
    top: -4px;
    text-align: center;
    background-color: #FFFFFF;
    display: none;
}

.main_nav_dropdown .shadow {
    width: 100%;
    height: 4px;
    background: transparent url("/images/sprite.png") repeat left -297px;
}

.main_nav_dropdown_inner_wrapper {
    width: 972px;
    margin: 0 auto;
}

#about_drop_hideout {
    position: absolute;
    margin-top: -10000px;
}

#go_drop_hideout {
    position: absolute;
    margin-top: -10000px;
}

#rebates_drop_hideout {
   position: absolute;
    margin-top: -10000px;
}

.top_drop_left {
  float:left;
  margin-right:17px;
  margin-top:23px;
}

.top_drop_center {
            width: 296px;
        margin-top: 21px;
    padding-left: 14px;
    padding-right: 14px;
    float: left;

}

.top_drop_center p {
    margin-bottom: 16px;
    font-family: Helvetica, sans-serif;
    font-size: 1.3em !important;
    line-height: 1.6em;
    color: #131313;
}

.top_drop_center p.last {
    margin-bottom: 9px;
}

.top_vertical_separator {
    width: 1px;
    background: transparent url('/images/vertical_separator_tile.png') repeat-y;
    margin-top: 22px;
    float: left;
}

.top_drop_right {
    float: left;
}

.top_drop_right img {
    margin-top: 22px;
}

.top_drop_left ul {
  list-style:none inside;
}

.top_drop_left ul li {
    width: 306px;
    margin-top: 9px;
    padding-bottom: 4px;
    border-bottom: 1px solid #EBEBEB;
	list-style-position: outside;
}

#mayors_name {
    font-size: 1em;
    line-height: 1em;
    color: #131313;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    top: -2px;
}

.rebate_header {
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #E2E3E3;
}

.rebate_header_residential {
    width: 102px;
    height: 26px;
    margin-right: 7px;
    background: transparent url('/images/sprite.png') no-repeat -571px -53px;
    float: left;
    cursor: pointer;
}

.rebate_header_residential.on {
    background-position: -468px -53px;
}

.rebate_header_commercial {
    width: 109px;
    height: 26px;
    background: transparent url('/images/sprite.png') no-repeat -578px -80px;
    float: left;
    cursor: pointer;
}

.rebate_header_commercial.on {
    background-position: -468px -80px;
}



#header_carousel {
    width: 972px;
    height: 121px;
    margin-top: 21px;
}

#header_carousel_left_nav {
    width: 13px;
    height: 44px;
    margin-top: 43px;
    float: left;
    background: transparent url('/images/sprite.png') no-repeat -688px -53px;
    cursor: pointer;
}

#header_carousel_left_nav.on {
    background-position: -702px -53px;
}

#header_carousel_right_nav {
    width: 13px;
    height: 44px;
    margin-top: 43px;
    float: right;
    background: transparent url('/images/sprite.png') no-repeat -716px -53px;
    cursor: pointer;
}

#header_carousel_right_nav.on {
    background-position: -730px -53px;
}

#header_carousel_items {
  width: 930px;
  /*height: 121px;*/
  height: 124px;
  margin-left: 8px;
  float: left;
  overflow: hidden;
}

.header_carousel_item {
    width: 186px; /* 185px box(.header_carousel_item_wrapper) + 1px seperator*/
    height: 121px;
    float: left;
}

.header_carousel_item_wrapper {
    /*width: 154px;*/
    width: 185px;
    float: left;
}

.header_carousel_image {
    /*width: 154px;*/
    height: 90px;
    margin-bottom: 10px;
    /*margin-left: 40px;*/
    text-align: center;
}

.header_carousel_separator {
    width: 1px;
    height: 121px;
    background: transparent url('/images/sprite.png') no-repeat -799px -53px;
    float: right;
}

.header_carousel_separator.off {
    width: 0;
}

.header_carousel_label {
    /*width: 154px;*/
    text-align: center;
}

#header_carousel_view_all_wrapper {
    width: 972px;
    margin-top: 17px;
    text-align: center;
    position: absolute;
    font-size: 1.1em;
    color: #131313;
    font-family: Helvetica, sans-serif;
}

#header_carousel_view_all_wrapper a img {
    top: 2px;
}




#lower_wrapper {
    width: 100%;
    min-height: 255px;
    background: transparent url('/images/lower_bg_px.png') repeat;
    padding-bottom: 40px;
}

#lower_inner_wrapper {
    width: 972px;
    margin: 0 auto 0;
    padding-top: 30px;
    text-align: center;
}

.sitemap {
    position: absolute;
}

.sitemap.left_col {
    left: 0;
}

.sitemap.left_mid_col {
    left: 273px;
}

.sitemap.right_mid_col {
    left: 493px;
}

.sitemap.right_col {
    left: 755px;
}

.sitemap .heading {
    font-size: 1.2em !important;
    font-weight: bold;
    line-height: 1em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.sitemap .heading.second_heading {
    margin-top: 20px;
}

.sitemap .heading a {
    color: #FFFFFF;
    text-decoration: none;
}

.sitemap ul {
    list-style: none inside;
}

.sitemap ul li {
    font-size: 1.2em !important;
    line-height: 1em;
    margin-bottom: 10px;
    color: #9D9D9D;
	list-style-position: outside;
}

.sitemap ul li a {
    color: #9D9D9D;
    text-decoration: none;
}

#rpu_footer_logo {
    width: 112px;
    height: 74px;
    margin-top: 20px;
}

#rpu_footer_logo img {
    width: 112px;
    height: 74px;
}

/* SHARED TEMPLATE RULES */

.full_width_separator {
    width: 100%;
    height: 1px;
    background: transparent url('/images/full_width_separator.png') no-repeat;
}

.full_width_separator.main {
    margin-top: 15px;
    margin-bottom: 20px;
}

.full_width_separator.contact {
    margin-top: 15px;
}


#main_title {
    float: left;
}

#main_title img {
    top: 2px;
}

#share {
    width: 60px;
    height: 20px;
    /*background: transparent url('/images/sprite.png') no-repeat -405px -94px;*/
    background: transparent url('/images/sprite.png') no-repeat -468px -155px;
    float: right;
}

#share a {
    width: 60px;
    height: 20px;
    display: block;
}

/* FOOTER */
#footer_wrapper {
    width: 100%;
    min-height: 45px;
    background: transparent url('/images/footer_bg_px.png') repeat;
}

#footer_inner_wrapper {
    width: 972px;
    margin: 0 auto 0;
    padding-top: 18px;
    text-align: center;
}

#copyright {
    font-size: 1.2em;
    line-height: 1em;
    color: #A0A0A0;
    float: left;
}

#footer_links {
    float: right;
}

#footer_links ul {
    list-style: none inside;
}

#footer_links ul li {
    display: inline;
    font-size: 1.2em;
    line-height: 1em;
    color: #A0A0A0;
    padding-left: 13px;
}

#footer_links ul li a {
    color: #A0A0A0;
    text-decoration: none;
}

.h0 {
  height:0px;
}

