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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	font-style: normal;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

img {
	border-style: none;
}

#maincolour {
	color: #4FA028;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 930px;
}

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4FA028;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#banner {
	vertical-align: middle;
	float: right;
	height: 71px;
	padding-top: 20px;
}

#left {
	float: left;
	width: 210px;
}

#right {
	float: right;
	width: 210px;
	margin: 0px;
	padding: 0px;
}

#break {
	width: 190px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/facts_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

	height: <348px;
	background-color: #A7CF93;
	color:#000;
}

#break h2 {
	color: #000;
	font-size: 1.8em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4FA028;
	margin: 0px 10px 10px 10px;
	padding-bottom: 5px;
}

#break ul {
	margin: 0px 10px 0px 8px;
	padding: 0px 0px 10px 0px;
}

#break li {
	margin: 0px 0px 5px 15px;
	padding: 0px;
}

#break p {
	padding: 0px 10px 10px 10px;
}

#break a:link {
	color: #000;
	text-decoration: underline;	
}

#break a:hover {
	color: #000;
	text-decoration: none;	
}

#content {
	float: left;
	width: 450px;
	margin: 0px 30px 10px 30px;
}

#content h1 {
	color: #333;
	font-size: 1.7em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4FA028;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content ul {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

#content ol {
	margin: 0px 0px 10px 15px;
	padding: 0px;
}

#content li {
	margin: 0px 0px 5px 15px;
	padding: 0px;
}

#contentLeft {
	float: left;
	width: 210px;
	margin-right: 30px;
}

#content a:link {
	color: #4FA028;
	text-decoration: underline;
	font-weight: bold;
}

#content a:visited {
	color: #4FA028;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	color: #4FA028;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .85em;
}

#footer a:link {
	color: #333;
	text-decoration: none;
}

#footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#cta {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4FA028;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom:20px;
	padding-left: 240px;
	font-size: 2.3em;
	font-weight: normal;
	color: #666;
}

#cta a:link {
	color: #666;
}

#nav ul {
	list-style: none;
	padding: 0px;
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#nav li a:link {
	display: block;
	margin:0px;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#nav li a:visited {
	display: block;
	margin:0px;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#nav li a:hover {
	color: #4FA028;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.linkcell {
	padding-bottom:20px;
}

.linkcell img {
	padding-bottom:15px;
}

#content .linkcell a {
	text-decoration:none;
	color:#000;
}

#content .linkcell a:hover {
	text-decoration:underline;
	color:#000;
}