@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
@import url("http://fast.fonts.com/t/1.css?apiType=css&projectid=89e2d7cf-6511-41e6-8d54-cc8203f28779");

/* GLOBAL ELEMENTS */

/* COMMENTED OUT TO INHERIT FROM MAIN STYLES
#content a,
#content p {
     font-family: 'UniverseCondensedBold', sans-serif; 
    font-size:12px;
    line-height: 16px;
}
#content a:link,
#content a:visited,
#content a:active,
#content a:hover {
    color:#d60d16; 
    text-decoration:none;
}
#content a:hover {
    text-decoration:underline;
}
#content h3 {
    font-family: 'UniversLTW01-67BoldCn','Arimo',sans-serif;
    font-weight: normal; 
    color: #000;
    font-size:23px; 
    letter-spacing: -.01em; 
    margin:5px 0 0 0;
}
#content p{
	font-size:13px;
}
*/

#content a:link,
#content a:visited,
#content a:active {
    text-decoration:none;

}
#content a:hover {
    text-decoration:underline;
}
#content h2 a:link,
#content h2 a:visited,
#content h2 a:active,
#content h3 a:link,
#content h3 a:visited,
#content h3 a:active,
#content h4 a:link,
#content h4 a:visited,
#content h4 a:active,
#content h5 a:link,
#content h5 a:visited,
#content h6 a:active,
#content h6 a:link,
#content h6 a:visited,
#content h6 a:active,
#content strong.black a:link,
#content strong.black a:visited,
#content strong.black a:active {
    color: #000;
}
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#content strong a:hover {
    text-decoration:none;
}

#content h2 {
    /* font-family: 'UniversLTW01-57Condense 723821','Arimo',sans-serif; 
    font-family: 'UniversLTW01-67BoldCn','Arimo',sans-serif;
    color: #000;
    font-size:23px; 
    letter-spacing: -.01em; 
    */
    margin:0 0 15px 0;
}
#content h2.h1Size {font-size: 28px;}
#content > h3 {
    letter-spacing: -.01em;
    margin-top: 30px 0 5px 0px;
}
#content h6 {
    color: #000;
    font-size: 15px;
    font-weight:bold;
    margin:0;
}
 #content p {
    margin: 0 0 12px 0;
    width:auto;
}
#content-header{ margin-bottom:40px;}

#content ul ul li
{
    list-style-type: circle;
}
#content ul, 
/* #content ol, */
#content li  {
    /* font-size: 12px; */
/*     font-weight:bold; */
    line-height:20px;
/*     list-style-type:none;  */
/*     margin-left:10px !important;  */
/*     padding-left:0 !important; */
    text-decoration:none; 
}
#content ol li {
    font-size: 100%;
    list-style-type:decimal;
    padding-bottom: 10px;
}

#content ul.tabs,
#content ul.tabs li,
#content ul.tabs li a {
    font-size: 14px;
    font-weight:normal;
    margin-left:0 !important;
}

#content ul.desc {
    margin-top:0;
    padding-top:0;
}
#content ul.desc li,
#content ul.plain li  {
/*     list-style-type: disc;  */
    font-weight:normal; 
    margin-left:30px; 
}
#content ul.related li,
#content ul.right li {
    margin-left:0px !important; 
}
#content ul.related-links li {
    list-style-type:disc;
}
#content ul.related-links li a {
    font-weight:normal;
    text-decoration:underline;
}

#content ol {
	margin-top:0;
	padding-top:0;	
}
#content ol li {
	/* color:#333333;
    list-style-type: lower-alpha; 
    font-size: 12px; */
	font-weight:normal; 
/*     margin-left:30px; 	 */
}

.desc {
    /* color:#222222; */
    line-height:14px;
    margin-top:5px;
    /* font-size: 12px; */
}

