@charset "UTF-8";
/* CSS Document */



/*--- College Level Colors ---*/

/*--- COLA: Fuschia ---*/

.cola .collegeBannerBox {
	border-top: 4px solid #F1305F; /*this will change based on college*/
}

.cola .collegeContentAreaInternal {
	border-top: 4px solid #F1305F; /*this will change based on the college*/
}

.cola .contentAreaInternal {
    border-color: #F1305F #C6C6C6 #C6C6C6;
}

.cola ul li.sideNavList a:hover, 
.cola ul li.mainNav li:hover a {
    background-color: #F1305F;
    color: #FFFFFF;
}

.cola #bannerBox {
    border-top: 4px solid #F1305F;
}

.cola .resourceBox,
.cola .resourceBoxRight {
	border: 3px solid #F1305F;
}


/*--- COBA: Brown ---*/

.coba .collegeBannerBox{
	border-top: 4px solid #7F3515; /*this will change based on college*/
}

.coba .collegeContentAreaInternal {
	border-top: 4px solid #7F3515; /*this will change based on the college*/
}

.coba .contentAreaInternal {
    border-color: #7F3515 #C6C6C6 #C6C6C6;
}

.coba ul li.sideNavList a:hover, 
.coba ul li.mainNav li:hover a {
    background-color: #7F3515;
    color: #FFFFFF;
}
.coba #bannerBox {
	border-top: 4px solid #7F3515;
}

.coba .resourceBox,
.coba .resourceBoxRight {
	border: 3px solid #7F3515;
}


/*--- COE: Peach ---*/

.coe .collegeBannerBox{
	border-top: 4px solid #E99065; /*this will change based on college*/
}

.coe .collegeContentAreaInternal {
	border-top: 4px solid #E99065; /*this will change based on the college*/
}

.coe .contentAreaInternal {
    border-color: #E99065 #C6C6C6 #C6C6C6;
}

.coe ul li.sideNavList a:hover,
.coe ul li.mainNav li:hover a {
    background-color: #E99065;
    color: #FFFFFF;
}

.coe #bannerBox {
	border-top: 4px solid #E99065;
}

.coe .resourceBox,
.coe .resourceBoxRight {
	border: 3px solid #E99065;
}

/*--- COEHD: IceBlue ---*/

.coehd .collegeBannerBox{
	border-top: 4px solid #74C6DA; /*this will change based on college*/
}

.coehd .collegeContentAreaInternal {
	border-top: 4px solid #74C6DA; /*this will change based on the college*/
}

.coehd .contentAreaInternal {
    border-color: #74C6DA #C6C6C6 #C6C6C6;
}

.coehd ul li.sideNavList a:hover, 
.coehd ul li.mainNav li:hover a {
    background-color: #74C6DA;
    color: #FFFFFF;
}

.coehd #bannerBox {
	border-top: 4px solid #74C6DA;
}

.coehd .resourceBox,
.coehd .resourceBoxRight {
	border: 3px solid #74C6DA;
}

/*--- COS: Canary ---*/

.cos .collegeBannerBox{
	border-top: 4px solid #F9D343; /*this will change based on college*/
}

.cos .collegeContentAreaInternal {
	border-top: 4px solid #F9D343; /*this will change based on the college*/
}

.cos .contentAreaInternal {
    border-color: #F9D343 #C6C6C6 #C6C6C6;
}

.cos ul li.sideNavList a:hover, 
.cos ul li.mainNav li:hover a {
    background-color: #F9D343;
    color:  #004D99;
}
.cos #bannerBox {
	border-top: 4px solid #f9d343;
}

.cos .resourceBox,
.cos .resourceBoxRight {
	border: 3px solid #F9D343;
}

/*--- Interdisciplinary Studies: Gray ---*/

.IS .collegeBannerBox{
	border-top: 4px solid #BFC0BF; /*this will change based on college*/
}

.IS .collegeContentAreaInternal {
	border-top: 4px solid #BFC0BF; /*this will change based on the college*/
}

