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

* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}

img {
	border: 0px;	
}

html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	color: #666666;
	background-color: #f2f2f2;
}

/* ==================== main divs ====================== */

#centre {
	width: 850px;
	margin: 0px auto;
}

#centreTwo {
	width: 850px;
	float: left;
	margin-bottom: 60px;
}

.green {
 color: #71b341;	
}

.greenTwo {
 color: #336023;	
}

/* ================ headerTop ================================== */

#headerTop {
	width: 850px;
	float: left;
	height: 10px;
	background-color: #cccccc;
}

#headerTopRight {
	float: right;
	width: 650px;
	height: 10px;
	background-color: #6cb13c;
}

/* =================== header ===================================== */

#header {
	float:left;
	width: 850px;
	background-color: #f2f2f2;
		border-top: #FFF solid 4px;
	border-bottom: #FFF solid 4px;
}

#logo {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#flashTop{
	float: left;
	width: 500px;
	height: 112px;
}

#flashcontent {
	float: left;
	width: 500px;
	height: 112px;
}

#flashAlt {
	float: left;
	width: 500px;
	height: 115px;
	background: url(images/AltFlash/AltFlashSquares.jpg) no-repeat top left;
}

/* ================== navTop ========================= */

#topNav{
	width: 850px;
	float: left;
	border-top: #6cb13c solid 1px;
	border-bottom: #6cb13c solid 1px;
}

#topNav ul {
	list-style: none;
	width: 850px;
	float:left;
	margin-left: 1px;
}

#topNav ul li {
	float: left;	
}

#topNav ul li a {
	display:block;
	width: 121px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	color: #396a32;
	text-decoration: none;
	font-size: 120%;
}

#topNav ul li a:link {}
#topNav ul li a:visited {}
#topNav ul li a:hover { background-color: #396a32; color: #f2f2f2;}
#topNav ul li a:active {}

	

/* ============== contentTop ================= */

#contentTop {
	width: 850px;
	float: left;
	height: 208px;
	background: url(images/siteImages/mainImageBackground.jpg) no-repeat top right;
}

#contentTopRight {
	width: 650px;
	float: right;
		height: 207px;
		border-bottom: 1px solid #6cb13c;
}

#date {
	width: 300px;
	float: right;
	margin-top: 178px;
	font-size: 120%;
	text-align: right;
	margin-right: 8px;
	color: #8c8c8c;
}

#contact {
	width: 188px;
	float: left;
	height: 196px;
	padding: 10px 6px 6px 6px;
	background-color: #cccccc;
}

/* ===================== contentBottom ================= */

#contentBottom {
	width: 850px;
	float: left;
	background: #ffffff;
	height: 360px;
}

#text {
	float: right;
	width: 420px;
}

#contentBottomLeft {
		float: left;
		width: 425px;
		background-color: #666666;
		height: 360px;
}

#contentBottomLeftLeft {
		float: left;
		width: 200px;
		height: 360px;
}

#contentBottomLeftLeftBottom {
	background: #ebebeb url(images/siteImages/ModularImage.jpg) no-repeat bottom right;
	float: left;
	width: 200px;
	height: 215px;
	margin-top: 145px;
}

#contentBottomLeftLeftBottomText {
	width: 184px;
	padding: 3px 8px 0px 8px;
	float: left;
}

#contentBottomLeftLeftBottombutton {
	float: left;
	margin-top: 135px;
	margin-left: 25px;
	
}

#contentBottomLeftRight {
		float: right;
		width: 225px;
		height: 360px;
		background: url(images/siteImages/secondaryImage.jpg) no-repeat top left; 	
}

/* ================== footer ====================== */

#footer {
	width: 850px;
	float: left;
	background: #666666;
	height: 25px;
}

#footerRight {
	color: #CCC;
	float: right;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	padding-top: 5px;
}



/* ================= text ========================== */



p {
	margin: 5px 0px ;
	font-size: 100%;
}

em {
	margin: 2px;
	font-size: 100%;
}

a {
 	color: #666666;
	font-size: 100%;
	text-decoration: none;
}

a:link {
	color: #666666;
	font-size: 100%;
	text-decoration: none;
}

a:visited {
 	color: #666666;
	font-size: 100%;
	text-decoration: none;
}

a:hover {
 	color: #666666;
	font-size: 100%;
	text-decoration: underline;
}

a:active {
	color: #666666;
	font-size: 100%;
	text-decoration:underline;
}
h1 {
	font-size: 240%;
	margin: 5px 0px ;
	color: #72b240;
	font-weight: bold;
}

h2 {
	font-size: 145%;
	margin: 5px 0px ;
}

h3 {
	margin: 3px 0px ;
	font-size: 110%;
	font-weight: bold;
}

h4 {
	margin: 3px 0px ;
	font-weight: normal;
	font-size: 110%;
}


