/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
@charset "utf-8";
/* CSS Document */

/* GLOBAL STYLES */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Font Stacks */
body {
	font-family:  "Helvetica Neue", Arial, sans-serif;
}
ol#controls li a,#leftNav li a, .rightCol h1, .rightCol h2, .rightCol h3, .rightCol h4, .rightCol h5, .rightCol h6  {
	font-family: "Century Gothic", Arial, sans-serif;
}
.centerPlate h1,.centerPlate h2,.centerPlate h3,.centerPlate h4,.centerPlate h5,.centerPlate h6 {
	font-family: "Hoefler Text", Georgia, serif;
}


.noBackground {
	background:none!important;
	border:none!important;
}
a:hover {
    text-decoration:none;
}

address {
	font-size:0.8em;
	color:#333;
	margin-left:10px;
	padding-bottom:10px;
	font-style: normal;
	}
/**SLIDESHOW**/
#rotator {
	position:relative;
	margin-bottom: 20px;
	z-index:1;		
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		max-width:842px;
		max-height:390px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;
		float:right;
		clear:both;
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
	float:left;
	height:20px;
	line-height:28px;
	border:1px solid #ccc;
	background:#be0f34;
	color:#999;
	padding:0 5px;
	text-decoration:none;
	font: .9em;
		}
	ol#controls li.current a, ol#controls li a:hover{
	background:#720518;
	color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/*****************END SLIDESHOW*****************************/
/**LEFT NAVIGATION**/
nav {
	margin-bottom: 20px;
	}
#leftNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftNav li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftNav li a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #666;
	display: block;
	padding: 10px 0px;
	margin-right: 10px;
	margin-left: 10px;
	font: 0.9em;
}
#leftNav li a:hover {
	color:#be0f34;
	}
#leftNav li li a {
	padding-left:20px;
	}	
/**END LEFT NAVIGATION**/
/**Content Area**/

.centerPlate {
	background-color: #FFFFFF;
	}
.centerPlate a, address a{
	color:#be0f34;
	}	
.centerPlate {
	padding-top: 10px;
	padding-bottom: 20px;
	display:block;
	font-size:0.9em;
	word-spacing: normal;
	letter-spacing: normal;
}
.centerPlate #breadcrumb {
	margin-bottom:2em;
}

.centerPlate p {
	line-height:130%;
	margin-bottom: 1.4em;
}
.centerPlate table {
	margin-bottom: 1.4em;
	}
.centerPlate li	{
	margin-bottom: .6em;	
	}
.centerPlate ul, .centerPlate ol{
	margin:20px 20px;
}
.centerPlate h1,.centerPlate h2,.centerPlate h3,.centerPlate h4,.centerPlate h5,.centerPlate h6 {
	line-height: 130%;
	display: block;
	margin-bottom: 1em;
	color:#1c1c1c;
	}
.videoPlayer{margin-bottom:1.6em;}
blockquote {
	margin:20px;
	}
 .AccordionPanelContent div {
    clear:both;
    padding:5px 5px 0 5px;
    overflow:auto;
    border-bottom: 1px dashed #d1d4db;
}
.AccordionPanelContent div:hover {
    background-color:#d1d4db;
}
/**END CONTENT AREA**/
/**RIGHT COLUMN**/
.rightCol {
	color: #FFF;
	z-index:2;
	padding-top:10px;
}
.rightCol a {
	color:#FFFFFF;
	}
.rightCol h1, .rightCol h2, .rightCol h3, .rightCol h4, .rightCol h5, .rightCol h6 {
	font-weight: normal;
	text-transform: lowercase;
	font: 1.5em;
	margin-left: 10px;
	margin-bottom: 1em;
}
.rightCol p {
	margin-left: 10px;
	margin-bottom: 1em;
	font-size: 0.8em;
	line-height: normal;
}
.rightCol ul, .rightCol ol {
	font-size: 0.8em;
	line-height: normal;
	margin: 0 0 1em 20px;
	}
.rightCol li {
	margin-bottom:.5em;
	}	
.rightColVideoPlayer {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0 auto 20px auto;
	max-width:308px;
}
.actionItems {

}
.actionItems ul, .newsEvents ul {
	margin: 0px 20px 10px 20px;
	padding-top: 5px;
	list-style: none;
}
.actionItems ul li a, .newsEvents ul li a {
	display: block;
	margin-bottom: 5px;
}
.actionButton {
	height: 34px;
	width: 175px;
	display: block;
	margin:0 auto;
	}
.requestInfo {background: url(http://www.uark.edu/inc/css/requestinfo.png) no-repeat;}
.scheduleVisit {background: url(http://www.uark.edu/inc/css/schedulevisit.png) no-repeat;}
.applyOnline {background: url(http://www.uark.edu/inc/css/applyonline.png) no-repeat;}
.email {background: url(http://www.uark.edu/inc/css/icons/EmailBeveled.png) no-repeat;}
.RSS {background: url(http://www.uark.edu/inc/css/icons/RSSBeveled.png) no-repeat;}
.twitter {background: url(http://www.uark.edu/inc/css/icons/twitterBeveled.png) no-repeat;}
.Facebook {background: url(http://www.uark.edu/inc/css/icons/facebookBeveled.png) no-repeat;}
.youTube {background: url(http://www.uark.edu/inc/css/icons/youtube_32.png) no-repeat;}
.blog {background: url(http://www.uark.edu/inc/css/icons/RSSBeveled.png) no-repeat;}
.listWithIcons li a {
	padding-top: 5px;
	padding-left: 40px;
	text-decoration: none;
	color: #fff;
	height:36px;
}




/*COLORS*/
.red {
	color: #7C1518;
}
.whiteDots {
	display:block;
	height:0px;
	width:207px;
	margin: 0 auto 10px auto;
	border-top: 1px dashed #FFF;
	}
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 480px) {
	body {
		
	}
/**** Search Form ****/
#gs {
	position: relative;
	margin: 5px 20px;
	padding: 0px;
	width: 255px;
	display:block;
	clear:both !important;
	}
/************************END SEARCH FORM*****************/
/***********************GLOBAL LINKS*****************************/
ul#GlobalLinks {
	list-style: none;
	padding: 10px 0 0 0;
	margin-left:20px;
	clear:both;
	display:block;
}
#GlobalLinks li a {
	display: block;
	text-decoration: none;
	padding: 5px;
	margin: 0px 0px 2px;
	}

/**********************END GLOBAL LINKS************************/

/************************* MAIN NAVIGATION *******************************************/
#mainNav {
		overflow:hidden;
	}
#mainNav ul li a {
	width:100%;
	clear:both;
	padding: 10px;
	margin: 0px 0px 2px;
	background-color: #666666;
	border-top: 1px solid #999;
	border-right: 1px none #999;
	border-bottom: 1px solid #999;
	border-left: 1px none #999;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.37, #666666),
    color-stop(0.69, #999999)
);
background-image: -moz-linear-gradient(
    center bottom,
    #666666 37%,
    #999999 69%
);

}
.contentBG {
	background: none;
}
.centerPlate {
	padding-top: 10px;
	min-height: 100%;
}
#siteIdentifier {
	position: relative;
	clear:both;
	margin:0 -20px;
	background-color:#333333;
	overflow:auto;
	float:none;
	padding: 0px 20px 10px 20px;
	display:block;
	border-top: solid 2px #FFFFFF;
	width:100%;
}
.whiteDots {
	display:block;
	height:0px;
	width:207px;
	padding: 0 auto 10px auto;
	border-top: 1px dashed #FFF;
	}

}




/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 



}