﻿/* global settings - controls settings for entire document */

body {
margin: 30px;
padding: 0;
background: url("images/page-bg.gif");
font: 14px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

/*p, ul, li,td, tr, dl, dh {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 0.98em;
	color: #333333;
}*/
p, ul, li,tr, dl, dh {
	font: 14px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	color: #000000;
}

a:link {
	color: #df2a17;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: ##cc0000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #e3e3e3;
}

h1, h2, h3, h4 {
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
text-align: left;
}

h1 {
/* defines the font size for all heading 1 (h1) */
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
border-bottom: 2px #5b5b5d  dottedd;
}

h2 {
font-size: 16px;
font-weight: bold;
color: #df2a17;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #4c4b4b;
	text-transform: uppercase;
	letter-spacing: .02em;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	line-height: 0px;
}

h5 {
font-size: 12px;
font-weight: bold;
color: #CC0000;
}

/* specific divs */

#wrapper {
	width: 975px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff url("images/uofu_medallion.gif") no-repeat left bottom;
	text-align: center;
	position: relative;
	background-color: #ffffff;
}

#banner {
/*background: url(images/head.jpg) no-repeat left top;*/
width: 975px;
height: 92px;
margin: 0;
padding: 0;
}

#container {
clear: both;
width: 975px;
margin: 0;
padding: 0;
}

#content {
padding: 0;
margin: 0;
width: 100%;
}

/* --- top site-wide links --------- */

#nav-top a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.06em;
	vertical-align: middle;
}

#nav-top a:visited {
	color: #ffffff;
}

#nav-top a:hover, #info-site a:hover {
color: #CC0000;
}

#nav-login {
}

#nav-login ul {
	margin-left: 8px;
	margin-right: 0px;
	padding-left: 0px;	
	list-style-image: none;
	list-style-type: none;
	display: inline;
}

#nav-login ul li {
padding: 0px 0em;
/*border-bottom: 1px solid #58585A;
border-top: 1px solid #58585A;*/
}

#nav-login ul li a {
display: block;
margin-left: 2px;
width: 95%;
color: #ffffff;
text-decoration: none;
}

#nav-login ul li a:hover {
background: #e3e3e3;
color: #6f6f70;
}

/* --- Bottom Info and Legal Links --------- */

#info-site {
	clear: both;
	background: #000000;
	height: 20px;
}

#info-site p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	vertical-align: middle;
}

#info-site a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.06em;
}

#info-site a:visited {
text-decoration: none;
}

#info-site a:hover, #info-site a:hover {
color: #DFD49E;
}

.events {
	color: #FFFFFF;
	font-size: .85em;
}

.captions {
	font-size: 12px;
}

.redbold {
	color: #cc0000;
	font-weight: bold;
}
.blackbold {
	font-weight: bold;
	font-size: 1.1em;
}

.aacsb { color: black; font-size: 10px; line-height: 12px; }

.misc{
    border-right: 2px dotted #cccccc;
	margin-left: 10px;
	margin-right: 0px;
}
