/* CSS Document */

/* General Format */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
	background-color:#221e72;
   color: #FFFFFF; 
   text-align: center; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   width:985;
}

p {
   margin-bottom: 10px;
   line-height: 19px
   font-size: 80%;
}

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

a:hover {
   text-decoration: underline;
}

a:active, a:focus {
	text-decoration: none;
	color: #D9D9D9;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
	margin: 215;
	width: 500px;
	padding: 0px;
	text-align: left;
	background-color:#FFFFFF;
	margin-left: 215px;
	}
	
#rightcolumn {
	margin-right: 0px;
	width:272px;
	background-color:#FFFFFF;
	border-left-style:outset;
	border:thin;
	position: absolute;
	left: 718px;
	top: 204px;
	height: 696px;
	}
	
#rightcolumn h3 {
   color: #c3a303;
   background-color:#221e72;
   margin-bottom: 10px;
   }
/*masthead*/

#pageHeader {
	margin: -2;
	padding: 0;
	background: url(images/MastheadAthletic.jpg) no-repeat;
	border-bottom: 1px dotted #ccc;
	height: 200px;
	width: 990px;
} 
#acadPageHeader {
	margin: -2;
	padding: 0;
	background: url(images/MastheadAcademic.jpg) no-repeat;
	border-bottom: 1px dotted #ccc;
	height: 200px;
	width: 990px;
}  

#about, #image {
	margin-left: 0px;
	margin-right: 35px;
	margin-bottom: 30px;
	padding: 15px 20px 10px;
	border:thin;
	border-bottom-style:solid;
}

#about, {
   color: #c3a303;
   margin-bottom: 10px;
}

/* generic text */

#supportingText {
	margin-left: 220px;
	margin-right: -2px;
}

#cknowledge{
	padding-right: 0px;
	}

#mission, #services, #support, #development {
	padding:10px;
}

#supportingText h3 {
   margin-bottom: 10px;
   height: 18px;
   color: #c3a303;
}

#footer {
	clear: both;
	font-size: 75%;
	margin-top: 0px;
	border-top: 1px dotted #ccc;
	width: 990px;
	color:#FFFFFF;
	
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}

/*nav menu*/
#nav {
	font-family: arial, sans-serif;
	width:210px;
	height: 337px;
	position: absolute;
	font-size:11px;
	left: 1px;
	background:#221e72;
}
#nav ul li a, .nav ul li a:visited {
	display:block;
	text-decoration: none;
	color:#FFFFFF;
	width:200px;
	text-align: justify;
	border:3px solid #c3a303;
	border-width:1px 1px 0 0;
	background:#221e72;
	line-height:19px;
	font-size:11px;
	padding-left:10px;
	}
#nav ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
	}
#nav ul li {
	float: left;
	bottom: 2px;
	margin-bottom:1px;
	left: 2px;
}
#nav ul li ul {display: none;}

/* specific to non IE browsers */
#nav ul li:hover a {
	color:#fff; 
	background:#221e72;
	}
#nav ul li:hover ul {
	display:block; 
	position:absolute; 
	left: 150px; 
	width:75px;
	}
#nav ul li:hover ul li a.hide {
	background: #cbcbcb; 
	color:#000;
	}
#nav ul li:hover ul li:hover a.hide {
	width:125px;
	}
#nav ul li:hover ul li ul {
	display: none;
	}
#nav ul li:hover ul li a {
	display:block; 
	background:#cbcbcb; 
	color:#000; 
	width:150px;
	}
#nav ul li:hover ul li a:hover {
	background:#dcd4c5; 
	color:#000;
	}
#nav ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	bottom: 0; 
	left:151px; 
	top:3px; 
	color:#000;
	}
#nav ul li:hover ul li:hover ul li a {
	display:block; 
	width:200px; 
	background:#dfc184; 
	color:#000;
	}
#nav ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e; 
	color:#fff;}

#nav h3{
	margin-top: 0px;
	margin-bottom: 1px;
	background: #FFCC00;
	text-align: center;
	color:#000000;
	font-size:14px;
	display:block;
	width:210px;
}
