/* -----------------------------------------------------------------------
 
 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;
}
.GenericContentPage table{
	border: 1px solid #111;
	border-spacing: 2px 1px;
	padding-bottom: 1px;
	margin-bottom: 0;
}
.GenericContentPage table td{
	border: 2px ridge gainsboro;
	border-spacing: 1px 1px;
}
.GenericContentPage table td h3,
.GenericContentPage table td p{
	margin: 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: #4E4B64 url('/includes/images/background.gif') repeat-x top; 
}

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;
	vertical-align: text-bottom;
}
h2 .SmallFont {
	font-size: .5em;
}


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;
}

.ClearLine{
	clear: both;
	line-height: 1px;
	height: 1px;
}


/* FORM FEILDS */
label.FeildLabel{
	float: left;
	width: 120px;
	padding: 6px 10px 0 0;
}
label.AutoWidth{
	float: left;
	padding: 6px 10px 0 0;
}
form .FieldContainer {
	padding-bottom: 10px;
	margin: 0;
}
.FieldContainer .sbHolder{
	float: left;
}
.FieldContainer .AuxiliaryText{
	display: block;
	float: left;
	padding: 5px 0 0 5px;
}
.SubtmitContainer{
	padding-left: 130px;
}
.RoundedInput{
	display: block;
	float: left;
}
.RoundedInput .Left{
	float: left;
	display: block;
	background: transparent url('/includes/images/roundedForm/input_left.gif') no-repeat left;
	width: 3px;
	height: 31px;
}
.RoundedInput .Center{
	float: left;
	display: block;
	background: transparent url('/includes/images/roundedForm/input_center.gif') repeat-x left;
	height: 31px;
}
.RoundedInput .Right{
	float: left;
	display: block;
	background: transparent url('/includes/images/roundedForm/input_right.gif') no-repeat right;
	width: 2px;
	height: 31px;
}
.RoundedInput input.Text{
	border: 0px;
	background: transparent none;
	font: 12px/normal Arial,sans-serif;
	color: #666666;
	padding: 0;
	margin: 7px 0 0 0;
}
.RoundedTextArea{
	display: block;
	float: left;
}
.RoundedTextArea .Left{
	float: left;
	display: block;
	background: transparent url('/includes/images/roundedForm/textArea_left.gif') no-repeat left;
	width: 3px;
	height: 120px;
}
.RoundedTextArea .Center{
	float: left;
	display: block;
	background: transparent url('/includes/images/roundedForm/textArea_center.gif') repeat-x left;
	height: 120px;
}
.RoundedTextArea .Right{
	float: left;
	display: block;
	background: transparent url('/includes/images/roundedForm/textArea_right.gif') no-repeat right;
	width: 2px;
	height: 120px;
}
.RoundedTextArea textarea.Text{
	border: none;
	background: transparent none;
	vertical-align: middle;
	font: 12px/normal Arial,sans-serif;
	color: #666666;
	height: 113px;
	width: 466px;
	padding: 3px 0 0 0;
	margin: 0;
}
#reCapchaContainer{
	width: 471px;
}

.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;
}
.error a {
    color: #8a1f11;
}
.notice {
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324;
}
.notice a {
    color: #514721;
}
.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.success a {
    color: #264409;
}

