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

body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #25757E;
	font-size: 1em;

}

a {
	color: #B5C936;
	text-decoration:none;
}
a:hover {
	color:#B5C936;
	text-decoration: underline;
}
h1 {
	color: #B5C936;
	font-size: 1.6em;
	font-weight:normal;
	margin-bottom: 15px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 15px;
}
h2 {
	color: #B5C936;
	font-size: 1.2em;
	font-weight:normal;
	margin-bottom: 0px;
	
}
h3 {
	color: #666666;
	font-size: 1.2em;
	font-weight:normal;
	margin-bottom: 0px;

}
h4 {
		color: #B5C936;
	font-size: 1em;
	font-weight:bold;
	margin-bottom: 0px;

}
h5 {
	color: #B5C936;
	font-size: 0.8em;
	font-weight:bold;
	margin-bottom: 0px;

		
}
h6 {
		color: #000000;
	font-size: 0.8em;
	font-weight:bold;
	margin-bottom: 0px;

		
}
ul{
	font-size: 0.8em;
}
ol{
	font-size: 0.8em;
}
hr {
	height: 1px;
	border-top: dotted 1px #666666;
	border-bottom: none;
	border-left:none;
	border-right:none;
}
p { 
	font-size: 0.8em;
	margin: 0px 0px 14px 0px;
}
img {
 	border: 0px;
}
img a{
 	border: 0px;
}
.TableText {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

}
/* Positional DIVS */

