/* @override http://www.morton.edu/mclibrary/css/mortoncollege.css */

@import url(suckerfish.css);



/*
	blue:
	color: #039;
	
	orange:
	color: #f60;
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	background-color: #c6c6c6;
	/*background-color: #d4dfdf;*/
	background-image: url(../images/MortonBG.jpg);
	background-repeat: repeat-x;
	color: #333;
	
	text-align: center;
	
	font-family: verdana, helvetica, arial, sans-serif;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times, serif;
	margin-bottom: 0.4em;
}

h1
{
	color: #633;
	font-size: 1.6em;
	font-weight: normal;
}

h2
{
	color: #c60;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1em;
}

h3
{
	color: #039;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	margin-top: 1em;
}

h4
{
	color: #963;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
}

h5 {
	color: #666;
}

ol, ul {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

li {
	margin-left: 0.7em;
}


table td
{
	vertical-align: top;
}

blockquote {
	margin: 1em;
	line-height: 1.3;
}
a, a:link {
	text-decoration: none;
	color: #690;
}

a, a:visited {
	
}

a, a:hover {
	text-decoration: underline;
}

a, a:active {
	
}

a img {
	border-width: 0;
}

#main form {
	margin-bottom: 0.5em;
}

#container {
	position: relative;
	top: 0;
	width: 800px;
	
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	border: 1px solid #ddd;
	border-top-width: 0;
	
	
	background: white;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}

#skip_navigation {
	text-align: center;
	background-color: #F9FFD4;
	color: inherit;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#skip_navigation a {
	color: #F9FFD4;
	display: block;
	width: 100%;
	height: 100%;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	
	background-color: #F9FFD4;
	color: inherit;
	
	border-bottom: 1px solid #999;
}

#header h1 {
	position: relative;
	top: 0;
	left: 0;
	width: 446px;
	height: 41px;
	padding: 4px;
}

#header #mc_logo {
	position: absolute;
	top: 0;
	right: 5px;
	width: 67px;
	height: 41px;
	padding: 4px;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: 1;
}

#footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	
	background-color: #F9FFD4;
	text-align: center;
	padding: 5px 0;
	
	clear: both;
	
	border-top: 1px solid #CED3AF;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	
	color: #333;
	
	z-index: 1;


#big_nav {
	margin-left: 75px;
	width: 350px;
	text-align: right;
	
	/* this border isn't visible, but keeps things in line */
	border: 1px solid white;
}

#big_nav ul {
	list-style: none;
	margin-top: 10px;
}

#big_nav ul li ul {
	text-align: left;
	margin-left: 133px;
	width: 190px;
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

#big_nav ul li ul li {
	font-size: 95%;
	line-height: 1.3;
	margin-bottom: 0.2em;
	margin-left: 1.6em;
	color: #ccc;
}

#big_nav ul li div {
	margin-bottom: 0.5em;
}
/*
#big_nav ul li div#big_nav_sub4,
#big_nav_sub4 .last {
	margin-bottom: 0;
}
*/

#big_nav a {
	text-decoration: none;
	color: #360;
}


		#big_nav ul li div#big_nav_sub1 ul {
			text-align: left;
			margin-left: 0;
			margin-top: 0;
			width: auto;
		}
		
		#big_nav ul li div#big_nav_sub1 ul li {
			font-size: 100%;
			line-height: 1.3;
			margin-bottom: 0.3em;
			margin-left: 1.2em;
			padding-left: 0.5em;
			list-style: disc;
			color: #000;
		}


#wrapper { width:800px; background-color: #fff;}


div#libsidebar {/*position: absolute;
	top: 0;
	right: 0;*/
	width: 215px; height: 525px; background-color: #eee; padding: 5px;
float:right;}

div#libmain {width: 561px; float: left; padding: 5px;
background-color: #fff;}

div.libsections {
 }
.libsections h4 {float:left; color:#fff; font-weight:bold; background-color:#FF9900; padding-left:5px; 
padding-right:5px; padding-top:1px; padding-bottom: 1px;
}

.libsections table {float:left;
 }

 

