strong {
	font-weight:700;
}
hr {
	color: #FFF;
	border:none;
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../IMAGES/MISC/bg-hr.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.clearfloat {
	line-height: 1px;
	height: 0px;
	clear: both;
}
.flt-left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.flt-right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
img {
	max-width:100%;
	display:block;
}
.center{
	text-align:center;
}


a.general-btn {
	color:#FFF;
	text-shadow: #467295 1px 1px 0;
	background: -moz-linear-gradient(rgba(143, 189, 225, 1), rgba(120, 169, 207, 1));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(143, 189, 225, 1)), to(rgba(120, 169, 207, 1)));
	background: -webkit-linear-gradient(rgba(143, 189, 225, 1), rgba(120, 169, 207, 1));
	background: -o-linear-gradient(rgba(143, 189, 225, 1), rgba(120, 169, 207, 1));
	-moz-box-shadow: inset #bddcf4 0 1px 0,#78a9cf 0 1px 0;
	-webkit-box-shadow: inset #bddcf4 0 1px 0,#78a9cf 0 1px 0;
	box-shadow: inset #bddcf4 0 1px 0,#78a9cf 0 1px 0;
	background-color: #78a9cf;
	font-family: 'Ultra', Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6em;
	display: block;
	float: left;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	text-transform: lowercase;
}
a.general-btn em{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size: 0.5em;
	display:block;
	line-height: 0em;
	font-style: italic;
	padding-top: 1em;
}
a.general-btn:hover {
	background: -moz-linear-gradient(rgba(34, 109, 191, 1), rgba(25, 85, 151, 1));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(120, 169, 207, 1)), to(rgba(143, 189, 225, 1)));
	background: -webkit-linear-gradient(rgba(120, 169, 207, 1), rgba(143, 189, 225, 1));
	background: -o-linear-gradient(rgba(120, 169, 207, 1), rgba(143, 189, 225, 1));
	-moz-box-shadow: inset #bddcf4 0 1px 0,#78a9cf 0 1px 0;
	-webkit-box-shadow: inset #bddcf4 0 1px 0,#78a9cf 0 1px 0;
	box-shadow: inset #bddcf4 0 1px 0,#78a9cf 0 1px 0;
	background-color: #78a9cf;
	text-decoration: none;
}
a.general-btn.widget{
	font-size: 3em;
	margin: 0em;
	padding-right: .5em;
	padding-left: .5em
}

.general_widget span {
	padding-bottom: 20px;
	display: block;
	float: left;
	background-image: url(../IMAGES/MISC/bg-pointer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.btn {
	color:#FFF;
	border: 1px solid #478855;
	-moz-box-shadow: inset #75aa84 0 1px 0,#1b3e25 0 1px 0;
	-webkit-box-shadow: inset #75aa84 0 1px 0,#1b3e25 0 1px 0;
	box-shadow: inset #75aa84 0 1px 0,#1b3e25 0 1px 0;
	background-color: #3E8F55;
	font-family: "adobe-garamond-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: 100;
	text-decoration: none;
	line-height: 1.4em;
	display: block;
	float: left;
	cursor: pointer;
	margin-bottom: 1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
a.btn:hover {
	background: -moz-linear-gradient(rgba(120, 169, 207, 1), rgba(143, 189, 225, 1));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(120, 169, 207, 1)), to(rgba(143, 189, 225, 1)));
	background: -webkit-linear-gradient(rgba(120, 169, 207, 1), rgba(143, 189, 225, 1));
	background: -o-linear-gradient(rgba(120, 169, 207, 1), rgba(143, 189, 225, 1));
	-moz-box-shadow: inset #75aa84 0 1px 0,#1b3e25 0 1px 0;
	-webkit-box-shadow: inset #75aa84 0 1px 0,#1b3e25 0 1px 0;
	box-shadow: inset #75aa84 0 1px 0,#1b3e25 0 1px 0;
	background-color: #3E8F55;
	text-decoration: none;
}

a[href^=tel] { color:#FFF;font-weight:700; }

@media screen and (max-width: 599px) {
	.no-mobile {
		display:none;
	}
}
