html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
}

.bg1 { background-image: url('/img/backgrounds/background_01.png'); }
.bg2 { background-image: url('/img/backgrounds/background_02.png'); }
.bg3 { background-image: url('/img/backgrounds/background_03.png'); }
.bg4 { background-image: url('/img/backgrounds/background_04.png'); }

.bg1_hover { background-image: url('/img/backgrounds/background_01_color.png'); }
.bg2_hover { background-image: url('/img/backgrounds/background_02_color.png'); }
.bg3_hover { background-image: url('/img/backgrounds/background_03_color.png'); }
.bg4_hover { background-image: url('/img/backgrounds/background_04_color.png'); }


a:link, a:visited, a:active, a:hover {
	color: #999;
}
a:hover {
	color: #000;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}



.transparent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #FFF;
}

#test {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

#backgrounds, #bgOver {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

#backgrounds {
	text-align: right;
}

a:link, a:visited, a:active, a:hover {
	font-family: helvetica, arial, sans-serif;
}


a.navLink:link, a.navLink:visited, a.navLink:active, a.navLink:hover {
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

a.navLinkSel:link, a.navLinkSel:visited, a.navLinkSel:active, a.navLinkSel:hover {
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}


#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1100;
	overflow: auto;
}

#navMenu {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	z-index: 2;
}


#navMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#chapters {
	margin: 0;
	padding: 0;
	line-height: 14px;

}

#navMenu .sections {
	margin: 0;
	padding: 0;
	line-height: 11px;
}

#navMenu .chapter {
	display: inline;
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
}

#navMenu .chapterSel {
	display: inline;
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 14px;
}


#navMenu .section {
	display: inline;
	float: left;
	width: 100%;
	font-size: 11px;
	margin: 3px 0 0 0;
	padding: 0;
}

#navMenu .sectionSel {
	display: inline;
	float: left;
	width: 100%;
	font-size: 11px;
	margin: 3px 0 0 0;
	padding: 0;
	
}

#navMenu .cLinkHolder {
	float: left;
	width: 100%;
	border-bottom: 3px solid #666;
}

#navMenu .cLinkHolderSel {
	float: left;
	width: 100%;
	border-bottom: 3px solid #000;
}

#navMenu .sLinkHolder {
	float: left;
	width: 100%;
	border-bottom: 1px solid #666;
}

#navMenu .sLinkHolderSel {
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
}

#navMenu .cLink {
	display: inline;
	float: left;
	margin: 0 0 0 30px;
}

#navMenu .sLink {
	display: inline;
	float: left;
	margin: 0 0 0 150px;
}


#header {
	position: absolute;
	top: 0;
	left: 350px;
	width: 600px;
	height: 119px;
	z-index: 1200;
	border-bottom: 1px solid #333;
	background: #FFF;
}

#logos {
	display: inline;
	float: left;
}

#logoClue {
	display: inline;
	float: left;
	width: 123px;
	height: 44px;
	margin: 31px 0 0 15px;
}

#logoText {
	display: inline;
	float: left;
	margin: 41px 0 0 0;
	width: 300px;
}

#logoVu {
	position: absolute;
	top: 0;
	left: 705px;
	width: 225px;
	z-index: 5000;
	
}


#contentHolder {
	position: absolute;
	top: 120px;
	left: 350px;
	bottom: 0;
	width: 600px;
	overflow: hidden;
	z-index: 1300;
}


#searchHolder {
	display: inline;
	float: left;
	width: 300px;
	vertical-align: bottom;
	margin: 50px 0 0 30px;
}

#searchHolder form, #searchHolder input {
	vertical-align: bottom;
	font-style: italic;
}

.inputSearch {
	font-style: italic;
}

#searchForm {
	width: 300px;

}

input {
	border: 1px solid #999;
	padding: 2px;
	color: #999;
}



.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
}




h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	margin: 0 0 0 0;
	
}



h1 {
	display: inline;
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0;
}