.PageMessage{
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.PageAlert_error{
    padding: .8em;
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.PageAlert_error img{
	display: none;
}
.PageAlert_error a{
    color: #8a1f11;
}
.PageAlert_ok{
    padding: .8em;
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.PageAlert_ok img{
	display: none;
}
.PageAlert_ok a{
    color: #264409;
}

/* Rounded Corners */
.container {
    background: #FFFFFF url('/includes/images/page-top.gif') no-repeat top center;
}
.container .bottom{
    background: transparent url('/includes/images/page-bottom.gif') no-repeat bottom center;
	padding: 10px;
    width: 950px;
}
.RoundedContainer {
	background: transparent url('/includes/images/roundedContainer-top.gif') no-repeat top center;
	padding-top: 3px;
	margin-bottom: 5px;
}
.RoundedContainer .Bottom {
	background: transparent url('/includes/images/roundedContainer-bottom.gif') no-repeat bottom center;
	padding-bottom: 4px;
}
.RoundedContainer .Content {
	border-right: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
	width: 688px;
	padding: 10px;
}

.white {
	background: transparent url('/includes/images/rightColContainers/white/top.gif') no-repeat top center;
	padding-top: 6px;
}
.white .Bottom{
	background: transparent url('/includes/images/rightColContainers/white/bottom.gif') no-repeat bottom center;
	padding-bottom: 6px;
}
.white .Bottom .Content{
	background: transparent url('/includes/images/rightColContainers/white/contentBg.gif') repeat-y center center; 
}
.white270{
	background: transparent url('/includes/images/rightColContainers/white/top-270.gif') no-repeat top center;
	padding-top: 6px;
}
.white270 .Bottom{
	background: transparent url('/includes/images/rightColContainers/white/bottom-270.gif') no-repeat bottom center;
	padding-bottom: 6px;
}
.white270 .Bottom .Content{
	background: transparent url('/includes/images/rightColContainers/white/contentBg-270.gif') repeat-y center center; 
}

.offWhite {
	background: transparent url('/includes/images/rightColContainers/offWhite/top.gif') no-repeat top center;
	padding-top: 6px;
}
.offWhite .Bottom{
	position: relative;
	background: transparent url('/includes/images/rightColContainers/offWhite/bottom.gif') no-repeat bottom center; 
	padding-bottom: 6px;
}
.offWhite .Bottom .Content{
	background: transparent url('/includes/images/rightColContainers/offWhite/contentBg.gif') repeat-y center center; 
}
.offWhite270{
	background: transparent url('/includes/images/rightColContainers/offWhite/top-270.gif') no-repeat top center;
	padding-top: 6px;
}
.offWhite270 .Bottom{
	position: relative;
	background: transparent url('/includes/images/rightColContainers/offWhite/bottom-270.gif') no-repeat bottom center; 
	padding-bottom: 6px;
}
.offWhite270 .Bottom .Content{
	background: transparent url('/includes/images/rightColContainers/offWhite/contentBg-270.gif') repeat-y center center;
}

.darkGray {
	background: transparent url('/includes/images/rightColContainers/darkGray/top.gif') no-repeat top center;
	padding-top: 6px;
}
.darkGray .Bottom{
	background: transparent url('/includes/images/rightColContainers/darkGray/bottom.gif') no-repeat bottom center; 
	padding-bottom: 6px;
}
.darkGray .Bottom .Content{
	background: transparent url('/includes/images/rightColContainers/darkGray/contentBg.gif') repeat-y center center; 
}


/* grid.css */
.container {
    width: 970px;
    margin: 0 auto;
    background-color: #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 {
	margin-top: 6px;
}

.quicklinks a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 10px 9px 10px;
    display: block;
}

.quicklinks a:hover {
    color: #e0edbd;
    text-decoration: none;
}

.defaultText {
    padding: 10px;
}

.border {
    border: 1px solid #eeeeee;
}

.login label{
	font-size: 8pt;
}

.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;
}

div.localNav {
	position: relative;
	width: 232px;
    padding-top: 0px;
	margin-right: 8px;
	z-index: 3;
}
.localNav .section{
	margin-bottom: 20px;
}
.localNav .section .icon{
	position: absolute;
	right: 15px;
	z-index: 1;
}
.localNav .section .miniIcon{
	float: left;
	margin: 7px 7px 0 0;
}
.localNav .sectionTitle{
	border-bottom: none;
	background: transparent none;
    font-size: 12pt;
    color: #9E5F64;
    font-weight: bold;
}
.localNav a.sectionTitle:hover{
	background: transparent none;
    color: #000;
	
}
.localNav .NavItem{
	display: block;
	overflow: visible;
	border-bottom: 1px solid #E4E4E4;
	background: transparent url('/includes/images/localNav/sectionLink.gif') no-repeat left;
	font: 12px/34px Arial;
	color: #404344;
	width: 212px;
	padding: 0 10px;
}
.localNav a.NavItem{
	height: 37px;
}
.localNav span.NavItem{
	line-height: normal;
	min-height: 37px;
	height: auto;
	padding-top: 9px;
}
.localNav .NavItem.First{
	background: transparent url('/includes/images/localNav/firstSectionLink.gif') no-repeat top left;
}
.localNav .NavItem.Last{
	background: transparent url('/includes/images/localNav/lastSectionLink.gif') no-repeat bottom left;
	border-bottom: none;
}
.localNav .NavItem.First.Last{
	background: transparent url('/includes/images/localNav/singleSectionLink.gif') no-repeat bottom left;
	border-bottom: none;
}

.localNav .NavItem.current{
	background-image: url('/includes/images/localNav/sectionLink-selected.gif');
	color: #FFF;
}
.localNav .NavItem.First.current{
	background-image: url('/includes/images/localNav/firstSectionLink-selected.gif');
}
.localNav .NavItem.Last.current{
	background-image: url('/includes/images/localNav/lastSectionLink-selected.gif');
}
.localNav .NavItem.First.Last.current{
	background-image: url('/includes/images/localNav/singleSectionLink-selected.gif');
}

.localNav a.NavItem:hover{
	background-image: url('/includes/images/localNav/sectionLink-hover.gif');
	color: #FFF;
}
.localNav a.NavItem.First:hover{
	background-image: url('/includes/images/localNav/firstSectionLink-hover.gif');
}
.localNav a.NavItem.Last:hover{
	background-image: url('/includes/images/localNav/lastSectionLink-hover.gif');
}
.localNav a.NavItem.First.Last:hover{
	background-image: url('/includes/images/localNav/singleSectionLink-hover.gif');
}

.localNav .NavItem .sbHolder{
	position: relative;
	margin: 9px 0;
	z-index: 4;
}

/* Old nav
.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;
}
*/

.mainContent.myAccount {
    margin-right: 0px;
}
.mainContent {
    margin-right: 20px;
}
.mainContent.defaultLayout{
	min-height: 500px;
}

.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;
}

