@charset "UTF-8";
/* Bright Blue Color Doc */

h1, .title {
  color:#094a22;
}
h2 {
  color:#157b3c;
}
h3 {
  color:#09642c;
}
h4{
  color:#004a63;
}
h5{
  color:#002237;
}


a {
  color:#217c36;
}

a:hover {
  color:#2d9b46;
}
a:visited {
  color:#80aa8a;
}


.border {
	border: 1px solid #bacad3; /* border color is dependent on color theme */
}

.bg {
	background: #f6f6f6; /* .bg color is dependent on color theme */
}

.quotebox{
	background-color:#f5fffd; /* bg color is dependent on color theme */
	border: 1px solid #cccccc;	
}

/**Letter Grade Chart - Replacement Window Options page**/
.lettergrade{
	color:#058FEF;
}

.lettergrade .columnhead td{
	color:#000;
}
/**End Letter Grade ***/

.sectionhighlight{
	border-color: #508a5b;
    border-style: solid none;
	
}

ul.checks li,
ul.arrows li {
	background: url(/core/images/toolbox/green-dark/checkmark.png) no-repeat top left;
}

ul.arrows li {
	background: url(/core/images/toolbox/green-dark/circle-arrow.png) no-repeat top left;
}

.gallery {
	border-left: 0px;
	border-right:0px;
	border-top: 3px solid #508a5b;    /*dependent on color theme*/
	border-bottom: 3px solid #508a5b; /*dependent on color theme*/
}


.sub1 { background-image: url(/core/images/toolbox/green-dark/1.png); }
.sub2 { background-image: url(/core/images/toolbox/green-dark/2.png); }
.sub3 { background-image: url(/core/images/toolbox/green-dark/3.png); }
.sub4 { background-image: url(/core/images/toolbox/green-dark/4.png); }
.sub5 { background-image: url(/core/images/toolbox/green-dark/5.png); }
.sub6 { background-image: url(/core/images/toolbox/green-dark/6.png); }
.sub7 { background-image: url(/core/images/toolbox/green-dark/7.png); }
.sub8 { background-image: url(/core/images/toolbox/green-dark/8.png); }
.sub9 { background-image: url(/core/images/toolbox/green-dark/9.png); }
.sub10 { background-image: url(/core/images/toolbox/green-dark/10.png); }


.expandable_gallery{
	border:2px solid #ccc;
	background:url(/core/images/expandable-gallery/h300.png) repeat-x;
	background-color: #C3C3C3;
}

.expandable_gallery .items a, .expandable_gallery .items_collapsed a
{
                background-color:#fff; 
                border:1px solid #ccc;
}


#table-back {
margin:5px 0;
text-align: center;
background-color:#094a22;
}

.tablebox {
padding: 10px;
background-color:#f5fffd;
border: 1px solid #CCC;
margin: 12px 0;
}

#radon-top {
background-color:#094a22;
text-align: center;
padding-top:5px;
}


table#quad {
cellpadding: 5px;
border: 0;
margin-bottom: 10px;
border-color: #005F99;
background-color: #F1F1F1;
}

.headers .text{
background-color:#094a22;
}

/* --- OPEN SIGN --- */
div.open {
	color: #094a22;
}
div.open img {
	background: #094a22;
}
/* --- END OPEN SIGN --- */


/* --- Button --- */
.dynamic-button a {
background-color: #094a22;

} 

/* Gradient Button - green-dark */
.gradient-button {
	color: #fff;
	background: #157a3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#157a3c), to(#09652c));
	background: -moz-linear-gradient(top,  #157a3c,  #09652c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#157a3c', endColorstr='#09652c');
}
.gradient-button:hover {
	background: #1c8d47;
	background: -webkit-gradient(linear, left top, left bottom, from(#1c8d47), to(#0d7736));
	background: -moz-linear-gradient(top,  #1c8d47,  #0d7736);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#09652c', endColorstr='#0d7736');
}
.gradient-button:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#157a3c), to(#09652c));
	background: -moz-linear-gradient(top,  #157a3c,  #09652c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#157a3c', endColorstr='#09652c');
}


/* --- contact form test --- */
.contact_form .step.current	{
		border-color: #a0e0bb;
	}

	.contact_form .step.current .title, .form-area, .form-area h2{
		border-color: #a0e0bb;
		background-color: #097c3a;
		}

/** Green Dark Inline Widget **/

.inline_widget{
	border-color: #094A22;
}


.inline_widget .title{
	color:#094A22;
}		

/* MY SALES REP NAV */
.msr_btn:hover {
	background: #7ed792; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ed792 0%, #1fa13b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ed792), color-stop(100%,#1fa13b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ed792 0%,#1fa13b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ed792 0%,#1fa13b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ed792 0%,#1fa13b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ed792 0%,#1fa13b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ed792', endColorstr='#1fa13b',GradientType=0 ); /* IE6-9 */
}

.msr_btn_active,
.msr_btn_active:hover {
	background: #22ac41; /* Old browsers */
	background: -moz-linear-gradient(top,  #22ac41 0%, #13691e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22ac41), color-stop(100%,#13691e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #22ac41 0%,#13691e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #22ac41 0%,#13691e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #22ac41 0%,#13691e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #22ac41 0%,#13691e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22ac41', endColorstr='#13691e',GradientType=0 ); /* IE6-9 */
}
/* END MY SALES REP NAV */

/* MOST RECENT BLOG HIGHLIGHT */
.blog_most_recent_header {
	background-color:#09642c;
	color:#FFFFFF;
}
.blog_most_recent_footer {
	border-color:#09642c;
}
/*end MOST RECENT BLOG HIGHLIGHT */
