@charset "utf-8";
@import url("style.css");

body {
	border-top:solid 5px #F47A36!important;
}

#catchBGhover {
	width:100%!important;
	border-top:solid 5px #F47A36;
	border-bottom:solid 5px #F47A36;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,168,222,1)), color-stop(20%,rgba(51,51,145,1)), color-stop(40%,rgba(233,19,136,1)), color-stop(60%,rgba(235,45,46,1)), color-stop(80%,rgba(251,176,59,1)), color-stop(100%,rgba(0,158,84,1)));
	background: linear-gradient(to right, rgba(0,168,222,1) 1%,rgba(51,51,145,1) 20%,rgba(233,19,136,1) 40%,rgba(235,45,46,1) 60%,rgba(251,176,59,1) 80%,rgba(0,158,84,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8de', endColorstr='#009e54',GradientType=1 );
}

#catchBGdefault {
	width:100%!important;
	background-color: rgba(244,122,54,1);
	padding:30px 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#catchBGdefault:hover {
	background-color: rgba(244,122,54,0);
}
#FooterBG {
	background-color: rgba(244,122,54,1)!important;
}
#FooterLeft, #FooterRight, #FooterRight a {
	border-bottom: solid 1px #F47A36;
}
h1,h2,h2:before, p a, p a:hover{
	color:#F47A36!important;
}
p a:hover {
	border-bottom: solid 1px #F47A36!important;
}
#TopC1 li {
	margin-bottom:10px;
	color:#4A4A4A!important;
}
#MiddleContent {
	padding-bottom:30px!important;
}
#MiddleC1 * {
	font-size:0.9rem!important;
}
#MiddleC1 li {
	color:#4a4a4a!important;
}

a.linkTherapist.currentPage {
	background-color: #F47A36;
	color:#fff;
}
a.linkTherapist.currentPage:hover {
	cursor: text;
}