div.rounded-box-grey-gradient {
	border: solid 1px #ededed;
	padding: 8px 8px 0;
	position: relative;
	margin-bottom: 30px;
	background: #e4e4e4; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#DFDFDF)); /* webkit */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #DFDFDF 100%); 
	background: -o-linear-gradient(top, #FFFFFF 0%,#DFDFDF 100%); /* opera */
	-pie-background: linear-gradient(#FFFFFF, #DFDFDF);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #8C8C8C 3px 3px 3px;
	-moz-box-shadow: #8C8C8C 3px 3px 3px;
	box-shadow: #8C8C8C 3px 3px 3px;
	behavior: url(../PIE.htc);
}

#content .table {width: 490px; padding: 5px; }

.tableHeader {border-bottom: solid 1px #dadada; padding-bottom: 4px; margin-bottom: 10px !important; min-width: 100px; color: #000;font-weight:bold; }

.tableRow {border-bottom: solid 1px #dadada; font-size: 12px;}

/* GLOBAL CLASSES */

.article-date {
    font-size: 11px; 
    font-weight:normal;
}

.bigBox {	
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EBEBEB 200%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EBEBEB 200%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #EBEBEB 200%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(2, #EBEBEB));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EBEBEB 200%);

	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, #FFFFFF 0%, #EBEBEB 200%);
	
    border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	height:280px;
	margin-top:30px;
	margin-bottom:30px;
	width:760px;
}

.block-block-1 .block-title {
    font-size:24px;
    line-height:24px;
    letter-spacing: 0.001em;
}

.box,
.single-column {
	float:left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
    width:210px;
}

.box h1 {
    margin:0;
}

#content .box h3 {
    margin: 5px 0px 5px 0px;
}

.boxHalf {
	float:left;
	padding-left: 40px !important;
	width: 320px;	
}
.boxSmaller {
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
    width:225px;
}
.boxSM {
    float:left; 
    padding:5px 10px; 
    width:140px;
}

.boxMed {
    float:left; 
    padding:5px 10px; 
    width:340px;
}

.boxLong {
    float:left; 
    padding:5px 10px; 
    width:460px;
}

.boxSection {
    border-right: 1px solid #d6d6d6;
    float:left; 
    height:140px !important;
    margin-top:-8px; 
    padding:0 10px 17px 0;
    width:245px; 
}

.boxTop  {
    float: left; 
    width: 475px;
}	

.fusionBox1
{
    width: 300px;
}

.fusionBox2
{
    width: 400px;
}
.fusionBox3
{
    width: 450px;
}

.caption p  {
    margin-top:0px;
}

p.caption {
    font-size:11px;
    line-height:14px;
}

.centered-div {
	margin: 0px auto;	
}

.innerArticle .content {
    float:left;
    /* padding-left: 5px; */
    width:505px;
}

.clear {
    clear:both; 
    padding-top:20px;
}

.clear2 {
	clear:both;	
}

#content hr {
    border-bottom:none; 
    border-left:none;
    border-right:none;
    border-top:1px solid #d6d6d6;
}

#content hr.bottom {
    border:none;
    margin-top:30px;
}

#content .no-margin {
    margin:0;
    padding:0;
}
#content .no-top-margin {
    margin-top:0;
}
#content .no-padding {
    margin:0;
    padding:0;
}

#content p.calloutBody {
    margin-top: 0;
}

#content p.calloutBodyTopPad {
    padding-top:5px;
}

#content p.calloutSubhead {
    font-weight: bold;
    margin:0;
}

#content p.introText {
    font-size: 16px;
    line-height: 20px;
}

#content p.largeText  {
    font-size:16px; 
    margin-top:0; 
}

/*
#content p.medText,
#content p.medText a {
    font-size: 14px; 
    line-height: 20px; 
    margin-top:5px;
}
*/

/*
#content p.related {
    font-size: 13px;
}
*/


.descCenter {
    color:#838385;
    font-size:12px;
    line-height:14px;
    margin-top:3px;
    text-align:center;
}

.drop-shadow {
	/*
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;
	*/
	-webkit-box-shadow: #8C8C8C 3px 3px 3px;
	-moz-box-shadow: #8C8C8C 3px 3px 3px;
	box-shadow: #8C8C8C 3px 3px 3px;

	
	/* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
}	

.text-centered {
	text-align:center;	
}
/*
.faq-answer {
    font-size: 13px;
    padding-top: 10px;
}
*/
.faq-question {
    background:url(/images/forms/plus.png) no-repeat left center; 
    height: 10px; 
    padding-left: 15px; 
    width: 9px;               
}
.faq-question-active 
{
    background:url(/images/forms/minus.png) no-repeat left center; 
    height: 10px; 
    padding-left: 15px;
    width: 9px; 
}

h1.headerImage{
    background-image:url(../images/about.jpg);
    height: 248px;
    text-indent:-99999em;
    width:760px;
}

h1#page-title {
    /* CURRENTLY IDENTICAL TO #content h1 */
}

