/* CSS Document */

body {
	/* background: #fff url(../img/background.gif) repeat-y top center; */
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}

a {
	color: #76b900;
	}
	
a:hover {
	text-decoration: none;
	}


a.abutton{
    text-decoration: none;
    display:block;
    float:left;
    width: 100px;
    color:#76b900;
    border:1px solid #76b900;
    text-align:center;
    padding:3px 0;
    margin: 0 20px 5px 0;
    
}
a.abutton:hover{
    color:#688F00;
    border:1px solid #688F00;
}
.clear {
    clear: both;
}

.highlight{
	text-align: center;
	padding: 5px;
	background-color: #A6CC38;
	color: #fff;
}
/* =CONTAINER
----------------------------------------------- */	
	
#container {
	width: 760px;
	margin: 0 auto;
	/* border: 5px solid #D6D7D9; */
	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
	background-color: #FFFFFF;
	}




/* =HEADER
----------------------------------------------- */	
	
#header {
	border-top: 20px solid #A6CC38;
	/* height: 290px; */
	height: 240px; 	/* reduce header graphic height by 50px */
	position: relative;
	background: url(../img/header-marbles2.jpg) no-repeat top right;
	}
	
#header p {
	margin: 0;
	margin-bottom: 30px;
	}
	
#header a img {
	border: 0;
	}
	
#header img.services {
	margin-left: 20px;
	}

#header form {
	margin-top:-30px; 	/* move form due to reduced header graphic */
	margin-left: 30px;	
	padding: 0;
	width: 145px;
}

	
#header label {
	color: #678F00;
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	background: white;
	}
	
#header select {
	margin-bottom: 5px;
	display: block;
	color: #678F00;
	border: 1px solid #aaa;
	width: 140px;
	padding: 1px;
	font-size: 10px;
	}
	
#header input#search {
	background: url(../img/boxBottom.gif) bottom no-repeat;
	}


/* =NAVIGATION PRIMARY
----------------------------------------------- */		

#navPrimary {
	margin: 10px;
	margin-right: 25px;
	width: 175px;
	float: left;
	display: inline; /* bug fix msie */
	}
	
#navPrimary ul, #navPrimary ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
	
#navPrimary li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	}
	
	
#navPrimary li a {
	display: block;
	text-decoration: none;
	background-color: #A6CC38;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px;
	margin: 0;
	}
		
/* Fix IE. Hide from IE Mac \*/
* html #navPrimary li { float: left; }
* html #navPrimary li a { height: 1%; }
/* End */
	
#navPrimary li a:hover, #navPrimary li strong a {
	background-color: #688F00;
	}
	
#navPrimary ul ul li a {
	background-color: #D7E8A1;
	color: #000000;
	font-weight: normal;
	font-size: 9px;
	}
	
#navPrimary ul ul li a:hover, #navPrimary ul ul li strong a {
	background-color: #CDE985;
	}
	
#navPrimary img {
	border: none;
	margin-top: 20px;
	}
	
	


/* =NAVIGATION SECONDARY
----------------------------------------------- */

#navSecondary {
	float:left;
	width: 175px;
	padding: 0;
	font-size: 9px;
	margin: 10px 0;
	}

#navSecondary ul {
	width: 175px;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 10px;
	list-style: none;
	background: url(../img/navSecondary.gif) no-repeat bottom center;
	}
	
#navSecondary li {
	padding: 0 15px;
	line-height: 1.7;
	}
	
#navSecondary li.firstItem {
	padding: 0;
	}
	
#navSecondary h3 {
	margin: 0;
	}
	
#navSecondary a {
	color: #40A6E4;
	}

/* Style for Flash news object */
#navSecondary #ufoNews {
	padding: 0 15px;
	line-height: 1.7;	
}


/* =CONTENT PRIMARY
----------------------------------------------- */

#contentPrimary {
	float: left;
	width: 340px;
	margin-right: 25px;
	}
	
#contentPrimary h1, #contentPrimary h2 {
	color: #678F00;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	}
	
#contentPrimary h2 {
	color: #333;
	}
	
#contentPrimary p {
	margin: 15px 0;
	line-height: 1.7;
	}
	
#contentPrimary li {
	line-height: 1.7;
	}
	
#contentPrimary img,#contentPrimary .photo {
	float: right;
	border: 1px solid #678F00;
	padding: 1px;
	margin: 5px 0 10px 15px;
	}
	
#contentPrimary .photo img {
	float: none;
	margin: 0;
	}
	
#contentPrimary .photo {
	border: none;
	}
	
#contentPrimary .photo {
	margin-top: 5px;
	width:150px;
	}

/* centred photo div */	
	#contentPrimary .photo-center {
	padding: 1px;
	margin: 0 auto;
	}
	
#contentPrimary .photo-center img {
	border: 0px;
	float: none;
	margin: 0;
	}
	
#contentPrimary .photo-center {
	border: none;
	}
	
#contentPrimary .photo-center p {
	margin-top: 5px;
	}
	
#contentPrimary dt {
	float: left;
	width: 130px;
	padding: 2px 0;
	}
	
#contentPrimary dd {
	margin-left: 140px;
	padding: 2px 0;
	}

#contentPrimary input, #contentPrimary select, #contentPrimary textarea {
    margin-bottom: 5px;
    border: 1px solid #678F00;
    background-color: #eee;
	width: 170px;
    }
	
#contentPrimary input:focus, #contentPrimary select:focus, #contentPrimary textarea:focus {
	border-color: #A2CA3B;
	border-style: solid;
	background-color: #ddd;
	}
    
#contentPrimary input.button {
    border: 3px double #678F00;
	border-left-color: #A2CA3B;
	border-top-color: #A2CA3B;
    background-color: #D7E8A1;
    color: #333;
    margin-left: 151px;
	font-weight: bold;
	margin-bottom: 10px;
	width: auto;
    }
	
#contentPrimary fieldset {
	border: 1px solid #D7E8A1;
	padding: 10px;
	padding-bottom: 0;
	margin: 10px 0;
	}
	
#contentPrimary legend {
	border: 1px solid #D7E8A1;
	margin: 10px 0;
	padding: 1px 3px;
	color: #678F00;
	font-size: 11px;
	font-weight: bold;
	background-color: #D7E8A1;
	}
	
ul.resources {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	}
	
ul.resources li div {
	width: 175px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.resources li {
	clear: both;
	}
	




/* =CONTENT SECONDARY
----------------------------------------------- */

#contentSecondary {
	float:left;
	width: 134px;
	padding: 0 25px;
	border-left: 1px solid #ddd;
	font-size: 9px;
	margin: 10px 0;
	}
	
#contentSecondary h3 {
	color: #678F00;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 3px;
	border-top: 1px solid #ddd;
	}
	
#contentSecondary h3.firstTitle {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	}
	
#contentSecondary p {
	margin: 0;
	}



	
/* =FOOTER
----------------------------------------------- */

#footer {
	background-color: #688F00;
	padding: 10px 10px;
	color: #FFFFFF;
	font-size: 9px;
	clear: both;
	margin-top: 15px;
	height: 16px;
	}
	
#footer p {
	float: left;
	margin: 0;
	}
	
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	}
	
#footer li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 5px;
	}	
	
#footer li a {
	text-decoration: underline;
	color: #CDE985;
	}
	
#footer li.lastItem {
	padding-right: 0;
	border: none;
	}
	
#footer li a:hover {
	text-decoration: none;
	color: #fff;
	}
	
#footer br, .clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	}
