/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	text-decoration: none;
	}

body {
	text-align: center;
	background: #626162 url(../_imgs/header_full3.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
#white_bg {
	background: #ffffff;
	}

	
/* HEADER */

#header-outer {
	width: 974px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	}
	
#header-space {
	width: 14px;
	float: left;
	display: inline;
	padding: 0px;
	}

#header-wordmark {
	width: 240px;
	float: left;
	display: inline;
	padding: 0px;
	}

.wordmark {
	display: block;
	}
	
#header-wordmark h1 {
	display: none;
	}	
	
#header-campus {
	width: 710px;
	height: 90px;
	float: left;
	display: inline;
	padding: 0px;
	background: url(../_imgs/utonline_header_full.gif)
	}

#header-right-links {
	position: relative;
	width: 352px;
	height: 10px;
	top: 71px;
	float: left;
	padding: 0px;
	text-indent: 20px;
	}
	
.header_links {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

#header_links a {
	color: #ffffff;
	}
	
#header-right-links a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#header-right-search {
	position: relative;
	width: 275px;
	height: 19px;
	top: 68px;
	float: right;
	padding: 0px;
	}
	
.header_search {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.header_dropdown {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
#header-right-search h2 {
	display: none;
	}
	
/* CONTENT */

#main_container{
	background: #FFFFFF;
	}

#content-inner {
	width: 960px;
	height: auto;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding-left: 14px;
	top: 0px;
	background: url(../_imgs/content_back.jpg) repeat-y;
	}

/* LEFT MENU */

#content-left-nav {
	width: 239px;
	text-align: left;
	float: left;
	}
#content-left-nav h2 {
	display: none;
	}
#content-left-nav ul {
	list-style: none;
	}

#content-left-qlinks{
	position: absolute;
	top: 317px;
	width: 231px;
	height: 230px;
	text-align: left;
	left: 17px;
	vertical-align: top;
	}
	
#content-left-usnews {
	position: relative;
	top: 150px;
	width: 220px;
	height: 86px;
	text-align: center;
	left: 3px;
	}
	
 /* FUTURE */
 
#content-right-future {
	position: absolute;
	width: 240px;
	text-align: left;
	padding: 0px 9px 0px 0px;
	float: right;
	display: inline;
	left: 736px;
	top: 334px;
	}
#content-right-future h2 {
	display: none;
	}
#content-right-future h3 {
	font-size: 1.2em;
	line-height: 1em;
	padding: .5em 0;
	text-align: center;
	}
#future-middle {
	background: transparent url(../_imgs/future-middle-back.gif) repeat-y center top;
	padding: 10px 25px 5px 25px;
	text-align: left;
	}
#future-middle p {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #444444;
	padding: .75em 0;
	}
#future-middle a {
	color: #444444;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 1px;
	}
#future-middle a:hover {
	color: #bf4d02;
	border-bottom: 1px solid #f79555;
	}
	
/* BOTTOM GUTTER */

#bottom {
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	height: 175px;
	background: #626162 url(../_imgs/bottom_gutter_bg.gif) repeat-x;
	}
	
#bottom_gradient  {
	text-align: center;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../_imgs/bottom_gutter.gif) no-repeat;
	width: 974px;
	height: 175px;	
	}

#bottom_contact {
	position: relative;
	float: left;
	left: 35px;
	top: 25px;
	width: 196px;
	height: 100px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	}
	
#bottom_copyright {
	position: relative;
	float: left;
	left: 90px;
	top: 25px;
	width: 321px;
	height: 120px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #bababa;
	}
	
#bottom_copyright a{
	color: #bababa;
	border-bottom: 1px solid #bababa;
	}
	
#bottom_copyright a:hover{
	color: #bababa;
	border-bottom: 1px solid #bababa;
	}

.bottom_bold {
font-weight: bold;
}

