/* 1600 Site Layout */
html
{
	/* hide overflow:hidden from IE5/Mac */ /* \*/
	/*overflow: hidden; 
	 */
}

#asi-innercontent
{
	margin-right: 0px;
}

/* Sets the overall width of the site */
#asi-wrap
{
	margin: 0 auto;
	width: 100%;
	height: 99%;
}

/* Header area of the website */
#asi-header
{
	/*padding: 5px;
	background: #3A5289;*/
	height: 200px;
	width: 850px;
}

/* Horizontal bar below asi-header and above asi-content */
#asi-menu
{
	height: 40px;
	line-height: 33px;
	background: #dae8f5;	
}

/* Navigation links dynamically displayed in the asi-menu. These only appear when the Primary navigation's Dynamic Display Level is 1 or more. */

.PrimaryDynamicMenuItem

{
   
	background-color: #dae8f5;
   
	padding: 3px;

}

/* Area of Website where the HomePageContent, InteriorPageContent and their navigation are displayed  */
#asi-content
{
	padding-right: 3px;
}

/* Footer area of the website */
#asi-footer
{
	background: #666666;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
	position: absolute;
	margin: 0;
	bottom: -1px;
	display: block;
	z-index: 1;
	width: 100%;
}

/* 1600 Element Styles */

/* Main asi-content area where HomePageContent is displayed */
.asi-home
{
	padding: 15px;
}

/* Right side of the asi-content area where HomePageContent or InteriorPageContent are displayed */
.asi-right
{
	width: 80%;
	float: right;		
}

/* Left side of the asi-content area where navigation is displayed for HomePageContent or InteriorPageContent */
.asi-left
{
	margin: 0px;
	width: 18%;
	height: 78%;
	padding: 5px;
	float: left;
	background: #c1cfda;
	border-bottom-color: #c1cfda;
	border-bottom-width: 100px;
	border-bottom-style: solid;
}

/* Home page logo area */
.asi-HomepageContentArea1
{
	float: left;	
}

/* Interior page logo area */
.asi-ContentArea1
{
	float: left;
}

.asi-ContentArea2
{
	float: left;
	margin-top: 250px;
	margin-left: 10px;
	position: absolute;
	width: 222px;}
}

.asi-HomepageContentArea2{
	background: #FFFFFF;}

.asi-HomepageContentArea3{
	float: left;
	margin-top: 250px;
	margin-left: 10px;
	position: absolute;
	width: 222px;}

.asi-HomepageContentArea4{
	background: #FFFFFF;}

.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;	
}