﻿body {
    
}

form {
    margin: 0;
    overflow: hidden;
}

.roundedBox {
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
}

.clearFloat {
    clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

hr.dottedRule {
    border: 1px dotted #999;
    width: 85%;
}

.last {
    margin-bottom: 0;
}

.first-item {
    padding-left: 0;
}

.chText {
	text-indent: -9999px;
}

a {
    color: #E66B1E;
    text-decoration: underline;
}

a:hover {
    color: #666;
}

#bkgrnd-content {
	width: 100%;
	/*min-height: 630px;*/                                                        /*Remove ME Please*/
	background:#fff url('/images/bg_beige_pattern.jpg') repeat-x left 117px;
    padding-bottom: 30px;
    position: relative;
    zoom: 1;
}

.showHideMainNav {
    display: block;
}

.showHideMobileNav {
    display: none;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ HOME PAGE STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

/*#hpBanner {
    background: url(/images/bg_head_family.jpg) no-repeat;
    width: 1200px;
    height: 511px;
}*/

#bkgrnd-head {
	width: 100%;
	height: 458px;
	background-color: #fff;
	position: relative;
}

#bkgrnd-head #black-white-box {
	width: 50%;
	height: 458px;
	background-color: #000;
}

#bkgrnd-head #head-image {
	width: 1200px;
	height: 458px;
	margin: -458px auto;
	/*background: #fff url(/images/bg_head_family.jpg) no-repeat;*/
	position: relative;
}

.hpContentWrap {
	width: 100%;
	background:#fff url('/images/bg_beige_pattern.jpg') repeat-x;
    padding-bottom: 30px;
    margin-bottom: -30px;
    position: relative;
    zoom: 1;
}

.hpContentWrap .container .row-fluid {
    background: url(/images/navHead_shadow.png) no-repeat center 0;
}

.hpContentWrap .span3 {
    padding-right: 30px;
    border-right: 1px dotted #333;
    width: 276px;
}

    .hpContentWrap .span3 .moduleBox {
        width: 210px;
        height: 305px;
    }

    .hpContentWrap .span6 {
        width: 486px;
    }

.hpContentWrap .span6 p {
    text-align: center;
}

    .hpContentWrap .span6 .moduleBox {
        padding: 20px 60px;
        width: 426px;
        height: 305px;
        max-width: 426px;
    }

.hpContentWrap h1 {
	font: normal 30px/33px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	color:#E56B1E;
	text-transform: uppercase;
	margin-bottom: 8px;
}

    .hpContentWrap .span6 h1 {
        font-size: 27px;
        text-align: center;
    }

.hpContentWrap h2 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
    margin-bottom: 0;
	color:#333;
}

    .hpContentWrap a {
        font-weight: bold;
        color: #333;
    }

#free-trees {
	background: url(/images/free_energy_trees.png) no-repeat 10px 0;
    margin: 0 auto 15px;
	position: relative;
	width: 246px;
	height: 105px;
}

.moduleSigninBox {
	background: url(/images/module_bkgrnd.png) repeat;
    overflow: hidden;
    margin-left: 10px;
    width: 240px;
}

#module-signin-content {
	width: 210px;
	margin: 15px auto;
}

#module-signin-content h1 {
	font: normal 30px/37px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

#module-signin-content input[type="text"] {
	font: normal 12px/18px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	width: 185px;
	height: 18px;
	display: block;
	color: #666;
	margin: 0 auto 8px auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

#module-signin-content input[type="submit"] {
	width: 112px;
	height: 41px;
	display: block;
	margin: 0 auto;
	border: none;
	background: url(../images/signin_buttonNew.gif) no-repeat;
	text-indent: -9999px;
	color: transparent;
	font-size: 0px;
	cursor: pointer;
}

#module-signin-content p {
	font: 14px/16px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 8px;
	margin-left: 8px;
    margin-bottom: 0;
    white-space: nowrap;
}

#module-signin-content p a {
	font: normal 18px/20px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	margin-left: 3px;
}

#module-signin-content a {
	font: normal 10px/14px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000;
	margin-top: 0;
	margin-left: 8px;
    margin-bottom: 0;
}


/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ SEARCH FORM ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.opSearch {
    height: 28px;
    width: 220px;
    margin: 0;
    padding: 0 0 0 15px;
    z-index: 400;
    zoom: 1;
}

    .opSearch .opSearchPadding {
        padding-top: 10px;
    }

form .opSearch input[type="text"] {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    height: 18px;
    width: 171px;
    padding: 3px;
    margin-bottom: 7px;
    padding-right: 0;
    margin-right: 0;
}

form .opSearch input[type="submit"] {
    background: url(/images/opSearchIcon.png) no-repeat;
    vertical-align: middle;
    border: none;
    width: 30px;
    height: 30px;
}

 .opSearch .submit {
    background: url(/images/opSearchBkgrnd.jpg) repeat-x;
    border: 1px solid #ccc;
    margin: 3px 0 0 -4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    width: 24px;
    height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*----------------------HEADER SHADOW-----------------*/
#headerShadow {
    background: url(/images/navHead_shadow.png) no-repeat;
    position: absolute;
    width: 1200px;
    height: 20px;
    z-index: 1;
    top: 117px;
}

#navSearch { text-decoration: none;}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ SOCIAL NAV STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

#navSocial {
	width: 450px;
	height: 22px;
	position: relative;
    padding: 15px 0 28px;
    z-index: 500;
}
#navSocial ul {
	float: right;
}

#navSocial ul li {
	float: left;
	display: inline;
	text-transform: uppercase;
}

#navSocial ul li a {
	font: normal 14px/16px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	display: block;
	height: 19px;
	padding: 3px 12px 0;
	text-decoration: none;
	color: #E66B1E;
}

#navSocial ul li #facebook {
	background: url(/images/hd_facebook_icon.gif) no-repeat;
	width: 20px;
	height: 22px;
	padding: 0px;
}

