/* 1600 Site Layout */

/* Sets the overall width of the site */
#asi-wrap
{
	margin: 0 auto;
	width: 850px;
	height: 100%;
	min-height: 100%;
}

/* Header area of the website */
#asi-header
{
	padding: 0px;
	background: #000000;
	height: 162px;
}

/* Horizontal bar below asi-header and above asi-content */
#asi-menu
{
	height: 25px;
	line-height: 25px;
	background: #CCCCCC;
	background-image: url(/images/NHFTemplate/Nav_Bkg.jpg);
	padding: 0px 0px -15px 0px;
	margin: -1px 0px -1px 0px;
}

/* Area of Website where the HomePageContent, InteriorPageContent and their navigation are displayed  */
#asi-content
{
	padding-right: 10px;
	width: 840px;
	background: #FFFFFF;
	height: 100%;
	min-height: 100%;
}

/* Footer area of the website */
#asi-footer
{	
	background: #ffffff;
	text-align: center;
	color: #000000;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*display: none;*/
}

/* 1600 Element Styles */

/* Main asi-content area where HomePageContent is displayed */
.asi-home
{
	padding: 15px;
	background: #FFFFFF;
}

/* Right side of the asi-content area where HomePageContent or InteriorPageContent are displayed */
.asi-right
{
	width: 0px;
	background: #FFFFFF;
	background-image: url(/images/NHFTemplate/Right_Nav_Bkg.jpg);
	/*display: none;*/
        line-height: 18px;
}

/* Middle of the asi-content area where HomePageContent or InteriorPageContent are displayed */
.asi-middle
{
	width: 100%; /*476px*/
	background: #FFFFFF;
	padding: 15px 25px 15px 25px;
	line-height: 18px;
}

/* Left side of the asi-content area where navigation is displayed for HomePageContent or InteriorPageContent */
.asi-left
{
	width: 190px;
	padding: 5px;
	font-size: 11px;
	line-height: 23px;
	background: #F6F6F6;
	background-image: url(/images/NHFTemplate/Left_Nav_Bkg.jpg);
}

/* Home page logo area */
.asi-HomepageContentArea1
{
	float: left;	
}

/* Interior page logo area */
.asi-ContentArea1
{
	float: left;
}

.asi-ContentArea2
{
	padding: 0px 0px 0px 0px;
	/*display: none;*/
	/*width: 0px;*/
}

.asi-HomepageContentArea2{}

.asi-HomepageContentArea3{}

.asi-HomepageContentArea4{}

.NavigationUnorderedList .NavigationListItem
{
	color: #000000;
}

.NavigationLink
{
	font-family: Verdana;
	text-decoration: none;
	color: #000000 !important;
	background-image: url(/images/NHFTemplate/Bullet_Green.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}


#SimpleSearchBlock
{
	float: right;
}

.SearchPrompt
{
	color: #ffffff;
	MARGIN-RIGHT: 2px !important;
	MARGIN-LEFT: 2px !important;
	font-size: 9px;
	line-height: 9px;
}

.asi-searchform  
{	
	float: right;
	background: #A1DA1D;
	height: 25px;
	width: 200px;
}

.SearchButton
{
	color: #000000;
	MARGIN-RIGHT: 5px !important;
	MARGIN-LEFT: 5px !important;
	font-size: 10px;
	text-transform: uppercase;
}

.asi-utilitynav
{
	color: #000000;
	line-height: 25px;
}

.asi-utilitynav a
{
	color: #000000;	
}