body { margin: 0px; background: #EFEFEF; font-family: Verdana, Arial, Helvetica, sans-serif; }
.header { background: url(nc_bg.gif) repeat-x; }
.search { color:#000066;font-size:12px; background: url(nc_bg.gif) repeat-x; padding:10px; }
.field { border:1px solid #999999;  }
.submit { font:bold 12px Arial,Helvetica,sans-serif; height:23px; border:1px solid #999999; color:#ffffff; background-color:#F49300; padding:0px 4px; }
.content-rhs { background: url(nc_content_rhs.jpg) repeat-y; }
.contentbox { background: #FFFFFF url(nc_bg.jpg) no-repeat; }
.content { padding:10px; font-size:11px; line-height:140%; }
.cta { padding:15px; background:url(divider.gif) repeat-y top left; }
.footer { color:#666666; font:11px Arial,Helvetica,sans-serif; background:url(nc_fmc_logo.jpg) no-repeat right top; padding:10px 0px; }
.footer A { color:#666666; }
.login td, .news td { font-size:12px; padding:7px; }
.news, .login { border:#FF6600 solid 1px; }
h1 { color:#174E86; font-size:17px; }

/* EXPLODING MENU */
.exmenu { padding:1px; background-color:#175088; }
.exmenu a:link, .exmenu a:visited, .exmenu a:active { font-size:11px; color:#FFF; text-decoration:none; }
.exmenu a:hover { color:#FFF; text-decoration:underline; }

.class1 { background-color:#2067B5; border-bottom:1px solid #175088; padding:7px 10px; }
.class2 { background-color:#2579D6; border-bottom:1px solid #175088; padding:7px 10px 7px 23px;  }
.class3 { background-color:#438CDE; border-bottom:1px solid #175088; padding:7px 10px; padding:7px 10px 7px 36px; }
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* 2nd-n levels */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FDFDB7;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	position: absolute;
		left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	color : #FFFF00;
	text-decoration:underline;
	padding: 7px 12px;
	line-height:1;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #000000;
	letter-spacing: .01px;
	text-decoration: none;
	background-color: #FDFDB7;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;

}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	/* color: #CCCCCC;
	font-weight: bold; */
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(/assets/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FDFDB7;
	color: #000000;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 140px;
}

#p7PSnav a {
	color: #000000;
	line-height: 120%;
	margin-right: -1px;
	border-bottom: 1px solid #333333;
}
#p7PSnav a:hover, #p7PSnav a:active, #p7PSnav a:focus {
	color: #000000;
	text-decoration: none;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #FDFDB7;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}
