body {
	background-color: #ececec;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/bg.png);
	background-repeat: repeat;
}
p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
}
td {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
}
hr {
	border: none;
	color: #dadada;
	background-color: #dadada;
	height: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
}
a {
	color: #99cc33;
	text-decoration: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
h1 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 80px;
	font-weight: 100;
	margin-top: 0;
    margin-bottom: 0;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 300;
}
img {
	border: none;
}
input {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	padding: 10px;
	border: 1px solid #dadada;
	background-color: #ECECEC;
}
input.btn {
	height: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	background-image: none;
	background-color: #fff;
	width: 197px;
}
select {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	padding: 10px;
	border: 1px solid #dadada;
	background-color: #ECECEC;
}
textarea {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	padding: 10px;
	border: 1px solid #dadada;
	background-color: #ECECEC;
}
::selection {
  color: #fff;
  background: #99cc33; /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: #fff;
  background: #99cc33; /* Gecko Browsers */
}
#btm {
	text-align: right;
	width: 900px;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 50px;
}
#contentbody {
	background-color: #fff;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	padding: 50px;
}
#contentbody ul {
	list-style-type: square;
	padding-left: 20px;
}
#contentbody ul li {
	margin-bottom: 10px;
	padding-left: 10px;
}
#home-columns {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #454545;
	line-height: 23px;
	overflow: auto;
	width: 800px;
	margin-top: 50px;
	text-align: justify;
}
#home-columns a {
	color: #99cc33;
	text-decoration: underline;
}
#home-columns a:hover {
	color: #ccc;
	text-decoration: none;
}
#home-columns .hd {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	padding-bottom: 15px;
	padding-top: 15px;
}
#home-columns .left {
	float: left;
    width: 250px;
	margin-right: 25px;
}
#home-columns .centre {
    float: left;
    width: 250px;
	margin-right: 25px;
}

#home-columns .right {
    float: left;
    width: 250px;
}
#sliderloader {
	background-color: #fff;
	width: 900px;
	height: 303px;
	margin: 0 auto;
	padding: 0;
}
#slidertable {
	background-color: #fff;
	text-align: left;
	width: 900px;
	height: 303px;
	margin: 0 auto;
	padding: 0;
}
#top {
	height: 145px;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#topcontainer {
	height: 145px;
	width: 100%;
}
.captcha img {
	border: 2px solid #e5e5e5;
}
.contact hr {
	border: none!;
	color: #efefef;
	background-color: #dadada;
	height: 2px;
	margin-top: 25px;
	margin-bottom: 25px;	
}
.contact-details td {
	font-size: 16px
}
.copyright {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #454545;
}
.copyright a {
	color: #454545;
	text-decoration: underline;
}
.copyright a:hover {
	color: #99cc33;
	text-decoration: none;
}
.gallery a img {
	border-width: 5px;
	border-style: solid;
	border-color: #e6e6e6;
}
.gallery a img:hover {
	border-color: #99cc33;
}
.gallery .margin {
	margin-bottom: 20px;
}
.home-header {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	font-weight: 100;
	line-height: 40px;
	margin-top: 0;
    margin-bottom: 30px;
}
.home-subheader {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-top: 0;
    margin-bottom: 0;
}
.image-right {
	float: right;	
}
.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navbar ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.required {
	color: #99cc33;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 300;
}
