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

/* color palette
	1E417C Illini blue
	3C5DAA medium blue
	56C7DF light blue
	F58023 orabge
	FFF8A3 light yellow
	0E1429 midnight blue */
	
body {
	background-color: #0E1429;
	background-image: url(images/full-background.jpg);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E1429;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 600px;
	padding: 0px;
}
#header {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#logo {
	background-image: url(images/P@I-header.png);
	background-repeat: no-repeat;
}
a:link {
	color: #3C5Daa;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #1E417C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #56C7Df;
	font-weight: bold;
}
#sidebar {
	float: right;
	width: 180px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	color: #FFFFFF;
}
#sidebar a:link {
	color: #F58023;
	text-decoration: none;
}
#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar a:active {
	color: #56C7Df;
}
#tagline {
	font-size: 1.5em;
	font-style: italic;
	color: #56C7DF;
	padding-top: 25px;
}
#footer {
	font-size: 0.8em;
	font-style: italic;
	background-color: #3C5DAA;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	clear: both;
}
h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #F58024;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #1E417C;
}
h3 {
	font-weight: bold;
	color: #000000;
	font-size: 0.85em;
	letter-spacing: .25em;
	text-transform: uppercase;
}
.divider {
	background-color: #56C7Df;
	height: 1px;
}
.highlight {
	background-color: #FFF8A3;
	padding: 5px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 40px;
	margin-left: 40px;
}
.initial {
	font-size: 1.5em;
	font-weight: bold;
	color: #F58124;
	line-height: 1em;
}
.cbb {
	margin-right: 260px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

/* custom border styling */
.cb {
	margin-right: 260px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* end custom corners and border */


/* drop down menu */
#navigation {
	width: 720px;
	padding-right: 40px;
	padding-left: 40px;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #1E417C;
}
#menu li li a {
	display: block;
	font-weight: normal;
	color: #1E417C;
}
#menu li li a:hover {
	color: #FFFFFF;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li {
	float: right;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #F58023;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
}
#navigation li ul {
	display: none;
	position: absolute;
	font-weight: normal;
	background-color: #56C7DF;
	font-size: 0.8em;
	width: 150%;
}
#navigation li>ul {
	top: auto;
	left: auto;
	top: 100%;
	left: 0px;
}
#navigation li li {
	display: block;
	float: none;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 1E417C;
}
#navigation li:hover ul, li.over ul {
	display: block;
}
/* end drop down */

