﻿@import url("jqueryfancybox/jquery.fancybox.css");
body {
	line-height: 18px;
	font-size: 14px;
	color: #000;
	width: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-size: 16px;
    color: #20448d;
    line-height: 22px;
    margin: 0 0 12px;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
#wrapper {
    width: 980px;
    margin: 0 auto;
}
.content-page {
    border-top: 1px solid #666666;
    background: url(images/content-bg.png) repeat-x scroll center top #fff;
}
#primary{
	float: right;
	overflow: hidden;
	width: 220px;
}
#footer {
	margin-bottom: 20px;
    background: #e3e3e3;
    padding: 15px 0px 15px 20px;
    margin-top: 20px;
    clear: both;
	display: inline-block;
	width: 960px;
}

.tdHeight
{
    Height: 20px;
}
 
/* =Global Elements
-------------------------------------------------------------- */
.modal

    {

        position: fixed;

        top: 0;

        left: 0;

        background-color:  Teal;

        z-index: 99;

        opacity: 0.8;

        filter: alpha(opacity=80);

        -moz-opacity: 0.8;

        min-height: 100%;

        width: 100%;

    }

    .loading

    {

        font-family: Arial;

        font-size: 10pt;

        border: 5px solid #67CFF5;

        width: 200px;

        height: 100px;

        display: none;

        position: fixed;

        background-color: White;

        z-index: 999;

    }
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
p {
	margin: 0 0 18px;
}
ul {
	list-style: none;
	margin: 0 ;
    padding: 0;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link{
	color: #20448d;
    text-decoration: none;
}
a:visited {
	color: #20448d;
	text-decoration: none;
}
a:active,
a:hover {
	color: #000;
}

.clear{
    clear: both;
}

/* =Menu-header
-------------------------------------------------------------- */

#access {
	display: block;
	float: right;
	width: 420px;
    margin-top: 20px;
}
#access .menu-header,
div.menu {
	font-size: 11px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access .menu-header .last-child a{
    border-right: none;
}
#access a {
	color: #20448d;
	display: block;
	line-height: 13px;
	padding: 0 9px;
	text-decoration: none;
    border-right: 1px solid #666666;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.Home_page_item > a,
#access ul li.ForTheHomeowner_page_item > a,
#access ul li.ForBusinesses_page_item > a,
#access ul li.Downloads_page_item > a,
#access ul li.ContactUs_page_item > a {
	text-decoration: underline;
}
* html #access ul li.current_page_item a,
* html #access ul li.ForTheHomeowner_page_item a,
* html #access ul li.ForBusinesses_page_item a,
* html #access ul li.Downloads_page_item a,
* html #access ul li.ContactUs_page_item a,
* html #access ul li a:hover {
	text-decoration: underline;
}

/* =Menu-footer
-------------------------------------------------------------- */

#access-footer {
	display: block;
	width: 525px;
	margin-bottom: 5px;
}
#access-footer .menu-footer,
div.menu {
	font-size: 11px;
}
#access-footer .menu-footer ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access-footer .menu-footer li,
div.menu li {
	float: left;
	position: relative;
}
#access-footer .menu-footer .last-child a{
    border-right: none;
}
#access-footer .menu-footer li:first-child a{
    padding-left: 0px;
}
#access-footer a {
	color: #20448d;
	display: block;
	line-height: 13px;
	padding: 0 10px;
	text-decoration: none;
    border-right: 1px solid #666666;
}
#access-footer li:hover > a,
#access-footer ul ul :hover > a {
	color: #000;
}

