/* 1600 Site Layout */

/* Sets the overall width of the site */
#asi-wrap
{
	margin: 0 auto;
	width: 984px;  
        border-right: 1px solid  #072b61; 
        border-left: 1px solid  #072b61;    

	
}

/* Header area of the website */
#asi-header
{
	padding: 0px;
        background-image:url(images/HeaderLogo.jpg);
	height: 86px;
}

/* Horizontal bar below asi-header and above asi-content */
#asi-menu
{
	height: 30px;
	line-height:28px;
	background-image:url(images/navbarbkgrnd.jpg);
}

/* Area of Website where the HomePageContent, InteriorPageContent and their navigation are displayed  */
#asi-content
{
	padding-right:10px;
    background: #FFFFFF;   

}

/* Footer area of the website */
#asi-footer
{
	background-image:url(images/footer_bkgrnd.jpg);
        height: 100%;	
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* 1600 Element Styles */

/* Main asi-content area where HomePageContent is displayed */
.asi-home
{
	padding: 0px;

}

/* Right side of the asi-content area where HomePageContent or InteriorPageContent are displayed */
.asi-right
{
        width: 80%;	
        float: right;
        height: 100%;


}

/* Left side of the asi-content area where navigation is displayed for HomePageContent or InteriorPageContent */
.asi-left
{
	width: 18%;
        height: 100%;
        padding: 5px;
        float: left;
	font-size: 12px;
       
	
}

/* Home page logo area */
.asi-HomepageContentArea1
{

background-image:url(images/HeaderLogo.jpg);		
}

/* Interior page logo area */
.asi-ContentArea1
{
	float: left;
}

.asi-ContentArea2
{
	
padding-top:0px;
padding-left: 0px;
height: 100%;
background-image:url(images/hmcontentarea2bckgrnd.jpg);
background-repeat: repeat-x;


}

.asi-HomepageContentArea2

{
width: 982px;
padding: 0px;

height: 100%;


}

.asi-HomepageContentArea3{}

.asi-HomepageContentArea4{}

.NavigationUnorderedList .NavigationListItem .NavigationLink
{
	color: #ffffff;
}

#SimpleSearchBlock
{
	float: right;
}

.asi-searchform  
{	
	float: right;
}

.SearchButton
{
	color: #ffffff;
	MARGIN-RIGHT: 5px !important;
	MARGIN-LEFT: 5px !important;
}

.asi-utilitynav
{
	float: right;
	color: #ffffff;
	line-height: 25px;
}

.asi-utilitynav a
{
	color: #ffffff;	
}
