@charset "UTF-8";
/* CSS Document */

/* DOCUMENT ORGANIZATION:
	1 - browser resets
	2 - html/body basics
	3 - general text styling
	4 - top container
	5 - search bar
	6 - i-mark
	7 - text only link
	8 - main navigation
	9 - secondary navigation
	10 - campus highlights module
	11 - middle container
	12 - tertiary navigation
	13 - content
	14 - footer     */

/* ------------------- 1 - BROWSER RESETS -------------------
Kind regards to Eric Meyer for publishing this browser reset code at http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ .. It has since been edited according to the styles of the illinois.edu web site.*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	color: black;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------------------- 2 - HTML/BODY BASICS ------------------- */
html {
	background: url(../images/interior/bgtexture.jpg);
	top: 0;
	left: 0;
}

body {
	background: #fff;
	width: 1010px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	-moz-box-shadow: 0 0 25px 25px #121A33;
	-webkit-box-shadow: 0 0 25px 25px #121A33;
	box-shadow: 0 0 25px 25px #121A33;
}

/* ------------------- 3 - GENERAL TEXT STYLING ------------------- */
.active {
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #284a92;
}

a:hover, a:focus {
	text-decoration: underline;
}

div#content a {
}

div#secondary_nav_container a:hover, div#secondary_nav_container a:focus,
div#content a:hover, div#content a:focus {
	text-decoration: underline;
	background: #ebf0f7;
}

h1, div#search_nav, ul#main_nav, div#column_three, #column_four h3 + ul, ul.column_two_top li:hover ul, ul#secondary_nav {
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	color: #3b60a1;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 20px 0 5px 0;
}

h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 15px 0 5px 0;
}

h4 {
	font-size: 1em;
	line-height: 1.4em;
	padding: 10px 0 5px 0;
}

h5 {
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 10px 0 5px 0;
}

h6 {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 10px 0 5px 0;
}

p {
	color: #1d1d1d;
	padding: 5px 0 10px 0;
	line-height: 1.5em;
	font-size: 0.9em;
}

blockquote {
	color: #666;
	padding: 5px 0 10px 0;
	line-height: 1.6em;
	font-size: 1em;
	letter-spacing: 0.05em;
}

div#content ul, div#content ol {
	font-size: 0.9em;
	line-height: 1.25em;
	margin: 5px 10px 10px 30px;
}

div#content ul {
	list-style-type: disc;
}

div#content ol {
	list-style-type: decimal;
}

div#content li {
	padding: 3px 0;
}

table {
	font-size: 0.85em;
	line-height: 1.4em;
	color: #1d1d1d;
	background: none;
	border: 0;
	margin: 15px 15px 15px 0;
	text-align: left;
}

td, th {
	border: 0;
	padding: 5px 20px 5px 0;
}

th {
	background: none;
	font-weight: bold;
}

div#content td a:hover, div#content td a:focus, div#content th a:hover, div#content th a:focus {
	background: #ebf0f7;
}

table.border {
	background: #f7faff;
	border: 1px solid #8fa8d4;
	margin: 15px;
}

table.border td, table.border th {
	border: 1px solid #8fa8d4;
	padding: 6px;
}

table.border th {
	background: #e5efff;
	font-weight: bold;
}

div#content table.border td a:hover, div#content table.border td a:focus, div#content table.border th a:hover, div#content table.border th a:focus {
	background: none;
}

.hide /* repositions text off page - assistive technologies will still read */ {
	position: absolute;
	top: -2000em;
	left: -2000em;
	height: 1px;
	width: 1px;
}

strong {
	font-weight: bold;
}

/* ------------------- 4 - TOP CONTAINER ------------------- */
div#container_top {
	position: relative;
	width: 1010px;
	min-height: 6em;
	z-index: 10;
	margin-top:-15px;
}

/* ------------------- 5 - SEARCH BAR ------------------- */
div#search_nav {
	background-color: #fff;
	border-bottom: 1px solid #9d9d9d;
	height: 30px;
	width: 1010px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	overflow: visible;
}

div#search_nav li {
	font-size: 0.7em;
	line-height: 2.6em;
	letter-spacing: 0.05em;
	color: #333;
}

ul#search_nav_LEFT {
	display: inline;
	float: left;
	width: 500px;
	background-color: #;
	max-width: 640px;
}

ul#search_nav_LEFT li {
	display: inline;
	padding: 2px 0 30px 0;
	margin: 0 0 0 20px;
}

ul#search_nav_LEFT li a {
	padding: 0 0 0 25px;
	color: #333;
}

ul#search_nav_LEFT li.mail /* mail icon */ {
	background: url(../images/sitewide/mail.gif) left top no-repeat;
}

