/* AAHS.CSS Document */

body {
	background-color:#eeeeee;
/*	background: url(../images/bck1.jpg) no-repeat  ; */
	background-size: 100%;
/*    background: url(images/aahs_logo_60.gif) no-repeat top left;
*/		
	 }
header {
	font-family: Tahoma, Geneva, sans-serif;
/*	padding-left: 140px ; */
	font-weight: bold;
	font-size: 1.25em;
	font-style: italic;
	color: #F00;
	text-align: center;
	width: 80%;
	margin:auto;
}
h1 {
	text-shadow: 2px 2px 2px #333;
    font-style: italic;
    text-align: center ;
   }
h2 {
    font-style: italic;
    text-align: center ;
	font-size:large;
	font-weight: bold;
}
header a {
	font-size: 1.0em;
	font-weight:bold;
	font-style: italic;
	color: #f00;
	text-decoration:none;
        }
header p {
	font-size: .6em;
	font-weight:bold;
	color: black;   
}
header img {
    float:  left;
}
footer {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif ;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}
.aahs-subtitle {
	font-weight: normal;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color: black ;
	text-align:center;
}
#aahs-login {
	float: right;
	margin-right: 15px;
	clear: right;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-style:normal;
	font-size: 14px;
	color: #FF0;
}

.search-cell {
	float:right ;
	background: rgb(120,180,255);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#form1, #Srch_tool {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
#userSignin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em ;
	font-weight:bold;
	color:#0033FF;
	text-decoration: none;
}
#userSignin a:hover {
	text-decoration: underline;
	color: #00aaff;
}


/*  CSS for dropdown menu navigation */

/* Level 1 */
nav ul
{
	list-style-type:none;
    display: block;
	background:#336699; 
}

nav ul a
{
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 1em;
/*	line-height:1.25em; */
  	padding:0px 15px 5px 0px;
/*	white-space:nowrap;   */
	font-family: Helvetica,Arial,sans-serif;
}

nav ul form
{	float:right;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 15px 0px 50px;
    
}


nav ul li
{
	display: inline-block;
/*	background:#fc9; */
	position:relative;
 /*   float:left;  */ 
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
/* This colors the background of the top menu level that is currently selected */
nav  ul li.current-menu-item
{
	background:#336699;
}
/* This colors the hover background items */
nav ul a:hover
{
    text-decoration: none;
	background-color:#99CCCC ;
}

/* Level 2 */
nav ul ul
{
	display:none;
	position:absolute;
	top: 100%;
	left:0;
	background:#336699;
	padding:0;
	width: auto; 
}

nav ul ul li
{
	float:none;
	width:200px;
    color: #aaa;	
    font-weight:700;
	font-size: .8em;
	line-height:1.25em;
	padding: 5px 20px;
	font-family: Helvetica,Arial,sans-serif;
}

nav ul ul a
{
    color: #FFF;
    padding: 0px;
 	
}
nav ul li:hover > ul
{
	display:block
}


.clearleft {clear:left;}
.clearright {clear:right;}
	

.category {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
