/* Header */	
#asu_header{
	position: relative;
	padding: 7px 22px 8px 0px;
	/* for Explorer 6, simulating min-height */
	-height: 3px;
	min-height: 45px;
	border-bottom: 1px;
	color: #FFFFFF;
	/* darker red which ASU uses: #860025 */
	background-color: #860025;
	text-align: left;
	margin: auto;
	/* Explorer 7 see this, Firefox doesnt, helps align wrapper and background image */	
	-left: 1px;	
	}	

#asu_header_gold{
	position: relative;
	margin: 0px;
	padding: 7px 22px 8px 0px;
	/* for Explorer 6, simulating min-height */
	-height: 45px;
	min-height: 45px;
	border-bottom: 1px;
	color: #000000;
	background-color: #ffcb66;
	text-align: left;
	margin: auto;
	/* Explorer 7 see this, Firefox doesnt, helps align wrapper and background image */	
	-left: 1px;		
	}		

#asu_header_gold.bottom_border{
	border-bottom: solid;
	border-width: 2px;
	border-color: #860025;
	}	
	
	
/* logo */	
#asu_logo{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 350px;
	height: 3.3em;
	top: 0px;
	left: 0px;
	}		
#asu_logo img{
	position: relative;
	padding: .85em 0px 0px 22px;
	}	
	
	
	
	
/* wrappers */	
#asu_subwrapper{
	position: relative;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	/* VERY IMPORTANT! This Value is serving as a min-width on the header. This value gets added to padding on #asu_header */
	width: 927px;
	}
#asu_left_region{
	width: 650px;
	float: right;
	/* for Explorer 6, uses text-align right for div positioning hence doesn't need float */
	*float: none;
	}
	
	
		
/* menu */	
#asu_menu ul{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}	
#asu_menu li{
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 13px;
	letter-spacing: 0px;
	}		
#asu_menu a:link, #asu_menu a:visited{
	color: #cccccc;
	text-decoration: none;
	}
#asu_menu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}
/* menu link colors for gold header */
#asu_header_gold #asu_menu a:link, #asu_header_gold #asu_menu a:visited{
	color: #000000;
	text-decoration: none;
	}
#asu_header_gold #asu_menu a:hover{
	color: #990033;
	text-decoration: underline;
	}	
	
	
	





/* sign in section */
#asu_sign_in{
	position:absolute;
	top: 4px;
	right: 0px;
	}	
#asu_sign_in p{
	color: #FFFFFF;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	}
#asu_sign_in a:link, #asu_sign_in a:visited{
	color: #FFFFFF;
	text-decoration: none;
	}	
#asu_sign_in a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	}		
/* sign in link colors for gold header */
#asu_header_gold #asu_sign_in a:link, #asu_header_gold #asu_sign_in a:visited{
	color: #990033;
	}
#asu_header_gold #asu_sign_in a:hover{
	text-decoration: underline;
	}		
	
	
	
	
	

/* searchbox */
#asu_searchbox{
	position: relative;
	padding: .8em 0px 0px 0px;
	margin: 0px;
	font-size: .75em;
	}	
#asu_searchbox form{
	padding: 0px;
	margin: 0px;
	}
#asu_searchbox input{
	display:inline;
	font-size: .9em;
	padding: 0px 2px 0px 2px;
	margin: 0px 3px 0px 0px;
	}	
#asu_searchbox fieldset{
	padding: 0px;
	margin: 0px;
	border: none;
	}

/* holds search box and button */
#asu_searchbox fieldset.container1{
	position:relative;
	float: right;
	}

/* search box only*/	
#asu_searchbox input.searchbox{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 17.65em;
	padding: 2px 0px 2px 2px;
	color: #333333;
	background-color: #FFFFFF;
	border:solid;
	border-width: 1px;
	border-color: #999999;
	}	
	
/* search button only */	
#asu_searchbox .asu_search_button{
	font-family: Arial,Helvetica,sans-serif;
	background-color: #000000;
	border: none;
	color: #FFFFFF;
	padding: 2px 3px 3px 3px;
	margin: 0px;
	font-weight: bold;
	font-size: .9em;
	letter-spacing: .01em;
	line-height:15px;
	cursor: pointer;
	}	
	
/* radio buttons */
#asu_searchbox fieldset.searchscope{
	position: relative;
	float: right;
	margin: 0px;
	padding: 3px 15px 0px 0px;
	text-align: right;
	}	
#asu_searchbox fieldset.searchscope input{
	margin-left: 7px;
	} 	




/* clear */
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	}
/* hidden for skip */	
.hidden {
	display: none;
	}	
	