/*	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 {

font-family: Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
color: #000000;
padding-top:120px;
width:665px;
}

#uncgBody { 
	width:998px; 
	margin:5px auto;
	border: 1px solid #FFFFFF;
}

#baeheader {
margin-left:150px;
background-image:url(http://www.uncg.edu/bae/ecodev/images/arial_campus_1024_cn.jpg);
background-repeat:no-repeat;


height:120px;
}

#leftcol {
	position: relative;
	width: 50%;
	float:left;
}
#rightcol {
	position: relative;
	float:left;
	width: 49%;
	border-right-style: groove;
}





/* IDs and Classes */

#pagContent {border-left:1px dotted #ccc; margin-left:150px; padding:.75em; font-size:.9em; color:#333; line-height:1.5;background:#fff;}

#unitNav {float:left; width:150px; 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; margin-top:1}
	#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;}

#pagSidebar {margin-top:0px;}

#pagSidebar h2 {font-size:16px;}

#unitNavCrumb {border-left:1px dotted #ccc; margin-left:150px; margin-top:27px; 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;}