h1.day {
	display: block;
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	vertical-align: top;
	margin: 0 0 0 0;
	padding: 0;
	color: #666;
	
}

h1.daySel {
	display: inline;
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	vertical-align: top;
	margin: 1px 0 0 0;
	padding: 0;
	color: #000;
	
}


h2, h3 {
	display: inline;
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;

}

h4 {
	margin: 0;
	padding: 0;
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 14px;
}

h4.logoTxt {
	font-size: 12px;
	color: #999;
}






strong {
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
}






.description, .description p {
	width: 400px;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

.pageContent {
	display: inline;
	float: left;
	width: 555px;
	margin: 0 0 0 15px;
	padding: 3px 0 5px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	
	
}

.template2 .objImage {
	width: 555px;
}

.template0 .objImage {
	width: 555px;
}

.template3 .objImage {
	width: 555px;
}


.textHolder {
	float: left;
	width: 100%;
}

.mediaRow {
	display: inline;
	float: left;
	width: 555px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}

.mediaImage {
	float: left;
	width: 110px;
}

.mediaText {
	float: left;
	width: 445px;
}


.mediaCaption, .mediaCaption p {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	width: 445px;
}


.abstract {
	width: 400px;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

.flash {
	background-image: url('../img/transparent.png');
	background-repeat: repeat;
}

.dayTemp3 {
	display: inline;
	float: left;
	width: 40px;
}

.h1Temp3 {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	color: #666;
}

.h1Temp3Sel {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
}

.h1Date3 {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	color: #666;
}

.h1Date3Sel {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	color: #000;
}


.h4Temp3 {
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	color: #666;
}

.h4Temp3Sel {
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	color: #000;
}


.titleTemp3 {
	display: inline;
	float: left;
	width: 500px;
}

.titleTemp3 .abstract {
	width: 500px;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#preloader {
	display: none;
}




#sortHolder {
	position: absolute;
	top: 100px;
	left: 365px;
	width: 555px;
	height: 18px;
	z-index: 3000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#sortOptions {
	position: absolute;
	top: 2px;
	left: 190px;
	width: 300px;
	height: 15px;
	z-index: 3000;

}
	
#sortHolder li ul {
	position: relative;
	left: 0;
	top: 5px;
	display: none;
}

#subnav {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;	
}

.subnavItem {
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	float: left;
	padding: 0 10px 0 0;
}


#sort_title {
	width: 35px;
}

#sort_date {
	width: 50px;
}

#sort_faculty {
	width: 75px;
}

#sort_themes {
	width: 60px;
}



.dropdown {
	font-size: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	background: #FFF;
	border-bottom: 1px solid #000;
}

.dropItem {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 3px;
}

#subnav a {
	font-family: "helvetica condensed", "arial condensed", "arial narrow", helvetica, arial, haettenschweiler, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
}

.email {
	font-size: 20px;
	width: 400px;
	border: 1px solid black;
}

.emailBtn {
	font-size: 14px;
	border: 1px solid black;
	margin: 20px 0 0 0;
	padding: 1px;
}


.pageLink {
	color: #FF0099;
}

.pgTitle {
	color: #666;
}

.pgTitle a {
	color: #666;
}

.pgTitle a:hover {
	color: #666;
}




.h1Temp3 a {
	color: #666;
}

.pageSub {
	color: #666;
}
.pageSubSel {
	color: #000;
}