.Centre {
	width: 955px;
	position: relative;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
	overflow:hidden;
}
.FooterCentre {
	width: 955px;
	position: relative;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
}
.Clear {
	clear:both;
	height: 0px;
	overflow:hidden;
}
form {
	overflow:hidden;
}
.FooterHolder {
	background-image:url(/images/FooterBackground.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.FooterContent {
	padding: 10px 10px 20px 10px;
	/*background-color:#FFFFFF;*/
}
.FooterLeft {
	float:left;
	width:492px;
}
.FooterRight {
	float:left;
	width:443px;
	font-size: 0.75em;
	color:#666666;
}
.FooterRight a{
	color:#B5C936;
	text-decoration: none;
}
.FooterRight a:hover{
	color:#FFFFFF;
	background-color: #B5C936;
	text-decoration: none;
}
.Green {
	color:#B5C936;

}
.FooterGrey {
	background-color:#F0F0F0;
	margin-bottom: 10px;
	padding: 5px;
}
.FooterGreyLeft {
	
	font-size: 0.75em;
	color:#666666;
	width: 250px;
	float:left;
}
.FooterGreyRight {
	font-size: 0.75em;
	color:#666666;
	width: 670px;
	float:left;
	text-align:right;
}
.FooterGreyRight a{
	color: #666666;
	text-decoration:none;
}
.FooterGreyRight a:hover{
	color:#FFFFFF;
	background-color: #B5C936;
	text-decoration: none;
}

.HeaderHolder {
	background-image:url(/images/HeaderBackground.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:0px;
}
.HeaderContent {
	padding-top: 45px;
	padding-bottom:10px;
	overflow:hidden;
}
.HeaderLeft {
	float:left;
	width: 270px;
	padding-left: 40px;
}
.HeaderRight {
	float:left;

}
.HeaderIcon {
	float:left;	
	padding-top: 5px;
	padding-right: 6px;
}

.HeaderLink {
	float:left;
	font-size: 0.75em;
	padding-right: 20px;
	padding-top: 10px;
}
.HeaderLink a{
	text-decoration:none;
	color:#666666;
}
.HeaderLink a:hover{
	color:#FFFFFF;
	background-color: #B5C936;
	text-decoration: none;
}
.HeaderSearchIcon {
	float:left;	
	padding-top: 5px;
	padding-right: 6px;
	margin-left:65px;
}
.HeaderSearch {
	float:left;
	padding-top: 7px;
}
.HeaderTextField {
	width: 130px;
}
.HeaderGoButton {
	float:left;
	padding-top: 8px;
	padding-left: 5px;
}
.HeaderButton {
	border: none;
	width:20px;
	background-color:#FFFFFF;
	height: 20px;
}

.MainHolder {
	background-image:url(/images/MainBackground.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin-bottom:0px;
}


.ContentBar {
	margin-top: -190px;
}
.LeftColumn {
	float: left;
	width: 186px;
	margin-left: 10px;
}
.RightColumn {
	float: left;
	margin-left: 10px;
	width: 739px;
	margin-top: 200px;
}
.ImageBar {
	background-image:url(/images/ImageBar.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:scroll;
	width: 955px;
	height: 240px;
	background-color:#003300;
}
.MenuHolder {
	padding: 0px 10px 0px 10px;
	background-attachment: scroll;
	background-image: url(/images/MenuBackground.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.MenuBottom {
	width: 186px;
	height:15px;
	background-attachment: scroll;
	background-image: url(/images/MenuBottomBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
}
.RelatedLinksHolder {
	margin-left: 10px;
	margin-bottom: 15px;
}
.RelatedLinksTitle {
	overflow:hidden;
	border-bottom: dotted 1px #666666;
}



/* SUBMNEU CSS */


ul#SubMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 166px;

}
ul#SubMenu li {
	/*	border-bottom: 1px solid #FFFFFF;*/
	
}
ul#SubMenu li a {
	
}
ul#SubMenu li a:hover {

	}
.SubMenuItem {
	display: block;
	margin: 0px;
	width: 166px;

}
.SubMenuItem a {
	display: block;
	width: 166px;
	padding: 3px 0px 3px 0px;
	font-size: 0.9em;
	color: #666666;
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
}
.SubMenuItem a:hover {
	display: block;
	width: 166px;
	padding: 3px 0px 3px 0px ;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration:none;
}
.SubMenuItemLevel2 {
 	display: block;
	width: 166px;
	padding: 3px 0px 3px 0px;
	font-size: 0.9em;
	color: #666666;
	border-bottom: 1px dotted #FFFFFF;
}
.SubMenuItemLevel2 a{
	color: #666666;
	text-decoration:none;
}
.SubMenuItemLevel2 a:hover{
	color: #FFFFFF;
	text-decoration:none;	
}
.SubMenuItemLastLevel2 a{
	color: #666666;
	text-decoration:none;
}
.SubMenuItemLastLevel2 a:hover{
	color: #FFFFFF;
	text-decoration:none;	
}

.SubMenuItemLastLevel2 {
 	display: block;
	width: 166px;
	padding: 3px 0px 3px 0px;
	font-size: 0.9em;
	color: #666666;
	border-bottom: 1px dotted #FFFFFF;

}
.SubMenuItemLevel3 {
 	display: block;
	width: 150px;
	padding: 3px 0px 3px 10px;
	font-size: 0.9em;
	color: #666666;
	border-bottom: 1px dotted #FFFFFF;
}
.SubMenuItemLevel3 a{
	color: #666666;
	text-decoration:none;
}
.SubMenuItemLevel3 a:hover{
	color: #FFFFFF;
	text-decoration:none;	
}

.SubMenuItemLastLevel3 {
 	display: block;
	width: 150px;
	padding: 3px 0px 3px 10px;
	font-size: 0.9em;
	color: #666666;
	border-bottom: 1px dotted #FFFFFF;
}
.SubMenuItemLastLevel3 a{
	color: #666666;
	text-decoration:none;
}
.SubMenuItemLastLevel3 a:hover{
	color: #FFFFFF;
	text-decoration:none;	
}
#submenuselected {
	text-decoration:none;
	color:#FFFFFF;
}
#submenuselected a{
	text-decoration:none;
	color:#FFFFFF;
}
#submenuselected a:hover{
	text-decoration:none;
	color:#FFFFFF;
}
.SubMenuItemLast {
	display: block;
	margin: 0px;
	width: 166px;
border-bottom: 1px dotted #FFFFFF;
}
.SubMenuItemLast a {
	display: block;
	width: 156px;
	padding: 3px 0px 0px 0px;
	font-size: 0.9em;
	color: #666666;
	text-decoration:none;
}
.SubMenuItemLast a:hover {
	display: block;
	width: 156px;
	padding: 3px 0px 0px 0px ;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration:none;
	
}
.SubMenuImage {
	overflow:hidden;
}

/* Related Links menu */ 

ul#RelatedLinksMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 176px;

}
ul#RelatedLinksMenu li {
	/*	border-bottom: 1px solid #FFFFFF;*/
	
}
ul#RelatedLinksMenu li a {
	
}
ul#RelatedLinksMenu li a:hover {

	}
.RelatedLinksMenuItem {
	display: block;
	margin: 0px;
	width: 176px;

}
.RelatedLinksMenuItem a {
	display: block;
	width: 176px;
	padding: 3px 0px 3px 0px;
	font-size: 0.85em;
	color: #666666;
	text-decoration:none;
	border-bottom: 1px dotted #666666;
}
.RelatedLinksMenuItem a:hover {
	display: block;
	width: 176px;
	padding: 3px 0px 3px 0px ;
	font-size: 0.85em;
	color: #B5C936;
	text-decoration:none;
}
.RelatedLinksMenuItemLast {
	display: block;
	margin: 0px;
	width: 176px;
	border-bottom: 1px dotted #666666;
}
.RelatedLinksMenuItemLast a {
	display: block;
	width: 176px;
	padding: 3px 0px 3px 0px;
	font-size: 0.85em;
	color: #666666;
	text-decoration:none;
	
}
.RelatedLinksMenuItemLast a:hover {
	display: block;
	width: 176px;
	padding: 3px 0px 3px 0px ;
	font-size: 0.85em;
	color: #B5C936;
	text-decoration:none;
	
}


