@charset "UTF-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body {
	text-align: center;
}

a {color: #a00;}
a:hover {color: #000;}

span.hide {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

#container {
	width: 690px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 690px;
	height: 120px;
	padding-top: 30px;
	padding-bottom: 10px;
}

h1 a {
	display:block;
	width: 690px;
	height: 120px;
	background: url(../images-main/header.jpg);
}

#nav {float: left; width: 690px;}

#nav ul {
	width: 660px;
	margin: 0 15px 0 15px;
}

#nav ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 110px;
	float: left;
}

#nav a, #nav h3 {
	font: 10px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	margin: 0;
	padding: 2px 3px 2px 6px;
}

#nav h3 {
	color: #000;
	background: #fff;
	text-transform: uppercase;
}

#nav a {
	color: #000;
	background: #fefefe;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px/16px arial, helvetica, sans-serif;
}

#nav a:hover {
color: #a00;
background: #fff;
}

#nav li {position: relative;}

#nav ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#nav ul ul {
position: absolute;
z-index: 500;
}

div#nav ul ul {
display: none;
}

div#nav ul li:hover ul
{display: block; width: 110px; margin: 0;}

div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display: none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;}


#content {
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 690px;
}

#events-home {
	width: 650px;
	padding: 20px 20px;
}

#calendar-home {
	width: 680px;
	padding-right: 10px;
}

.clear {clear: both;}

#illinois {
	width: 26px;
	height: 34px;
	margin-left: 20px;
	position: relative;
	top:-164px;
}

#illinois a{
	display: block;
	height: 34px;
	width: 26px;
	background:url(../images-main/imark.gif);
}

#illinois a:hover {
	background: url(../images-main/imark-over.gif);
}

#nav2 {
	width: 128px;
	margin: 20px 20px 0 20px;
	background:#FFC;
	float: left;
	border: 1px #CCC solid;
	padding: 10px;
	text-transform: uppercase;
}

#nav2 li, #nav2 a {
	list-style: none;
	font-size: 11px;
	color:#000;
	text-decoration: none;
	line-height: 16px;
}

#nav2 a:hover {color:#a00;}

#nav2 h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#information {
	width: 458px;
	margin: 20px 20px 0 0;
	background:#FFC;
	float: left;
	border: 1px #CCC solid;
	padding: 10px;
	float: right;
}

#information h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;

}

#information h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#information p {
	font-size: 12px;
	margin: 14px 0px 5px 0px;
	line-height:16px;
}

#information hr {
	margin: 15px 0;
}

#illinois2 {
	width: 26px;
	height: 34px;
	margin: 20px 0 0 20px;
	float: left;
}

#illinois2 a{
	display: block;
	height: 34px;
	width: 26px;
	background:url(../images-main/imark.gif);
}

#illinois2 a:hover {
	background: url(../images-main/imark-over.gif);
}

#information table {font-size: 12px;}
#information table td {padding: 8px;}
#information ul {font-size: 12px; list-style: inside;}
#information ul li {margin-bottom: 6px;}

#information img {margin: 4px; border: 0;}

#information h4 {font-size: 12px; font-weight: normal; margin-bottom: 6px; margin-top: 12px;}


