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

h1, .title {
  color:#004278;
}
h2 {
  color:#003464;
}
h3 {
  color:#004a77;
}
h4{
  color:#004a63;
}
h5{
  color:#002237;
}


a {
  color:#0087CD;
}

a:hover {
  color:#00B7EC;
}
a:visited {
  color:#6D8EA0;
}


.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:#ecf7fe; /* 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: #034E88;
    border-style: solid none;
	
}

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

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

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


.sub1 { background-image: url(/core/images/toolbox/blue-medium/1.png); }
.sub2 { background-image: url(/core/images/toolbox/blue-medium/2.png); }
.sub3 { background-image: url(/core/images/toolbox/blue-medium/3.png); }
.sub4 { background-image: url(/core/images/toolbox/blue-medium/4.png); }
.sub5 { background-image: url(/core/images/toolbox/blue-medium/5.png); }
.sub6 { background-image: url(/core/images/toolbox/blue-medium/6.png); }
.sub7 { background-image: url(/core/images/toolbox/blue-medium/7.png); }
.sub8 { background-image: url(/core/images/toolbox/blue-medium/8.png); }
.sub9 { background-image: url(/core/images/toolbox/blue-medium/9.png); }
.sub10 { background-image: url(/core/images/toolbox/blue-medium/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:#004278;
}

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

#radon-top {
background-color:#004278;
padding-top:5px;
color:#FFF;
}


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

.headers .text{
background-color:#004278;
}

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


/* --- Button --- */
.dynamic-button a {
background-color: #005CA7;

} 

/* Gradient Button - medium-blue */
.gradient-button {
	color: #fff;
	background: #185db5;
	background: -webkit-gradient(linear, left top, left bottom, from(#185db5), to(#02449b));
	background: -moz-linear-gradient(top,  #185db5,  #02449b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#185db5', endColorstr='#02449b');
}
.gradient-button:hover {
	background: #286fca;
	background: -webkit-gradient(linear, left top, left bottom, from(#286fca), to(#0f4fa3));
	background: -moz-linear-gradient(top,  #286fca,  #0f4fa3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#286fca', endColorstr='#0f4fa3');
}
.gradient-button:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#185db5), to(#02449b));
	background: -moz-linear-gradient(top,  #185db5,  #02449b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#185db5', endColorstr='#02449b');
}


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

	.contact_form .step.current .title, .form-area, .form-area h2{
		border-color: #c1edff;
		background-color: #5fb8dd;
		}

/** Blue Medium Inline Widget **/

.inline_widget{
	border-color: #004278;
}


.inline_widget .title{
	color:#004278;
}		

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

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

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