#navSocial ul li #twitter {
	background: url(/images/hd_twitter_icon.gif) no-repeat;
	width: 32px;
	height: 22px;
	padding: 0px;
}

#navSocial ul li #youtube {
	background: url(/images/hd_youtube_icon.gif) no-repeat;
	width: 61px;
	height: 22px;
	padding: 0px;
}

#navSocial ul li #linkedin {
	background: url(/images/hd_linkedin_icon.png) no-repeat;
	width: 26px;
	height: 22px;
	padding: 0px;
}

#navSocial ul li.listBorder {
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ LOGO MODULE ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

#oRightColumn {
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
    width: 870px;
    float: left;
}

#oLeftColumn {
    margin-bottom: -100px;
}

.headerModulesWrap {
    margin: 0 auto;
    position: relative;
    top: -117px;
    zoom: 1;
}

#header-modules {
	width: 260px;
	height: auto;
	position: relative;
    z-index: 1000;
	top: 0;
	left: 30px;
}

#oppd-logo a {
	width: 260px;
	height: 199px;
	background: transparent url(/images/oppd_banner_logo.png) no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
	display: block;
}

ul#module-nav {
	width: 230px;
	margin: 0 0 13px 10px;
    padding-left: 10px;
}

#module-nav li#paybill {
	background: #E66B1E url(/images/paybill_icon.jpg) no-repeat 0;
}

#module-nav li#report {
	background: #E66B1E url(/images/report_icon.jpg) no-repeat 0;
}

#module-nav li#storms {
	background: #E66B1E url(/images/storms_icon.jpg) no-repeat 0;
}

#module-nav li#myAccount {
	background: #E66B1E url(/images/myAccount_icon.jpg) no-repeat 4px;
    display: block;
}

#module-nav li a {
	font: 15px/18px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	color: #fff;
	height: 27px;
	padding: 8px 0 0 47px;
	margin-bottom: 1px;
	text-decoration: none;
	display:block;
}

#module-nav li a:hover {
	color: #f5c4a5;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ SUBNAV FOR INNER PAGES STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

#navInnerPage {
	margin: 0 0 0 10px;
}

#navInnerPage .boxtop {
	background: url(/images/module_grad_bg_top.png) no-repeat;
	width: 240px;
	height: 20px;
}

#navInnerPage .boxbkgrnd {
	background: url(/images/module_grad_bg.png) repeat-x;
	width: 180px;
	padding: 10px 30px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#navInnerPage .boxbkgrnd h2 {
    display: none;
}

#navInnerPage .boxbkgrnd a {
	width: 180px;
    padding: 12px 0;
	border-bottom: 1px solid #c1c1c1;
}

    #navInnerPage .boxbkgrnd div.NavigateSiblings {
        padding: 0;
    }

#navInnerPage .boxbkgrnd h2 a {
    /*display: none;*/
    color: #E66B1E;
    font-weight: bold;
}

#navInnerPage .boxbkgrnd a {
	font: normal 14px/16px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
	margin-left: -15px;
	padding-left: 15px;
    text-decoration: none;
	color: #333;
	display: block;
}

#navInnerPage .boxbkgrnd #level_4 a {
	margin-left: -15px;
	padding-left: 30px;
}

#navInnerPage .boxbkgrnd li.selected a {
	font-weight: bold;
	background: url(/images/nav_drop_arrow.png) no-repeat 0;
}

#navInnerPage .boxbkgrnd li.selected a:hover {
	font-weight: bold;
    color: #333;
	background: url(/images/nav_drop_arrow.png) no-repeat 0;
}

#navInnerPage .boxbkgrnd li.selected li a {
    font-weight: normal;
    background: none;
}

#navInnerPage .boxbkgrnd li a:hover {
	background: url(/images/nav_drop_arrow.png) no-repeat 0;
    text-decoration: none;
    font-weight: normal;
    color: #E66B1E;
}

#navInnerPage .boxbkgrnd li.selected li a:hover {
	background: url(/images/nav_drop_arrow.png) no-repeat 0;
    text-decoration: none;
    font-weight: normal;
    color: #E66B1E;
}

    /*#navInnerPage .callOut {
        background: url(/images/sampleCallout.png) no-repeat;
        width: 193px;
        height: 212px;
        margin: 20px auto 0 auto;
        padding-right: 15px;
    }*/

    #navInnerPage .callOut {
        background: url(/images/oCalloutBkgrnd.png) repeat-x;
        border: 1px solid #ccc;
        width: 177px;
        margin: 20px 0 0 15px;
        text-align: center;
        padding: 12px 8px 7px;
    }

    #navInnerPage .callOut h3 {
        font: bold 19px/19px 'franklin_gothic_fs_medregular', sans-serif;
        text-transform: uppercase;
        color: #E56B1E;
        margin: 0 0 10px 0;
        padding: 0;
    }

        #navInnerPage .callOut p {
            font: normal 13px/16px 'franklin_gothic_fs_bookRg', sans-serif;
        }

        #navInnerPage .callOut p a {
            font: normal 18px/18px 'franklin_gothic_fs_bookRg', sans-serif;
            background-color: #333;
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
            padding: 6px 8px;
            color: #fff;
        }

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ CAROUSEL STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

#myCarousel {
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 0;
    width: 843px;
    margin: 0 0 0 -30px;
}

.carousel-inner {
    width: 787px;
    margin: 0 auto;
    box-shadow: #777 0 0 35px;
    -moz-box-shadow: #777 0 0 35px;
    -webkit-box-shadow: #777 0 0 35px;
    position: relative;
}

.carousel-inner .item {
    background: url(/images/carouselPhotoBusiness01.jpg) no-repeat;
    width: 787px;
    height: 287px;
    margin: 0 auto;
}

.carousel-control {
    background: none;
    border: none;
    color: transparent;
    left: 40px;
}

.carousel-control.right {
    right: 40px;
}

.carousel-indicators {
    position: absolute;
    top: 257px;
    right: 80px;
}

    .carousel-indicators li {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        background-color: #333;
    }

        .carousel-indicators li.active {
            background-color: #E66B1E;
        }

