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

html, body {
	height:100%;
}
#site-wrapper, #rit-header-logo, .content-spacer {
	display:block;
}
#background-top{
	width:100%;
}
#background-bottom{
	width:100%;
}
#site-wrapper {
	margin:0 auto;
	height:auto;
}
.spacer {
	height:15px;
}
.clear {
	clear:both;
}
.totop {
	clear: both;
	text-align: right;
}

/* ========== RIT header strip with search */
#rit-header, #rit-header-wrap, #metanav {
	width:916px;
}
#rit-header {
	background:#513127 url('../media/images/header_left.jpg') no-repeat;
}
#rit-header-wrap {
	background:transparent url('../media/images/header_right.jpg') no-repeat right;
}
#metanav {
	background:none;
	line-height:normal;
	overflow:hidden;
}
#metanav #metasearchform input {
	font-size:11px;
}

/* ========== RIT breadcrumb */
#breadcrumb-wrap { }
#breadcrumb-trail, #breadcrumb-trail a {
	margin:0 auto;
	height:16px;
	font-size:9pt;
	text-decoration:none;
	color:#000000;
}
#breadcrumb-trail { padding-top:2px; padding-bottom:3px; }
#breadcrumb-trail a:hover { text-decoration:underline; }


/* ========== RIT footer */
#rit-footer { background-color:#513127; }
#rit-footer, #rit-footer-wrap, .rit-footer-divider {
	font-size:12px;
}
#rit-footer-wrap {
	margin:0 auto;
}
#rit-footer-left, #rit-footer-right,
#rit-footer-left a, #rit-footer-right a {
	text-decoration:none;
}
#rit-footer-left {float:left;}
#rit-footer-right {float:right;}
#rit-footer-left li, #rit-footer-right li, #rit-footer .text,
.rit-footer-divider {
	list-style:none;
	float:left;
}
#rit-footer .text {
	width:auto;
}
.rit-footer-divider {
	width:7px;
}