/*	UNCG Default CSS File for Accessible Template
* 	Author: Richard Cox
* 	Version 1.2.1
* 	Last Update: Adnrew Marker, 14.Jul.2008
* 	Location(s):
*		http://www.uncg.edu/inc_uncg/style/uncg-screen.css
* 	Revision History: 
*		19.Jul.2005 	added class (.el) to allow for identifying external linkage
*		13.Jul.2005 	Added HTML presentational mimics
*						Bug fixes
*/
/* page element defaults */

a:link {
	color:#069;
}
a:visited, #search a:link {
	color:#036;
}
a:hover, a:active, a:focus {
	color:#999;
}
a img {
	border:0px;
}
abbr, acronym {
	cursor:help;
} /* ? cursor */
body {
	margin:0;
	font:100% "Verdana", "Verdana", "Arial", "Helvetica", sans-serif;
}
code, kbd {
	font:1.25em "Courier New", monospace;
}
h1, h3 {
	color:#036;
}
h1, h2, h3 {
	font:normal 1.8em "Book Antiqua", "Times New Roman", serif;
	margin:0;
}
h3 {
	font-size:1.4em;
}
h2 + p, h3 + p, h4 + p, h5 + p, li > p {
	margin-top:0;
}
q {
	font-style:italic;
}
/* The below Classes mimic HTML presentation */
.b {
	font-weight:bold;
}
.center {
	text-align:center;
}
.i {
	font-style:italic;
}
.left, .right {
	margin:.5em;
}
.left {
	float:left;
}
.right {
	float:right;
}
.u {
	text-decoration:underline;
}
/* IDs and Classes */
.exitUNCG {
	background: transparent url("../../externallink.png") no-repeat 100% 50%;
	padding-right:15px;
}
#pagContent {
	margin:0;
	padding:5px 10px;
	font-size:.8em;
}
#uncgBody {
	width:720px;
	background:#fff;
} /* Page Body */
div.spacer {
	clear: both;
	line-height:.001em;
} /*Forces the drawing of the border between the left nav and content. */
#uncgAccessNav, .hidden {
	position:absolute;
	left:-2000px;
}
#uncgAdmin {
	text-align:right;
	float:right;
	width:50%;
}
#uncgFooter {
	clear:both;
	font-size:.65em;
	width:100%;
	background-color:#fff;
	border-top:1px dotted #ccc;
}
#uncgFooter p {
	padding:0 .5em;
	color:#999;
	margin:0;
	text-align:right;
}
#uncgFooter address {
	color:#036;
	padding:.25em;
	font-style:normal;
	line-height:1.5em;
	margin-left:10px;
}
#uncgHeader {
	height:80px;
	margin-right:180px;
	background:#fff;
}/* encapsulates #uncgLogo and #uncgNav */
#uncgLogo {
	margin:0;
	background:#fff url("../../images/inspire_change.gif") no-repeat 100%;
	height:55px;
	width:auto;
	padding:0;
	border-right:solid #fff 1px;
}
#uncgNav {
	background:#fc0;
	font-size:.65em;
	border-top:1px solid #036;
	height:22px;
}/* gold bar */
#uncgNav ol a {
	color:#036;
	text-decoration:none;
	font-family:"Verdana", "Arial", "Helvetica", sans-serif;
	letter-spacing:-1px;
	padding:0.2em;
	padding-right:5px;
	border:0px solid #fc0;
	font-weight: bold;
}
#uncgNav ol a:hover, #uncgNav ol a:focus, #uncgNav ol a:active {
	background:#fc3;
	border:0px solid #fff;
	color: #FFFFFF;
}
#uncgNav ol {
	margin:0;
	padding:.5em;
	text-align:center;
}
#uncgNav li {
	display: inline;
	list-style: none;
	border-right:1px dotted #fff;
}
#uncgNav li.last, #uncgSearch li.last {
	border-right-width:0;
}
#uncgSubNav {
	width:180px;
	height:80px;
	margin-top:-80px;
	float:right;
} /* Encapsulates #uncgSearch and css dropdown */
/* Encapsulates #uncgSearch and css dropdown */
#uncgSearch {
	height:48px;
	background:#ccc;
	font:.65em "Arial", "Helvetica", "Verdana", sans-serif;
	margin:0;
	padding:3px 0;
	border-bottom:1px solid #fff;
}
/* Gray Search Box*/
#uncgSearch a:link, #uncgSearch a:visited, #uncgNav li a {
	text-decoration:none;
	font-size:.9em;
}
#uncgSearch img {
	margin-bottom:-.6em;
	margin-top:.3em;
}
#uncgSearch ul {
	margin:0 0 0 2px;
	;
	padding:0;
}
#uncgSearch li {
	display:inline;
	list-style:none;
	border-right:1px solid #eaeaea;
	margin:0;
	padding:0 0 0 .2em;
}
#searchBtn {
	vertical-align:bottom;
}
#uncgSearchQuery {
	color:#036;
	font-family:"Verdana", "Arial", "Helvetica", sans-serif;
	margin:3px 0 1px 17px;
	width:91px;
	padding-left:5px;
	font-size:.9em;
}
/* Campus Links CSS Dropdown  */
#uncgBlueNav {
	background:#036 url("../images/campusLinksArrow.gif") no-repeat 80% 50%;
	margin:0;
	padding:0;
	font:bold .75em "Arial", "Helvetica", sans-serif;
	width:180px;
	float:right;
	height:23px;
	margin-top:0;
}
#uncgBlueNav a {
	color:#ffffff;
	text-decoration:none;
}
#uncgBlueNav a:visited {
	color:#cccccc;
}
#uncgBlueNav a:hover, #uncgBlueNav a:active, #uncgBlueNav a:focus {
	color:#69c;
	text-decoration:underline;
}
#uncgBlueNavDrop {
	padding:0;
	margin:0;
	list-style:none;
}
#uncgBlueNavDrop li {
	float:left;
	position:relative;
	width:165px;
	padding:.35em;
	margin:0;
}
#uncgBlueNavDropItems {
	z-index:10;
	list-style:none;
	display:none;
	position:absolute;
	top:1.8em;
	background:#fff;
	border:1px solid #036;
	left:0;
	font-weight:normal;
	padding:0;
	margin:0;
	width:178px;
}
#uncgBlueNavDropItems li {
	clear:both;
	border-bottom:1px dotted #ccc;
	font-size:.9em;
	padding:0;
	width:178px;
}
#uncgBlueNavDropItems li a {
	color:#036;
	text-decoration:none;
	display:block;
	padding:.25em 0 .25em .25em;
}
#uncgBlueNavDropItems li a:visited {
	color:#666;
}
#uncgBlueNavDropItems li a:hover, #uncgBlueNavDropItems li a:focus, #uncgBlueNavDropItems li a:active {
	background:#9cf;
	color:#036;
}
#uncgBlueNavDrop li>ol {
	top:1.8em;
	left:0;
}
#uncgBlueNavDrop li:hover ol, #uncgBlueNavDrop li.over ol {
	display: block;
}
/* /Campus Links CSS Dropdown  */

#uncgAdobeDownload, #uncgOfficeDownload, #uncgMacromediaDownload, #uncgQuicktimeDownload, #uncgRealDownload, #uncgWindowsMediaDownload {
	padding-left:30px;
	min-height:30px;
}
#uncgAdobeDownload {
	background:url("http://www.uncg.edu/global_uncg/images/pdf2.gif") no-repeat;
}
#uncgMacromediaDownload {
	background:url("http://www.uncg.edu/global_uncg/images/mmicon.gif") no-repeat;
}
#uncgOfficeDownload {
	background:url("http://www.uncg.edu/global_uncg/images/officeicon.gif") no-repeat;
}
#uncgQuicktimeDownload {
	background:url("http://www.uncg.edu/global_uncg/images/qticon.gif") no-repeat;
}
#uncgRealDownload {
	background:url("http://www.uncg.edu/global_uncg/images/rmicon.gif") no-repeat;
}
#uncgWindowsMediaDownload {
	background:url("http://www.uncg.edu/global_uncg/images/wmicon.gif") no-repeat;
}

