/* Layout */

.clearall {
	clear: both;
}
.hidden {
	display: none;
}
/* Background image containers */
div#container0 {
	margin: 0 auto;
	height: 60px;
	background: url(../../images/bg_shadowtop.jpg) no-repeat center bottom;
	border-left: none;
	zoom: 1;
}
div#container1 {
	margin: 0 auto;
	background: url(../../images/bg_shadow.jpg) repeat-y center center;
	border: none;
	zoom: 1;
}
div#container2 {
	margin: 0 auto;
	width: 950px;
	height: auto;
	position: relative;
	background: url(../../images/bg_menu.jpg) repeat-y 0 0;
}
/* Header */


div#header {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	height: 100px;
	border-bottom: 3px solid #ffdb05;
	position: relative;
	
}
div#header span {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	background: transparent url(../../images/banner.png) no-repeat scroll 0 0;
}
a.ualink, a.sitelink, a.unitlink, a.unitlink2, a.unitlink3 {
	display: block;
	position: absolute;
}
a.ualink {
	width: 170px;
	height: 40px;
	background: url(../../images/ua_logo.png) 0 0 no-repeat;
	text-align: left;
	}
a.ualink span {
	margin-left: -9999em;
}
a.unitlink {
	top: 25px;
	left: 0;
	height: 25px;
	width: 510px;
}
a.sitelink {
	top: 52px;
	left: 0;
	height: 35px;
	width: 510px;
}

/* Search */
div#searchbox {
	position: relative;
	top: 0;
	right: 0;
	display: inline;
	float: right;
	padding: 0;
	margin-top: 18px;
	margin-left: 10px;
}
#container1_0_searchbox_0__q {
	background: #fff !important;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 3px;
}
#search {
	font-size: 1em;
}
.searchfield {
	font-size: 0.92em;
}
.searchbutton {
	width: 53px;
	height: 20px;
	background: url(../../images/bg_searchbutton.png) 1px 3px no-repeat;
	border: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	color: #122744;
	font-size: 1em;
}
div#findPerson {
	position: absolute;
	top: 25px;
	right: 55px;
	padding: 0;
	text-align: right;
}
/* Top links */

div.topbar {
	margin: 0 auto;
	position: relative;
	width: 950px;
	height: 30px;
	padding-top: 10px;
}
div.toplinks {
	float: right;
	padding: 0;
	text-align: right;
	font-size: 1.1em;
	margin-top: 18px;
}
div.toplinks ul {
	margin: 3px 0 0 0;
	padding: 0;
}
div.toplinks li {
	display:inline;
	list-style:none;
	padding: 1px 6px;
	border-right: 1px #ccc solid;
}
div.toplinks a {
	text-decoration:none;
	color: #007c41;
}
div.toplinks li a:visited {
	color: #666;
}
div.toplinks li a:hover, div.toplinks li.last a:hover {
	text-decoration:underline;
	color: #000;
}
div.toplinks ul li.last {
	border: none;
}
div.toplinks li.last a {
	font-weight: normal;	
}
/* Audience nav */
div.audiencenav {
	position: absolute;
	right: 10px;
	top: 70px;
}
div.audiencenav ul li {
	display: inline;
	list-style: none;
	font-size: 1.1em;
	padding: 1px 6px;
	border-right: 1px solid #999;
}
div.audiencenav ul li.last {
	border: none;
}
div.audiencenav ul li a {
	text-decoration: none;	
}
div.audiencenav ul li.last a {
	font-weight: normal;	
}
div.audiencenav ul li a, div.audiencenav ul li a:visited {
	color: #fff;	
	opacity: .9;
	filter: alpha(opacity=90);
}
div.audiencenav ul li a:hover, div.audiencenav ul li.last a:hover {
	color: #fff;
	text-decoration: underline;	
	opacity: 1;
	filter: alpha(opacity=100);	
}

