@charset "utf-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background: #7d51a8 url(http://www.wiu.edu/library/images/07_plant2.gif) no-repeat fixed right bottom;
}
#container {
	width: 46em;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #fdfdfd;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #b69ece;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background: url(../images/07_bg_mainCol.gif) repeat-y;
} 
#header {
	background: #000000 url(http://www.wiu.edu/library/images/07_greyTower.gif) no-repeat left center;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	height: 75px;
} 
#header h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #ffffff;
	font-size: 2em;
	letter-spacing: -2px;
	padding-right: 0px;
}
#header a {
	color: #FFFFFF;
}
#header a:hover {
}
#top_nav {
	background-image: url(http://www.wiu.edu/library/images/07_img02b.gif);
	background-position: bottom;
	background-color: #7d51a8;
	padding-top: 4px;
	padding-bottom: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
#top_nav ul {
	margin: 0px;
	padding: 0px;
}
#top_nav li {
	display: inline;
	padding-left: 10px;
}
#top_nav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}
#top_nav a:hover {
	text-decoration: underline;
	background-image: url(http://www.wiu.edu/library/images/07_img03b.gif);
	padding: 5px;
}
#sidebar1 {
	float: left;
	width: 14em;
	background: url(http://www.wiu.edu/library/images/07_img01.gif) repeat-x;
	padding-top: 20px;
}
#sidebar2 {
	float: right;
	width: 13.9em;
	background: url(http://www.wiu.edu/library/images/07_img01.gif) repeat-x;
	padding-top: 20px;
}
#sidebar1 h2, #sidebar1 p, #sidebar2 p, #sidebar2 h2 {
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar1 h2 a, #sidebar2 h2 a{
	color:#000000;
}
#sidebar1 h2 a:hover, #sidebar2 h2 a:hover{
	color:#663399;
}
#mainContent {
	padding-right: 12em;
	padding-left: 12em;
	text-align:center;
	background: url(http://www.wiu.edu/library/images/07_bg_mainContentb.gif) top no-repeat;
}
#mainContent img {
	border: 1px solid #666666;
	margin-top: 20px;
	background: #ffffff;
	padding: 5px;
}
#mainContent h2 {
	padding-top: 20px;
} 
#mainContent  h2 a {
	color: #000000;
}
#mainContent a {
	color: #ffffff;
}
#mainContent a:hover {
color:#663399;
}
#mainContent ul {
	text-align:left;
	list-style-image: url(http://www.wiu.edu/library/images/07_bg_list_pu.gif);
	margin-left: 50px;
}
#mainContent hr {
	border: none 0;
	border-top: 2px solid #666666;
	width: 90%;
	text-align: center;
	padding-bottom: 15px;
}
#footer {
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 31px;
	background: #663399 url(http://www.wiu.edu/library/images/07_footer.gif) repeat-x;
	padding-bottom: 36px;
	clear: both;
} 
#footer a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
}
/* --------------------------- fonts --------------------------- */
h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}
h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 3px 0;
	padding: 0;
	font-size: .9em;
}
h4 {
	margin:3px 0;
	padding: 0;
	font-size: 0.8em;
}
h5 {
	margin: 3px 0;
	padding: 0;
}
p, dl, caption {
	margin: 8px;
	padding: 0px;
	font-size: .8em;
}
blockquote {
	margin: 0 4em 0 4em;
	padding: 0px;
}
label {
	font-weight: bold;
}
.txt_small {
	font-size: small;
}
/* --------------------------- lists --------------------------- */
li, dd {
	line-height:1.4em;
}
dt {
	font-weight: bold;
}
ul, ol {
	margin-top: 0px;
	padding-top: 0px;
}
ul {
	list-style-position: outside;
	list-style-image: url(http://www.wiu.edu/library/images/07_bg_list_wh.gif);
}
/* --------------------------- forms --------------------------- */
form {
	text-align: center;
}
input, textarea {
	border: 1px solid #7d51a8;
	margin-right: 5px;
	text-indent: 2px;
}
.button {
	border: 1px solid #7d51a8;
	color: #ffffff;
	background: #663399 url(http://www.wiu.edu/library/images/07_img02.gif) repeat-x;
	text-indent: 0px;
	font-weight: bold;
}
.button:hover {
	background-image: url(http://www.wiu.edu/library/images/07_img03.gif)
}
/* --------------------------- links --------------------------- */
a {
	color: #663399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* --------------------------- skip nav --------------------------- */
#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left: 0px;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}

#skip a:active
{
position: static;
width: auto;
height: auto;
}
/* --------------------------- other --------------------------- */
hr {
	border: none 0;
	border-top: 2px solid #ae53ad;
	width: 90%;
	text-align: center;
	margin-top: 1px;
}
/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.noBorder {
	border: none;
}
.news {
	text-decoration: underline;
	font-weight: bold;
}