/* 1600 Site Layout */    

/* AAMS site is 760 px*/




/* Sets the overall width of the site */
#asi-wrap
{
	margin: 0 auto;
	width: 760px;  /*aams is 760*/
	/* height: 100%;*/            /*aams changed from 70% to 100%, so white background would extend length of content area */
	background: white; /* aams, changed body background to 999, so added this attribute */
}

/* Header area of the website */
#asi-header
{
	/* aams, removed padding: 5px; */
	background: #3A5289;
	height: 81px; /* aams, original value was 75, changed to 81 to accommodate size of logo */
}

#Rotating_Image
{
	height: 141px;
	width: 760px;
}



/* remove imis logo from login*/
#ctl00_TemplateBody_Login1_LoginView1_Login1_iMISOrangeImage
{
	display: none;
	visibility: hidden;
}


/* Horizontal bar below asi-header and above asi-content */
#asi-menu
{
	height: 40px;
	/* aams, original was line-height: 33px;*/
	line-height: 36px;
	background: #dae8f5;
	font: arial bold 17px; /*aams*/
	
}

/* Area of Website where the HomePageContent, InteriorPageContent and their navigation are displayed  */
#asi-content
{
	/* aams, set to 0px b/c affecting the home page too! originally padding-right: 10px;*/
	/*brilliant addition for aams so asi-left and asi-right will display as equal heights */
	/*works in conjunction with a large, arbitrary padding-bottom and negative margin-bottom to asi-left */
	/*we're picking on as-left because it will be the shorter of the two*/
	overflow: hidden; 
}

/* Footer area of the website */
#asi-footer
{
	background: #666666;	
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	/* removed for aams padding-top: 5px;
	padding-bottom: 10px;*/

}

/* 1600 Element Styles */

/* Main asi-content area where HomePageContent is displayed */
.asi-home
{
	/* aams padding: 15px;*/
}

/* Right side of the asi-content area where HomePageContent or InteriorPageContent are displayed */
.asi-right
{
	width: 70%; /*aams, original value was 80%*/
	float: right;
	padding: 15px 15px 20px 0	
}

/* Left side of the asi-content area where navigation is displayed for HomePageContent or InteriorPageContent */
.asi-left
{
	margin-right: 15px; /*aams*/
	width: 23%; /*aams original value was 18%*/
	/* removed for aams height: 100%; */
	padding: 5px;
	float: left;
	font-size: 12px;
	/* removed this line for aams background: #c1cfda;*/
	/* added next 3 lines for aams */	
	border-right: dotted 2px #999;  
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}


/* 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
{
	width: 760px;
}

.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;	
}

.asi-HomepageContentArea2 p
{
	padding: 5px;
}

#Updates
{
	float: left;
	width: 180px;
	/*background: 0 0 no-repeat url('/aams_images/updates_sliver.gif');*/
	background: #93b3df 0 0 no-repeat;
}

#Spotlight
{
	float: left;
	width: 353px;
}

#Spotlight h6
{
	width: 353px;
	height: 0;
	padding: 40px 0 0 0;
	overflow: hidden;
	background: 0 0 no-repeat url('/aams_images/aams_spotlight.gif');

}

#Spotlight p
{
	padding: 3px 3px 3px 12px;
	/* gets overriden by imis bold after login font-weight: normal ;*/
}

#UpcomingEvents
{
	width: 227px;
}

#UpcomingEvents p
{
	padding: 0 6px 0px 15px;
}



#UpcomingEvents div.dotted
{
	width: 225px;
	/*border-left: dotted 2px #999;*/
	padding: 0 0 8px 0;
}



#aams_Buttons
{

}

#aams_Buttons img
{
	display: block;
	float: left;
	/* suggested, but don't need position: relative; */
}


#aamsLogin
{
	float:left;
	width:180px;
	height: 262px;
	background: #EBF1FA;
	/*background: 0 0 no-repeat url('/aams_images/aams_login.jpg');*/
}

h1, .Heading1
{
	color:#003366
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
}

h2, .Heading2 {
	color:#003366;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none !important;
}


h3, .Heading3 {
	color:#003366;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}


h6, .Heading6
{



}
