@charset "utf-8";
/* CSS Document */
.gtxt,
#sidepanel h2,
#feature_links div p,
.callbtn {
	background-color: #62625E;
}
#sidepanel h2:after,
#pagecontent .sidepanel h2:after {
	border-top-color: #62625E;
	border-left-color: rgba(98,98,94,0);
	border-right-color: rgba(98,98,94,0);
}
#deptid,
#sidepanel h2.color1,
#pagecontent .sidepanel h2.color1,
#feature_links div p.color1,
.gtxt.color1,
.callbtn.color1 {
	background-color: #FF4646;
}
#deptid:after,
#sidepanel h2.color1:after,
#pagecontent .sidepanel h2.color1:after {
	border-top-color: #FF4646;
	border-left-color: rgba(255,70,70,0);
	border-right-color: rgba(255,70,70,0);
}
.imgr .gtxt.color1::after {
	border-left-color: #FF4646;
	border-top-color: rgba(255,70,70,0);
	border-bottom-color: rgba(255,70,70,0);
}
.imgl .gtxt.color1::before {
	border-right-color: #FF4646;
	border-top-color: rgba(255,70,70,0);
	border-bottom-color: rgba(255,70,70,0);
}
#sidepanel h2.color2,
#pagecontent .sidepanel h2.color2,
#feature_links div p.color2,
.gtxt.color2,
.callbtn.color2 {
	background-color: #0099FF;
}
#sidepanel h2.color2:after,
#pagecontent .sidepanel h2.color2:after {
	border-top-color: #0099FF;
	border-left-color: rgba(0,153,255,0);
	border-right-color: rgba(0,153,255,0);
}
.imgr .gtxt.color2::after {
	border-left-color: #0099FF;
	border-top-color: rgba(0,153,255,0);
	border-bottom-color: rgba(0,153,255,0);
}
.imgl .gtxt.color2::before {
	border-right-color: #0099FF;
	border-top-color: rgba(0,153,255,0);
	border-bottom-color: rgba(0,153,255,0);
}
#sidepanel h2.color3,
#pagecontent .sidepanel h2.color3,
#feature_links div p.color3,
.gtxt.color3,
.callbtn.color3 {
	background-color: #00CC99;
}
#sidepanel h2.color3::after,
#pagecontent .sidepanel h2.color3::after {
	border-top-color: #00CC99;
	border-left-color: rgba(0,204,153,0);
	border-right-color: rgba(0,204,153,0);
}
.imgr .gtxt.color3::after {
	border-left-color: #00CC99;
	border-top-color: rgba(0,204,153,0);
	border-bottom-color: rgba(0,204,153,0);
}
.imgl .gtxt.color3::before {
	border-right-color: #00CC99;
	border-top-color: rgba(0,204,153,0);
	border-bottom-color: rgba(0,204,153,0);
}
#sitenav > ul > li + li {
	border-top-color: #FF4646;
}
#sitenav a:hover,
#sitenav a.selected {
	color: #FF4646;
}


