/* CSS Document */
.textSmall{
	font: normal 10px Arial, Helvetica, sans-serif;
}
span.textSmallTestimonials{
	border-top: 1px solid #DDD;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0 4px;
	padding: 10px 0 0 0;
}
.textPurpleStrong{
	color: #542989;
	font-weight: bold;	
}
/* BUTTONS START */
a.btnReadArticleBlue{
	background: url(../images/btn-full-article-blue.png) left top no-repeat;
	display: block;
	height: 25px;
	width: 120px;
}
a:hover.btnReadArticleBlue{
	background: url(../images/btn-full-article-blue.png) left bottom no-repeat;
}
a.btnClose{
	background: url(../images/btn-close.gif) left top no-repeat;
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 10px;
	width: 44px;
}
a:hover.btnClose{
	background: url(../images/btn-close.gif) left bottom no-repeat;
}
a.btnPrint{
	background: url(../images/btn-print.gif) left top no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 42px;
}
a:hover.btnPrint{
	background: url(../images/btn-print.gif) left bottom no-repeat;
}
a#btnEnlargeMap{
	background: url(../images/btn-enlarge-map.gif) left top no-repeat;
	display: block;
	float: right;
	height: 25px;
	margin: 10px 0 0 0;
	width: 169px;
}
a:hover#btnEnlargeMap{
	background: url(../images/btn-enlarge-map.gif) left bottom  no-repeat;
}
a.btnViewWebsiteGreenLight{
	background: url(../images/btn-view-website-green-light.png) left top no-repeat;
	display: block;
	height: 25px;
	width: 93px;
}
a:hover.btnViewWebsiteGreenLight{
	background: url(../images/btn-view-website-green-light.png) left bottom no-repeat;
}
input.btnSubmitGreenLight{
	background: url(../images/btn-submit-green-light.png) left top no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 25px;
	width: 63px;
}
input.btnSubmitGreenLightHover{
	background: url(../images/btn-submit-green-light.png) left bottom no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 25px;
	width: 63px;
}
input.btnSubscribe{
	background: url(../images/btn-subscribe.png) left top no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 25px;
	margin: 0 10px 0 0;
	width: 67px;
}
input.btnSubscribeHover{
	background: url(../images/btn-subscribe.png) left bottom no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 25px;
	margin: 0 10px 0 0;
	width: 67px;
}
input.btnSubmitEnquiry{
	background: url(../images/btn-submit-enquiry.png) left top no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	width: 95px;
}
input.btnSubmitEnquiryHover{
	background: url(../images/btn-submit-enquiry.png) left bottom no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	width: 95px;
}
input.btnSubmit{
	background: url(../images/btn-submit.png) left top no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	width: 51px;
}
input.btnSubmitHover{
	background: url(../images/btn-submit.png) left bottom no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	width: 51px;
}
input.btnUnsubscribe{
	background: url(../images/btn-unsubscribe.png) left top no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	width: 81px;
}
input.btnUnsubscribeHover{
	background: url(../images/btn-unsubscribe.png) left bottom no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	width: 81px;
}

/* BUTTONS END */
.clearFix{
	clear: both
}
