
/***********************
ONLINE SUPPORT overrides
***********************/
h1.support,
a.support:hover, a.support:active,
a.support, a.support:link, a.support:visited,
h2.support,
h3.support,
h2.intro-para.support,
blockquote.support,
li.support:before,
ul.support a:link, ul.support a:visited { 
	color: #02857f;
}
.box.support  { 
	background-color: #02857f; 
	color: #fff;
}
.box.support h2, 
.box.support h2 a,
.box ul a.support:link, 
.box a.support:visited { 
	color: #fff; 
}
.box.support h2 { 
	font-weight: 600; 
}
.box.support p { 
	line-height: 20px; 
}
a.btn.support:link, a.btn.support:visited {
	color: #3f4a46;
	margin-bottom:15px;
	background-color: #9bb126; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#b0c92b, #9bb126); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#b0c92b, #9bb126); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#b0c92b, #9bb126); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#b0c92b, #9bb126); /* Standard syntax */
}
a.btn.support:hover, a.btn.support:active {
	color: #3f4a46;
	background-color: #b0c92b; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#9bb126, #b0c92b); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#9bb126, #b0c92b); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#9bb126, #b0c92b); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#9bb126, #b0c92b); /* Standard syntax */
}

a.btn.support_alt:link, a.btn.support_alt:visited {
	color: #fff;
	background-color: #9bb126; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#b0c92b, #9bb126); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#b0c92b, #9bb126); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#b0c92b, #9bb126); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#b0c92b, #9bb126); /* Standard syntax */
}
a.btn.support_alt:hover, a.btn.support_alt:active {
	color: #fff;
	background-color: #b0c92b; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#9bb126, #b0c92b); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#9bb126, #b0c92b); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#9bb126, #b0c92b); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#9bb126, #b0c92b); /* Standard syntax */
}

a.btn.support_alt_2:link, a.btn.support_alt_2:visited {
	color: #fff;
	background-color: #01847e; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#01847e, #01726e); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#01847e, #01726e); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#01847e, #01726e); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#01847e, #01726e); /* Standard syntax */
}
a.btn.support_alt_2:hover, a.btn.support_alt_2:active {
	color: #fff;
	background-color: #01726e; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#01726e, #01847e); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#01726e, #01847e); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#01726e, #01847e); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#01726e, #01847e); /* Standard syntax */
}

.onlinesupport .pageHeader,
.onlinesupport .pageHeader a:link,
.onlinesupport .pageHeader a:visited { color: #fff; }