#oRightColumn #oGalleryWrap {
    position: relative;
    margin: 0 0 0 0;
    width: 770px;
    height: 253px;
    padding: 0;
    overflow: hidden;
}

#oRightColumn .oGallery {
    position: relative;
    margin-left: 0;
    width: 830px;
    height: 100%;
    padding: 0;
}

#oRightColumn .anythingSlider-default .anythingControls {
    right: 90px;
    bottom: 15px;
}

.tn3e-renovo-image {
    height: 162%;
    margin-top: -36px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.oGallery h1 {
    font: normal 55px/58px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-shadow: #000 0 0 25px;
    -moz-text-shadow: #000 0 0 25px;
    -webkit-text-shadow: #000 0 0 25px;
    position: absolute;
    z-index: 100;
    left: 30px;
    bottom: 0;
    color: #fff;
}


    .homeGallery { 
        position: absolute;
        width: 1200px;
        height: 458px;
        overflow: hidden;
    }

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ LANDING PAGE MODULE STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.moduleBox {
    background: #ebe7db url(/images/backgroundTrans/transWhite80.png) repeat;
    max-width: 373px;
    min-height: 100px;
    overflow: hidden;
    display: inline-block;
    padding: 20px 18px;
    margin: 20px 0 0 0;
    position: relative;
}

.teaserBox .moduleBox {
    background: none;
    background-color: #ebe7db;
}

.moduleCrop {
    overflow: hidden;
    height: 410px;
}

.moduleBox img {
    margin: 0 10px 10px 0;
}

.opPost {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

    .opSpotlight .opPost {
        text-align: left;
    }

.opPost.last,
.opPost:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.opPost h2 {
    font: bold 21px/23px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

.opPost p {
    font: normal 13px/16px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    margin: 0;
    color: #000;
}

.opPost a.opReadMore {
    font: bold 12px/16px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0;
    color: #e5681e;
    float: left;
}

.opPost img {
    margin: 0 15px 8px 0;
    float: left;
}

.opPostImageRight {
    margin: 0 0 8px 15px;
    float: right;
}

/*.opSpotlight .opPost {
    padding: 18px 0 0 0;
    border-top: 1px solid #ccc;
}*/


.opSpotlight .opPost img {
    /*margin: 0 0 20px 0;*/
    float: none;
}

.opSpotlight .opPost a {
    /*text-align: right;
    float: right;*/
}

.opAdSpace {
    margin-bottom: 18px;
    text-align: center;
    color: #fff;
}

    .opAdSpace p {
        text-align: center;
    }

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ INTERIOR CONTENT PAGE STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.oMainContent h1, .oMainContent h2, .oMainContent h3 {
    font: normal 55px/58px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    color: #333;
    text-transform: uppercase;
    margin: 40px 0 8px 0;
}

.oMainContent h2 {
    font: normal 45px/48px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
}

.oMainContent h3 {
    font: normal 35px/38px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
}

.oMainContent img {
    box-shadow: #777 0 0 25px;
    -moz-box-shadow: #777 0 0 25px;
    -webkit-box-shadow: #777 0 0 25px;
    margin-bottom: 15px;
}

.oMainContent ul li {list-style:disc}
.oMainContent ol li {list-style:decimal}

.oMainContent p {
    margin: 0 0 30px 0;
    max-width: 785px;
}

.oBreadcrumb {
    margin-left: 4px;
}

.oBreadcrumb li {
    font-size: 12px;
    margin: 0 0 20px 0;
    display: inline;
}

.oBreadcrumb li a {
    font-size: 12px;
    display: inline;
}

.siteTable {
    width: 100%;
}

.siteTable thead {
    margin-bottom: 8px;
    /*display: inline-block;*/
    width: 100%;
}

.siteTable th {
    padding: 3px 5px;
    position: relative;
}

.siteTable th {
    width: 15%;
}

.siteTable th:first-of-type {
    width: 70%;
}

.siteTable input {
    width: 50px;
    text-align: right;
}

.tableBottomMargin td {
    font: 400 8px/8px Arial, Helvetica, sans-serif;
    height: 8px;
}

#Total.siteTable th {
    text-align: right;
    vertical-align: middle;
}

#Total.siteTable input {
    width: 60px;
}

span.legalNote {
    font: 400 12px/12px Arial, Helvetica, sans-serif;
    text-align: left !important;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ MONTHLY EXPENSE CALCULATOR STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

table#oMonthlyCalc {
    width: 90%;
    margin: 0 auto;
}

#oMonthlyCalc input[type=text] {
    font: 400 12px/12px Arial, Helvetica, sans-serif;
    border-radius: 0;
    width: 60px;
    padding: 0 5px;
}

#oMonthlyCalc .oMonthlyCalcFields td {
    font: 400 12px/13px Arial, Helvetica, sans-serif;
    padding: 2px 4px;
    line-height: 22px;
}

#oMonthlyCalc .oMonthlyCalcFields td strong {
    line-height: 22px;
}

#oMonthlyCalc .oMonthlyCalcFields td span {
    font: 400 14px/16px Arial, Helvetica, sans-serif;
    display: inline-block;
    position: relative;
    top: -3px;
}

#oMonthlyCalc input[type=button] {
    font: 400 20px/20px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    background-color: #E66B1E;
    text-transform: uppercase;
    border: none;
    color: #fff;
    padding: 6px 15px;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ RATE CALCULATOR STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

table#oRateCalc {
    width: 50%;
    margin: 0 auto;
    border: 2px solid #E66B1E;
    border-radius: 15px;
}

.oRateCalcHead {
    background-color: #E66B1E;
}

#oRateCalc h2 {
    font: 700 20px/20px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    padding: 8px 0;
    margin: 0;
    color: #fff;
}

.oRateCalcTag {
    font: italic 700 11px/11px Arial, Helvetica, sans-serif;
    padding: 4px 0;
    margin: 0;
    color: #E66B1E;
}

