/* 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;
}
a.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;
	text-decoration:none;
}
a.btnSubscribe:hover{
	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;
	text-decoration:none;
}
input.btnSubmitEnquiry{
	background: url(../images/btn-submit-enquiry.png) left top no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	width: 95px;
}
input.btnSubmitEnquiry:hover{
	background: url(../images/btn-submit-enquiry.png) left bottom no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	width: 95px;
}
input.btnSubmitEnquirySending{
	background-image: url(../images/btn-submit-enquiry-sending.gif);
	background-position:center bottom;
	background-repeat: no-repeat;
	background-color:#fff;
	border: 0;
	cursor:default;
	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;
}
input.btnSubmitApplication{
	background: url(../images/btn-submit-application.png) left top no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 25px;
	width: 113px;
}
input.btnSubmitApplicationHover{
	background: url(../images/btn-submit-application.png) left bottom no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 25px;
	width: 113px;
}

/* BUTTONS END */
.clearFix{
	clear: both
}


#search-form-container {
	height: 28px;
}

#search-bottom {
	margin-bottom: 10px;
}

#s {
	height: 20px;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	float: left;
	width: 140px;
}

#searchsubmit {
	display: block;
	border-width: 0px;
	background: url(../images/search_btn.png) left top no-repeat;
	width: 60px;
	padding: 1px 0 3px 0;
	color: white;
	font-size: 12px;
	position: relative;
	float: left;
	margin: 2px 0px 2px 2px;
	height: 25px;
}

#searchsubmit:hover {
	cursor: pointer;
	background: url(../images/search_btn_over.png) left top no-repeat;
}

a.btn-read-more{
    background: url(../images/btn-read-more.png) left top no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 22px;
    margin: 15px 0px 0px 0px;
    padding: 0;
    position: relative;
    width: 121px;
}
span.homeDarkGrey, p.homeDarkGrey{
	color:#494949;
	font-size:12px;
	max-width:360px;
	font-weight:bold;
	font-style:italic;
	line-height:18px;
}

span.homeLightGrey, p.homeLightGrey{
	color:#777777;
	font-size:12px;
	max-width:360px;
	line-height:18px;
}
ul.product-list{
	margin-left:5px;
	list-style-type:none;
}
ul.product-list li{
	margin:3px;
	display:block;
}
ul.product-list li a{
	width:219px;
	height:30px;
	padding-left:12px;
	padding-top:8px;
	text-decoration:none;
	background: url(../images/product-list-btn.png) left top no-repeat;
	display:block;
	-webkit-box-shadow: 1px 1px 0px #FFF; /* Safari and Chrome */
	box-shadow: 1px 1px 0px #FFF;
}
ul.product-list li a:hover{
	/*background-position:left 1px;*/
	text-decoration:underline;
}
ul.pdfList{
	list-style-type:none;
	padding:0;
	text-indext:0;
	margin:0px 0px 0px 5px;
}
ul.pdfList li{
	text-indent:25px;
	margin:8px 0px;
	background: url(../images/pdf-icon.png) left top no-repeat;		
}
