/* CSS Document */
/* ---------- BANNER AD WITH OVERRIDE ALERT ---------- */
#Ads {
	float:right;
	position:relative;
	height:231px;
	width:206px;
	padding:10px;
	border-left:1px solid #8692a4;
	background:url(http://webservices.wlu.edu/ingeniux/images/generic_three_col/chapelclock.jpg) no-repeat top;
	background-color:#192c4d;
	color:#ffffff;
	overflow:hidden;
}
#Ads div {
	position:absolute;
	bottom:0px;
}
#Ads div img {
	height:58px;
	width:206px;
	padding:10px 0px 10px 0px;
	border:none;
	border-top:1px dotted #b9bfd5;
}
#Alert {
	height:210px;
	width:186px;
	margin:10px 0px 10px 0px;
	padding:9px;
	border:1px solid #ffffff;
	background-color:#ff9900;
	overflow:auto;
}
/* ---------- PROFILE ---------- */
#Profile {
	padding:15px 15px 5px 15px;
	border-bottom:1px solid #ffffff;
}
#Profile img {
	float:left;
	height:75px;
	width:75px;
	margin:0px 10px 5px 0px;
	padding:3px;
	border:1px solid #b9bfd5;
}
#Profile h3 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#Profile h4 {
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
#Profile p {
	color:#ffffff;
}
#Profile span {
	float:right;
}
/* ---------- BREADCRUMB ---------- */
#Breadcrumb ul {
	margin:0px;
	padding:0px;
	display:inline;
}
#Breadcrumb li {
	display:inline;
	list-style-type:none;
	margin-left:5px;
	padding:0px 5px 0px 15px;
	background:url(http://webservices.wlu.edu/ingeniux/global/images/breadcrumb.gif) center left no-repeat;
}
#Breadcrumb li.first {
	margin:0px;
	padding:0px 5px 0px 0px;
	background:none;
}
/* ---------- INDEXED LIST ---------- */
#IndexFilter {
	margin:20px 0px 10px 0px;
}
#IndexedList {
	clear:both;
	float:left;
	width:100%;
	padding-bottom:20px;
}
#IndexedList h3 {
	margin:15px 0px 0px 0px;
	padding:0px;
}
#IndexedList div.wrapper {
	float:left;
	width:100%;
	padding:10px 1px 10px 1px;
	border-bottom:1px dotted #8692a4;
}
#IndexedList div.abstract {
	float:left;
	width:400px;
	padding:1px;
}
#IndexedList div.abstract h4 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
}
#IndexedList div.abstract h5 {
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#IndexedList div.abstract ul {
	margin-left:0px;
	padding-left:15px;
}
#IndexedList div.wrapper img {
	float:right;
	height:75px;
	width:75px;
	margin:5px;
	padding:3px;
	border:1px solid #b9bfd5;
}
#MonthSelector {
	padding-bottom:15px;
	border-bottom:1px dotted #8692a4;
}
/* ---------- SIDEBAR CONTENT ---------- */
.banner {
	clear:both;
	/*float:left;*/
	vertical-align:top;
	
}
.banner a {
	text-decoration:none;
}
.banner img {
	/*float:left;*/
	border:none;
	border-bottom:1px solid #ffffff;
}
.widget {
	clear:both;
	margin:9px;
	padding:1px 1px 10px 1px;
	border-bottom:1px dotted #8692a4;
}
.widget h4 {
	margin:0px 0px 10px 0px;
	padding:0px;
}
.widget img {
	border:none;
}
.widget ul {
	margin:5px 0px 5px 0px;
	padding-left:15px;
}
.widget li {
	margin-top:5px;
}
span.more {
	clear:both;
	float:right;
	padding-top:5px;
}
.xhtml {
	clear:both;
}