#oRateCalc input[type=text] {
    font: 400 12px/12px Arial, Helvetica, sans-serif;
    border-radius: 0;
    width: 65px;
    padding: 0 5px;
    text-align: right;
}

#oRateCalc input[type=button] {
    font: 400 20px/20px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    background-color: #E66B1E;
    text-transform: uppercase;
    border: none;
    color: #fff;
    padding: 6px 15px;
}

#oRateCalc .oRateCalcCost {
    font: 700 11px/11px Arial, Hevetica, sans-serif;
}

#oRateCalc .oRateCalcCost em {
    font: italic 400 10px/10px Arial, Hevetica, sans-serif;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ READ YOUR BILL STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.qtip-content > div > h5 {
    font: 700 12px/14px Arial, Helvetica, sans-serif;
    text-transform: uppercase !important;
    margin: 0 0 6px 0;
}

.qtip-content > div > p {
    font: 400 12px/14px Arial, Helvetica, sans-serif;
}

.qtip-content > div > dl dt {
    font: 700 12px/14px Arial, Helvetica, sans-serif;
    margin: 0;
}

.qtip-content > div > dl  dd {
    font: 400 12px/14px Arial, Helvetica, sans-serif;
    margin: 0 0 12px 0;
}

.qtip-content > div > dl dd > dl {
    margin: 12px 0 0 25px;
}

.qtip-content > div > div.billReadHours {
    padding: 0 0 12px 25px;
}

.qtip-content > div > div.billReadHours > p {
    margin: 0;
}

.qtip-content > div > div.billReadHours > p > span.billReadDate {
    font-weight: bold;
    display: inline-block;
    width: 80px;
    margin: 0;
}

.tooltiptext {
    display: none;
}

#oBillReadingResidential01 {
    position: relative;
}

a.billReadingTip {
    background: url(/images/oBillReadingTipIcon.png) no-repeat;
    width: 29px;
    height: 29px;
    display: block;
    position: absolute;
}

a.billReadingTip#tip01 {
    top: 50px;
    left: 270px;
}

a.billReadingTip#tip02 {
    top: 95px;
    left: -13px;
}

a.billReadingTip#tip03 {
    top: 157px;
    left: -13px;
}

a.billReadingTip#tip04 {
    top: 305px;
    left: -13px;
}

a.billReadingTip#tip05 {
    top: 220px;
    left: 260px;
}

a.billReadingTip#tip06 {
    top: 350px;
    left: 260px;
}

a.billReadingTip#tip07 {
    top: 534px;
    left: 25px;
}

a.billReadingTip#tip08 {
    top: 534px;
    left: 80px;
}

.myCustomClass {
    background-color: #EAE6DA !important;
    border: none !important;
    width: 405px;
    height: auto;
    border-radius: 10px;
}

#qtip-content {
    box-shadow: #777 0 0 35px;
}

#oBillReadingBusCondensed01,
#oBillReadingBusCondensed02 {
    position: relative;
}

#oBillReadingBusCondensed01 a.billReadingTip#tip01 {
    top: 100px;
    left: 265px;
}

#oBillReadingBusCondensed01 a.billReadingTip#tip02 {
    top: 190px;
    left: -13px;
}

#oBillReadingBusCondensed01 a.billReadingTip#tip03 {
    top: 490px;
    left: 280px;
}

#oBillReadingBusCondensed01 a.billReadingTip#tip04 {
    top: 604px;
    left: 116px;
}

#oBillReadingBusCondensed01 a.billReadingTip#tip05 {
    top: 604px;
    left: 25px;
}

#oBillReadingBusCondensed02 a.billReadingTip#tip01 {
    top: 80px;
    left: -13px;
}

#oBillReadingBusCondensed02 a.billReadingTip#tip02 {
    top: 300px;
    left: -13px;
}

#oBillReadingBusSummary01,
#oBillReadingBusSummary02 {
    position: relative;
}

#oBillReadingBusSummary01 a.billReadingTip#tip01 {
    top: 102px;
    left: 260px;
}

#oBillReadingBusSummary01 a.billReadingTip#tip02 {
    top: 140px;
    left: -13px;
}

#oBillReadingBusSummary01 a.billReadingTip#tip03 {
    top: 190px;
    left: -13px;
}

#oBillReadingBusSummary01 a.billReadingTip#tip04 {
    top: 250px;
    left: 250px;
}

#oBillReadingBusSummary01 a.billReadingTip#tip05 {
    top: 340px;
    left: 250px;
}

#oBillReadingBusSummary01 a.billReadingTip#tip06 {
    top: 604px;
    left: 116px;
}

#oBillReadingBusSummary01 a.billReadingTip#tip07 {
    top: 604px;
    left: 25px;
}

#oBillReadingBusSummary02 a.billReadingTip#tip01 {
    top: 170px;
    left: -13px;
}

#oBillReadingBusSummary02 a.billReadingTip#tip02 {
    top: 265px;
    left: 260px;
}

#oBillReadingBusSummary02 a.billReadingTip#tip03 {
    top: 265px;
    left: -13px;
}

#oBillReadingBusSummary02 a.billReadingTip#tip04 {
    top: 305px;
    left: 260px;
}

#oBillReadingBusStreetlight01,
#oBillReadingBusStreetlight02 {
    position: relative;
}

#oBillReadingBusStreetlight01 a.billReadingTip#tip01 {
    top: 95px;
    left: 275px;
}

#oBillReadingBusStreetlight01 a.billReadingTip#tip02 {
    top: 145px;
    left: -13px;
}

#oBillReadingBusStreetlight01 a.billReadingTip#tip03 {
    top: 207px;
    left: -13px;
}

#oBillReadingBusStreetlight01 a.billReadingTip#tip04 {
    top: 490px;
    left: 300px;
}

#oBillReadingBusStreetlight01 a.billReadingTip#tip05 {
    top: 595px;
    left: 25px;
}