div.span-24.pageSubHeader, .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('/includes/images/goGreen.jpg');
    background-repeat: no-repeat;
    width: 313px;
    height: 183px;
}

#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('/includes/images/takeSurvey.jpg');
    background-repeat: no-repeat;
    width: 313px;
    height: 183px;
}

#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;
}

/* MyAccount redesign */
.MyAccountFooter{
	font: normal bold 12px/16px Arial;
	color: #666189;
	padding-top: 10px;
	padding-right: 10px;
}
.MyAccountFooter em{
	font-style: normal;
	color: #9E5F64;
}

.MyAccount h2{
	font: 18px/20px Arial;
	color: #77738F;
	margin-bottom: 20px;
}
.MyAccount h3{
	font: normal normal 18px/20px Arial;
	margin-bottom: 10px;
}
.MyAccount .Address{
	font: 12px/14px Arial;
	color: #404344;
	margin: 0;
}
.MyAccount .Divider{
	background-color: #E4E4E4;
	line-height: 1px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.AccountInfomation{
	margin: 0;
}
.AccountInfomation .AccountHolder{
	font: 18px/20px Arial;
	color: #404344;
}
.AccountInfomation .AccountDetail{
	font: 12px/16px Arial;
	text-align: right;
	color: #404344;
}
.AccountInfomation .AccountDetail em{
	font-style: normal;
	color: #9E5F64;
}

.ServiceInformation{
	margin: 0;
}
.ServiceInformation td{
	font: 12px/16px Arial;
	color: #404344;
}
.ServiceInformation .ServiceAddress strong{
	padding-right: 10px;
}
.ServiceInformation .AccountDetail{
	text-align: right;
}
.ServiceInformation .AccountDetail .AccountNumber{
	padding-right: 10px;
}

.AccountActivity{
	width: auto;
}
.AccountActivity td{
	font: 12px/16px Arial;
	padding: 5px 0;
}
.AccountActivity .DollarAmount{
	text-align: right;
	padding: 0 20px;
}

.DateLastPaid{
	float: right;
	font: 12px/16px Arial;
}
.Discounts{
	font: 12px/14px Arial;
	color: #404344;
	margin-bottom: 20px;
}

#serviceRequestForm input.Text {
	width: 180px;
}
#serviceRequestForm input.Text.Wide {
	width: 255px;
}

/* Top navigation drop down */
ul.dropdown {
    position: relative;
    z-index: 2100;
}
ul.dropdown li {
    font-weight: bold;
    list-style: none;
}
ul.dropdown li.top {
	float : left;
}
ul.dropdown li a:hover{
	color: #fff;
}
ul.dropdown li a {
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
    display: block;
	background: transparent none;
    margin-top: 5px;
    color: #ffffff;
    z-index: 2200;
}
ul.dropdown li a span{
    display: block;
	float: left;
    padding: 6px 0 9px 0;
}
ul.dropdown li a span.link{
    padding-left: 6px;
    padding-right: 6px;
}
ul.dropdown li a span.leftBorder,
ul.dropdown li a span.rightBorder{
	width: 4px;
}
/* Doesn't work in IE */
ul.dropdown li.hover, 
ul.dropdown li:hover {
    color: #ffffff;
    position: relative;
	visibility: visible;
}

