/* ------------------------------------------------------- LINK STYLES */
a:link, a:visited {
	color: #6699CC;
	padding-bottom:2px;
	text-decoration: none;
}
a:hover, a:active {
	background-color: #6699CC;
	color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------------- H1 MIDDLE TITLES -- JQUERY SHUT */
h1 {
	color: #999;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 5px;
	line-height: normal;
	margin: 0px;
	margin-top: 20px;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-decoration: none;
}
h1 a, h1 a:link, h1 a:visited {
	background-color: #FFF;
	border-bottom: 1px dotted #6699CC;
	color: #999;
	padding-bottom:2px;
	text-decoration: none;
}
h1 a:hover, #middle a:active {
	background-color: #6699CC;
	border-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}

/* ------------------------------------------------------- H2 MIDDLE SUBHEADS -- JQUERY DROP */
h2 {
	color: #999;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}
h2 a, h2 a:link, h2 a:visited {
	background-color: #FFF;
	border-bottom: 1px dotted #6699CC;
	color: #999;
	padding-bottom: 2px;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	background-color: #6699CC;
	border-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------------- H3 MIDDLE TITLES -- JQUERY OPEN */
h3 {
	color: #999;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 5px;
	line-height: normal;
	margin: 0px;
	margin-top: 20px;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-decoration: none;
}
h3 a, h3 a:link, h3 a:visited {
	background-color: #FFF;
	border-bottom: 1px dotted #6699CC;
	color: #999;
	padding-bottom:2px;
	text-decoration: none;
}
h3 a:hover, #middle a:active {
	background-color: #6699CC;
	border-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}

/* ------------------------------------------------------- H4 MIDDLE SUBHEADS -- JQUERY CALLOUT */
h4 {
	color: #999;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}
h4 a, h4 a:link, h4 a:visited {
	background-color: #FFF;
	border-bottom: 1px dotted #6699CC;
	color: #999;
	padding-bottom: 2px;
	text-decoration: none;
}
h4 a:hover, h4 a:active {
	background-color: #6699CC;
	border-bottom: 0px;
	color: #FFF;
	text-decoration: none;
}


/* ------------------------------------------------------- SPLASH IMAGE -- JQUERY CALLOUT */
.callout {
	background-image: url(../images/unc/globals/splash.png);
}


/* ------------------------------------------------------- > > > LEFT NAV */
ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
}
ul.menu li {
	line-height: -900px;
	overflow: hidden;
	width: 250px;
}
ul.menu li a {
	background-position: -500px 0;
	display: block;
    margin-left: -500px;
}
ul.menu li a.one {
	background: url(../images/unc/globals/sideNav_01.png);
	height: 50px;
}
ul.menu li a.two {
	background: url(../images/unc/globals/sideNav_02.png);
	height: 66px;
}
ul.menu li a.three {
	background: url(../images/unc/globals/sideNav_03.png);
	height: 69px;
}
ul.menu li a.four {
	background: url(../images/unc/globals/sideNav_04.png);
	height: 93px;
}
ul.menu li a.five {
	background: url(../images/unc/globals/sideNav_05.png);
	height: 61px;
}

ul.menu li a:hover {
	background-position: -250px 0;
}

/* ------------------------------------------------------- PAGE (BKGD IMG) LAYOUT */
#page {
	background-image: url(../images/unc/globals/logo.png);
	background-position: -10px 0;
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 960px;
}
