/********************************************************** 
 * CSS Document for the UIC AIChE site
 *
 * Original design started with Leaves v 1.0 from
 * http://www.oswd.org/design/preview/id/2429
 * 
 * Also uses parts of Nested Emrys for the menu layout
 * http://css.maxdesign.com.au/listamatic2/vertical05.htm
 **********************************************************/
 
/* CONTAINER */

#container {
    width: 800px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 13px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
}
		
/* GENERAL */
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
	background-color: #FFF;
}
		
h2 {
	color: #666666;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
		
a {
	color:#0095cf;
	text-decoration: none;
}

a:hover {
	color:#0095cf;
	background-color: #F5F5F5;
}


/* HEADER ELEMENTS */

#header {
	text-align:center;
	border-bottom: 4px solid #948979;
	padding-top: 10px;
	clear: both;
}

#breadcrumbs {
	border-bottom: 4px solid #948979;
	clear: both;
	margin-bottom: 10px;
}

/* NAVIGATION ELEMENTS */

#menu
{
    /*avoid gap after li in ie6 by setting width*/
    width: 180px;
    float: left;
    font-size: 120%;
}

#menu ul {
	padding-left: 0;
	margin-left: 0px;
	list-style-type: none;			
	padding: 0px;
}

#menu ul ul {
	margin-left: 10px;
}

#menu a, #menu span
{
    border-left: 4px solid #FFFFFF;
    text-decoration: none;
    padding: 1px 0 1px 8px;
}

#menu a:hover
{
    border-left: 4px solid #CCCCCC;
    text-decoration: underline;
}

#menu li {
    margin: 0.0em 0px;
	padding: 2px 0px;
	padding-left: 5px;
}
		
/* CONTENT ELEMENTS */

#content {
	width: 620px;
	margin-left: 180px;
}

#content p {
}

/* FOOTER ELEMENTS */

#footer {
	border-top: 4px solid #948979;
	border-bottom: 4px solid #948979;
	margin-top: 20px;
	clear: both;
	padding: 0px 5px 0px 5px;
}
		
#footer p {
	padding: 5px;
}
