/* -----------------------------------------------------------------------
 
 
 Blueprint CSS Framework 0.9
 http://blueprintcss.org
 
 * Copyright (c) 2007-Present. See LICENSE for more info.
 * See README for instructions on how to use Blueprint.
 * For credits and origins, see AUTHORS.
 * This is a compressed file. See the sources in the 'src' directory.
 
 ----------------------------------------------------------------------- */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1.5;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

table, td, th {
    vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a img {
    border: none;
}

/* typography.css */
html {
    font-size: 100.01%;
}

body {
    font-size: 75%;
    color: #3b3e3f;
    background: #47435c;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: #47435c;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
}

h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    color: #77738f;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

p {
    margin: 0 0 1.5em;
}

img.left {
    float: left;
    margin: 1em 1em 1em 0;
    padding: 0;
}

img.right {
    float: right;
    margin: 1em 0 1em 1em;
}

a:focus, a:hover {
    color: #000;
}

a {
    color: #7ba019;
    text-decoration: none;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

li ul, li ol {
    margin: 0 1.5em;
}

ul, ol {
    margin: 0 1.5em 1.5em 1.5em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

dl dt {
    font-weight: bold;
}

dd {
    margin-left: 1.5em;
}

table {
    margin-bottom: 1.4em;
    width: 100%;
}

th {
    font-weight: bold;
}

thead th {
    background: #c3d9ff;
}

th, td, caption {
    padding: 4px 10px 4px 5px;
}

tr.even td {
    background: #e5ecf9;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

.small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background-color: transparent;
    color: #565859;
    font-weight: bold;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* forms.css */
label {
    font-weight: bold;
}

fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
    border: 1px solid #ccc;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}

input[type = text], input[type = password], input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
}

input[type = text]:focus, input[type = password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #666;
}

input[type = text], input[type = password], input.text, input.title, textarea, select {
    margin: 0.5em 0;
}

input.text, input.title {
    width: 300px;
    padding: 5px;
    color: #3b3e3f;
}

input.title {
    font-size: 1.5em;
}

textarea {
    width: 390px;
    height: 250px;
    padding: 5px;
}

input[type = checkbox], input[type = radio], input.checkbox, input.radio {
    position: relative;
    top: .25em;
}

form.inline {
    line-height: 3;
}

form.inline p {
    margin-bottom: 0;
}

.error, .notice, .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}

.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.error a {
    color: #8a1f11;
}

.notice a {
    color: #514721;
}

.success a {
    color: #264409;
}

/* grid.css */
.container {
    width: 950px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 10px solid #FFFFFF;
}

.showgrid {
    background: url(src/grid.png);
}

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
    float: left;
    margin-right: 10px;
}

.last, div.last {
    margin-right: 0;
}

.span-1 {
    width: 30px;
}

.span-2 {
    width: 70px;
}

.span-3 {
    width: 110px;
}

.span-4 {
    width: 150px;
}

.span-5 {
    width: 190px;
}

.span-6 {
    width: 230px;
}

.span-7 {
    width: 270px;
}

.span-8 {
    width: 310px;
}

.span-9 {
    width: 350px;
}

.span-10 {
    width: 390px;
}

.span-11 {
    width: 430px;
}

.span-12 {
    width: 470px;
}

.span-13 {
    width: 510px;
}

.span-14 {
    width: 550px;
}

.span-15 {
    width: 590px;
}

.span-16 {
    width: 630px;
}

.span-17 {
    width: 670px;
}

.span-18 {
    width: 710px;
}

.span-19 {
    width: 750px;
}

.span-20 {
    width: 790px;
}

.span-21 {
    width: 830px;
}

.span-22 {
    width: 870px;
}

.span-23 {
    width: 910px;
}

.span-24, div.span-24 {
    width: 950px;
    margin-right: 0;
}

input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

input.span-1, textarea.span-1 {
    width: 18px !important;
}

input.span-2, textarea.span-2 {
    width: 58px !important;
}

input.span-3, textarea.span-3 {
    width: 98px !important;
}

input.span-4, textarea.span-4 {
    width: 138px !important;
}

input.span-5, textarea.span-5 {
    width: 178px !important;
}

input.span-6, textarea.span-6 {
    width: 218px !important;
}

input.span-7, textarea.span-7 {
    width: 258px !important;
}

input.span-8, textarea.span-8 {
    width: 298px !important;
}

input.span-9, textarea.span-9 {
    width: 338px !important;
}

input.span-10, textarea.span-10 {
    width: 378px !important;
}

input.span-11, textarea.span-11 {
    width: 418px !important;
}

input.span-12, textarea.span-12 {
    width: 458px !important;
}

input.span-13, textarea.span-13 {
    width: 498px !important;
}

input.span-14, textarea.span-14 {
    width: 538px !important;
}

input.span-15, textarea.span-15 {
    width: 578px !important;
}

input.span-16, textarea.span-16 {
    width: 618px !important;
}

input.span-17, textarea.span-17 {
    width: 658px !important;
}

input.span-18, textarea.span-18 {
    width: 698px !important;
}

input.span-19, textarea.span-19 {
    width: 738px !important;
}

input.span-20, textarea.span-20 {
    width: 778px !important;
}

input.span-21, textarea.span-21 {
    width: 818px !important;
}

input.span-22, textarea.span-22 {
    width: 858px !important;
}

input.span-23, textarea.span-23 {
    width: 898px !important;
}

input.span-24, textarea.span-24 {
    width: 938px !important;
}

.prepend-top {
    margin-top: 10px;
}

.append-bottom {
    margin-bottom: 10px;
}

.box {
    padding: 1.5em;
    margin-bottom: 1.5em;
    background: #E5ECF9;
}

hr {
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
}

hr.space {
    background: #fff;
    color: #fff;
}

.clearfix:after, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix, .container {
    display: block;
}

.clear {
    clear: both;
}

.sitemap {
    background-color: #f8f8f8;
    margin-top: 10px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-image: url('../images/bgSitemap.gif');
    padding-bottom: 30px;
}

.sitemap a {
    color: #898a8a;
    display: block;
    text-decoration: none;
    padding: 10px 10px 0px 10px;
}

.sitemap a:hover {
    color: #7ba019;
}

.sitemap .highlight {
    background-color: transparent;
    color: #565859;
    font-weight: bold;
}

.more {
    background-image: url('../images/more.png');
    background-repeat: no-repeat;
    background-position: right 5px;
    padding-right: 10px;
    color: #7ba019;
    text-decoration: none;
}

.more:hover {
    background-image: url('../images/more.png');
    background-repeat: no-repeat;
    background-position: right -7px;
    padding-right: 10px;
    color: #9e5f64;
    text-decoration: none;
}

.silentLink {
    text-decoration: none;
    color: #3b3e3f;
}

.silentLink:hover {
    text-decoration: none;
    color: #3b3e3f;
}

.titleLink {
    text-decoration: none;
    color: #7ba019;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.titleLink:hover {
    text-decoration: none;
    color: #9e5f64;
}

strong.highlight {
    color: #9e5f64;
    background-color: transparent;
    font-weight: bold;
}

.quicklinks {
    background-color: #77738f;
    height: 238px;
}

.quicklinks a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 10px 10px 10px;
    display: block;
}

