/* Overall Adjustments
 * ----------------------------------------------------------------*/


/* Portal Masthead Adjustments
 * ----------------------------------------------------------------*/
div#masthead {
	background: #93391c url(/themes/okwu/root/images/bg-masthead.jpg) repeat-x 50% 0%;
}
	#main-nav li { line-height: 61px; }
	
	#main-nav li a:hover, #main-nav li.current a {
		background-image: url(/themes/okwu/online/images/bg-main-nav-hover.png);
		color:#ffffff;
	}

	#masthead #nav li { border-left: none; }
	#masthead #nav li a { color: #fbf4e1; }
	#masthead #nav, #masthead h2 { z-index: 1; position: relative; }

	#masthead h2 a { color: #ffaa24; }
	#masthead h2 a:hover, 
	#masthead #nav li a:hover { 
		color: #ffffff; 
		border-bottom: 1px solid #ffffff; 
	}
	
/* Portal Intro Adjustments
 * ----------------------------------------------------------------*/
#intro { 
	background: #904212 url(/themes/okwu/online/images/bg-intro.jpg) repeat-x 50% 0%; 
	color: #faf8f0;
}
	#intro .wrapper {
		min-height: 0;
		height: 229px;
		padding: 50px 250px 60px 410px;
		width: 380px; /* total: 1050px */
	}
			
	/* positioned on top of the content's bg */
	#intro ul {
		position: absolute !important;
		left: 820px;
		top: 65px;
		margin: 0;
		padding: 1em 0;
		list-style: none;
		font: italic 16px/32px "Apple Casual", Georgia, serif;
		z-index: 1;
	}
		#intro ul li { padding: 0 0 0 20px; margin: 0; }
		
		#intro ul li a { 
			color: #4b3838;
			font-size: 1em;
			width: 162px;
		}
		#intro ul li a:hover {
			border: none;
			color: #000;
			text-decoration: underline;
		}
	
	/* pulled just off the left hand side */
	#intro img.splash { 
		position: absolute; 
		top: -26px;
		left: -10px;
		z-index: 0;
		zoom: 1;
	}
	
#overview #welcome p {
  background: none;
}

#body p img {
  margin-right: 1em;
  vertical-align: middle;
}