.IS .contentAreaInternal {
    border-color: #BFC0BF #C6C6C6 #C6C6C6;
}

.IS ul li.sideNavList a:hover, 
.IS ul li.mainNav li:hover a {
    background-color: #BFC0BF;
    color: #004D99;
}

.IS #bannerBox {
	border-top: 4px solid #BFC0BF;
}

.IS .resourceBox,
.IS .resourceBoxRight {
	border: 3px solid #BFC0BF;
}


/*--- Graduate School: Purple ---*/

.graduate .collegeBannerBox{
	border-top: 4px solid #642884; /*this will change based on college*/
}

.graduate .collegeContentAreaInternal {
	border-top: 4px solid #642884; /*this will change based on the college*/
}

.graduate .contentAreaInternal {
    border-color: #642884 #C6C6C6 #C6C6C6;
}

.graduate ul li.sideNavList a:hover, 
.graduate ul li.mainNav li:hover a {
    background-color: #642884;
    color: #FFFFFF;
}

.graduate #bannerBox {
	border-top: 4px solid #642884;
}

.graduate .resourceBox,
.graduate .resourceBoxRight {
	border: 3px solid #6428844;
}

/*--- Admissions: Blue ---*/

.admissions .collegeBannerBox{
	border-top: 4px solid #0059B2; /*this will change based on college*/
}

.admissions .collegeContentAreaInternal {
	border-top: 4px solid #0059B2; /*this will change based on the college*/
}

.admissions .contentAreaInternal {
    border-color: #0059B2 #C6C6C6 #C6C6C6;
}

.admissions ul li.sideNavList a:hover, 
.admissions ul li.mainNav li:hover a {
    background-color: #0059B2;
    color: #FFFFFF;
}

.admissions #bannerBox {
	border-top: 4px solid #0059B2;
}

.admissions .resourceBox,
.admissions .resourceBoxRight {
	border: 3px solid #0059B2;
}

/*--- Student Affairs: Green ---*/

.SA .collegeBannerBox{
	border-top: 4px solid #226F41; /*this will change based on college*/
}

.SA .collegeContentAreaInternal {
	border-top: 4px solid #226F41; /*this will change based on the college*/
}

.SA .contentAreaInternal {
    border-color: #226F41 #C6C6C6 #C6C6C6;
}

.SA ul li.sideNavList a:hover, 
.SA ul li.mainNav li:hover a {
    background-color: #226F41;
    color: #FFFFFF;
}

.SA #bannerBox {
	border-top: 4px solid #226F41;
}

.SA .resourceBox,
.SA .resourceBoxRight {
	border: 3px solid #226F41;
}


/*--- Department Or Office Level Colors ---*/

/*--- Continuing Education: Orange ---*/

.continuingEducation #bannerBox {
	border-top: 4px solid #9b945f;
}

.continuingEducation .contentAreaInternal{
	border-top: 4px solid #9b945f; 
}

.continuingEducation ul li.sideNavList a:hover, 
.continuingEducation ul li.mainNav li:hover a {
    background-color: #9b945f;
    color: #FFFFFF;
}

.continuingEducation .resourceBox,
.continuingEducation .resourceBoxRight {
	border: 3px solid #9b945f;
}

/*--- Research: Yellow ---*/

.research #bannerBox {
	border-top: 4px solid #FAE48E;
}

.research .contentAreaInternal{
	border-top: 4px solid #FAE48E; 
}


.research ul li.sideNavList a:hover, 
.research ul li.mainNav li:hover a {
    background-color: #FAE48E;
    color: #666666;
}

.research .resourceBox,
.research .resourceBoxRight {
	border: 3px solid #FAE48E;
}

/*--- Athletics: Red ---*/

.athletics .collegeContentAreaInternal {
    border-color: #C32828 #C6C6C6 #C6C6C6;
 }
 
.athletics .collegeBannerBox {
    border-top: 4px solid #C32828;
    }

.athletics #bannerBox {
	border-top: 4px solid #C32828;
}