h1.subsection {
    font-size:36px;
}

#newCallOut h2.black {
    color: #000 !important;
}

h2.header {
    float:left;
}

.innerContainer, 
.innerArticle {
    width:740px;
}
.innerVideoPage {
    width: 750px;
}
.input-buttons {
    text-align:right;
    width:100%;
}
input.resetter {
    background:url(/images/forms/button-cancel.jpg) no-repeat; 
    border:0;
    height: 26px;
    margin-right: 15px; 
    width: 134px; 
}
input.submitter {
    background:url(/images/forms/button-submit.jpg) no-repeat; 
    border:0;
    height: 26px; 
    margin-right: 15px; 
    width: 134px; 
}

.lakeText {
	margin-left:25px;	
}

.left {
    float:left;
}

.left-aligned {
    float: left;
    margin: 0 20px 20px 0;
}

.linkSection{ 
    border-right: 1px solid #d6d6d6;
    float:left;
    height:140px !important;
    margin-top:-8px; 
    padding-bottom:17px;
    padding-right:10px; 
    width:118px; 
}

.no-rail {
    width:750px;
}

.padded-bottom {
    margin-bottom: 10px;
}

.padded-left {
    margin-left: 10px;
}

.padded-right {
    margin-right: 10px;
}

.padded-top {
    padding-top: 10px;
}

p.black {
    color: #000;
}

.right {
    float:right;
}

.right-aligned {
    float:right;
    margin: 0 0 20px 20px;
}

.rightRail  {
    float:right;
    width:200px; 
}

.rounded {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sectionText {
    color:#222;
    padding-left:20px;
}

.sectionTitle {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px;
    font-weight:bold;
    margin-bottom:0px;
    padding-left:20px;
}

.shadow-boxed,
.square, 
.squareRail {
    /*
    background:url(../images/box-gradient.jpg) repeat-x #ebebeb;
    border: 1px solid #c2c2c2;
    padding: 10px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
    */
    
    /* HOT SAUCE */
    border: solid 1px #ededed;
	padding: 10px;
	background: #e4e4e4; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#DFDFDF)); /* webkit */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #DFDFDF 100%); 
	background: -o-linear-gradient(top, #FFFFFF 0%,#DFDFDF 100%); /* opera */
	-pie-background: linear-gradient(#FFFFFF, #DFDFDF);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #8C8C8C 3px 3px 3px;
	-moz-box-shadow: #8C8C8C 3px 3px 3px;
	box-shadow: #8C8C8C 3px 3px 3px;
	behavior: url(PIE.htc);
}

/*
.shadow-boxed p,
.shadow-boxed a {
    font-size: 13px;
}
*/

.slideshow {
    height: 250px; 
    margin-left: 10px;
    overflow: hidden; 
    width: 210px;
}

.spacer {
    height: 20px;
}

.spacer5 {
    height: 5px;
}

.spacer10 {
    height: 10px;
}

.spacer15 {
    height: 15px;
}

strong.black {
    color: #000;
}

table.desc {
    width: 100%;
}
table.desc th {
    background:#cc0000;
    color: #fff;
    padding: 4px;
    text-align:left;
}
table.desc td {
    padding: 4px;
}
table.desc tr.even {
    background:#f2f2f2;
}
.oddRow {background-color:#ccc;}

.video-box {
    margin-bottom:10px;
}
.video-box img {
    display: block;
    margin: 0 auto 5px auto;
}


/* LANDING PAGE STYLES */

.content-landing-page .box {
    /* font-size: 13px; */
    padding:0;
    width: 230px;
}

.content-landing-page .box img {
    margin-bottom:10px;
    width: 230px;
}

.content-landing-page .box .shadow-boxed img {
    width: 210px;
}

.content-landing-page .boxCallout {
    background: #f2f2f2; 
    border-top: 1px solid #d6d6d6; 
    border-bottom: 1px solid #d6d6d6; 
    height: 264px;
    margin-bottom: 20px;
    width: 100%; 
}

.content-landing-page .boxCallout .links {
    width:220px;
}

.content-landing-page .third-left {
    padding: 0 12px 0 0;
}
.content-landing-page .third-middle {
    padding: 0 13px 0 13px;
}
.content-landing-page .third-right {
    padding: 0 0 0 12px;
}

.content-landing-page .boxMed {
    float:left;
    /* font-size: 13px; */
    width: 360px;
}

.content-landing-page .boxTwoThirds {
    width: 480px;
}

.content-landing-page .half-left {
    padding: 0 10px 0 0;
}

.content-landing-page .half-right {
    padding: 0 0 0 10px;
}

.content-landing-page .boxLong {
    padding:20px 20px 10px 20px;
    width: 700px;
}

.content-landing-page .facebookCallout {
    width:220px; 
    float:left;
    margin-top: 27px;
}
.content-landing-page .header-image {
    margin: -17px 0 20px -20px;
    overflow:hidden;
    width: 749px;
}

.content-landing-page .innerArticle .content {
    padding:0;
    width: 740px;
}

.content-landing-page .video-content {
    padding:0;
    width: 750px;
}
.content-landing-page .video-playlist .box {
    padding: 0 10px 10px 0;height:255px;
}



/* CONTENT PAGE (WITH RIGHT-RAILS) STYLES */

.content-page .box {
    padding: 0;
}

.content-page .box img {
    margin-bottom:10px;
}

.content-page .half-right {
    float:right;
    margin-right: 3px;
}

.content-page .boxImageSquare {
    width: 111px;
}

.content-page .boxLong {
    float:left; 
    padding:20px 20px 10px 20px; 
    width:470px;
}

.content-page .boxTwoThirds {
    width: 370px;
}

.content-page .box-padded 
{
    padding: 20px 15px 0 15px;
}

.content-page .boxLong img.left-aligned {
    margin: 0 20px 10px 0;
}

.content-page .boxLong .testimonial-image {
    float:left; 
    width:80px;
}
.content-page .boxLong .testimonial-quote {
    float:right; 
    width: 340px;
}
.content-page .innerContainer,
.content-page .innerArticle {
    padding:0; 
    width: 735px;   
}

.content-page .half-left {
    padding: 0 10px 0 0;
}

.content-page .half-right {
    padding: 0 0 0 10px;
}


/* RIGHT-RAIL STYLES */

<!--#content .rightRail h2 {
    color: #000;
    font-size: 23px;
} -->

#content .rightRail h2 {
	color: rgb(99, 99, 99);
	font-family: 'UniversLTW01-57Condense 723821','Arimo',sans-serif;
    font-size: 24px;
	line-height: 24px;
}
#content .rightRail p,
#content .rightRail a {
    font-size: 13px;
}
#content .rightRail .shadow-boxed img {
    display: block;
    margin: 0 auto 10px auto;
}
.icon {
    width: 55px;
}
.icon-text {
    width: 115px;
}