.ContentLeft {
	float:left;
	width: 559px;
	margin-right: 20px;
}
.ContentRight {
	float:left;
	width: 160px;
}
.ImageHolder {
	overflow:hidden;

}
.ImageCaption {
	text-align:center;
	font-size: 0.7em;
	margin-top: 8px;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding-bottom: 8px;
}
.OptionalImageCaption {
	text-align:center;
	font-size: 0.7em;
	margin-top: 8px;
	margin-bottom: 10px;
}
.NewsTitle {
	font-size: 1.0em;
	font-weight:bold;
	color:#B5C936;
	margin-bottom: 0px;
}
.NewsTitle a{
	font-size: 1.0em;
	font-weight:bold;
	color:#B5C936;
}
.NewsTitle a:hover{
	font-size: 1.0em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#B5C936;
	text-decoration:none;
}
.NewsDate {
	font-size: 0.7em;
	color:#666666;
}
.FAQuestion {
	border-bottom: 1px dotted #666666;
	padding-bottom: 5px;
	margin-bottom:5px;
}
.FAQAnswer {
	margin-bottom: 0px;
}
.BackToTop {
	text-align:right;
	margin-bottom:0px;
}
.FilterDropDown {
	float:left;
	width: 120px;
	margin-top:8px;
	margin-right: 8px;
}
.FilterGoButton {
	float: left;
	margin-top: 3px;
}
.FilterList {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	font-size: .7em;

}
.FilterGoButton {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 30px;
	height: 24px;
	font-size: .8em;
}


/*  FROM ELEMENT STYLES*/


.DropDownMenuBars {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 150px;
	height: 20px;
	border: solid 1px #666666;	
}
.DropDown {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 295px;
	border: solid 1px #666666;	
}
.DropDownSmall {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 50px;
	border: solid 1px #666666;	
}
.TextFieldBars {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 150px;
	height: 14px;
	border: solid 1px #666666;	
}
.TextField {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 293px;
	border: solid 1px #666666;	
}
.TextFieldSmall {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 250px;
	border: solid 1px #666666;	
}
.TextFieldXSmall {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 140px;
	border: solid 1px #666666;	
}
.TextArea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 293px;
	height: 100px;
	border: solid 1px #666666;
	margin-bottom: 10px;
}
.SubmitButton {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 100px;
	border: solid 1px #666666;
	margin-right: 5px;	
}
.TextFieldMulti {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 293px;
	height: 100px;
	border: solid 1px #666666;	
}
.SubmitButtonGo {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 20px;
	height: 18px;
	border: solid 1px #666666;	
}
.FormFullLeft {
	float: left;
	width: 200px;
}
.FormFullRight {
	float: left;
	width: 529px;
	padding-left:10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.Red {
	color:#FF0000;
}

/* HomePage */

.LatestNewsLink {
	border-bottom: 1px dotted #666666;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 0.9em;
}
.LatestNewsMore {
	border-bottom: 1px dotted #666666;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 0.7em;

}
.LatestNewsTitle {
	overflow:hidden;
	border-bottom: dotted 1px #666666;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.HomeTopLeftImage {
	float:left;
	width: 137px;
	margin-right: 10px;
	overflow:hidden;
	padding-bottom: 8px;
}
.HomeTopMiddleColumn {
	float:left;
	width: 280px;
	margin-right: 20px;
}
.HomeTopRight {
	float:left;
	width: 282px;
	font-size: 0.9em;
}
.HomeTopMiddleText {
	font-size: 0.75em;
padding-bottom: 8px;
}
.HomeTopMiddleImage {

}
.HomeFeaturePanelOne {
	float:left;
	margin-right: 10px;
	width: 359px;	
}
.HomeFeaturePanelTwo {
	float:left;
	width: 359px;

}

/* Map Key */

.MapKeyIcon {
	float:left;
	width: 29px;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-top: 6px;
}
.MapKeyText {
	float:left;
	width: 120px;
	font-size: 0.7em;
	color:#999999;
	margin-bottom: 5px;
}
.MapKeySingleText {
	float:left;
	width: 120px;
	font-size: 0.7em;
	color:#999999;
	margin-bottom: 5px;
	padding-top: 6px;
}
.MapKeyRule {
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

/*Site map */

.SiteMapLevelOne {

}

.SiteMapLevelTwo {
	font-size: 1.3em;
	line-height: 1.7em;
}
.SiteMapLevelThree {

}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

.TableText {

}