.athletics .contentAreaInternal{
	border-top: 4px solid #C32828; 
}

.athletics ul li.sideNavList a:hover, 
.athletics ul li.mainNav li:hover a {
    background-color: #C32828;
    color: #FFFFFF;
}

.athletics .resourceBox,
.athletics .resourceBoxRight {
	border: 3px solid #C32828;
}

/*--- Student Housing: KellyGreen ---*/

.housing #bannerBox {
	border-top: 4px solid #5A7100;
}

.housing .contentAreaInternal{
	border-top: 4px solid #5A7100; 
}

.housing ul li.sideNavList a:hover, 
.housing ul li.mainNav li:hover a {
    background-color: #5A7100;
    color: #FFFFFF;
}

.housing .resourceBox,
.housing .resourceBoxRight {
	border: 3px solid #5A7100;
}

/*--- Alumni: YellowGreen ---*/

.alumni #bannerBox {
	border-top: 4px solid #83BA3A;
}

.alumni .contentAreaInternal{
	border-top: 4px solid #83BA3A; 
}

.alumni ul li.sideNavList a:hover, 
.alumni ul li.mainNav li:hover a {
    background-color: #83BA3A;
    color: #FFFFFF;
}

.alumni .resourceBox,
.alumni .resourceBoxRight {
	border: 3px solid #83BA3A;
}

/*--- International Students: DarkGreen ---*/

.IntStudents #bannerBox {
	border-top: 4px solid #0B4D4B;
}

.IntStudents .contentAreaInternal{
	border-top: 4px solid #0B4D4B; 
}

.IntStudents ul li.sideNavList a:hover, 
.IntStudents ul li.mainNav li:hover a {
    background-color: #0B4D4B;
    color: #FFFFFF;
}

.IntStudents .resourceBox,
.IntStudents .resourceBoxRight {
	border: 3px solid #0B4D4B;
}

/*--- Office of Registrar: BrightBlue ---*/

.registrar #bannerBox {
	border-top: 4px solid #003366;
}

.registrar .contentAreaInternal{
	border-top: 4px solid #003366; 
}

.registrar ul li.sideNavList a:hover, 
.registrar ul li.mainNav li:hover a {
    background-color: #003366;
    color: #FFFFFF;
}

.registrar .resourceBox,
.registrar .resourceBoxRight  {
	border: 3px solid #003366;
}

/*--- Office of Bursar: BlueGray ---*/

.bursar #bannerBox {
	border-top: 4px solid #3574B2;
}

.bursar .contentAreaInternal{
	border-top: 4px solid #3574B2; 
}

.bursar ul li.sideNavList a:hover, 
.bursar ul li.mainNav li:hover a {
    background-color: #3574B2;
    color: #FFFFFF;
}

.bursar .resourceBox,
.bursar .resourceBoxRight {
	border: 3px solid #3574B2;
}

/*--- Office of Financial Aid: Forest Green ---*/

.financialAid #bannerBox {
	border-top: 4px solid #00594C;
}

.financialAid .contentAreaInternal{
	border-top: 4px solid #00594C; 
}

.financialAid ul li.sideNavList a:hover, 
.financialAid ul li.mainNav li:hover a {
    background-color: #00594C;
    color: #FFFFFF;
}

.financialAid .resourceBox,
.financialAid .resourceBoxRight {
	border: 3px solid #00594C;
}

/*--- Administrative Offices: SkyBlue ---*/

.administrativeOffices #bannerBox {
	border-top: 4px solid #B9D2E4;
}

.administrativeOffices .contentAreaInternal{
	border-top: 4px solid #B9D2E4; 
}

.administrativeOffices ul li.sideNavList a:hover, 
.administrativeOffices ul li.mainNav li:hover a {
    background-color: #B9D2E4;
    color: #FFFFFF;
}

.administrativeOffices .resourceBox,
.administrativeOffices .resourceBoxRight {
	border: 3px solid #B9D2E4;
}
