/*	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 */

#uncgBody { 
	width:978px; 
	margin:auto;
	border: 1px solid #FFFFFF;
}


h1 {border-bottom:1px dotted #ccc; padding:.35em;width:inherit;}

.column {
	width:200px;
	position:relative;  
	vertical-align:middle; 
	text-align:center;
	border:solid thin #666666;
	background-color:#FFCC00;
}

.column2 {
	overflow: visible;
	display: block;
	width:200px;
	position:relative;  
	text-align:center;
	padding-bottom:0px;
	background:url(http://www.uncg.edu/bae/econ/images/middle.gif);
}

.column2 img{
	margin:0px;
	padding:0px;
	height:22px;
	vertical-align:bottom;
}

.column2 p {
	display:block;
	padding:0px;
	

}

.column p {
	padding-top:5px;
	
}

.text p { 
	padding-top:45px;
	padding-left:215px;
	text-align:left;
}

.text2 p { 
	padding-top:45px;
	padding-left:5px;
	text-align:left;
}

.column h3{
	color:#CCCCCC;
	font-size:16px;
	vertical-align:middle;
	background-color:#003366;
	height:40px;
}

.column2 h3{
	font-size:16px;
}

#leftcol {
	position: relative;
	width: 49%;
	float:left;
}
#rightcol {
	position: relative;
	float:left;
	width: 50%;
}
#leftcol2 {
	position: relative;
	float:left;
	width: 14%;
}
#rightcol2 {
	position: relative;
	float:left;
	width: 86%;
}
#leftcol3 {
	position: relative;
	float:left;
	width: 25%;
}
#rightcol3 {
	position: relative;
	float:left;
	width: 70%;
}
#argmax {
	position: absolute;
	top: 30%;
	right: 2%;
	z-index: 1;
}
#main{
	width: 66%;
}

.center{
	display: block;
    margin-left: auto;
    margin-right: auto; 
}

.nifty{
	width:800px;
	background-image:url(http://www.uncg.edu/bae/studentser/studyabroad/images/border.gif);
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.nifty li{ list-style-type:none; padding-bottom: 5px; }
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFCC00;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* 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;}