#newCallOut {
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #8C8C8C 1px 2px 4px 1px;
	-moz-box-shadow: #8C8C8C 1px 2px 4px 1px;
	box-shadow: #8C8C8C 1px 2px 4px 1px;
}
#newCallOut p {
	padding: 0px 10px 10px 10px;	
}
#newCallOut h2 {
	color: #fff !important;
	position: absolute;
	top: 18px;
	left: 85px;	
	line-height: 25px;
}
#newCallOut img {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#content .rightRail .whiteBox {
	border:thin;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #8C8C8C 1px 2px 4px 1px;
	-moz-box-shadow: #8C8C8C 1px 2px 4px 1px;
	box-shadow: #8C8C8C 1px 2px 4px 1px;
	padding: 10px 10px 10px 10px;	

	
}
#content .rightRail .whiteBoxPadded {
	border:thin;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #8C8C8C 1px 2px 4px 1px;
	-moz-box-shadow: #8C8C8C 1px 2px 4px 1px;
	box-shadow: #8C8C8C 1px 2px 4px 1px;
	padding: 10px 10px 10px 10px;	

	
}
#content .rightRail .whiteBox h2 {
	color: #636363;
	font-family: 'UniversLTW01-57Condense 723821','Arimo',sans-serif;
    font-size: 24px;
	line-height: 24px;
	
}


/* SLIDESHOW STYLES */

#slides {
    padding-bottom:25px;
}
.slides_container {
    width:210px;
    display:none;
}
.slides_container div {
    width:210px;
    height:250px;
    display:block;
}

.pagination-box {
    background:#ccc; 
    bottom: 1px; 
    float:right;
    height: 25px; 
    position:absolute; 
    right:1px; 
    width:238px
}
.pagination {
    margin:0 auto;
    padding:0;
    position:absolute;
    right:10px;
    bottom: 2px;
    z-index:9999;
}
.pagination li {
    float:left;
    margin:0;
}
.pagination li a {
    color:#cc0000;
    font-weight:bold;
}
.pagination li.current a {
    border-bottom: 2px solid #999;
    border-top: 2px solid #999;
    color: #999;
    font-weight:bold;
}
.pagination li a:hover {
    color: #000;
}