ul#search_nav_LEFT li.maps /* maps icon */ {
	background: url(../images/sitewide/maps.gif) left top no-repeat;
}

ul#search_nav_LEFT li.azindex /* a-z index icon */ {
	background: url(../images/sitewide/azindex.gif) left top no-repeat;
}

ul#search_nav_LEFT li.search /* search icon */ {
	background: url(../images/sitewide/search.gif) left top no-repeat;
}

ul#search_nav_LEFT li.search a {
	padding: 0;
}

/* SEARCH FUNCTION: STARTS HERE */
ul#search_nav_LEFT li.search  {
	padding: 0 0 0 22px;
	position: absolute;
	top: 0;
	width: 320px;
}

li.search form label.hide {
	position: absolute;
	top: -2000em;
	left: -2000em;
	text-indent: -2000em;
}
li.search .searchbox {
	border: 1px solid #bbb;
	font-size: 1em;
	padding: 3px 0 3px 5px;
	color: #444;
	width: 100px;
	margin: 5px 0 0 0;
	text-transform: none;
}

li.search form ul#radio li {
	margin: 0;
	padding: 0 3px;
	text-transform: none;
	font-size: 1em;
	color: #444;
}

li.search form ul#radio  {
	display: inline;
}

li.search form input#go  {
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	background: url(../images/sitewide/submit.gif) top right repeat-x;
	border: 1px solid #bbb;
	height: 18px;
	padding: 0 3px;
	margin: 0 0 0 4px;
	cursor: pointer;
}
/* SEARCH FUNCTION: ENDS HERE */

ul#search_nav_RIGHT {
	display: inline;
	float: right;
	min-width: 350px;
	max-width: 370px;
	padding-right: 14px;
	text-align: right;
}

ul#search_nav_RIGHT li.bullet /* date/weather bullet */ {
	background: url(../images/sitewide/bullet_searchbar.gif) left top no-repeat;
}

ul#search_nav_RIGHT li {
	display: inline;
	padding: 2px 6px 20px 13px;
}

ul#search_nav_RIGHT li a {
	color: #333;
}

/* ------------------- 6 - I-MARK ------------------- */
span#branding {
	position: absolute;
	top: 31px;
	left: 0;
	height: 70px;
	width: 1010px;
	background: url(../images/interior/bg_branding.jpg) top left no-repeat;
	padding: 8px 0 0 00px;
	z-index: 11;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}

span#branding a {
	background: url(../images/interior/i-mark.png) no-repeat;
	position: absolute;
	height: 40px;
	width: 240px;
	margin-left:20px;
}

span#branding2 a {
	background: url(../images/interior/m-mark.png) no-repeat;
	position: absolute;
	top:40px;
	left: 270px;
	height: 40px;
	width: 250px;
	z-index: 12;
}

span#branding3 a{
	background: url(../images/interior/s-mark.png) no-repeat;
	position:absolute;
	top:38px;
	left:515px;
	height:40px;
	width:250px;
	z-index:12;
}

span#branding2 a:hover, span#branding2 a:focus, span#branding3 a:hover, span#branding3 a:focus{
	background-position: 0px -42px;
}




/* ------------------- 8 - MAIN NAVIGATION ------------------- */
ul#main_nav {
	font-size: 0.8em;
	color: #FFF;
	text-align: left;
	background: #080808;
	position: absolute;
	top: 80px;
	left: 0px;
	width: 1010px;
	height: 35px;
	padding: 0;
	z-index: 11;
	border-top: thin white solid;
}


#main_nav li {
	font-size:.9em;
	display: inline;
	text-decoration:none
}

#main_nav a {
	color: #FFF;
	display: inline-block;
	display: -moz-inline-box; /* for firefox 2.0 */
	padding-left: 15px;
	margin-top:10px;
	margin-left:35px;
}

#main_nav a:hover {
	background: url(../images/interior/bullet_main-nav.png) no-repeat  center left transparent;

}


/* ------------------- 9 - SECONDARY NAVIGATION ------------------- */
div#secondary_nav_container /* contains campus highlights module */ {
	background: url(../images/interior/bg_secondarynav1.jpg) 0 -100px no-repeat;
	position: absolute;
	top: 115px;
	left: 737px;
	width: 233px;
	padding: 20px;
	min-height: 700px;
	font-size: 95%;
	z-index: 11;
}

div#secondary_nav_container h2 {
	color: #fff;
}
div#secondary_nav_container small {
	color: #fff;
	font-size: 60%;
	display: block;
	font-weight: normal
}



div#secondary_nav_container li {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding: 10px 0;
	font-size: 12px;
}
div#secondary_nav_container li:first-child {
	padding-top: 10px;
}

