@charset "UTF-8";
/* CSS Document */
.rounded {
	-webkit-border-radius: 25px;
	padding: 10px;
}
img {
	border: 0px;
}
p {
	margin: 0px 0px 14px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 18px;
	/* [disabled]background-color: #5d9732; */
	margin: 0px;
}
.logo {
	text-align: center;
	background-color: #FFF;
}
.textBlock {
	background-color: #395615;
	color: #FFF;
	line-height: auto;
	padding: 5px 20px;
	clear: both;
	text-align: center;
}
.textBlockName {
	background-color: #395615;
	color: #FFF;
	padding: 5px 20px;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.textBlockLight {
	background-color: #FFF;
	color: #666;
	padding: 5px 20px;
	clear: both;
	text-align: center;
}
.callNow {
	background-color: #395615;
	background-image: url(../images/bgGrad.jpg);
	padding: 15px 10px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 10px auto;
	background-repeat: repeat-x;
}
.smallerTextButton {
	background-color: #395615;
	background-image: url(../images/bgGrad.jpg);
	padding: 10px;
	font-size: 14px;
	color: #FFF;
	/* [disabled]font-weight: bold; */
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-repeat: repeat-x;
}
.textBlockContent img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.textBlockContent {
	background-color: #FFF;
	color: #666;
	padding: 10px;
	clear: both;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #578420;
}
a:visited {
	text-decoration: none;
	color: #578420;
}
a:hover {
	text-decoration: none;
	color: #578420;
}
a:active {
	text-decoration: none;
	color: #578420;
}

.bigLink a:link {
	text-decoration: none;
	color: #ffffff;
}
.bigLink a:visited {
	text-decoration: none;
	color: #ffffff;
}
.bigLink a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
 .bigLink a:active {
	text-decoration: none;
	color: #ffffff;
}
.buttonsHolder {
	background-color:#5d9732;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
	padding-bottom: 10px;
}
.locationHolder {
	background-color:#FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	/* [disabled]margin-top: 5px; */
	padding-top: 10px;
	padding-bottom: 5px;
}
.buttons {
	/* [disabled]float: left; */
	margin: 10px 5px;
	background-color: #578420;
	padding: 10px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
}
.iconLeft {
	width: 140px;
	display: inline-block;
}.iconText {
	text-align: center;
}
.iconRight {
	float: left;
	width: 140px;
}
.colouredText {
	color: #83B130;
}
.mobileMap img {
	width: 100%;
	height: auto;
}
.mobileHeader {
	text-align: center;
	color: #fff;
	background :#395615;
	padding: 5px;
	font-size: 1.2em;
}
.mobileHeader a {
	color: #fff;
}
.full-width-button {
	width: 70%;
	font-size: 20px;
	border: 5px solid white;
	border-radius: 15px;
	margin: 0 auto 20px auto;
	background-color: #395615;
	color: #FFF;
	padding: 20px 0;
	clear: both;
	text-align: center;
}
.form-input input, textarea {
    padding: 10px;
    border: 0;
    outline: none;
    border-radius: 0 10px 0 10px;
    margin-left: -5px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-input textarea {
    height: 200px;
}