/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size:12px;
	text-align: center;
}

p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

.textBold{
	font-size:14px;
	font-weight:bold;
	color:#0033cc;
	text-align:justify;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

#page{ 
	background-color:#FFFFFF;
}

#splashheader{
	background-image:url(../images/splash_header2.jpg);
	width:800px;
	height:190px;
	color:#FFFFFF;
}
#header{
	background-image:url(../images/header.jpg);
	width:800px;
	height:190px;
	color:#FFFFFF;
}

#Topnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	float: left;
	width: 780px;
	text-align: center;
	padding: 5px 10px;
}

#splashheader a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:900;
	color:#FFFFFF;
	text-decoration:none;
	padding-right:10px;
}

#splashheader a:hover{
	font-weight:900;
	color:#ff0000;
}

#MainBody{
	background:#FFFFFF;
}

#IntMainBody {
	background:#ffffff;
	width:390px;
	float:left;
}
#IntMainBody2 {
	background:#ffffff;
	width:800px;
}

.intText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	padding-top:2px;
	padding-left:15px;
	padding-right:10px;
	line-height:18px;
	text-align:left;
}
.intText2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	padding-top:2px;
	text-align:left;
}

.newsText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	padding-left:18px;
	padding-right:18px;
	text-align:left;
}
.newsTextBold{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#ff0000;
	padding-left:15px;
	padding-top:0px;
	padding-right:15px;
	line-height:18px;
	text-align:left;
}

#newsBox{
	width:389px;
	background-image:url(../images/newsbox_repeat.jpg);
	float:left;
	margin-left:10px;
}

.AAULogo{
	padding-left:35px;
	padding-right:0px;
}
.AAULogoBoys{
	padding-left:2px;
	padding-right:0px;
}

#footer{
	width:800px;
	height:78px;
	background-image:url(../images/footer_bk.jpg);
	background-repeat:no-repeat;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding-top:2px;
	padding-bottom:0px;
	text-align:center;
	
}
#footer a{
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

/* Nav */

#nav {
	width:800px;
	padding-left:11px;
}
#nav, #nav ul {
	list-style:none;
}

#nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	text-decoration: none;
	font-size: 12px;
	padding:6px 12px;
	font-weight: bold;
	display: block;
  
}
#nav li a:hover, #nav li a.mainNavActive {
  color: #fe0000;
  text-decoration:none;
  
}
#nav li ul li {
  clear: both;
  text-align:left;
  line-height:12px;
  display:block;
  width:120px;
}

#nav li ul li a {
   font-weight: normal;
   color: #fe0000;
   padding: 4px 10px;
   display:block;
   border-right: none;
   border-bottom: 1px solid #FFFFFF;
   background-image: none !important;
   background-color:#000000;
   margin: 0 !important;

}

#nav li ul li a:hover {
   color: #FFFFFF;
}
/* all list items */

#nav li { 
        float: left;
		position:relative;
		display:block;
}
/* second-level lists */
#nav li ul { 
	position: absolute;
	padding:0;
	width:auto;
	background:#000000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
/* third-and-above-level lists */

#nav li ul ul { 
   margin: -24px 0 0 180px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul
{
        left: -999em;
}
/* lists nested under hovered list items */

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul

{ 
        left:auto;
}
#nav li:hover, #nav li.hover {
    position: static;
}