.contentBgHolder, .contentBgHolderHome {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.objPdf {
	vertical-align: text-bottom;
}

p.pdfHolder {
	margin: 2px 0 2px 0;
	padding: 0;
}



p.pdfholder, p.xlsholder, p.pptholder {
	display: inline;
	float: left;
	width: 100%;
	margin: 2px 0 2px 0;
	padding: 0;
}


.objpdf, .objppt, .objxls {
	vertical-align: text-bottom;
}

a.doclinkpdf img, a.doclinkppt img, a.doclinkxls img {
	display: none;
}

a.doclinkpdf:link, a.doclinkpdf:visited, a.doclinkpdf:active, a.doclinkpdf:hover {
	display: inline;
	float: left;
	clear: left;
	width: 17px;
	height: 23px;
	background-image: url('/img/docIconsSmPDF.png');
	background-repeat: no-repeat;
	background-position: -17px 0px;
}

a.doclinkpdf:visited {
	background-position: -34px 0px;
}

a.doclinkpdf:active {
	background-position: 0px 0px;
}

a.doclinkpdf:hover {
	background-position: 0px 0px;
}

a.doclinkppt:link, a.doclinkppt:visited, a.doclinkppt:active, a.doclinkppt:hover {
	display: inline;
	float: left;
	clear: left;
	width: 17px;
	height: 23px;
	background-image: url('/img/docIconsSmPPT.png');
	background-repeat: no-repeat;
	background-position: -17px 0px;
}

a.doclinkppt:visited {
	background-position: -34px 0px;
}

a.doclinkppt:active {
	background-position: 0px 0px;
}

a.doclinkppt:hover {
	background-position: 0px 0px;
}


a.doclinkxls:link, a.doclinkxls:visited, a.doclinkxls:active, a.doclinkxls:hover {
	display: inline;
	float: left;
	clear: left;
	width: 17px;
	height: 23px;
	background-image: url('/img/docIconsSmXLS.png');
	background-repeat: no-repeat;
	background-position: -17px 0px;
}

a.doclinkxls:visited {
	background-position: -34px 0px;
}

a.doclinkxls:active {
	background-position: 0px 0px;
}

a.doclinkxls:hover {
	background-position: 0px 0px;
}






p a.docLink:link, p a.docLink:visited, p a.docLink:active, p a.docLink:hover, a.docLink:link, a.docLink:visited, a.docLink:active, a.docLink:hover {
	display: inline;
	float: left;
	clear: right;
	margin: 5px 0 0 5px;
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-stretch: condensed;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}

p a.pdfLink:hover, a.pdfLink:hover {
	color: #000;
}


a.pdfIconLink:link, a.pdfIconLink:visited, a.pdfIconLink:active, a.pdfIconLink:hover {
	display: block;
	width: 70px;
	height: 100px;
	background-image: url('/img/docIconsPDF.png');
	background-repeat: no-repeat;
	background-position: -70px 0px;
}

a.pdfIconLink:visited {
	background-position: -140px 0px;
}

a.pdfIconLink:active {
	background-position: 0px 0px;
}

a.pdfIconLink:hover {
	background-position: 0px 0px;
}

a.pptIconLink:link, a.pptIconLink:visited, a.pptIconLink:active, a.pptIconLink:hover {
	display: block;
	width: 70px;
	height: 100px;
	background-image: url('/img/docIconsPPT.png');
	background-repeat: no-repeat;
	background-position: -70px 0px;
}

a.pptIconLink:visited {
	background-position: -140px 0px;
}

a.pptIconLink:active {
	background-position: 0px 0px;
}

a.pptIconLink:hover {
	background-position: 0px 0px;
}

a.xlsIconLink:link, a.xlsIconLink:visited, a.xlsIconLink:active, a.xlsIconLink:hover {
	display: block;
	width: 70px;
	height: 100px;
	background-image: url('/img/docIconsXLS.png');
	background-repeat: no-repeat;
	background-position: -70px 0px;
}

a.xlsIconLink:visited {
	background-position: -140px 0px;
}

a.xlsIconLink:active {
	background-position: 0px 0px;
}

a.xlsIconLink:hover {
	background-position: 0px 0px;
}


.homeImage {
	max-width: 400px;
}

.printholder {
	margin-top: 10px;
}

.homecolumn {
	display: inline;
	float: left;
	width: 290px;
	height: 20px;
}

.coltitle {
	font-family: "helvetica condensed", "arial condensed", "arial narrow", haettenschweiler, helvetica, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 275px;
	border-bottom: 3px solid #000;
	margin: 10px 0 5px 15px;
}