ul.dropdown li a.active span.leftBorder		background-image: url('/includes/images/topNav/selectedBg-left.gif');}
ul.dropdown li a.active span.rightBorder	background-image: url('/includes/images/topNav/selectedBg-right.gif');}
ul.dropdown li a.active span.link			background-image: url('/includes/images/topNav/selectedBg.gif');}

ul.dropdown li.hover a {					background-image: url('/includes/images/topNav/selectedBg.gif');}
ul.dropdown li.hover a.active {				background-image: url('/includes/images/topNav/selectedBg.gif');}
ul.dropdown li.hover a:hover{				background-image: url('/includes/images/topNav/selectedBg.gif');}
ul.dropdown li.hover a span.leftBorder{		background-image: url('/includes/images/topNav/selectedBg-left.gif');}
ul.dropdown li.hover a span.rightBorder{	background-image: url('/includes/images/topNav/selectedBg-right.gif');}
ul.dropdown li.hover a span.link{			background-image: url('/includes/images/topNav/selectedBg.gif');}
/*
 LEVEL TWO
 */
ul.dropdown li {
	background: url('/includes/images/transparent.gif');
}
ul.dropdown .submenu {
	background: url('/includes/images/transparent.gif');
}
ul.dropdown .dropdown {
    display: none;
    position: absolute;
	top: 39px;
	width: 240px;
	margin: -8px 0 0 0;
	padding: 0;
	z-index: 0;
	clear: left;
}
ul.dropdown .dropdown ul{
	margin: 0;
}
ul.dropdown .dropdown li.First {
	border-top: none;
}
ul.dropdown .dropdown li.Last {
	border-bottom: none;
}
ul.dropdown .dropdown li {
	border-top: 1px solid #92AB4F;
	border-bottom: 1px solid #607E12;
	border-right: none;
	border-left: none;
	position: relative;
	width: 220px;
    font-weight: normal;
    color: #ffffff;
	margin:0;
}
ul.dropdown .dropdown li a {
    display: block;
    border-right: none;
	background: transparent none;
    width: 205px;
	margin:0;
	padding: 6px 10px 9px 10px;
}
ul.dropdown .dropdown li a:hover {
	background: transparent none;
}

ul.dropdown .dropdown .Corner{
	position: absolute;
	height: 8px;
	width: 4px;
}
ul.dropdown .dropdown .topRight.Corner{
	top: 0;
	right: 0;
	background: transparent url('/includes/images/topNav/dropdown-topRight.gif') no-repeat top right;
}
ul.dropdown .dropdown .topLeft.Corner{
	top: 0;
	left: 0;
	background: transparent url('/includes/images/topNav/dropdown-topLeft.gif') no-repeat bottom left;
}
ul.dropdown .dropdown .bottomRight.Corner{
	bottom: 0;
	right: 0;
	background: transparent url('/includes/images/topNav/dropdown-bottomRight.gif') no-repeat bottom right;
}
ul.dropdown .dropdown .bottomLeft.Corner{
	bottom: 0;
	left: 0;
	background: transparent url('/includes/images/topNav/dropdown-bottomLeft.gif') no-repeat bottom left;
}
ul.dropdown .dropdown .right{
	background: transparent url('/includes/images/topNav/dropdown-right.gif') repeat-y right;
}
ul.dropdown .dropdown .left{
	background: transparent url('/includes/images/topNav/dropdown-left.gif') repeat-y left;
}
ul.dropdown .dropdown .bottom{
	background: transparent url('/includes/images/topNav/dropdown-bottom.gif') repeat-x bottom;
}
ul.dropdown .dropdown .top{
	background: transparent url('/includes/images/topNav/dropdown-top.gif') repeat-x top;
	padding: 8px 4px 8px 3px;
}
ul.dropdown .dropdown .dropdownBg{
	background: #5C9900 none;
	padding: 0 6px;
}
/*
 LEVEL THREE
 */
ul.dropdown .dropdown .flyOut {
    display: none;
	position: absolute;
	top: 0;
	left: 220px;
	width: 241px;
	margin: 0;
}
ul.dropdown li:hover > ul {
    visibility: visible;
}
