/* 1600 Site Layout */
html
{
	/* hide overflow:hidden from IE5/Mac */ /* \*/
	
	/* */
}

#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: 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: dashed
}



.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;	
}

#ctl00_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_forgotPasswordUserLinkDiv {
    float: left;
}
#ctl00_TemplateBody_WebPartManager1_gwpciNewContactSignInCommon_ciNewContactSignInCommon_forgotPasswordUserLinkDiv .PanelFieldValue a {
    float: none;
}