#oBillReadingBusStreetlight01 a.billReadingTip#tip06 {
    top: 605px;
    left: 120px;
}

#oBillReadingBusStreetlight02 a.billReadingTip#tip01 {
    top: 207px;
    left: -13px;
}


.orangeButton {
    background-color: #E66B1E;
    display: block;
    width: 120px;
    padding: 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin: 5px 0 20px;
    color: #fff;
}

.orangeButton:hover {
    text-decoration: none;
    color: #fff;
}

.oPrevious {
    /*float: left;*/
}

.oNext {
    /*float: left;*/
    margin-left: 485px;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ oMap Styles ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.oMap {
    background: url(/images/maps/map-grey.png) no-repeat;
    width: 461px;
    height: 441px;
    float: left;
    margin: 100px 0 20px 15px;
    position: relative;
}

.oMap.oCavanaugh {
    background: url(/images/maps/map-cavanaugh.png) no-repeat;
}

.oMap.oMcGuire {
    background: url(/images/maps/map-mcguire.png) no-repeat;
}

.oMap.oMines {
    background: url(/images/maps/map-mines.png) no-repeat;
}

.oMap.oGreen {
    background: url(/images/maps/map-green.png) no-repeat;
}

.oMap.oUlrich {
    background: url(/images/maps/map-ulrich.png) no-repeat;
}

.oMap.oBarrett {
    background: url(/images/maps/map-barrett.png) no-repeat;
}

.oMap.oGay {
    background: url(/images/maps/map-gay.png) no-repeat;
}

.oMap.oWeber {
    background: url(/images/maps/map-weber.png) no-repeat;
}

.oMapWrap p.oMapDirection {
    font: 400 12px/13px Arial, sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 6px;
    top: -80px;
}

.oBoard a {
    display: block;
}

/*~|~|~|~|~|~|~|~|~|~|~|~ MAP IMAGE PRELOAD STYLES ~|~|~|~|~|~|~|~|~|~|~|~*/

.oMapCavanaugh {
    background: url(/images/maps/map-cavanaugh.png) no-repeat -9999px -9999px;
}

.oMapMcGuire {
    background: url(/images/maps/map-mcguire.png) no-repeat -9999px -9999px;
}

.oMapMines {
    background: url(/images/maps/map-mines.png) no-repeat -9999px -9999px;
}

.oMapGreen {
    background: url(/images/maps/map-green.png) no-repeat -9999px -9999px;
}

.oMapUlrich {
    background: url(/images/maps/map-ulrich.png) no-repeat -9999px -9999px;
}

.oMapBarrett {
    background: url(/images/maps/map-barrett.png) no-repeat -9999px -9999px;
}

.oMapGay {
    background: url(/images/maps/map-gay.png) no-repeat -9999px -9999px;
}

.oMapWeber {
    background: url(/images/maps/map-weber.png) no-repeat -9999px -9999px;
}

.oMapLeftColumn {
    float: left;
}

.oMapRightColumn {
    float: right;
}

.oMapBoardMember {
    text-align: center;
    width: 140px;
    height: 180px;
}

.oMapWrap {
    padding-top: 20px;
}

.oMapWrap img {
    margin: 0 0 10px 0;
}

.oMapWrap a {
    display: inline-block;
    margin: 0 auto;
}

.oMapWrap p {
    margin: 0;
}

.oMapWrap p a {
    font: 400 12px/13px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #000;
}

.oMapWrap p a span {
    font-weight: 700;
    color: #e66b1e;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ FAQ STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.faq .question {
    font-weight: bold;
    padding-left: 30px;
    cursor: pointer;
    background: url('/images/oppd-icons/plus.png') center left no-repeat;
}
.faq .question.minus {
    background: url('/images/oppd-icons/minus.png') center left no-repeat;
}
.faq .slide {
    padding-top:15px;
}


/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ FORM STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

#sampleForm {
    padding: 4px 0 0 10px;
    width: 620px;
    height: 1070px;
}

    #sampleForm h2 {
        font: bold 16px/20px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
        margin: 0 0 25px 0;
        color: #e5681e;
    }

    #sampleForm h3 {
        font: bold 13px/16px Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        color: #333;
    }

    #sampleForm span {
        font: normal 13px/18px Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        color: #333;
    }

    #sampleForm input[type="text"] {
        font: normal 13px/18px Arial, Helvetica, sans-serif;
        height: 14px;
        vertical-align: middle;
        margin: 0 3px 0 0;
    }

    #sampleForm .dropDownList {
        padding: 0;
    }

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ FOOTER STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

#footerContainer {
    background: #414141 url(/images/opFooterBkgrnd.png) repeat-x;
}