.quicklinks a:hover {
    color: #e0edbd;
    text-decoration: none;
}

.defaultText {
    padding: 10px;
}

.border {
    border: 1px solid #eeeeee;
}

.login {
    background-color: #f6f6f6;
    height: 124px;
}

.header {
    height: 156px;
    width: 960px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
}

.footer {
    width: 950px;
    margin: 0 auto;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 20px;
}

.footer a {
    margin-left: 20px;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.homeVideos {
    min-height: 410px;
}

.homeCommunity {
    min-height: 410px;
}

/*
 .homeNews			{min-height:600px;}
 */
.utilityNav {
    background-color: #f1f1f1;
    margin-top: 5px;
    padding: 12px;
    padding-left: 0px;
    padding-right: 0px;
    height: 18px;
}

.utilityNav a {
    border-right: 1px solid #e1e3e5;
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    float: left;
    padding-top: 0;
    padding-bottom: 3px;
    margin-top: 4px;
	color:#7D8187;
	font-size:.8em;
	font-weight:bolder;
}
.utilityNav a.text{
	margin:0;
}

.searchForm {
    margin-top: -6px;
    margin-left: -10px;
}

.textSearch {
    padding: 3;
    margin: 0;
    font-size: 8pt;
    border: 1px solid #e1e3e5;
    width: 150px;
}

.button {
    border: 0px;
    font-size: 8pt;
    color: #FFFFFF;
    background-color: transparent;
    background-image: url('../images/btnSearch.gif');
    background-repeat: no-repeat;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 16px;
    margin-left: 130px;
}

.searchForm input.text {
    padding: 3px;
    font-size: 8pt;
    width: 143px;
    margin: 0px;
}

.searchButton {
    margin-left: -35px;
}

.globalNav a {
    border-right: 1px solid #a7d728;
    display: block;
    float: left;
    padding: 8px 10px 8px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.globalNav a:hover {
    background-color: #84a921;
}

.active {
    background-color: #5f7d0e;
}

.active:hover {
    background-color: #5f7d0e;
}

.aclogintab {
    position: absolute;
    top: 120px;
    margin-left: 800px;
}

.login input.text {
    padding: 3px;
    font-size: 8pt;
    width: 180px;
    margin: 0px;
}

.login a {
    color: #9e5f64;
}

.login td {
    padding: 3px;
}

.homeVideos .alignRight {
    padding-top: 20px;
    padding-right: 10px;
}

.homeCommunity .alignRight {
    padding-top: 17px;
    padding-right: 10px;
}

.homeNews .alignRight {
    padding-top: 40px;
    padding-right: 10px;
}

.localNav {
    padding-top: 0px;
}

.localNav a {
    display: block;
    color: #3b3e3f;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #eeeeee;
    margin-right: 10px;
}

.localNav a:hover {
    background-color: #99c525;
    color: #FFFFFF;
}

.localNav a.current {
    background-color: #9e5f64;
    color: #FFFFFF;
}

.localNav a.current:hover {
    background-color: #874d51;
    color: #FFFFFF;
}

.localNav .sectionTitle {
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
}

.mainContent {
    margin-right: 20px;
}

.mainContent h1 {
    color: #000000;
}

.affiliates {
    text-align: center;
}

.affiliates img {
    margin: 10px;
}

.relatedContent {
    padding-top: 0px;
}

.accountLoginInner a {
    color: #9e5f64;
    text-decoration: none;
}

.accountLoginInner a:hover {
    color: #7ba019;
    text-decoration: none;
}

.pageSubHeader {
    background-color: #77738f;
    text-align: right;
}

.pageSubHeader h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 10px;
    margin-top: 15px;
    margin-right: 15px;
    /*background-image: url('../images/subHeaderPointer.png');*/
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: right center;
    padding-right: 30px;
    color: #e0edbd;
}

#homePageTopLeftWidget {
    color: #FFFFFF;
    background-color: transparent;
    background-image: url('../images/tempPromo.jpg');
    background-repeat: no-repeat;
    width: 308px;
    height: 178px;
}

