/* CSS Document */

/*
====================
Common
====================
*/

body {
	background-color: #ffffff;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	}
	
td {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	}

b {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	font-style: normal;
	}

h1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FF7800;
    margin-bottom: 5px;
	}

h2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #005595;
    margin: 5px 0 10px 0;
	}

li {
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	}

ul {
	list-style-image: url(images/nhfa_bullet_v2.png);
	}
	
ul ul {
	list-style-type: disc; 
	}
	
br #head {
	clear: both;
	}
	
/*
====================
Links
====================
*/

a:link {color: #CC6600; text-decoration: none;}
a:visited {color: #CC6600; text-decoration: none;}
a:hover {color: #CC6600; border-bottom: 1px solid #cc6600; text-decoration: none;}
a:active {color: #CC6600; text-decoration: none;}

#user a:link {color: #ffffff; text-decoration: none;}
#user a:visited {color: #ffffff; text-decoration: none;}
#user a:hover {color: #ffffff; border-bottom: 1px solid #ffffff; text-decoration: none;}
#user a:active {color: #ffffff; text-decoration: none;}

.loginlinks a:link {color: #ffffff; text-decoration: none;}
.loginlinks a:visited {color: #ffffff; text-decoration: none;}
.loginlinks a:hover {color: #ffffff; border-bottom: 1px solid #ffffff; text-decoration: none;}
.loginlinks a:active {color: #ffffff; text-decoration: none;}

#logo a:link {color:#000000; border: 0px solid; text-decoration: none;}
#logo a:visited {color:#000000; border: 0px solid; text-decoration: none;}
#logo a:hover {color:#000000; border: 0px solid #000000; text-decoration: none;}
#logo a:active {color:#000000; border: 0px solid; text-decoration: none;}

.home a:link {color:#000000; border: 0px solid; text-decoration: none;}
.home a:visited {color:#000000; border: 0px solid; text-decoration: none;}
.home a:hover {color:#000000; border: 0px solid #000000; text-decoration: none;}
.home a:active {color:#000000; border: 0px solid; text-decoration: none;}

#headright a:link {color: #005595; text-decoration: none;}
#headright a:visited {color: #005595; text-decoration: none;}
#headright a:hover {color: #005595; border-bottom: 1px solid #005595; text-decoration: none;}
#headright a:active {color: #005595; text-decoration: none;}

#footerlinks a:link {color: #666666; text-decoration: none;}
#footerlinks a:visited {color: #666666; text-decoration: none;}
#footerlinks a:hover {color: #005595; border-bottom: 1px solid #005595; text-decoration: none;}
#footerlinks a:active {color: #666666; text-decoration: none;}

#terms a:link {color: #666666; text-decoration: none;}
#terms a:visited {color: #666666; text-decoration: none;}
#terms a:hover {color: #005595; border-bottom: 1px solid #005595; text-decoration: none;}
#terms a:active {color: #666666; text-decoration: none;}

#chapters a:link {color:#000000; border: 0px solid; text-decoration: none;}
#chapters a:visited {color:#000000; border: 0px solid; text-decoration: none;}
#chapters a:hover {color:#000000; border: 0px solid #000000; text-decoration: none;}
#chapters a:active {color:#000000; border: 0px solid; text-decoration: none;}

.innerright a:link {color: #fbad25; border-bottom: 0px solid #fbad25; text-decoration: none;}
.innerright a:visited {color: #fbad25; border-bottom: 0px solid #fbad25; text-decoration: none;}
.innerright a:hover {color: #fbad25; border-bottom: 0px dotted #fbad25; text-decoration: underline;}
.innerright a:active {color: #fbad25; border-bottom: 0px solid #fbad25; text-decoration: none;}

.rssbtn a:link {color: #222222; border-bottom: 0px solid #222222; text-decoration: none;}
.rssbtn a:visited {color: #222222; border-bottom: 0px solid #222222; text-decoration: none;}
.rssbtn a:hover {color: #e1e1e1; border-bottom: 0px dotted #e1e1e1; text-decoration: none;}
.rssbtn a:active {color: #222222; border-bottom: 0px solid #222222; text-decoration: none;}

/*
====================
Divs
====================
*/

#mainwrapper {
	/* background: url(media/960_grid_12_col_bg.png) top center repeat-y; */
	}

#topmain {
	height: 110px;
	width: 940px;
	text-align: left;
	}
	
#head {
	height: 85px;
	}
	
#logo {
	float: left;
	width: 625px;
	position: relative;
	}
	
#headright {
	float: left;
	clear: right;
	height: 75px;
	width: 315px;
	position: relative;
	color: #005595;
	text-align: right;
	padding: 10px 0 0 0;
	}
	
#nav {
	background: url(media/nhfa_navbg_v1.png) repeat-x top left #005596;
	height: 25px;
	}
	
#navarrow {
	background: url(media/nhfa_nav_arrow.png) no-repeat top left #005596;
	height: 25px;
	}
	
#login {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	background: url(media/nhfa_navbg_over_v1.png) repeat-x top left #e1e1e1;
	height: 25px;
	}
	
.loginlinks {
	padding: 3px 10px 0 0;
	}

#midmain {
	width: 940px;
	}
	
.SkinObject {
	color: #005595;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
	
#midbtmspacer {
	margin: 10px 0 0 0;
	width: 940px;
	height: 10px;
	border-top: 1px dotted #cccccc;
	}
	
#btmmain {
	width: 940px;
	}
	
#footer {
	}
	
#chapters {
	padding: 0 0 10px 0;
	}
	
#footerlinks {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
	width: 780px;
	}
	
#copyright {
	padding: 5px 0 0 0;
	color: #005595;
	font-weight: bold;
	}
	
#terms {
	padding: 5px 0 10px 0;
	}
	
/*
====================
Home Page Classes
====================
*/

.home {margin: 0 0 10px 0;}
.righttop {width: 220px; height: 29px; background: url(images/nhfa_rightcontent_gray_v3_01.png) top left no-repeat;}
.rightmid {width: 220px; background: url(images/nhfa_rightcontent_gray_v3_02.png) bottom right no-repeat #808080;}
.rightbtm {width: 220px; height: 10px; background: url(images/nhfa_rightcontent_gray_v3_03.png) top left no-repeat;}
.innerright {padding: 10px 10px 1px 10px; color: #ffffff;}
.innerright p {margin: 0 0 10px 0; color: #ffffff; font-family: Arial, Helvetica; font-size: 13px;}
.innerright b {color: #ffffff;}
.innertop {padding: 7px 10px 0px 10px; color: #ffffff; font-size: 16px; font-weight: bold;}

.homecontentpane {}
.homecolumntdbg {background-image: url(images/homecolumntdborder.png); background-position: top right; background-repeat: repeat-y;}
.homecolumn {width: 230px; margin: 0 10px 0 0; border-right:}
.homecolumn h2 {margin: 0 0 10px 0; color: #023453;}
.innercolumn {padding: 0 10px 0px 0;}
.innercolumn img {}
.innercolumm br {clear: right;}
.innercolumn p {margin: 0 0 9px 0; clear: right;}
.innerimg {float: left; margin: 0 10px 5px 0;}
.innercolumn b { color: #555555;}

.subhdr {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	}
	
/*
====================
SOLPARTMENU
====================
*/

.MainMenu_MenuContainer{ background:transparent; }
.MainMenu_MenuBar{}
.MainMenu_RootMenuArrow{ }
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuItem{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0px 2px 3px;
	border: #999999 solid;
	border-width: 1px 0px;
}

.MainMenu_MenuArrow{
	padding: 1px 3px 1px 7px;
	border: #999999 solid;
	border-width: 1px 1px 1px 0px;
	text-align: right;
}

.submenuitemselected{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0px 2px 3px;
	background-color: #666666;
	border: #666666 solid; border-width:1px 0px;
}

.submenuitembreadcrumb{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0px 2px 3px;
	background-color: #999999;
	border: #999999 solid; border-width:1px 0px;
}

.submenu{
	border: 0px;
	background-color: #999999;
	padding: 0px;
	margin: 0px;
}

.submenu TABLE { 
	border: 0px;
	background-color: #999999;
	padding: 0px;
	margin: 0px;
}

.rootmenuitem TD{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px;
	height: 25px;
}

.rootmenuitem img{ display:none; }

.rootmenuitembreadcrumb TD{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px;
	height: 25px;
	background: url(media/nhfa_navbg_over_v1.png) repeat-x bottom left;
}

.rootmenuitembreadcrumb img{ display:none; }

.rootmenuitemselected TD{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
    background-color: #999999;
	padding: 0px 5px;
	height: 25px;
	background: url(media/nhfa_navbg_down_v1.png) repeat-x bottom left;
}

.rootmenuitemselected img{ display:none; }

.MainMenu_MenuBreak{
	border: 0px;
	/* background: url(media/separator.gif); */
}
