﻿/* 1600 Site Layout */
html
{
	/* hide overflow:hidden from IE5/Mac */ /* \*/
	/* overflow: hidden; */
	/* */
}

#asi-innercontent
{
	display: block;
	overflow: auto;
	position: relative;
}

/* 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: 75px;
}

/* Horizontal bar below asi-header and above asi-content */
#asi-menu
{
	height: 40px;
	line-height: 33px;
	background: #dae8f5;	
}

/* Area of Website where the HomePageContent, InteriorPageContent and their navigation are displayed  */
#asi-content
{
	padding-right: 10px;
}

/* Footer area of the website */
#asi-footer
{
	background: #666666;	
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* 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
{
	width: 18%;
	height: 100%;
	padding: 5px;
	float: left;
	background: #c1cfda;
}

/* Home page logo area */
.asi-HomepageContentArea1
{
	float: left;	
}

/* Interior page logo area */
.asi-ContentArea1
{
	float: left;
}

.asi-ContentArea2
{
	padding-top: 10px;
	padding-left: 4px;
}

.asi-HomepageContentArea2{}

.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;	
}