@charset "utf-8";
/* CSS Document */

.hidden, #skipNav {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
header {
	background: url(http://www.uark.edu/inc/css/bgImage.png) repeat-x top;
	overflow:hidden;
}

/****************************** RIBBON ***********************************************/
.UAribbon .topTools{
	background: #4D000A url(ribbon/ribbon.png) no-repeat left;
	clear: both;
	height: 63px;
	width: 100%;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	z-index:1000000000;
	font: 100%;	
}
.UAribbon #UALogo  {
	display: block;
	height: 53px;
	width: 230px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.UAribbon ul#QuickLinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 285px;
	background: url(quicklinks.png) no-repeat;
	top: 27px;
	height: 28px;
	width: 114px;
	cursor: pointer;
}
.UAribbon #QuickLinks li {
	visibility: hidden;
}
.UAribbon #QuickLinks li:hover {
	visibility: visible;
}
.UAribbon ul#GlobalLinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 7px;
	clear: both;
}
.UAribbon #GlobalLinks li a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	padding: 0px 8px;
	margin: 0px;
	font: .6em Arial !important;
	border-right: 1px solid #FFF;
}
.UAribbon #GlobalLinks a.GlobalLinksLast {
	border-right-style: none;
}
.UAribbon #GlobalLinks li a:hover {
	text-decoration: underline;
}
.UAribbon #GlobalLinks li {
	float: left;
}
.UAribbon #gs {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
	width: 265px;
}
.UAribbon #gs #search {
	margin: 0px;
	color: #666;
	width: 230px;
	position: absolute;
	bottom: 0px;
	right: 30px;
	height: 16px;
}
.UAribbon #gs #GO {
	background: url(search.png) no-repeat center center;
	display: inline-block;
	height: 27px;
	width: 27px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	bottom: -3px;
	right: 0px;
}







/****************************** BANNER ************************************************/
/**************SEARCH FORM*********************/

#gs {
	position: relative;
	margin: 5px 10px 0px 0px;
	padding: 0px;
	width: 255px;
	float:right;
	}
#gs #search {
	margin: 0px;
	color: #666;
	text-align: right;
	width: 220px;
}
#gs #GO {
	background: url(http://www.uark.edu/rd_vcad/inc/globalCSS/search.png) no-repeat center center;
	display: inline-block;
	height: 27px;
	width: 27px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	top: -2px;
	right: 0px;
}
/***********************END SEARCH FORM *************************/
/***********************GLOBAL LINKS*****************************/
ul#GlobalLinks {
	list-style: none;
	margin: 0px;
	padding: 10px 0 0 0;
}
#GlobalLinks li a {
	display: inline-block;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0px;
	font: 0.8em "Century Gothic", Arial, sans-serif;
	border-right: 1px solid #FFF;
	color: #FFF;
}
#GlobalLinks a.GlobalLinksLast {
	border-right-style: none;
}
#GlobalLinks li a:hover {
	text-decoration: underline;
}
#GlobalLinks li {
	float: left;
}
/**********************END GLOBAL LINKS************************/
.UAbanner a, .UAribbon a {
	border-bottom:none;
	}
.UAbanner img, .UAribbon img {
	border:none;
	background:none;
}
.topRibbon {
	background-color: #2C2B36;
	border-bottom: 2px solid #BE0F34;
	min-height:35px;
	overflow:auto;
	display:block;
	position: relative;
}
.UAbanner {
	background: #4D000A url(http://www.uark.edu/inc/css/banner.png) no-repeat;
	min-height: 129px;
	border-bottom: 2px solid #FFFFFF;
}
.UAbanner #UALogo {
	position: relative;	
	display: block;
	height: 80px;
	width: 300px;
	margin-top: 25px;
	margin-left: 10px;	
	float:left;
}
#siteIdentifier {
	position: relative;
	float:left;
	padding: 10px 0;
	margin-top:25px;
}
.siteIdentifierLinks{
	height: 24px;
	display: block;
	margin-bottom: 5px;
	margin-top: 2px;
}
ul#QuickLinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 280px;
	background: url(http://www.uark.edu/inc/css/quicklinks.png) no-repeat;
	top: 1px;
	height: 28px;
	width: 114px;
	cursor: pointer;
}
#QuickLinks li {
	visibility: hidden;
}
#QuickLinks li:hover {
	visibility: visible;
}

#banner {
	height: 127px;
	clear: both;
}

#UofA {
	display: block;
	width: 450px;
	height: 30px;
	float: left;
	background: url(http://www.uark.edu/inc/css/UofATitle.png) no-repeat center bottom;
	margin-top: 10px;
}
#dept {
	display: block;
	width: 859px;
	height: 45px;
	float: left;
	margin-left:5px;
}

#topLevel, #secondLevel {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-left: 20px;
	font-family:  "Century Gothic", Arial, sans-serif;
	font-size:160%;
}
#secondLevel {
	font-style: italic;
}

a[href$='.pdf'], a[href$='.PDF'] { 
	padding: 0;
	background: none;
}