/* page and menu settings
*************************************************

colours
#E64F56 is the red

#5DA849 is the green as for borders
#427734 is darker green for small text

#FDFBEF pale yellow/cream
#F7F0C6 is the cream

#CBB514  is the dark yellow
*/


body {
text-align:center;
}
#header {
margin:0 auto 0 auto;
left:50%;
width:751px;
height:125px;
border:none;
background-image:url(../NF_images/masthead751.gif);
background-repeat:no-repeat;
}
#headerStuff {
padding:12px 0px 4px 12px;
text-align:left;
font-size:0.7em;
width:300px;
height:108px;
float:left;
clear:both;
}

#frame {
margin:0 auto 0 auto;
left:50%;
width:745px;
height:auto;
text-align:center;
border-right:solid 3px #5DA849;
border-left:solid 3px #5DA849;
background-color:#FFFFFF;
}
#footer {
margin:0 auto 0 auto;
left:50%;
width:751px;
height:39px;
border:none;
}
#menu {
width:100%;
vertical-align:top;
height:1.5em;
background-color:#FDFBEF;
}
#content {
text-align:left;
padding:8px;
}

#nav, #nav ul {
list-style: none;
padding: 0;
margin: 0 0 0 0;
}
#nav li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}
#nav a {
text-align:center;
font-size:0.9em;
display: block;
font-weight:bold;
text-decoration: none;
background-color: #F7F0C6;
padding: 4px 8px 4px 9px;
width: 130px;
height:1.5em;
border-right:solid 1px #5DA849;
border-bottom:solid 1px #5DA849;
border-left:solid 1px #5DA849;
height:auto;
/* this is OK*/
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 130px;
margin: -2px 0 0 0;
padding:1px;
}

#nav li li {
padding-right: 0;
}

#nav li ul a {
text-align:center;
width: 130px;
border-top: 2px solid #5DA849;
border-right:solid 1px #5DA849;
border-bottom:solid 1px #5DA849;
border-left:solid 1px #5DA849;
}

/*#nav li ul ul {
	margin: -1.4em 0 0 130px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
*/
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	display:block;	
height: auto;
width: 130px;
margin: -2px 0 0 0;
padding:1px;
}

/* remember the order LoVe HAte */
#nav a:link {
color: #427734;
background-color: #F7F0C6;
text-decoration: none;
background-position: center;
	}
#nav a:visited {
color: #397B7B;
text-decoration: none;
background-color: #F7F0C6;
}
#nav a:hover {
color: #F7F0C6;
background-color: #5DA849;
text-decoration: none;
background-position: center;
	}
#nav a:active {
color: #F7F0C6;
text-decoration: none;
background-color: #FFFFFF;
	}