/* =Images
-------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/* =Home
-------------------------------------------------------------- */
#logo {
    width: 432px;
    border-top: solid 5px #666666;
    padding: 15px 0px 25px 0px;
    float: left;
}
#logo img{
    margin-left:15px;
}
.changes-on-refresh {
    min-height: 437px;
    position: relative;
}
.sidebar-home {
    height: 360px;
    width: 270px;
    padding: 45px 40px 25px;
    background: url(images/sidebar-home.png) no-repeat scroll center top;
    position: absolute;
    z-index: 9;
    right: 55px;
    top: 0;
}
.sidebar-home h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}
.sidebar-home h4{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
}
.sidebar-home p{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 25px;
}
.sidebar-home ul{
    margin-bottom: 20px;
}
.sidebar-home li{
    font-size: 16px;
    font-weight: bold;
    color: #193f92;
    line-height: 24px;
}
.sidebar-home li a{
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #20448d;
}
.sidebar-home li a:hover{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.sidebar-home li span,
.sidebar-home li a{
       border-bottom: 1px dotted #193f92;
}
.sidebar-home .margin{
    margin-bottom: 15px;
}
.video-link {
    position: absolute;
    width: 325px;
    background: url(images/video-home.png) no-repeat scroll center top transparent;
    padding: 10px 40px;
    left: 0px;
    bottom: 13px;
}
.video-link img{
    float: left;
}
.video-link span {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 50px;
}
.video-link span a{
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
}
#footer p {
    font-size: 11px;
    margin-bottom: 10px;
}
.bottom-footer{
    display: block;
	width: 340px;
    font-size: 11px;
}
.bottom-footer li{
    float: left;
	position: relative;
}
.bottom-footer a {
	display: block;
	line-height: 13px;
	padding: 0 10px;
	text-decoration: none;
    border-right: 1px solid #666666;
    color: #20448D;
}
.bottom-footer a:hover{
    color: #000;
}
.bottom-footer .last-child a{
    border-right: none;
}
.bottom-footer li:first-child a{
    padding-left: 0px;
}
.nav {
    height: 135px;
}
.homeowner {
    width: 200px;
    height: 49px;
    margin: 65px 0px 20px 15px;
    float: left;
}
.navigation {
	float: right;
	padding: 16px 90px;
	width: 555px;
	background: url(images/navigation-bg.png) no-repeat scroll center 65px;
}
.navigation li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	width: 77px;
	margin-right: 42px;
}
.navigation li a{
    color: #000000;
}
.navigation li a:hover{
    color: #76B800;    
}
.navigation .current{
    color: #76B800;
}
.navigation .last-child {
    margin-right: 0;
}
.left-sidebar-homeowner{
    background: url(images/left-sidebar-homeowner.png) no-repeat scroll center top;
}
.left-sidebar-forbusinesses{
    background: url(images/left-sidebar-forbusinesses.png) no-repeat scroll center top;
}
.left-sidebar-energysense{
    background: url(images/left-sidebar-energysense.png) no-repeat scroll center top;
}
.left-sidebar {
    padding: 35px 15px 0px 15px;
    width: 185px;
    min-height: 390px;
    float: left;
}
.video-player span {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    float: right;
    display: block;
    width: 125px;
}
.video-player img{
    float: left;
}
.video-player a{
    color: #fff;
}
.main {
    width: 518px;
    float: right;
}
.main .top{
    height: 24px;
}
.main .foot{
    height: 24px;
}
.main .mid{
    padding: 0px 40px 20px;

}
.main-homeowner .top{
    background: url(images/top-homeowner.png) no-repeat scroll center top;
}
.main-homeowner .foot{
    background: url(images/foot-homeowner.png) no-repeat scroll center bottom;
}
.main-homeowner .mid{
    background: url(images/mid-homeowner.png) repeat-y scroll center top;
}
.main-forbusinesses .top{
    background: url(images/top-forbusinesses.png) no-repeat scroll center top;
}
.main-forbusinesses .foot{
    background: url(images/foot-forbusinesses.png) no-repeat scroll center bottom;
}
.main-forbusinesses .mid{
    background: url(images/mid-forbusinesses.png) repeat-y scroll center top;
    min-height: 352px;
}
.main .first-homeowner{
    font-weight: bold;
    text-transform: uppercase;
    color: #76b800;
}
.main .first-forbusinesses{
    font-weight: bold;
    text-transform: uppercase;
    color: #41609e;
}
.sidebar-right {
    width: 210px;
    float: right;
}

.sidebar-right h3{
    padding: 30px 25px 5px;
    margin: 0;
    font-weight: normal;
    height: 24px;
}
.sidebar-right ul{
    padding:0 25px 30px 25px;
    min-height: 331px;
}
.sidebar-right li{
    padding: 15px 0px 7px;
}
.sidebar-right li a{
    font-size: 12px;
    line-height: 16px;
    display: block;
}
.sidebar-right-homeowner li{
    border-bottom: 1px solid #a7daff;
}
.sidebar-right-homeowner h3{
    background: #a7daff;
}
.sidebar-right-homeowner ul{
    background: #ddf1ff;
}
.sidebar-right-forbusinesses li{
    border-bottom: 1px solid #bbdd4c;
}
.sidebar-right-forbusinesses h3{
    background: #bbdd4c;
}
.sidebar-right-forbusinesses ul{
    background: #e4f1cc;
}
.sub-page h3{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
}
.sub-page li {
    padding-top: 10px;
}
.sub-page li a{
    font-size: 12px;
    font-weight: bold;
}
.left-sidebar-homeowner .sub-page li a:hover{
    color: #fff;
}
.left-sidebar-homeowner .sub-page li{
    border-bottom: 1px solid #9fcd4c;
}
.left-sidebar-homeowner .sub-page li a{
    color: #e4f1cc;
}
.left-sidebar-forbusinesses .sub-page li{
    border-bottom: 1px solid #41609e;
}
.left-sidebar-forbusinesses .sub-page li a{
    color: #ddf1ff;
}
.left-sidebar-forbusinesses .sub-page li a:hover{
    color: #fff;
}
.left-sidebar-energysense .sub-page li a:hover{
    color: #333;
}
.left-sidebar-energysense .sub-page li{
    border-bottom: 1px solid #FFF;
}
.left-sidebar-energysense .sub-page li a{
    color: #e3e3e3;
}
.chart {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

   input:not([type="radio"]):not([type="checkbox"])
        {
            padding: 5px 5px;
            border: 1px solid #d5d9da;
            border-radius: 5px;
            box-shadow: 0 0 5px #e8e9eb inset; /* 400 (#container) - 40 (li margins) -  10 (span paddings) - 20 (input paddings) - 2 (input borders) */
            font-size: 1em;
            outline: 0;
             font-family: sans-serif; 
        }
        .panelCss
        {
            border: 1px solid #d5d9da;
            border-radius: 5px;
        }
        .Cntrl1
        {
            background-color: #abcdef;
            color: Black;
            border: 1px solid #AB00CC;
            font: Verdana 12px;
            padding: 1px 4px;
            font-family: Palatino Linotype, Arial, Helvetica, sans-serif;
        }
        .btnCss
        {
            font-weight: bold;
        }
        
        .tdWidth
        {
            width: 247px;
        }
        .tdWidth2
        {
            width: 68px;
        }
      textboxCss
        {
        font-family: sans-serif; 
          font-size: 12px;
         
        }
        .fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}