@charset "UTF-8";

* { margin: 0; padding: 0; }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #473f39;}

a:link {color:#473f39;text-decoration: underline;}
a:visited {color:#A59385;text-decoration: underline;}
a:hover {color:#202a57;text-decoration: underline;}
a:active {color:#202a57;text-decoration: underline;}



#container {
	width: 776px;
	border: 1px solid #9a8d87;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
}




/* ----- BANNER ON ALL EXCEPT FOR INDEX (& splash/index) ----- */	

#banner {
	height: 144px;
	background-image: url(images/img5b.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 11px;
	text-align: left;
	color: #7F7166;
}


/* ----- SPLASH PAGE ----- */

#bannersplash {
	height: 100px;
	background-image: url(images/bannerBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 11px;
	text-align: left;
	color: #7F7166;
}
#bannerlogo {
	position: relative;
	float: left;
	width: 540px;
	padding-left: 25px;
	padding-top: 20px;
}
#bannerlink {
	position: relative;
	float: left;
	width: 70px;
	padding-top: 44px;
}
#bannerlocator {
	position: relative;
	float: left;
	padding-top: 40px;
}
#area {
	background-color: #EDE9E6;
	background-image: url(images/splash_a.jpg);
	height: 460px;
	width: 736px;
	text-align: left;
	list-style-type: none;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
	padding-top: 40px;
	padding-left: 40px;
}
#area a:link {color:#ffffff;text-decoration: underline;}
#area a:visited {color:#ffffff;text-decoration: underline;}
#area a:hover {color:#9a8d87;text-decoration: underline;}
#area a:active {color:#9a8d87;text-decoration: underline;}



/* ----- NAVIGATION ----- */

#navcontainer {
	height: 42px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9a8d87;
	border-bottom-color: #9a8d87;}

#navlist { padding-top: 12px;}

#navlist li{
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 12px;
	padding-left: 12px;
	border-right-color: #9a8d87; }

#navlist li.last {
	border-right: none;
	padding-right: 24px;}
	
.navText { color: #202a57; font-weight: bold; }

li a {text-decoration: none; }
li a:link { color:#008A89; text-decoration: none;}
li a:visited { color:#008A89; text-decoration: none;}
li a:hover {color:#015265; text-decoration: none;}
li a:active {color:#202a57; text-decoration: none;}


#navleft ul{
	position: relative;
	float: left;
	width: 190px;
	text-align: left;
	list-style-type: none;
	line-height: 24px;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 25px; }
	
#subnav  {
	text-indent: 30px;
	color: #202a57;
}	
#subnav a {color: #202a57; text-decoration: none; }
#subnav a:link {color: #202a57; text-decoration: none;}
#subnav a:visited { color:#7D80AB; text-decoration: none;}
#subnav a:hover {color:#202a57;text-decoration: underline;}
#subnav a:active {color:#7D80AB; text-decoration: underline;}
	

/* ----- LEFT COLUMN ----- */

#leftcolumn {
	position: relative;
	float: left;
	width: 190px;
	text-align: left;
	list-style-type: none;
	line-height: 16px;
	font-size: 12px;
	padding-left: 25px;
	padding-right:30px;
	padding-top: 25px;
}

#imageleft {
	position: relative;
	float: left;
	width: 190px;
	padding-left: 25px;
	padding-right: 30px;
	padding-top: 25px;
}


/* ----- INDEX PAGE ONLY ----- */

#HomeContent {
	Position: relative;
	float: left;
	width: 280px;
	padding-top: 20px;
	padding-left: 20px;
}
#HomeImg {
	position: relative;
	float: left;
	width: 250px;
	text-align: left;
	padding-top: 25px;
	padding-left: 16px;
}
#loginbox {
	width: 160px;
	height: 20px;
	border: 1px solid #9a8d87;
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	padding-left: 4px;
	padding-top: 2px;
}
#button {
	width: 69px;
	height: 20px;
	position: relative;
	left: 90px;
	top: -17px; }
	
#nmfnbox {
	font-size: 9px;
	line-height: 14px;
	background-color: #EDE9E6;
	height: 100%;
	width: 144px;
	border: 1px solid #9a8d87;
	padding-top: 16px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	margin-top: 7px;
	}
	
	.tdpad {
padding-top: 10px;
vertical-align: top;
}



/* ----- MAIN CONTENT AREA----- */

#content {
	float: left;
	width: 500px;
	padding-left: 20px;
	padding-top: 25px;
}

#content li {
	list-style-position: outside;
	list-style-type: disc; }

#content a:link {color:#473f39;text-decoration: underline;}
#content a:visited {color:#A59385;text-decoration: underline;}
#content a:hover {color:#202a57;text-decoration: underline;}
#content a:active {color:#202a57;text-decoration: underline;}

h1 {
	background-color: #EDE9E6;
	border: 1px solid #9a8d87;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;}

.boxheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #202a57;}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #202a57;
	line-height: 24px;}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #202a57;
	line-height: 24px;
}
.style1  {
	font-size: 9px;
	line-height: 10px;
}
.title {
	font-weight: bold;
}



/* ----- FAQ STYLES ----- */

#faq {
	width: 400px;
	height: 100%;
}
.subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #202a57;
	line-height: 30px;
}
.answers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #473f39;
	margin-left: 24px;
	display: none;
	}
.questions {
	margin-left: 12px;
	color: #008A89;
	cursor: pointer;
	display: block;
	}




	
/* ---------CONTACT FORM PAGE ------------ */

#leftcontact {
	position: relative;
	float: left;
	width: 120px;
	text-align: left;
	list-style-type: none;
	line-height: 16px;
	font-size: 12px;
	padding-left: 25px;
	padding-right:30px;
	padding-top: 25px;
}

#contact {
	background-color: #EDE9E6;
	border: 1px solid #9a8d87;
	font-size: 11px;
}







/* ----- NMFN LOGO ON ALL PAGES EXCEPT INDEX PAGE ----- */
	
#LogoPosition {
	width: 730px;
	text-align: right;
	margin-bottom: 15px;
	clear: both;
	padding-top: 15px;
}



/* ----- DISCLOSURE ----- */

#footer {
	width: 756px;
	height: 40px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #008a89;
	font-size: 9px;
	line-height: 12px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	background-image: url(images/bannerBG.jpg);
	background-repeat: repeat-y;
	background-position: left top; }
	