div#secondary_nav_container p {
	font-size: 13px;
	margin-top:1.5em;
	font: #fff;
}

div#secondary_nav_container {
	padding-bottom: 25px;
	font:#fff;/* determines the space between the secondary navigation and the campus highlights module */
}

div#secondary_nav_container li a {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	width: 190px;
	padding: 8px 20px;
	color:#fff;
	text-decoration: none;
}

div#secondary_nav_container li a:hover, div#secondary_nav_container li a:focus {
	display: block;
	background: #132146;
	text-decoration:none;
}

/* ------------------- 10 - CAMPUS HIGHLIGHTS MODULE -------------------
	NOTE: campus highlights-specific styling is found within webtools toolbox,
	featured resources styling is in 'span.featured_resources' */
h4.column_four {
	color: #444;
	margin: 13px 20px 5px 0;
	font-weight: bold;
	font-size: 0.85em;
	line-height: 1.25em;
	text-transform: uppercase;
	padding: 0 20px;
}

h4.column_four + ul, span.featured_resources ul {
	color: #444;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.25em;
	padding: 0 20px;
}

h4.column_four + ul li, span.featured_resources ul li {
	padding: 0 0 6px 0;
}

h4.column_four + ul li img {
	padding: 0 0 0 6px;
}

div#secondary_nav_container h4, h4.column_four + ul li, span.featured_resources {
	text-transform: uppercase;
}




/* ------------------- 11 - MIDDLE CONTAINER ------------------- */
div#container_middle {
	background: url(../assets/images/gearbanner.jpg) top left no-repeat;
	position: relative;
	width: 1010px;
	z-index: 8;
}

/* ------------------- 12 - TERTIARY NAVIGATION ------------------- */
div#tertiary_nav {
	position: absolute;
	top: 213px;
	left: 0;
	width: 231px;
	border-right: 4px solid #ebf0f7;
	text-align: right;
	margin: 0 0 30px 0;
	min-height: 500px;
	z-index: 10;
	font-size: 0.9em;
}

div#tertiary_nav ul {
	padding: 65px 0 20px 20px;
}

div#tertiary_nav ul li {
	border-top: 1px solid #ebf0f7;
	line-height: 1.5em;
}

div#tertiary_nav ul li:first-child {
	border-top: 0;
}

div#tertiary_nav ul li a {
	display: block;
	padding: 5px 15px 5px 5px;
}

div#tertiary_nav ul li a:hover, div#tertiary_nav ul li a:focus {
	background: #ebf0f7;
}

div#tertiary_nav li.current, div#tertiary_nav li.current a:hover {
	font-weight: bold;
	text-decoration: none;
	background: #f6f7f9;
}

div#tertiary_nav img /* positions square images */ {
	padding: 30px 15px 15px 0;
}

/* ------------------- 13 - CONTENT ------------------- */
div#content {
	position: relative; /* if absolute, does not push footer below content */
	width: 657px;
	min-height: 600px;
	padding: 235px 40px 20px;
	margin-top:20px;
}
div#content h1 {
	font-size: 200%;
	letter-spacing: -1px;
}

div#content img.padded {
	margin: 5px 10px;
	border-width: 0;
}

div#content img.left {
	float: left;
	margin: 10px 15px 10px 0;
	border-width: 0;
}

div#content img.right {
	float: right;
	margin: 10px 0 10px 15px;
	border-width: 0;
}

div#content object {
		display: block;
		margin-left: auto;
		margin-right: auto;
}
/* ------------------- 14 - FOOTER ------------------- */
div#footer {
	text-align: center;
	font-size: 0.8em;
	position: relative;
	top: 0;
	left: 0;
	width: 970px;
	background: #4f6899;
	padding: 15px 20px 25px 20px;
	z-index: 10;
}

div#footer p {
	color:#ffffff;

}

div#footer ul {
	list-style: disc;
}

div#footer li {
	display: inline;
	color: #fff;
	padding: 0 6px 0 14px;
	line-height: 1.8em;
	background: url(../images/sitewide/bullet_footer.gif) left no-repeat; /* bullet */
}

div#footer li:first-child /* removes bullet from first items in footer lists */ {
	background: transparent;
}

div#footer li a {
	color: #fff;
}

div#footer ul.accesskeys li {
	color: #d2dae9;
	font-size: 0.9em;
	background: transparent;
	padding: 0 2px 0 2px;
}

div#footer h3 {
	color:white;
}

div#content a.clickButton {
	padding: 10px 20px;
	border: 2px solid #3b60a1;
	text-decoration: none;
	display: inline-block;
}
div#content a.clickButton:hover {
	background: #3b60a1;
	color: white;
	text-decoration: none;
}
.padding-box {
padding-bottom: 18px;
}
