@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#008400;
}

#container {
	width:850px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#fff;
	padding:10px;
}

#header {
	width:100%;
	/*background-color:#008400;*/
}

#headerboxleft {
	width:120px;
	float:left;
}

#headerboxright1 {
	width:335px;
	float:left;
	margin-left:5px;
	margin-bottom:20px;
}

#headerboxright2 {
	width:195px;
	float:right;
	margin-top:25px;
	margin-right:25px;
	text-align:center;
	font-size:20px;
}

#topnav {
	float:left;
	height: 50px;
	width: 725px;
	border-top: solid thick #008400;
	/*margin-top:20px;*/
	text-align:center;
}


#topnav ul li {   /* remove list style completely */
   list-style-type: none;
   display: inline;
   /*border: none;*/
   margin: 0;
   padding: 0;
}


#topnav li a {
	/*background-color: #99CA3D;*/
	color: #000;
	text-decoration: none;
	/*width: 120px;*/
	padding:2px 10px;
	border: 1px solid #999;
}

#topnav li a:hover {
	background-color:#008400;
	color: #fff;
	border: 1px solid #999;
	/*width: 120px;*/
	/*font-size:large;*/
	/*font-weight:bold;*/
}

/*#topnav .selected{
	background-color:#BCBDC0;
	border: 1px solid #999;
	font-weight:bold;
}*/



#maincontent {
	width: 100%;
	margin-top:10px;
}

#footer {
	clear: both;
	height: 50px;
	width: 100%;
	border-top: solid thick #008400;
	margin-top:20px;
	font-size: x-small;
}

#leftfooter {
	float: left;
	height: 40px;
	width: 220px;
	margin-left:10px;
	margin-top:10px;
}

#centerfooter {
	float: left;
	height: 40px;
	width: 340px;
	margin-left:20px;
	margin-top:10px;
	text-align:center;
}

#rightfooter {
	float: right;
	height: 40px;
	width: 220px;
	text-align:right;
	margin-right:10px;
	margin-top:10px;
}


.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;	
}

a:link {
  color: #008400;
}

a:visited {
  color: #008400;
}

a:hover {
  color:#000;
}

.leftcontentbox {
	float: left;
	width: 70%;
}

.rightcontentbox {
	float: right;
	width: 28%;
	text-align:center; 
	border:thin solid #008400; 
	padding:5px;
	margin-top:20px;
}

.ctatext1 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.quotesize {
	font-size:30px;
	font-weight:bold;
}

.captiontext {
	font-size: x-small;
}

.testimonialbox {
	padding:10px;
	background-color:#9CE19C;
	border:double medium #000;
	text-align:center;
}

img {
	border:none;
}

.centralise {
	text-align:center;
}

.largertext {
	font-size:larger;
}

li {
	margin-bottom:10px;
}

.blogbox {
	
}

.imageleft {
	float:left;
	width:200px;
}

.articlebox {
	width:630px;
	float:right;
}

.greenbox1 {
	background-color:#9CE19C;
	line-height:40px;
	padding-left:5px;
}

.datetext {
	padding-left:5px;
	font-size:smaller;
}

.admin {
	width:80px;
	float:right;
	text-align:right;
	font-size:smaller;
	padding-right:10px;
}