#footer {
    color: #fff;
    min-height: 371px;
    padding: 35px 0;
}

    #footer .formHeader {
        display: none;
        padding-bottom: 15px;
        margin-right: 25px;
        margin-bottom: 15px;
    }

    #footer h2 {
        font: bold 14px/17px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin-bottom: 8px;
        color: #C7BF9B;
    }

        #footer h2.form-title {
            margin-right: 15px;
        }

    #footer .span2 p,
    #footer .span3 p {
        font: bold 11px/13px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin-bottom: 8px;
        color: #C7BF9B;
    }

    #footer .oFooterContentWrap p {
        font: normal 11px/17px Arial, Helvetica, sans-serif;
        text-transform: none;
        margin-bottom: 12px;
        padding-right: 25px;
        color: #fff;
    }

    #footer ul {
        font: normal 11px/13px Arial, Helvetica, sans-serif;
        margin-left: 0;
        margin-bottom: 12px;
        list-style-type: none;
    }

    #footer li {
        margin-left: 0;
        padding-left: 0;
    }

        #footer li a {
            color: #fff;
        }

        #footer li a.opPowerOrange {
            color: #E66B1E;
            text-shadow: 1px 1px #111;
        }

    #footer #tweets {
        background: #fff url(../images/hd_twitter_icon.gif) no-repeat 20px 20px;
        width: 219px;
        margin: 0 auto 20px auto;
        padding: 20px 15px 10px 20px;
    }

     #footer #tweets h2 {
        font: normal 17px/20px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin-bottom: 8px;
        padding-left: 35px;
        margin-top: 0;
        color: #333;
    }

    #footer #tweets p {
        font: normal 12px/14px Arial, Helvetica, sans-serif;
        margin-bottom: 12px;
        padding-right: 0;
        color: #525252;
    }

    #footer .footerModule {
        background: #6b6b6b;
        width: 219px;
        margin: 0 auto 20px auto;
        padding: 20px 15px 20px 20px;
    }

    #footer .footerModule h2 {
        font: normal 19px/24px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
        color: #fff;
    }

    #footer .footerModule p {
        font: normal 12px/16px Arial, Helvetica, sans-serif;
        margin-bottom: 12px;
        padding-right: 0;
        color: #fff;
    }

    .footerPhoneWrap {
        padding: 0 20px;
        margin: -10px 0 -20px 20px;
        width: 300px;
    }

    .phoneNavSocial { margin-bottom: 20px; }
    .phoneNavSocial ul { text-align: center; }
    .phoneNavSocial ul li { display: inline-block; margin: 0 12px; }
    .phoneNavSocial ul li a { display: block; height: 21px; text-indent: -9999px; }
    .phoneNavSocial ul li a:hover { }
    .phoneNavSocial ul li a.phoneNavSocialFacebook { background: url(/images/phoneNavSocialFacebook.png) no-repeat; width: 17px; }
    .phoneNavSocial ul li a.phoneNavSocialTwitter { background: url(/images/phoneNavSocialTwitter.png) no-repeat; width: 25px; }
    .phoneNavSocial ul li a.phoneNavSocialYoutube { background: url(/images/phoneNavSocialYoutube.png) no-repeat; width: 47px; }

    .phoneNavFooter { margin-bottom: 20px; }
    .phoneNavFooter ul { text-align: center; text-transform: uppercase; }
    .phoneNavFooter ul li { display: inline-block; }
    .phoneNavFooter ul li a { display: block; text-decoration: none; padding: 0 12px; line-height: 14px; border-right: 1px solid #fff; }
    .phoneNavFooter ul li a:hover { }
    .phoneNavFooter ul li:last-of-type a { border: none;}
    #footer .phoneNavFooter ul.navTopList { margin-bottom: 4px;}

    .phoneFooterDate {
        font: 400 12px/15px Arial, sans-serif;
        text-align: center;
    }

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ PAY BILL STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.payBillContainer {
    background: #ebe7db;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.payBillContainer h3 {
    font: normal 14px/14px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    margin: 0 0 15px 0;
}

.payBillButton {
    font: normal 14px/18px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    background: #E66B1E url(/images/button_arrow.gif) no-repeat;
    background-position: 98% 50%;
    padding: 6px 25px 6px 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.payBillButton:hover {
    text-decoration: none;
    color: #fff;
}

.lastParagraph {
    margin-bottom: 0 !important;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ ACCOUNT EXECUTIVES STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.aeWrap {
    overflow: hidden;
    margin-bottom: 15px;
}

.aeWrap img {
    float: left;
    margin: 0 0 20px 0;
}

.aeBio {
    float: left;
    border-right: 1px dotted #777;
    min-height: 120px;
    min-width: 225px;
}

.aeExpertise {
    float: left;
    width: 260px;
    margin-right: -25px;
}

.aeBio li, .aeExpertise li {
    list-style: none !important;
}

.oMainContent.span9 {
    width: 96%;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ EXECUTIVES STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.oExecutive {
    float: left;
    width: 200px;
    margin: 0 15px 30px 0;
}

.oExecutive p {
    line-height: 17px;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ ELECTRIC SERVICES MAP STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.oServiceMapWrap {
    position: relative;
}

.oServiceLinkElkhorn {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s2.gif) no-repeat -9999px -9999px;
}

.oServiceLinkLouisville {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s3.gif) no-repeat -9999px -9999px;
}

.oServiceLinkOmaha {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s4.gif) no-repeat -9999px -9999px;
}

.oServiceLinkSyracuse {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s5.gif) no-repeat -9999px -9999px;
}

.oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap.gif) no-repeat;
    position: relative;
    width: 771px;
    height: 830px;
}

.oServiceMapLink {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 500;
}

.oServiceLink {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 500;
}

.oServiceLinkMetro {
    text-indent: -9999px;
    width: 286px;
    height: 80px;
    top: 242px;
    left: 486px;
}

.oServiceMapElkhorn {
    width: 421px;
    height: 250px;
    top: 0;
    left: 0;
}

.oServiceMapElkhorn:hover ~ .oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s2.gif) no-repeat !important;
}

.oServiceLinkElkhorn {
    width: 286px;
    height: 32px;
    top: 120px;
    left: 486px;
}

.oServiceLinkElkhorn:hover ~ .oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s2.gif) no-repeat !important;
}

.oServiceMapLouisville {
    width: 353px;
    height: 135px;
    top: 250px;
    left: 90px;
}

.oServiceMapLouisville:hover ~ .oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s3.gif) no-repeat !important;
}

.oServiceLinkLouisville {
    width: 286px;
    height: 32px;
    top: 152px;
    left: 486px;
}

.oServiceLinkLouisville:hover ~ .oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s3.gif) no-repeat !important;
}

.oServiceMapOmaha {
    width: 124px;
    height: 159px;
    top: 155px;
    left: 320px;
}

.oServiceMapOmaha:hover ~ .oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s4.gif) no-repeat !important;
}

.oServiceLinkOmaha {
    width: 286px;
    height: 32px;
    top: 88px;
    left: 486px;
}

.oServiceLinkOmaha:hover ~ .oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s4.gif) no-repeat !important;
}

.oServiceMapSyracuse {
    width: 462px;
    height: 442px;
    top: 385px;
    left: 181px;
}

