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

/*-----------------------------------
COLOURS
____________________________________

light green #container1 border: #95dd94

bright green: #2CBA2B

#topnav item borders: #caeeca


------------------------------------*/


body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	position: relative;
}

/* --------------------------------------- CONTAINER 1 (header and topnav) ------------------------------------------------------*/


#container1 {
	border-bottom: 10px solid #2CBA2B;
	height: 173px;
	position: relative;
	text-align: center;
	z-index: 997;
}

#header {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	text-align: left;
	padding: 46px 0 0 0;
}

#logo {
	float: left;
	width: 260px;
}

#slogan {
	float: left;
}

#slogan .major {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.1em;
	color: #2CBA2B;
	padding: 0;
	margin: 0;
}

#slogan .minor {
	font-size: 1.4em;
	color: #000;
	text-transform:uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	letter-spacing: 0.1em;
}

#region {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 1.1em;
	color: #999999;
}

.regionleft, .regionright {
	position: relative;
	float: left;
}

#region img {
	float: left;
	margin-top: -2px;
	border: 0;
}

#region a {
	color: #999;
}

#region a:hover {
	text-decoration: none;
}

#topnav {
	clear: both;
	position: relative;
	top: 34px;
	display: block;
	height: 2.8em;
	width: 100%;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topnav ul li {
	display: inline;
}

#topnav ul li a {
	padding: 7px;
	border: 1px solid #2CBA2B;
	border-bottom: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #2CBA2B;
	text-decoration: none;
	/* letter-spacing: 0.05em; */
	margin-right: 3px;
	height: 20px;
}

#topnav ul li a:hover {
	background: #2CBA2B;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#topnav ul li ul li a:hover {
	border-bottom: none;
}

#topnav ul li a.current {
	background: #2CBA2B;
	color: #fff;
	border-bottom: 1px solid #2CBA2B;
}

#topnav ul li ul li a {
	padding: 7px;
	border: 1px solid #caeeca;
	border-bottom: 0;
	font-size: 1.2em;
	text-transform: none;
	color: #2CBA2B;
	text-decoration: none;
	letter-spacing: 0.05em;
	margin-right: 3px;
	width: auto;
}

/* --------------------------------------- CONTAINER 2 (banner area) ------------------------------------------------------*/

#container2 {
	background: #fff url(../images/container2-bg.jpg) repeat-x;
	margin: 0;
	position: relative;
	top: -1px;
	z-index: 100;
	height: 261px;
}

.inside #container2 {
	height: 50px;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #container2 div */
#container2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */

#banner {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#banner #graphic {
	float: left;
	margin: 0;
}

#keytext {
	position: absolute;
	top: 0;
	right: 0;
	width: 470px;
}

.inside #keytext {
	position: relative;
	width: 111%;
	overflow: hidden;
}

.inside #content #righttext #keytext h2 {
	margin-top: 0;
}

#keytext p {
	font-size: 1.8em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0.5em 0 1em 0;
}

#keytext ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#keytext ul li {
	width: 47%;
	float: left;
	margin: 0 0 15px 0;
	font-size: 1.8em;
	color: #2CBA2B;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#keytext ul li img {
	border: 0;
	float: left;
	padding: 0 10px 0 0;
}

#keytext ul li a {
	text-decoration: none;
	color: #2CBA2B;
}

#keytext ul li a:hover {
	text-decoration: underline;
}


/* ------------------------------------------------------ CONTAINER3 (content) -----------------------------------------------------------*/

#container3 {
	clear: both;
	background: #2CBA2B url(../images/container3-bg.jpg) bottom left repeat-x;
	position: relative;
	top: -124px;
}

.inside #container3 {
	top: -1px;
	background: #fff;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #container3 div */
#container3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */

#content {
	color: #fff;
	font-size: 1.4em;
	width: 1000px;
	margin: 0 auto;
	padding: 1em 0;
	text-align: left;
	line-height: 1.6;
	position: relative;
}

.inside #content {
	color: #333;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #content div */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.65em;
	font-weight: normal;
}

#content h1 a {
	text-decoration: none;
}

#content div.threecol h1 a:hover {
	text-decoration: underline;
}

.homepage #container3 #content ul {
	margin-left: 0;
	padding-left: 1em;
}

.inside #content h1 {
	color: #2DB72C;
}

#content div.threecol {
	float: left;
	width: 30%;
	z-index: 200;
	position: relative;
	padding-bottom: 1em;
}

#content div.threecol a {
	color: #EAF8E9;
}

#content div.threecol a:hover {
	text-decoration: none;
}

#content div.twocol {
	float: left;
	position: relative;
	padding-bottom: 1em;
}


#content #lefttext {
	width: 385px;
	padding: 0 100px 1em 15px;
}