/* employees in the community slideshows */

.slideshow-overlay { 
	display:none; 
	position:relative; 
	width:722px;
	/*border:1px solid #aaa;*/
	behavior: url (../PIE.htc);	
}
.slideshow-overlay .shortHeight {
	height:351px;
	box-shadow: 2px 2px 5px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px 5px #aaa;	
	-webkit-box-shadow:2px 2px 5px 5px #aaa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
.slideshow-overlay .mediumHeight {
	height: 440px;
	box-shadow: 2px 2px 5px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px 5px #aaa;	
	-webkit-box-shadow:2px 2px 5px 5px #aaa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.slideshow-overlay .tallHeight {
	height: 480px;
	box-shadow: 2px 2px 5px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px 5px #aaa;	
	-webkit-box-shadow:2px 2px 5px 5px #aaa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.slideshow-overlay img{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}
.slideshow-overlay .browse { 
	position:absolute; 
	top:200px; 
	width:250px;
	height:70px !important; 
	max-height:70px; display:block; z-index:5;
	cursor:pointer;
	background:transparent url(/images/slider-browse.png) no-repeat 0 0;	
	padding:0 !important; margin:0 !important;
}
.slideshow-overlay .prev { left:-22px; *left:-20px;  height:70px; }
.slideshow-overlay .next { right:-1.2em;  background-position:210px -66px;left:488px;}
.slideshow-overlay .disabled {/*  display:none; */visibility: hidden; }

.slideshow-overlay .close { 
	width:29px; height:29px; background:transparent url(/images/close.png) no-repeat 0 0;
	position:absolute;
	right: -3px; top: -1px;
	z-index:10;
	cursor:pointer;
}
.slider-container {position:absolute; width:722px; height:351px; overflow:hidden;  }
.slider-container .mediumHeight {height: 440px !important;}
.slider-container .tallHeight {height: 480px !important;}

.slideshow-overlay .slider-container ol { display:block !important;border: none !important; }

.slideshow-overlay .slider-container ol.slider { width:10000em; margin:0;padding:0; height:351px;  position:absolute; }
.slideshow-overlay .slider-container .mediumHeight ol.slider  {height: 440px !important;}
.slideshow-overlay .slider-container .tallHeight ol.slider  {height: 480px !important;}

.slideshow-overlay .slider-container ol.slider li { display:block; width:722px; height:100%; float:left; overflow: hidden;
	padding:0px; position:relative;	
}
.slideshow-overlay .slider-container .slideCaption {
	background: url(/images/slideCaption.png);
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.slideshow-overlay .slider-container .slideCaption p {
	color: #fff;
	text-align:center;
	margin-top: 10px;

}

/* OVERLAY STYLES */

/*overlay window sizes*/
.lakeMap {width:870px; height:720px;}
.treeContact {width:523px; height:730px;}
.lakeContact {width: 515px; height:500px;}
.communityContact {width: 740px; height:480px;}
.transmissionContact{width:515px; height: 605px;}
.plantingGuide {width:760px; height:480px;}
.hydroDiagram{width:600px; height:400px;}
.videoOverlay{width:480px; height:380px;}
.fpVideoOverlay{width:510px; height:285px;}
.stateMapOverlay{width:370px; height: 390px;}
.smallVideoOverlay{width:420px; height:370px;}
.wideVideoOverlay{width:510px; height:320px;}
.largeVideoOverlay{width: 740px; height: 415px;}
.solarDecisionTree{width:615px; height:683px;}
.graph1overlay {width: 800px; height: 325px;}
.graph2overlay {width: 610px; height:320px;}
.solarbuybackoverlay {width:510px;}

.videoTitle{
	text-align: center;
	font-size: 14px;	
}

/* ROTATING HEADER - ADVERTISING PAGE */
#advertising-rotating-header img {
	display: none;
	position: absolute; 
	left: 200px; 
	top: 22px; 
	z-index: -2;
}

#advertising-rotating-header img.active {
	z-index: -1;
	display: block !important;
}

#advertising-rotating-header img.ondeck {
	display: block !important;
	z-index: -2;
}