.oServiceMapSyracuse:hover ~ .oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s5.gif) no-repeat !important;
}

.oServiceLinkSyracuse {
    width: 286px;
    height: 32px;
    top: 184px;
    left: 486px;
}

.oServiceLinkSyracuse:hover ~ .oServiceMap {
    background: url(/images/serviceMapImages/ESD-allgrey-swap_s5.gif) no-repeat !important;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ ELECTRIC SERVICES MAP ZOOM STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.oServiceMapWrapZoom {
    position: relative;
}

.oServiceMapWrapZoom .oServiceLinkElkhorn {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s2.png) no-repeat -9999px -9999px;
}

.oServiceMapWrapZoom .oServiceLinkLouisville {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s3.png) no-repeat -9999px -9999px;
}

.oServiceMapWrapZoom .oServiceLinkOmaha {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s4.png) no-repeat -9999px -9999px;
}

.oServiceMapWrapZoom .oServiceLinkSyracuse {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s5.png) no-repeat -9999px -9999px;
}

.oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom.png) no-repeat;
    position: relative;
    width: 807px;
    height: 595px;
}

.oServiceMapWrapZoom .oServiceMapLink {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 500;
}

.oServiceMapWrapZoom .oServiceLink {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 500;
}

.oServiceMapWrapZoom .oServiceLinkMetro {
    text-indent: -9999px;
    width: 219px;
    height: 80px;
    top: 242px;
    left: 516px;
}

.oServiceMapWrapZoom .oServiceMapElkhorn {
    width: 436px;
    height: 250px;
    top: 0;
    left: 0;
}

.oServiceMapWrapZoom .oServiceMapElkhorn:hover ~ .oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s2.png) no-repeat !important;
}

.oServiceMapWrapZoom .oServiceLinkElkhorn {
    width: 286px;
    height: 32px;
    top: 120px;
    left: 514px;
}

.oServiceMapWrapZoom .oServiceLinkElkhorn:hover ~ .oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s2.png) no-repeat !important;
}

.oServiceMapWrapZoom .oServiceMapLouisville {
    width: 495px;
    height: 252px;
    top: 250px;
    left: 0px;
}

.oServiceMapWrapZoom .oServiceMapLouisville:hover ~ .oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s3.png) no-repeat !important;
}

.oServiceMapWrapZoom .oServiceLinkLouisville {
    width: 286px;
    height: 32px;
    top: 152px;
    left: 514px;
}

.oServiceMapWrapZoom .oServiceLinkLouisville:hover ~ .oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s3.png) no-repeat !important;
}

.oServiceMapWrapZoom .oServiceMapOmaha {
    width: 230px;
    height: 297px;
    top: 63px;
    left: 267px;
}

.oServiceMapWrapZoom .oServiceMapOmaha:hover ~ .oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s4.png) no-repeat !important;
}

.oServiceMapWrapZoom .oServiceLinkOmaha {
    width: 286px;
    height: 32px;
    top: 88px;
    left: 514px;
}

.oServiceMapWrapZoom .oServiceLinkOmaha:hover ~ .oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s4.png) no-repeat !important;
}

.oServiceMapWrapZoom .oServiceMapSyracuse {
    width: 486px;
    height: 76px;
    top: 502px;
    left: 31px;
}

.oServiceMapWrapZoom .oServiceMapSyracuse:hover ~ .oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s5.png) no-repeat !important;
}

.oServiceMapWrapZoom .oServiceLinkSyracuse {
    width: 286px;
    height: 32px;
    top: 184px;
    left: 514px;
}

.oServiceMapWrapZoom .oServiceLinkSyracuse:hover ~ .oServiceMapZoom {
    background: url(/images/serviceZoomImages/ESD-allgrey-zoom_s5.png) no-repeat !important;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ SERVICE CENTER STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.oServiceDesigner {
    float: left;
    width: 150px;
    margin: 0 120px 20px 0;
}

.oServiceDesigner.oServiceSuper {
    float: none;
}

.oServiceDesigner p {
    line-height: 17px;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ ARBORETUM MAP STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.qtip-content > div > p.subHead {
    font-weight: 700;
    margin-bottom: 0;
}

.qtip-content > div > p.listTitle {
    margin-bottom: 4px;
    clear: both;
}

.qtip-content > div > p.extraLeading {
    line-height: 17px;
}

.qtip-content ul li {
    font: 400 12px/16px Arial, Helvetica, sans-serif;
    list-style: disc;
    margin-bottom: 8px;
}

.qtip-content > div > img {
    margin: 0 15px 5px 0;
}

#oArboretumMap {
    position: relative;
}

.oArboretumLegend {
    position: absolute;
    margin-left: 0;
    padding-left: 0;
    top: 472px;
    left: 25px;
}

.oArboretumLegend li {
    list-style: none !important;
    text-indent: -9999px;
}

.oArboretumLegend li a {
    font: 400 12px/12px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    padding: 2px 0 2px 25px;
    display: block;
    width: 100px;
}

a.arboretumTip {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
}

a.arboretumTip#tip01 {
    width: 100px;
    height: 100px;
    top: 363px;
    left: 678px;
}

a.arboretumTip#tip01A {
    width: 100px;
    height: 100px;
    top: 363px;
    left: 12px;
    opacity: .5;
}

a.arboretumTip#tip02 {
    width: 100px;
    height: 100px;
    top: 563px;
    left: 703px;
}

a.arboretumTip#tip03 {
    top: 482px;
    left: 529px;
}

a.arboretumTip#tip04 {
    top: 359px;
    left: 611px;
}

a.arboretumTip#tip05 {
    top: 295px;
    left: 630px;
}

a.arboretumTip#tip06 {
    top: 256px;
    left: 695px;
}

a.arboretumTip#tip07 {
    top: 485px;
    left: 613px;
}

a.arboretumTip#tip08 {
    top: 582px;
    left: 613px;
}

a.arboretumTip#tip09 {
    top: 696px;
    left: 542px;
}