.homepage #container3 #content #lefttext ul {
	border-bottom: 8px solid #95DD94;
	overflow: hidden;
	padding: 7px 7px 7px 10px;
	list-style: none;
	background: url(../images/container4-bg.jpg) repeat-x;
	color: #23A92E;
}

.homepage #lefttext ul li {
	float: left;
	width: 48%;
	padding-right: 1%;
}

.homepage #lefttext .promo {
	border: 8px solid #96DC94;
	background: url(../images/container4-bg.jpg) repeat-x;
	text-align: center;
	margin-top: 2em;
	font-size:1.3em;
	font-weight:bold;
}

.homepage #lefttext .promo a {
	color: #8B1718;
	display: block;
	text-decoration: none;
}

/*
.homepage #header .promo {
	border: 2px solid #518D57;
	background: url(../images/container4-bg.jpg) repeat-x;
	text-align: center;
	margin-top: 2em;
	position: absolute;
	top: 30px;
	right: 0;
	padding: 4px 7px;
	font-size: 1.2em;
}

.homepage #header .promo a {
	color: #8B1718;
	display: block;
	text-decoration: none;
}
*/





.inside #content #lefttext {
	width: 200px;
	padding: 0 40px 0 0;
}

.inside #content #lefttext ul {
	list-style: none;
	margin: 1.8em 0 0 0;
	padding: 0;
	background: #fff url(../images/container2-bg.jpg) repeat-x; 
	
}

.inside #content #lefttext ul li a {
	background: none;
	padding: 0.8em;
	text-decoration: none;
	color: #2CBA2B;
	margin: 0;
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.inside #content #lefttext ul li a:hover {
	background: #95DD94;
	color: #fff;
}

.inside #content #lefttext .feature {
	font-size: 0.8em;
	border: 1px solid #95dd94;
	padding: 0 7px;
	margin: 2em 0;
}

.inside #content #righttext .feature {
	font-size: 0.9em;
	border: 1px solid #95dd94;
	padding: 0 7px;
	margin: 2em 0;
	overflow: hidden;
}

.inside #content #righttext .feature .twentypc {
	width: 16%;
	padding: 7px;
	float: left;
	margin: 0 1em 1em 0;
}

.inside #content #righttext .feature .twentypc h2 {
	margin: 0;
	padding: 0;
}

.inside #content #righttext .feature .fiftypc {
	width: 45%;
	padding: 7px;
	float: left;
	margin: 0 1em 1em 0;
}

.inside #content #lefttext .feature h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.inside #content #lefttext .feature ul {
	list-style: disc;
	margin-left: 0;
	margin-bottom: 1em;
	padding-left: 1.5em;
	background: none;
}

.inside #content #lefttext .feature ul li a {
	font-size: 1em;
}


#content #midtext, #content #righttext {
	width: 230px;
	position: relative;
}


#content #midtext {
	margin-right: 30px;
}

#content #midtext p {
	font-size: 1em;
	margin: 0 0 0.8em 0;
	padding: 0;
}

#content #midtext ul li {
	font-size: 0.9em;
}


#content #midtext h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#content #righttext {
	font-family: Arial, Helvetica, sans-serif;
}

.inside #content #righttext {
	width: 755px;
	font-size: 0.9em;

}

.onecol #content #righttext {
	width: 100%;
}


.inside #content #righttext h1 {
	font-size: 1.8em;
}


.inside #content #righttext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 1.5em 0 0.5em 0;
}

.homepage #content #righttext p {
	margin: 1em 0;
	font-size: 0.8em;
}

.homepage #content #righttext h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #95DD94;
	font-weight: normal;
	background: url(../images/container4-bg.jpg) repeat-x;
	color: #23A92E;
	padding-left: 5px;
}

.inside #content #righttext p {
	margin: 1em 0;
}

.homepage #content #righttext li {
	font-size: 0.8em;
	padding: 0;
}

.inside #content #righttext li {
	margin: 0.7em 0;
}

.inside #content #righttext ul.column li {
	float: left;
	width: 49%;
	margin: 0.4em 0;
}

.floatright {
	float: right;
	margin: 0 0 1em 1em;
	border: 6px solid #caeeca;
}

.floatleft {
	float: left;
	margin: 0 1em 1em 0;
	border: 6px solid #caeeca;
}



table {
	border-collapse: collapse;
	border: 1px solid #999;
	margin: 1em 0;
	width: auto;
}

table td, table th {
	border: 1px solid #999;
	padding: 6px;
}

table th {
	background: #D8F2D7;
}



/* ------------------------------------------------------ CONTAINER4 (footer) -----------------------------------------------------------*/

#container4 {
	background: #fff url(../images/container4-bg.jpg) top left repeat-x;
	position: relative;
	clear: both;
	top: -126px;
	height: 110px;
	
}

.inside #container4 {
	top: -1px;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-top: 40px;
	color: #2CBA2B;
}

#footer a {
	color: #2CBA2B;
}
