@charset "UTF-8";

* { margin: 0; padding: 0; }


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

a:link {color:#7F7166;text-decoration: none;}
a:visited { color:#7F7166; text-decoration: none; }
a:hover { color:#36302B; text-decoration: none; }
a:active {color:#202a57; text-decoration: none; }

#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 {
	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;
}


#movie { width: 776px;
height: 280px;
}



/* ----- 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: 10px;
	cursor: pointer;
	border-right-width: 1px;o
	border-right-style: solid;
	padding-right: 8px;
	padding-left: 8px;
	border-right-color: #9a8d87; }

#navlist li.last {
	border-right: none;
	padding-right: 10px;}
	
.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; }



/* ----- LEFT COLUMN SANS NAV ----- */

#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;
}

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

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

#content ul {
	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: 10px;
	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: 30px;}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #202a57;
	line-height: 24px;}
	
	#missionbox {
	font-size: 10px;
	line-height: 20px;
	width: 380px;
	border: 1px solid #9a8d87;
	margin-bottom: 18px;
	padding-top: 40px;
	padding-left: 16px;
	padding-bottom: 12px;
	color: #ffffff;
	background-image: url(images/missionbox_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-left: 20px;
	padding-right: 120px;
}



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




/* ----- HOME PAGE ONLY ----- */

	
#contentcenter {
	position: relative;
	float: left;
	width: 386px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#nmfnbox {
	font-size: 9px;
	line-height: 13px;
	background-color: #EDE9E6;
	height: 100%;
	width: 180px;
	border: 1px solid #9a8d87;
	padding-top: 20px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	}
	
/*  --------FOOTER-------  */

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


.tdpad {
padding-top: 10px;
}
