* { margin: 0; padding: 0; border: 0; }
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #1a1a1a;
	z-index: -1;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12pt;
	height: 100%;
}
#light {
	height: 200px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/light_gradient.png');
	background-repeat: no-repeat;
	z-index: -1;
}
#wrapper {
	width: 955px;
	height: auto;
	margin: 20px;
	position: relative;
}
#banner {
	width: 100%;
	height: 159px;
	background-image: url('../images/banner.png');
	background-repeat: no-repeat;
	margin-bottom: -34px;
	position: relative;
	z-index: 3;
}
#logo {
	width: 250px;
	height: 78px;
	position: relative;
	top: 25px;
	left: 30px;
	z-index: 4;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}
#main {
	width: 955px;
	height: auto;
	min-height: 100%;
	position: relative;
	z-index: 0;
	background-image: url('../images/left_panel.png');
	background-repeat: repeat-y;
}
nav {
	width: 200px;
	min-height: 100%;
	position: relative;
	z-index: 2;
	float: left;
}
#content {
	width: 694px;
	min-height: 100%;
	background-color: #cccccc;
	background-image: url('../images/mesh.png');
	border-right: 3px solid #000000;
	float: right;
	position: relative;
	z-index: 1;
	padding: 36px 25px 75px 50px;
}
#content UL, OL {
	padding-left: 25px;
}
footer {
	position: absolute;
	bottom: -38px;
	width: 955px;
	height: 74px;
	background-image: url('../images/footer.png');
}
.clear {
	clear: both;
}
nav ul {
	list-style-type: none;
	width: 200px;
	margin: 30px 0 0 3px;
	font-size: 16pt;
	font-weight: bold;
	position: absolute;
	z-index: 2;
}
nav li {
	height: 34px;
	line-height: 34px;
	margin: 5px 0;
}
nav a {
	display: block;
	width: 160px;
	text-decoration: none;
	text-align: right;
	padding-right: 40px;
}
nav a:link {
	color: #000000;
}
nav #program.navOn a:link {
	background-image: url('../images/program_ro.png');
}
nav #classes.navOn a:link {
	background-image: url('../images/classes_ro.png');
}
nav #degrees.navOn a:link {
	background-image: url('../images/degrees_ro.png');
}
nav #instructors.navOn a:link {
	background-image: url('../images/instructors_ro.png');
}
nav #studentWork.navOn a:link {
	background-image: url('../images/student_work_ro.png');
}
nav a:visited {
	color: #000000;
}
#program a:hover {
	color: #ffffff;
	background-image: url('../images/program_ro.png');
}
#classes a:hover {
	color: #ffffff;
	background-image: url('../images/classes_ro.png');
}
#degrees a:hover {
	color: #ffffff;
	background-image: url('../images/degrees_ro.png');
}
#instructors a:hover {
	color: #ffffff;
	background-image: url('../images/instructors_ro.png');
}
#studentWork a:hover {
	color: #ffffff;
	background-image: url('../images/student_work_ro.png');
}
P {
	padding: 5px 0;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	padding-left: 30px;
	background-image: url('../images/headline.png');
	background-repeat: no-repeat;
	background-position: 0% 65%;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	padding-left: 30px;
	margin-top: 20px;
	background-image: url('../images/headline.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
h3 {
	font-size: 13pt;
	font-weight: bold;
	padding-left: 75px;
}
hgroup h2 {
	padding: 0;
	background-image: none;
	margin: 0;
}
#mtn {
	height: 63px;
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 12px;
}
#tmcc {
	height: 20px;
	width: 107px;
	position: absolute;
	bottom: 11px;
	left: 15px;
}
#foot {
	position: absolute;
	bottom: 0;
	right: 125px;
	color: #ffffff;
	text-align: right;
}
#foot P {
	padding: 0;
	padding-top: 3px;
}
#footNav {
	font-size: 10pt;
	font-weight: bold;
}
#legal {
	font-size: 8pt;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #9aac26;
}
#footNav a:link {
	color: #ffffff;
}
#footNav a:visited {
	color: #ffffff;
}
#footNav a:hover {
	color: #9aac26;
}
dd { 
	display: none;
	padding-left: 20px;
	margin-bottom: 30px;
}
#programNav {
	position: relative;
	margin-right: -8px;
	width: 175px;
	padding: 0;
	font-size: 10pt;
	float: right;
	text-align: left;
}
#programNav UL {
	padding: 0;
	margin-left: 15px;
}
#programNav LI {
	list-style-type: none;
}
#programNav A {
	background-color: #333333;
	border: 3px 0 solid #000000;
	display: block;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;
	text-decoration: none;
	width: 155px;
	padding-left: 20px;
	margin-top: 5px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
#programNav A:link {}
#programNav A:visited {}
#programNav A:hover {
	text-decoration: none;
	background-color: #cc0000;
	color: #ffffff;
}
#programNav .navOn {
	text-decoration: none;
	background-color: #cc0000;
	color: #ffffff;
}
.cred {
	font-style: italic;
}
#splashWrap {
	width: 100%;
	height: 100%;
	background-color: #000000;
}
#splashMountain {
	width: 955px;
	height: 100%;
	background-image: url('../images/mtn.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#splashLogo {
	width: 250px;
	height: 80px;
	background-image: url('../images/logo_bw_blk_sm.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	left: 37%;
	z-index: 2;
	margin: 0 auto;
}
#splashEnter {
	width: 122px;
	height: 45px;
	position: absolute;
	bottom: 200px;
	left: 44%;
	z-index: 2;
	margin: 0 auto;
}
img.nohover {
	border: 0;
}
img.hover {
	border: 0;
	display: none;
}
A:hover img.hover {
	display: inline;
}
A:hover img.nohover {
	display: none;
}