@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	background-color:#541c11;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p {
	color:#541c11;
	line-height:15px;
	margin-bottom:15px;
}
a {
	color:#8a2003;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;}
h1 {
	color:#8a2003;
	font-size:20px;
	margin-bottom:4px;
}
h2 {
	color:#541c11;
	font-size:15px;
	margin-bottom:4px;
}
li a {color:#541c11; text-decoration:none; font-weight:bold;}
li a:hover {text-decoration:underline;}
li.active a {color:#8a2003; text-decoration:none;}
#container {
	width:840px;
	margin: 0 auto;
	text-align:left;
}
#containerTop {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:92px;
}
#containerTop li {
	display: inline;
	padding: 0 22px 0 10px;
}
#containerTop ul {padding-top:9px;}
#containerTop a {
	font-weight:bold;
	font-size:13px;
}
#containerMiddle {
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	height:100%;
}
#containerBelow {
	background-image:url(../images/chicago_imagebar.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
}
#containerBottom {
	background-image:url(../images/bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:18px;
}
#logo2 {
	float:left;
	width:123px;
	height:92px;
}
#email {
	float:right;
	height:23px;
	width:114px;
	margin:25px 45px 0 0;
}
#content {
	width:605px;
	float:right;
	margin:10px 70px 10px 0;
}
#sideMenu {
	width:160px;
	float:left;
	margin-top:10px;
}
#sideMenu ul {margin-left:50px;}
#sideMenu li {margin:0 0 15px 10px;}
#sideMenu li.active {margin-left:0px;}
.homeRight {
	width:280px;
	height:114px;
	float:right;
	margin:9px 45px 0px 0;
	background-image:url(../images/home_side.jpg);
}
.homeRight img{
	margin: 11px 11px;
	float:left;
}
.homeRight h3{
	color:#541c11;
	font-size:12px;
	font-weight:bold;
	margin:11px 0 3px 0;	
}
.homeRight p {
	font-size:11px;
	line-height: 15px;
}
#homeLeft {
	width:447px;
	height:359px;
	float:left;
	margin:9px 0 0 50px;
	background-image:url(../images/home_welcome.jpg);
}
#homeLeftContent {
	margin:60px 30px 0 20px;
}
.fltLeft {
	float:left;
	margin: 0 10px 10px 0;
}
.topImage {
	float:right;
	margin:17px 20px 0 0;
}
#homeLink {
	text-align:right;
	padding: 5px 45px;
}
#homeLink a{
	font-size:12px;
	color:#541c11;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif
}
#footer {
	padding: 5px 20px;
	font-size:9px;
	color:#dcb06f;
}
#footer a {
	color:#dcb06f;
	text-decoration:underline;
	font-weight:normal;
}
#footer a:hover {color:#FFF;}