#homePageTopLeftWidget div.hptw_inner, #homePageTopRightWidget div.hptw_inner {
    width: 194px;
    height: 101px;
    margin: 12px 0 0;
    float: right;
}

#homePageTopLeftWidget div.hptw_inner h2, #homePageTopRightWidget div.hptw_inner h2 {
    color: #FFFFFF;
    margin: 5px 0 0 7px;
}

#homePageTopLeftWidget div.hptw_inner p, #homePageTopRightWidget div.hptw_inner p {
    color: #EDF7DF;
    padding: 0 10px;
}

#homePageTopLeftWidget div.alignRight, #homePageTopRightWidget div.alignRight {
    margin: 22px 17px 0 0;
}

#homePageTopRightWidget {
    color: #FFFFFF;
    background-color: transparent;
    background-image: url('../images/WGESurvey2010.jpg');
    background-repeat: no-repeat;
    width: 308px;
    height: 178px;
}

#homePageTopRightWidget div#hptw_inner p {
    color: #D9F0BA;
    padding: 0 10px;
}

.formfield {
    float: left;
    clear: both;
    width: 100%;
}

.formfield label {
    color: #333333;
    float: left;
    width: 9em;
    clear: both;
    text-align: right;
    margin-top: 5px;
    font-weight: normal;
    font-size: 1.1em;
}

.formfield input {
    height: 19px;
    margin: 3px 5px 0px;
    padding: 2px 0 0;
}

input.btn {
    height: 30px;
    padding: 0 5px;
}

div#heroShot {
    width: 630px;
    /*
     overflow-y: hidden;
     */
}

div#heroShot div.image {
    float: left;
    height: 372px;
    width: 630px;
}

div#heroShot div.image div {
    height: 372px;
    width: 646px;
    left: -16px;
    top: 0;
    overflow: hidden;
    position: relative;
}

div#heroShot div.image ol {
    display: block;
    width: 630px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

div#heroShot div.image ol li {
    position: relative;
    height: 372px;
    width: 630px;
    list-style-type: none;
    /*
     overflow: hidden;
     */
}

div#heroShot div.image ol img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
}

div#heroShot div.image ul {
    position: absolute;
    right: 12px;
    bottom: 0px;
    display: block;
    z-index: 5;
}

div#heroShot div.image ul li {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 9px;
    z-index: 2;
    margin-right: 4px;
    float: left;
    line-height: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: url('../images/circle.png') no-repeat left top;
}

div#heroShot div.image ul li:hover {
    font-weight: bold;
    background-position: right bottom;
}

div#heroShot div.image ul li.current {
    background-position: right top;
    color: #000;
}

.red {
    color: red;
}

#print_bill {
    font-size: 1.3em;
}

.bill_back_top {
    text-align: center;
    font-size: 1.0em;
}

ul.dropdown {
    position: relative;
    z-index: 2100;
}

ul.dropdown li {
    font-weight: bold;
    float: left;
    zoom: 1;
    list-style: none;
}

ul.dropdown a:hover {
    background-color: #84a921;
}

ul.dropdown li a {
    border-right: 1px solid #a7d728;
    display: block;
    float: left;
    padding: 6px 10px 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
}

ul.dropdown li:last-child a {
    border-right: none;
}

/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
    color: #ffffff;
    position: relative;
	
}

ul.dropdown li.hover a {


}
ul.dropdown li.hover a:hover{
	background-color: #84a921;
	
}

/*
 LEVEL TWO
 */
ul.dropdown ul {
    width: 220px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}

ul.dropdown ul li {
    font-weight: normal;
    background: #84a921;
    color: #ffffff;
    
    float: none;
	margin:0;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
    border-right: none;
    width: 100%;
    display: inline-block;
}
ul.dropdown li ul li a{
    background-color: #98CC21;
	margin:0;
}


/*
 LEVEL THREE
 */
ul.dropdown ul ul {
    left: 100%;
    top: 0;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}