/* Navigation */
div#navleft {
	padding: 0;
	margin: 0;
	width: 215px;
	float: left;
	min-height: 300px;
}
div#navmenu {
	margin: 0 0 100px 0;
}
div#navmenu ul {
	margin: 0;
	padding: 0;
}
div#navmenu ul li {
	list-style-type: none;
	border-bottom: 1px #CAE3A7 solid;
	margin: 0;
}
div#navmenu ul li a {
	display: block;
	padding: 7px 10px 7px 20px;
}
div#navmenu ul li a:hover {
	background-color: #ffe144;
}
div#navmenu ul li ul {
	background: url(../../images/bg_submenu.jpg);
}
div#navmenu ul li ul li {
	border: none;
}
div#navmenu ul li ul li ul {
	background-color: #ebebeb;
	background-image: none;
}
div#navmenu ul li ul li ul li a {
	padding-left: 35px;
}
div#navmenu ul li ul li ul li ul {
	background-color: #fff;
}
div#navmenu ul li ul li ul li ul li a {
	padding-left: 50px;
}
/* Menu hovers, arrows, and you-are-here indicators */
.sectionhere {
	background: url(../../images/arrow_down.gif) 4px 11px no-repeat;
}
div#navmenu ul li ul li ul li a.sectionhere {
	background-position: 19px 11px;
}
div#navmenu ul li ul li ul li ul li a.sectionhere {
	background-position: 40px 11px;
}
.here {
	background: #fff url(../../images/arrow_right.gif) 7px 9px no-repeat;
}
div#navmenu ul li ul li ul li a.here {
	background-position: 22px 7px;
}
div#navmenu ul li ul li ul li ul li a.here {
	background-position: 37px 7px;
}
/* Giving link */
#givinglink a {
	display: block;
	height: 60px;
	width: 215px;
	background: url(../../images/btn_makeagift.png) 0 0 no-repeat;
	margin-top: 10px;
}
#givinglink a:hover {
	background: url(../../images/btn_makeagift_f2.png) 0 0 no-repeat;
}
#givinglink a span {
	margin-left: -9999em;
}
/* Feature area */
#feature {
	float: left;
}
div#featurebutton a {
	position: absolute;
	right: 0;
	top: 236px;
	z-index: 1000;
	display: block;
}
/* Feature area blurb */
div#blurb div {
	font-size: 0.92em;
	position: absolute;
	z-index: 99;
	top: 60px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin-left: 720px;
}
/* Content columns */
#column1, #column2, #column3 {
	padding: 0 15px 40px 20px;
	margin: 1em 0 2em 0;
	width: 208px;
	float: left;
}
div#column1, div#column2 {
	border-right: 1px solid #ccc;	
}
/* E-mail Form */
div.emailForm fieldset p {
	position: relative;
	width: 100%;
}
div.emailForm label {
	float: left;
	width: 12em;
}
div#errorMessage {
	padding: 5px;
	border: solid 1px #FF0000;
	width: 100%;
	display: none;
	color: #FF0000;
	margin-bottom: 10px;
	background-color: #FFE4E1;
}
div.successMessage {
	padding: 5px;
	border: solid 1px #008000;
	color: #008000;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #B7FF98;
}
/* E-mail Form */
div.emailForm fieldset p {
	position: relative;
	width: 100%;
}
div.emailForm label {
	float: left;
	width: 12em;
}
div#errorMessage {
	padding: 5px;
	border: solid 1px #FF0000;
	width: 100%;
	display: none;
	color: #FF0000;
	margin-bottom: 10px;
	background-color: #FFE4E1;
}
div.successMessage {
	padding: 5px;
	border: solid 1px #008000;
	color: #008000;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #B7FF98;
}
/* Event Calendar */
#column1 #eventCalContainer {
	float: right;
	margin: 20px 0 20px 20px;
}
.eventCalendar {
	float: right;
	margin: 15px 0 20px 20px;
	border: solid 2px #999;
	width: 200px;
	height: 200px;
	font-size: 90%;
	border-spacing: 0;
	border-collapse: collapse;
}
.eventCalendarTitle {
	font-weight: bold;
	width: 200px !important;
	background-color: #F2F2F2;
	margin: 0 !important;
}
.eventCalendarNextPrevious a {
	padding: 2px 5px;
	border: solid 2px #CCC;
	text-decoration: none;
}
.eventCalendarDayHeader {
	background-color: #F2F2F2;
	text-align: center;
}
.eventCalendarDay {
	color: #06C;
	text-align: center;
	border: solid 1px #CCC;
	white-space: nowrap;
	background-color: #FFF;
}
.eventCalendarToday {
	font-weight: bold;
	background-color: #ADD8E6;
}
.eventCalendarOtherDay {
	background-color: #CCC;
	color: #A6A6A6;
}
/* Footer */
#footershadow {
	background: url(../../images/bg_shadowbottom.jpg) top center no-repeat;
	padding-top: 40px;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 950px;
	text-align: left;
	border-top: 1px #999 dotted;
}
div.footercolumn, div.footercolumnfirst {
	margin-top: -37px;
	float: left;
	width: 222px;
	padding-left: 20px;
}
div.footercolumnfirst {
	width: 215px;
	padding: 0;
}
#footer div.twocolumn {
	width: 700px;
}
#footer div.threecolumn {
	width: 330px;
}
div.footercolumnfirst ul {
	width: 100px;
}
div.footercolumn ul, div.footercolumnfirst ul {
	float: left;
	padding: 0.7em 0 0.5em 0;
}
div.footercolumn ul li, div.footercolumnfirst ul li {
	margin: 0 0 0.2em 0;
}
/* Copyright */
div#copyright {
	margin: 0 auto;
	width: 950px;
	clear: both;
	text-align: right;
	border-top: 1px #999 dotted;
	font-size: 1.1em;
	padding-top: 0.6em;
}
div#copyright a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
/* Staff Directory Search AutoComplete */
.completionList {
	font-size: 1.2em;
	border: solid 1px #999;
	margin-left: 0;
	background-color: #FFF;
}
/* Hidden elements */
div.hidden {
	display: none;
}
