/*	UNCG CSS File for Adding the Menu to Accessible Template
* 	Author: Kevin McClain
* 	Version 1.1
* 	Last Update: Richard Cox, 01.Mar.2005
* 	Location(s):
*		http://www.uncg.edu/global_uncg/style/uncg-screen-menu.css
* 	Revision History: Available online at: http://www.uncg.edu/XXXXX
*/

/* page element defaults */
h1 {border-bottom:1px dotted #ccc; padding:.35em;width:inherit;}

#events {
	display: block; 
	width:160px;
	overflow: auto;
	margin-top:0px;
	padding-top:0px;
	margin-left:10px;
	z-index: 0;
	text-decoration:none;
	background-color:#FFFFFF;
}

#news {
	display: block; 
	width:160px;
	overflow: auto;
	margin-top:0px;
	padding-top:0px;
	margin-left:10px;
	z-index: 0;
	text-decoration:none;
	background-color:#FFFFFF;
}

.events img{
margin-left:10px;
padding:0px;
margin-bottom:0px;
display:block;
}

.events a{
	/*display:block; until new changes*/
	text-decoration: underline;
}

.img_left{
	padding:5px;
	float:left;
}

.img_right{
	padding:5px;
	float:right;
}


#leftcol {
	position: relative;
	width: 50%;
	float:left;
}
#rightcol {
	position: relative;
	float:left;
	width: 49%;
}
.leftcol {
	position: relative;
	width: 50%;
	float:left;
}
.rightcol {
	position: relative;
	float:left;
	width: 49%;
}
#leftcol2 {
	position: relative;
	float:left;
	width: 14%;
}
#rightcol2 {
	position: relative;
	float:left;
	width: 86%;
}
#argmax {
	position: absolute;
	top: 30%;
	right: 2%;
	z-index: 1;
}
#main{
	width: 66%;
}

.center{
	display: block;
    margin-left: auto;
    margin-right: auto; 
}

.bar{
	background-color:#FC0;
	width:100%
}

.emr{
	background-color:#FC0;
	text-align:center;
	color:#000;
	font-size:18px;}
.cio{
	background-color:#FC0;
	text-align:center;
	color:#000;
	height:60px;
	font-size:16px;
}
.cio h2{
padding-top:10px;
}


/* IDs and Classes */
#pagContent {border-left:1px dotted #ccc; margin-left:175px; padding:.75em; font-size:.9em; color:#333; line-height:1.5;background:#fff;}
#unitNav  {float:left; width:175px; margin:0; padding:0; list-style:none; font:.7em normal Arial, Helvetica, sans-serif;}
	#unitNav li {border-bottom:1px dotted #ccc; padding:.5em;font-weight:bold;}
	#unitNav a {color:#036;}
	#unitNav a:hover, #unitNav a:active, #unitNav a:focus, #unitNav a {color:#666; text-decoration:none;}
	#unitNav ol {margin:0; padding:0;}
	#unitNav ol li {padding:0 2em; border-bottom:none; margin:0; background: url("http://www.uncg.edu/global_uncg/images/goBtn.gif") no-repeat; font-weight:normal;}

#unitNavCrumb {border-left:1px dotted #ccc; margin-left:175px; background:#ececea; color:#666; font-size:.75em; padding:.5em; width:inherit; text-decoration:none;}
#unitNavCrumb a:hover, #unitNavCrumb a:active, #unitNavCrumb a:focus {color:#333; text-decoration:none;}