a.arboretumTip#tip10 {
    top: 208px;
    left: 142px;
}

a.arboretumTip#tip11 {
    top: 257px;
    left: 287px;
}

a.arboretumTip#tip12 {
    top: 104px;
    left: 287px;
}

a.arboretumTip#tip13 {
    top: 262px;
    left: 503px;
}

/*~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~ LEFT & RIGHT COLUMN STYLES ~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~|~*/

.oCmsLeftColumn {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 0 25px 0 0;
    border-right: 1px dotted #999;
}

.oCmsRightColumn  {
    float: left;
    width: 45%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    border-left: 1px dotted #999;
    margin-left: -1px;
}

#uBlogsy_header_container, #uBlogsy_main, #uBlogsy_footer, #uBlogsy_left_col, #uBlogsy_right_col, .uBlogsy_post, .uBlogsy_tag_container {
    padding: 1px 0;
    overflow: visible !important;
}


.uBlogsy_post_body img {
    margin: 0 30px 15px 0;
}

.uBlogsy_post_body {
    padding-top: 8px;
}

#uBlogsy_left_col .uBlogsy_posts_container .uBlogsy_post_image {
    margin-bottom: 0;
}

#uBlogsy_left_col .uBlogsy_post_container .uBlogsy_post_image {
    float: none;
    margin-top: 10px;
}

#uBlogsy_left_col {
    width: 85%;
}

#uBlogsy_left_col h2 {
    font: bold 21px/22px 'franklin_gothic_fs_medregular', sans-serif;
    margin: 0;
}

#uBlogsy_left_col h2 a {
    color: #000;
}

#uBlogsy_left_col h2 a:hover {
    text-decoration: none;
}

figure {
    margin: 0;
}

.ubPostDetailsWrap {
    display: inline;
}

.uBlogsy_labels,
.uBlogsy_author {
    font: 400 15px/15px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    display: inline;
    text-transform: uppercase;
}

#uBlogsy .uBlogsy_labels a,
#uBlogsy .uBlogsy_author a {
    color: #444;
    display: inline-block;
}

#uBlogsy .uBlogsy_labels a:hover,
#uBlogsy .uBlogsy_author a:hover {
    text-decoration: none;
}

#uBlogsy_left_col .uBlogsy_post .uBlogsy_post_body p {
    display: block;
    line-height: 20px;
    color: #000;
    margin: 10px 0;
}

#uBlogsy_left_col .uBlogsy_post .ubReadMore {
    text-transform: uppercase;
    font-weight: bold;
    color: #E66B1E;
    display: inline;
}

#uBlogsy_left_col .uBlogsy_post .ubReadMore:hover {
    text-decoration: none;
}

#uBlogsy_left_col .uBlogsy_author {
    padding: 0;
}

#uBlogsy_left_col .uBlogsy_label_container .uBlogsy_labels {
    float: none;
}

#uBlogsy_left_col .uBlogsy_posts_container .uBlogsy_author a {
    border-left: 1px solid #444;
    padding-left: 15px;
}

#uBlogsy_left_col .uBlogsy_post_container .uBlogsy_author a {
    border-right: 1px solid #444;
    padding-right: 10px;
}

#uBlogsy_left_col .uBlogsy_post_container h2 a {
    font: 400 40px/40px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    display: block;
    color: #000;
    margin-bottom: 6px;
}

#uBlogsy_left_col .uBlogsy_post_container h3 {
    font: 400 15px/15px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    text-transform: none;
    display: inline;
    padding-left: 7px;
    margin: 0;
    color: #444;
}


.uBlogsy_related_posts_container > h3 {
    font-size: 2em !important;
}


.ubSocialLinksWrapFooter {
    float: left;
}

.ubPostHeadContainer {
    padding-bottom: 15px;
    border-bottom: 1px solid #B2B2B2;
    position: relative;
}

.ubPostHeadContainer .ubSocialLinksWrap {
    position: absolute;
    bottom: 4px;
    right: -30px;
}

#uBlogsy .addthis_button_email {
    font: 400 14px/20px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-right: 15px;
    color: #333;
}

#uBlogsy .addthis_button_email:hover,
#uBlogsy .addthis_button_print:hover {
    text-decoration: none;
}

#uBlogsy .addthis_button_email span.at16nc {
    background: url(/images/Blog/ubSocialEmailIcon.png) no-repeat;
    width: 24px;
    height: 20px;
    padding-right: 12px;
}

#uBlogsy .addthis_button_print {
    font: 400 14px/20px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-right: 15px;
    color: #333;
}

#uBlogsy .addthis_button_print span.at16nc {
    background: url(/images/Blog/ubSocialPrintIcon.png) no-repeat;
    width: 24px;
    height: 20px;
    padding-right: 12px;
}

.uBlogsySideBar h2 {
    font: 400 15px/16px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 6px 0;
}

#navInnerPage .uBlogsySideBar.boxbkgrnd ul {
    /*display: block;*/
    text-transform: none;
    margin: 0 0 15px 15px;
    padding: 0;
}

#navInnerPage .uBlogsySideBar.boxbkgrnd li {
    margin: 0 0 10px 0;
}

#navInnerPage .uBlogsySideBar.boxbkgrnd a {
    font: 400 14px/16px 'franklin_gothic_fs_bookRg', Arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}

#navInnerPage .uBlogsySideBar.boxbkgrnd a:hover {
    background: none;
}

#navInnerPage .uBlogsySideBar.boxbkgrnd .uBlogsy_bottom_border {
    margin-bottom: 20px;
}

#navInnerPage .uBlogsySideBar.boxbkgrnd h2 {
    display: block;
}

#navInnerPage .uBlogsySideBar.boxbkgrnd a span {
    margin-bottom: 8px;
    display: block;
}

/* ANYTHING SLIDER CUSTOM STYLES */

.anythingSlider-default .anythingControls {
    position: absolute;
    right: 60px;
    bottom: 30px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.imagePadding {
    margin: 15px 30px 15px 15px;
}