/* ROTATING Ads - ADVERTISING PAGE */
#advertising-rotating-ads {
    height:259px;
    overflow:hidden;
    width:200px;
}

#advertising-rotating-ads img {
	display: none;
	width:200px;
	z-index: -2;
}

#advertising-rotating-ads img.active {
	z-index: -1;
	display: block !important;
}

#advertising-rotating-ads img.ondeck {
	display: block !important;
	z-index: -2;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/jquery/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/jquery/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/jquery/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/jquery/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/jquery/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/jquery/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/jquery/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/jquery/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/jquery/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/jquery/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/jquery/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/jquery/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/jquery/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/jquery/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../images/jquery/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/jquery/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/jquery/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/jquery/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/jquery/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/jquery/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/jquery/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/jquery/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

}
 
/* Landscape phones and down */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    body {
        font-size:16px;
    }
    body, p, h1, h2, h2, h3, h4, h5, h6 {
        color: #000;
    }
    
    #main-content h2,
    #content .rightRail .whiteBox h2,
    #content .rightRail h2,
    #newCallOut h2.black
    {
        color:#000;
        font-family: Helvetica, Arial, sans-serif;
        font-size:5em;
        font-weight:bold;
        line-height:1.25em;
        margin:50px 0 50px 0;
        position:static;
    }
    
    #main-content p 
    {
        font-size:3em;
        line-height:1.5em;
        margin-bottom:50px;
    }
    
    #content p.calloutSubhead 
    {
        margin-top:50px;
    }

    #container, 
    #content-container,
    #main-content 
    {   
        background:none !important;
        margin:0;
        padding:0;
        width:100% !important;
    }
    
    #main-content {
        box-sizing:border-box;
        -moz-box-sizing:border-box; /* Firefox */
        -webkit-box-sizing:border-box; /* Safari */
        float:none;
        margin:0;
        padding:40px !important;
        z-index:1;
    }
    
    #content-wrapper,
    #content-container,
    #content,
    #content .innerArticle .content,
    .innerContainer, 
    .innerArticle,
    .content-page .innerContainer, 
    .content-page .innerArticle {
        float:none;
        width:100% !important;
    }

    .content-landing-page .third-left,
    .content-landing-page .third-middle,
    .content-landing-page .third-right 
    {
        margin:0;
        padding:0 !important;
    }

    footer, 
    header,
    #first-sidebar,
    #content-header {
    
    
    
/*     display:none; */
	    
	    
	    
	    
	    
    }
    
    #shadow-strip 
    {
        background:none;
    }

 
    
    
    .content-landing-page .boxMed,
    .content-landing-page .box,
    .half-left,
    .half-right,
    .third-left,
    .third-middle,
    .third-right
    {
        clear:both;
        width:100%;
    }
    .content img,
    .content-landing-page .boxMed img,
    .content-landing-page .box img,
    .half-left img,
    .half-right img,
    .third-left img,
    .third-middle img,
    .third-right img,
    #content .rightRail .whiteBox img, 
    #content .rightRail .whiteBoxPadded img, 
    #content .rightRail .shadow-boxed img,
    #newCallOut img 
    {
        display:none;
    }
    
    .rightRail  
    {
        border-top:1px solid #e3e3e3;
        float:none;
        margin:50px auto;
        padding-top:50px;
        width:100%;
    }
    
    .shadow-boxed, .square, .squareRail
    {
        border:none;
        background:none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
        
    #content .rightRail .whiteBox,
    #content .rightRail .whiteBoxPadded,
    #content .rightRail .shadow-boxed,
    #newCallOut {
        box-sizing:border-box;
        -moz-box-sizing:border-box; /* Firefox */
        -webkit-box-sizing:border-box; /* Safari */
	    -webkit-border-radius:0;
	    -moz-border-radius:0;
	    border-radius:0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    margin:0;
	    padding: 0 25px 25px 25px;
	    border:1px solid #e3e3e3;
	    background:#f2f2f2;		
    }
        
    #content .rightRail p 
    {
        font-size:3em;
    }
     #content .rightRail a 
    {
        font-size:1em;
    }

    #newCallOut h2 br {
        display:none;
    }
    #newCallOut p 
    {
        padding:0;
    }
    
    .icon-text 
    {
        width:100%;
    }
         
    .left,
    .right,
    .rightRail .left,
    .rightRail .right,
    .right-aligned 
    {
        float:none;
    }
}
