@charset "UTF-8";
/* CSS Document */
/* All Code (c)2013 Haskell Indian Nations University - All Rights Reserved */
/* Developed by: Kern Marketing (ann@kerngroupinc.com) & RETHNK (steven@rethnk.net) */


body {
	background-color: #410f56;
	margin: 0;
	padding: 0;
	color: #3D1551;
	background-repeat: repeat-x; 
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

ul.body { 
	margin: 45px;
	padding-left: 5px;
}
ul.nobullets {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}

h1 {
	font-size:xx-large;
}
h4 {
	font-size:large;
	padding-top: 10px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a.image-border {
	text-decoration: none;
	border: none;
}
.staffpic {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 115px;
	height: 148px;
	border: 2px; 
	border-bottom-color:#000;
}

.icon {
	vertical-align:text-bottom
}

ul.bursar {
    list-style-type: none;
    margin: 0;
    padding: 0;
	overflow: hidden;
	width: 500px;
	right: 50px;
	vertical-align: middle;
}

ul.bursar li {
	float: left;
	list-style: none;
	align-content: center;
}

ul.bursar a:link, ul.bursar a:visited {
    display: block;
    width: 700px;
	font-weight: bold;
	color: #410F56;
	background-color: #b0a2b7;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

ul.bursar a:hover, ul.bursar a:active {
    background-color: #410F56;
	color: #FFF;
}

/* Site Links --------------------------
--------------------------------------*/
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #3d1551;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
}
a:visited {
	color: #CE8918;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #C78300;
}

/* Unbold links */
a.nobold:link {
	color: #3d1551;
	text-decoration: none !important;
	font-weight: normal;
}
a.nobold:visited {
	color: #3d1551;
	text-decoration: none !important;
}
a.nobold:hover, a.nobold:active, a.nobold:focus {
	text-decoration: none !important;
	color: #C78300;
}
a.noboldunderline:link {
	color: #3d1551;
	text-decoration: underline !important;
	font-weight: normal;
}
a.noboldunderline:visited {
	color: #3d1551;
	text-decoration: none !important;
}
a.noboldunderline:hover, a.nobold:active, a.nobold:focus {
	text-decoration: none !important;
	color: #C78300;
}

/* Unbold links and make text white */
a.noboldwhite:link {
	color: #F9F9F9;
	text-decoration: none !important;
	font-weight: normal;
}
a.noboldwhite:visited {
	color: #F9F9F9;
	text-decoration: none !important;
}
a.noboldwhite:hover, a.noboldwhite:active, a.noboldwhite:focus {
	text-decoration: none !important;
	color: #F9F9F9;
}
a.noboldwhiteunderline:link {
	color: #F9F9F9;
	text-decoration: underline !important;
	font-weight: normal;
}
a.noboldwhiteunderline:visited {
	color: #F9F9F9;
	text-decoration: none !important;
}
a.noboldwhiteunderline:hover, a.noboldwhiteunderline:active, a.noboldwhiteunderline:focus {
	text-decoration: none !important;
	color: #F9F9F9;
}
#headerbkg {
	background-color: #C8BBCE;
	height: 212px;
	background-image: url(../images/design/hu-header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 1400px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.container .bottomContent{
}
.container .bottomContentfirst {
	background-repeat: repeat;
	width: 1000px;
	margin-right: 200px;
	margin-left: 200px;
	height: 650px;
}
.container .bottomContent .bottomContentfirst .col1 {
	float: left;
	width: 249px;
	margin-right: 1px;
	height: 475px;
	background-image: url(../images/design/col1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 165px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.container .bottomContent .bottomContentfirst .col1:hover {
	float: left;
	width: 249px;
	margin-right: 1px;
	height: 475px;
	background-image: url(../images/design/col1over.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 165px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.container .bottomContent .bottomContentfirst .col2 {
	float: left;
	width: 248px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(../images/design/col2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 475px;
	padding-top: 165px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.container .bottomContent .bottomContentfirst .col2:hover {
	float: left;
	width: 248px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(../images/design/col2over.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 475px;
	padding-top: 165px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.container .bottomContent .bottomContentfirst .col3 {
	float: left;
	width: 248px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(../images/design/col3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 475px;
	padding-top: 165px;
	margin-bottom: 0px;
	text-align: right;
}
.container .bottomContent .bottomContentfirst .col3:hover {
	float: left;
	width: 248px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(../images/design/col3over.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 475px;
	padding-top: 165px;
	margin-bottom: 0px;
	text-align: right;
}
.container .bottomContent .bottomContentfirst .col4 {
	float: left;
	width: 249px;
	margin-left: 1px;
	background-image: url(../images/design/col4.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 475px;
	padding-top: 165px;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}
.container .bottomContent .bottomContentfirst .col4:hover {
	float: left;
	width: 249px;
	margin-left: 1px;
	background-image: url(../images/design/col4over.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 475px;
	padding-top: 165px;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
}
.col1 top, .col2 top, .col3 top, .col4 top {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.col1 .topcontain {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 180px;
}
.col2 .topcontain, .col3 .topcontain, .col4 .topcontain {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 140px;
}
.col1 .bottomcontain {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	height: 200px;
	float: left;
	width: 225px;
	text-align: center;
}

.col2 .bottomcontain, .col3 .bottomcontain, .col4 .bottomcontain {
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	height: 200px;
	float: left;
	width: 225px;
	text-align: center;
}
.container .bottomContent .bottomContentfirst .col1 .bottomcontain bottom h3 ul li {
	display: block;
	list-style-type: none;
}
.container .bottomContent .bottomContentfirst .col2 .bottomcontain bottom h3 ul li {
	display: block;
	list-style-type: none;
}
.container .bottomContent .bottomContentfirst .col4 .bottomcontain bottom h3 ul li {
	display: block;
	list-style-type: none;
}
.container .bottomContent .bottomContentfirst .col3 .bottomcontain bottom h3 ul li {
	display: block;
	list-style-type: none;
}

/* Directory Table */
.directory {
	border: 0px;
	padding: 1px;
	spacing: 0px;
	width: 960px;
}

/* Facilities Staff Table */
.facilitiesstaff {
	border: 0px;
	padding: 15px;
	spacing: 0px;
	width: 960px;
}
.facilitiesstaff th {
	background-color: #b2a4b9;
	overflow: hidden;
	text-align:center;
}
.facilitiesstaff td {
	padding-left: 5px;
}


/* Course Listing Table & Elements */
.courselist {
	border: 0px;
	padding: 1px;
	spacing: 0px;
	width: 760px;
	text-align: center;
	vertical-align:middle;
}
.courselistsmall {
	border: 0px;
	padding: 1px;
	spacing: 0px;
	width: 722px;
	text-align: center;
	vertical-align:middle;
}
.courselistbig {
	border: 0px;
	padding: 1px;
	spacing: 0px;
	width: 759px;
	text-align: center;
	vertical-align:middle;
}
.bb {
	border-bottom: solid 2px black;
	border-bottom-width:thin;
}
.courseinfo {
	border-bottom: none; 
	color: #000000; 
	outline: none;
	cursor: default;
	text-decoration: none;
	position: relative;
}
.courseinfo span {
	margin-left: -999em;
	position: absolute;
}
.courseinfo:hover span {
	border-radius: 5px 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: fixed;
	right: 150px; 
	top: 15em; 
	z-index: 99;
	margin-left: 0; 
	width: 400px;
	color:#000;
}
.courseinfo:hover img {
	border: 0; 
	margin: -10px 0 0 -55px;
	float: left; 
	position: absolute;
}
.courseinfo:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; 
	font-size: 1.2em; 
	font-weight: bold;
	display: block; 
	padding: 0.2em 0 0.6em 0;
}
.classic { 
	padding: 0.8em 1em; 
}
* html a:hover { 
	background: transparent; 
}
.help { 
	background: #FFFFFF; 
	border: 1px solid #000000;	 
}
.info { 
	background: #FFFFFF; 
	border: 1px solid #000000;	
}
.warning { 
	background: #FFFFAA; 
	border: 1px solid #FFAD33; 
}

/* Online Payment Table */

.payonlinetable {
	border: 1px;
	border-color: #58089C;
	padding: 3px;
}

/* Top columns portion of main index page */

top h1   {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	line-height: 20px;
}

top h1 a   {
	font-size: 22px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	color: #FFF;
	line-height: 20px;
	text-decoration:none;
}

top h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	line-height: 18px;
	text-indent: 20px;
}
.toplinkh2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	line-height: 18px;
	text-indent: 20px;
}
top h4 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	line-height: 18px;
}
top a , top h3{
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	line-height: 12px;
	text-indent: 20px;
	text-align: right;
	margin-top: -5px;
}
top a:link, top a:visited, top a:focus , top a:active{
	font-size: 12px;
	color: #FFF;
	text-align: right;
	text-decoration: none;
	line-height: 12px;
	padding: 0px;
}
top a:hover {
	font-size: 12px;
	color: #FBAD27;
	text-align: right;
	text-decoration: none;
	line-height: 12px;
	padding: 0px;
}
.col1 top, .col2 top, .col3 top, .col4 bottom {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




/* ########################################  */
/* Bottom columns portion of main index page */
/* ########################################  */
bottom h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #410F56;
	line-height: 16px;
}
bottom h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #410F56;
	line-height: 12px;
	text-indent: 20px;
}
bottom h4 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #410F56;
	line-height: 14px;
	background-position: center center;
}
.bottomlink {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #410F56;
	line-height: 16px;
}
a.bottomlink:link, a.bottomlink:visited, a.bottomlink:focus, a.bottomlink:active {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #410F56;
	line-height: 16px;
	text-decoration:none;
}
a.bottomlink:hover {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}
bottom a   {
	font-size: xx-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #410F56;
	line-height: 12px;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
bottom h3 {
	font-size: xx-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #410F56;
	line-height: 12px;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: -3px;
}
bottom a:link, bottom a:visited, bottom a:focus , bottom a:active  {
	font-size: xx-small;
	color: #410F56;
	text-align: center;
	text-decoration: none;
	line-height: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
bottom a:hover {
	font-size: xx-small;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: 12px;
	background-color: #45125D;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.container .bottomContentsecond {
	background-image: url(../images/design/whitetransmain.png);
	background-repeat: repeat;
	width: 1200px;
	margin-right: 100px;
	margin-left: 100px;
}
.container .bottomContentsecond .linkchain {
	color: #FFF;
	background-color: #A490AC;
	height: 15px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #410F56;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #410F56;
	font-variant: normal;
	text-transform: uppercase;
}
.container .bottomContentsecond .linkchain a, .container .bottomContentsecond .linkchain a:link {
	color: #FFFFFF;
	height: 15px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}
.container .bottomContentsecond .linkchain a:hover {
	color: #410F56;
	height: 15px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}
.bottomContentsecond h1, h2, h3, h4, h5, h6 , p{
	color: #3D1551;
}
.mainContent {
	background-repeat: repeat-y;
	width: 1200px;
	background-image: url(../images/design/headress.png);
	background-position: right top;
}


/* Header ----------------------------------
The header is not given a width. It will ---
extend the full width of your layout -------
------------------------------------------*/
.header {
	background-color: #9c7bab;
	height: 212px;
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.HeaderLink {
    position: relative;
}
 
div.HeaderLink a {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 0;
    left: 0;
    text-decoration: none;
    background-color: #FFF;
    opacity: 0;
    filter: alpha(opacity=1);
}
.header .headerTop{
	width: 1400px;
	height: 80px;
	background-image: url(../images/header-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	
}
.headerTop .topmenuitems {
	color: #FFFFFF;
	float: right;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 9px;
	background-position: top;
	font-weight: bold;
	vertical-align: middle;
	width: 350px;
	margin-left: 0px;
}
.headerTop .topmenuitems .searchbox1 {
	color: #FFFFFF;
	float: left;
	font-size: 9px;
	background-position: top;
	font-weight: normal;
	vertical-align: middle;
	background-color: #FEBF4C;
	margin-right: 5px;
	margin-top: 0px;
	padding: 2px;
	background-image: url(../images/design/searchbox1.gif);
}
.headerTop .topmenuitems .social {
	color: #FFFFFF;
	font-size: 9px;
	outline: none;
	background-position: top;
	font-weight: normal;
	vertical-align: top;
	margin-right: 30px;
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	height: 34px;
	width: 200px;
	float: left;
	margin-left: 7px;
	text-decoration: none;
	clear: none;
}
.headerTop .topmenuitems .searchdir  {
	color: #FFFFFF;
	float: left;
	font-size: 9px;
	background-position: top;
	font-weight: normal;
	vertical-align: text-top;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 15px;
	width: 205px;
	background-color: #3F1753;
	text-align: center;
}
.searchdir a:link, .searchdir a:visited{
	color: #FFFFFF;
	font-size: 10px;
	background-position: 0px;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
.searchdir a:hover   {
	color: #FEBF4C;
	background-position: top;
}
.searchbox {
	color: #000000;
	float: left;
	font-size: 9px;
	background-position: top;
	font-weight: normal;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	width: 160px;
}
.header .headerBottom{
	width: 1155px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #410F56;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #410F56;
	border-bottom-color: #410F56;
	margin-top: 86px;
	padding-left: 245px;
	float: none;
	background-image: url(../images/design/whitetransmain.png);
}
.header .headerBottomIndex{
	width: 1090px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #410F56;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #410F56;
	border-bottom-color: #410F56;
	margin-top: 86px;
	padding-left: 310px;
	float: none;
	background-image: url(../images/design/whitetransmain.png);
}
.navtp, .navtp ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1px;
	text-align: center;
	vertical-align: middle;
	right: 50px;
}
facebook {
	background-image: url(../images/design/hu-fb-off.png);
	width: 35px;
}
facebook:hover {
	background-image: url(../images/design/hu-fb-on.png);
	width: 35px;
}
.navtp a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #410F56;
	text-decoration: none;
}
.navtp a:hover {
	background-color: #410F56;
	color: #FFF;
}
.navtp li {
	float: left;
	align-content: center;
}
.navtp .topLevel   {
	line-height: 30px;
	padding: 5px 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #410F56;
}
.navtp .topLevelSelected {
	line-height: 30px;
	padding: 5px 15px;
}


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/

/* Main right sidebar area ------
-------------------------------*/
.sidebar1 {
	float: left;
	width: 240px;
	padding-bottom: 10px;
	background-image: url(../images/design/whitetrans.png);
	background-repeat: repeat-y;
	height: 100%;
}

.sidebar1 .sidetitle {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 15px;
	top: auto;
}
.sidebar1 .sidetitle a, .sidebar1 .sidetitle a:link{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}
.sidebar1 .sidetitle a:hover {
	font-size: 16px;
	color: #FEB028;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 0px;
}

/* XXXXXXXXXXXXXXXXXXXXXXX ------
-------------------------------*/
.sidebar2 {
	float: left;
	width: 275px;
	padding-bottom: 10px;
	background-image: url(../images/design/whitetrans.png);
	background-repeat: repeat-y;
	height: 100%;
}

.sidebar2 .sidetitle {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 15px;
}
.sidebar2 .sidetitle a, .sidebar2 .sidetitle a:link{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}
.sidebar2 .sidetitle a:hover {
	font-size: 16px;
	color: #FEB028;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 0px;
}

/* Sidebar for left AND right drop down nav ---------------
---------------------------------------------------------*/
.sidebar3 {
	float: right;
	width: 240px;
	padding-bottom: 10px;
	background-image: url(../images/design/whitetrans.png);
	background-repeat: repeat-y;
	height: 100%;
}

.sidebar3 .sidetitle3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 15px;
}
.sidebar3 .sidetitle3 a, .sidebar3 .sidetitle3 a:link{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
}
.sidebar3 .sidetitle3 a:hover {
	font-size: 16px;
	color: #FEB028;
	font-weight: bold;
	font-variant: normal;
	display: block;
	background-color: #410F56;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	padding-left: 0px;
}

/* Three Column Page Layout ----------------
------------------------------------------*/
.content {
	padding: 0px 0;
	width: 760px;
	float: left;
	background-repeat: repeat;
	background-position: right top;
	background-image: url(../images/design/whitetransmain.png);
}
.content .list p{
	width: 760px;
	float: left;
	line-height: normal;
	font-size: 14px;
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	margin-left: 20px;
	margin-top: -10px;
}
.content a, .content a:link{
	color: #410F56;
	text-decoration: none;
}
.content a:hover {
	color: #7C00AE;
}

/* Two Column - Small Left Nav, Main content area spans entire middle and right columns ------
------------- - Used mainly for Master Staff Directory page --------------------------------*/
.contentfull {
	padding: 0px 0;
	width: 960px;
	float: left;
	background-repeat: repeat;
	background-position: right top;
	background-image: url(../images/design/whitetransmain.png)
}

.contentfull .list p{
	width: 760px;
	float: left;
	line-height: normal;
	font-size: 14px;
	display: inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	margin-left: 20px;
	margin-top: -10px;
}
.contentfull a  , .contentfull a:link{
	color: #410F56;
	text-decoration: none;
}
.contentfull a:hover {
	color: #7C00AE;
}

/* Three Column Page Layout with drop-down Nav on left side of main content----
-----------------------------------------------------------------------------*/
.leftdropdowncontent {
	padding: 0px 0;
	width: 725px;
	float: left;
	background-repeat: repeat;
	background-position: right top;
	background-image: url(../images/design/whitetransmain.png);
}

.leftdropdowncontent ul {
	padding-left: 35px;
	padding-right: 20px;
}

.leftdropdowncontent ol {
	padding-left: 42px;
	padding-right: 20px;
}
.leftdropdowncontent a, .leftdropdowncontent a:link{
	color: #410F56;
	text-decoration: none;
}
.leftdropdowncontent a:hover {
	color: #7C00AE;
}
/* Three Column Page Layout with drop-down Nav on both sides of main content---
-----------------------------------------------------------------------------*/
.threecolumncontent {
	padding: 0px 0;
	width: 650px;
	float: left;
	background-repeat: repeat;
	background-position: right top;
	background-image: url(../images/design/whitetransmain.png);
}

/* Staff & Faculty photos content pages ----
------------------------------------------*/
.facultystaffcontent {
	padding: 10px 0;
	width: 760px;
	float: left;
	background-repeat: repeat;
	background-position: right top;
	background-image: url(../images/design/whitetransmain.png);
	font-size: 12px;
}
.facultystaffcontent a  , .facultystaffcontent a:link{
	color: #410F56;
	text-decoration: none;
}
.facultystaffcontent a:hover {
	color: #7C00AE;
}

aside {
	float: right;
	width: 200px;
	color: #FFF;
	background-color: #faf3fe;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 30px;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
}

aside a {
	text-decoration: none !important;
	list-style-type: none;
	padding-left: 0px;	
}

aside ul li {
	list-style-type:none;
	text-decoration: none;
	color: #410F56;
	padding-left: 10px; 
}

aside.NoSpace {
	float: right;
	width: 200px;
	color: #FFF;
	background-color: #faf3fe;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0px;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
}


aside.NoSpace a {
	text-decoration: none !important;
	list-style-type: none;
	padding-left: 0px;	
}

aside.NoSpace ul li {
	list-style-type:none;
	text-decoration: none;
	color: #410F56;
	padding-left: 10px; 
}


.asideRight {
	float: right;
	width: 275px;
	color:#FFF;
	background-color: #a490ac;
	list-style-type: none;
	test-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	text-decoration:none !important;
}

.asideQuickLinks {
	float: right;
	width: 275px;
	color:#FFF;
	background-color: #faf3fe;
	list-style-type:none;
	test-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 20px;
}

asideleft {
	float: left;
	width: 240px;
	padding: 10px 0;
	color: #410F56;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this creates the space between the navigation on the content below */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D1551;
	border-right-color: #3D1551;
	border-bottom-color: #3D1551;
	border-left-color: #3D1551;
	margin-top: 0px;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #410F56;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 220px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #A490AC;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #fcb216;
	color: #410F56;
}

/* ------------------------------------------ */
/* -------- Accordian sidebar code ---------- */
/* ------------------------------------------ */
.sidenav {
	width: 275px;
	padding: 40px 28px 25px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-decoration:none;
	line-height: 12px;
}

ul.sidenav {
	padding: 0;
	margin: 0;
	font-size: 2em;
	line-height: 12px;
	list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D1551;
	border-right-color: #3D1551;
	border-bottom-color: #3D1551;
	border-left-color: #3D1551;
	display:block;
	text-decoration:none;
}

ul.sidenav li {
	background-color: #a490ac;
}
/*
ul.sidenav li span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D1551;
}
*/

.catalogsearch {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D1551;
	padding: 10px 5px;
}

ul.sidenav li a {
	line-height: 14px;
	font-size: 12px;
	padding: 10px 5px;
	color: #FFF;
	display: block;
	text-decoration: none;
	font-weight: bolder;
	background-color: #a490ac;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #410F56;
	display:block;
}

ul.sidenav li a:hover {
	background-color:#eea916;
	color: #410f56;
	display:block;
	text-decoration:none;
}

ul.sidenav ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.sidenav ul li {
	margin: 0;
	padding: 0;
	clear: both;
	display:block;
	text-decoration:none;
}

ul.sidenav ul li a {
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
	outline:0;
	display:block;
	text-decoration:none;
}

ul.sidenav ul li a:hover {
	background-color:#eea916;
	color:#410f56;
	display:block;
	text-decoration:none;
}

ul.sidenav ul ul li a {
	color: #FFF;
	padding-left: 40px;
	display:block;
	text-decoration:none;
}

ul.sidenav ul ul li a:hover {
	background-color:#eea916;
	color:#410f56;
	display:block;
	text-decoration:none;
}

ul.sidenav span{
	float:right;
}
/* ------------------------------------------ */
/* ------------ End added code -------------- */
/* ------------------------------------------ */


.sidenav2col {
	width: 240px;
	padding: 40px 28px 25px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-decoration:none;
	line-height: 12px;
}

ul.sidenav2col {
	padding: 0;
	margin: 0;
	font-size: 2em;
	line-height: 12px;
	list-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D1551;
	border-right-color: #3D1551;
	border-bottom-color: #3D1551;
	border-left-color: #3D1551;
	display:block;
	text-decoration:none;
}

ul.sidenav2col li {}

ul.sidenav2col li a {
	line-height: 14px;
	font-size: 16px;
	padding: 10px 5px;
	color: #FFF;
	display: block;
	text-decoration: none;
	font-weight: bolder;
	background-color: #a490ac;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #410F56;
	display:block;
}

ul.sidenav2col li a:hover {
	background-color:#eea916;
	color: #410f56;
	display:block;
	text-decoration:none;
}

ul.sidenav2col ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.sidenav2col ul li {
	margin: 0;
	padding: 0;
	clear: both;
	display:block;
	text-decoration:none;
}

ul.sidenav2col ul li a {
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
	outline:0;
	display:block;
	text-decoration:none;
}

ul.sidenav2col ul li a:hover {
	background-color:#eea916;
	color:#410f56;
	display:block;
	text-decoration:none;
}

ul.sidenav2col ul ul li a {
	color: #FFF;
	padding-left: 40px;
	display:block;
	text-decoration:none;
}

ul.sidenav2col ul ul li a:hover {
	background-color:#eea916;
	color:#410f56;
	display:block;
	text-decoration:none;
}

ul.sidenav2col span{
	float:right;
}

/* The footer ----------------------- 
-----------------------------------*/
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9c7bab;
	height: 100px;
	text-align: center;
	width: 1200px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	background-image: url(../images/design/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	vertical-align: middle;
}
.footer a ,.footer p{
	text-decoration: none;
	font-size: xx-small;
	color: #CCB8D6;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.footer a:hover, .footer a:active, .footer a:focus {
	text-decoration: none;
	font-weight: bold;
	color: #FC0;
}
.footerlinkmini {
	text-decoration: none;
	font-size: xx-small;
	color: #CCB8D6;
	font-weight: normal;
}
#footermenu {
	width: 870px;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 137px;
	vertical-align: middle;
}
#ftnav, #ftnav ul {
	margin: 0;
	padding: 0;
	list-style: none; 
	line-height: 1px;
	vertical-align: middle;
	width: 1200px;
}
#ftnav a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}
#ftnav a:hover {
	background-color: #FFCC00;
	color: #561C7A;
}
#ftnav li {
	float: left;
}

#ftnav .topLevel   {
	line-height: 14px;
	padding: 5px 15px;
}





/* ########################################  */
/*    Miscellaneous float/clear classes      */
/* ########################################  */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrtPad {
	float: right;
	margin-left: 8px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px; 
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
.table-header {
	font-size: 14px;
	color: #FFF;
	background-color: #FCB228;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Table elements for Bursar pages */
table.bursar {
	width: 759px;
	padding-right: 15px;
	padding-left: 15px;
}
table.bursar th {
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
}
table.bursar td {
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	margin: 0;
	border-bottom: 1px solid #CCC;
	padding-right: 10px;
	padding-left: 10px;
}

.container .header .headerBottom .navtp li .topLevel br {
	line-height: 5px;
	vertical-align: middle;
}
