
/* -------------------------------------------------------------------------- */
/* ---- Header -------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */


#ProfileNav { font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0; padding: 5px 0; line-height: inherit; float:right; }
#ProfileNav li { display: inline;  }
#ProfileNav li a { padding:8px 18px 0 18px; text-decoration: none}
#ProfileNav li a:hover { text-decoration: underline; }

#ProfileNav li#Students a:link, #ProfileNav li#Students a:visited { border-bottom: 6px solid #434472; color:#434472; }
#ProfileNav li#Students a:hover, #ProfileNav li#Students a.ProfileNavActive { color:white; background: #434472; }

#ProfileNav li#Alumni a:link, #ProfileNav li#Alumni a:visited { border-bottom: 6px solid #fffcb2; color:#fffcb2; }
#ProfileNav li#Alumni a:hover, #ProfileNav li#Alumni a.ProfileNavActive { color:#434472; background: #fffcb2; }
/* burnt orange color was #CC5500 */
#ProfileNav li#Parents a:link, #ProfileNav li#Parents a:visited { border-bottom: 6px solid #0072bc; color:#0072bc; }
#ProfileNav li#Parents a:hover, #ProfileNav li#Parents a.ProfileNavActive { color:white; background: #0072bc; }

#ProfileNav li#Employees a:link, #ProfileNav li#Employees a:visited { border-bottom: 6px solid #514b77; color:#514b77; }
#ProfileNav li#Employees a:hover, #ProfileNav li#Employees a.ProfileNavActive { color:white; background: #514b77; }

#ProfileSubNav {  float: left; padding:0 0 4px 4px; margin: 0 0 8px 10px; font-family: "Georgia", serif; }
#ProfileSubNav li { display: inline; padding:4px;}

.ProfileNavSlider { overflow: hidden; padding:10px 0; color:white; font-size: 14px; font-weight: bold; text-align: center; margin-top:-35px }
.ProfileNavSlider ul { width:940px; margin:auto; }
li.MenuNorm { float:left; list-style: none; padding:0 10px;}
li.MenuNorm a:link, li.MenuNorm  a:visited { color:#ddd; text-decoration: none;}
li.MenuNorm a:hover { color:white; }

#StudentsSlideContent { background: #434472; display:none; }
#AlumniSlideContent {
	display:none;
	background-color: #fffcb2;
}
#ParentsSlideContent { background: #0072bc; display:none; }
#EmployeesSlideContent { background: #514b77; display:none; }

/* Special Section to allow alum to have non-white links  */
li.MenuYellow { float:left; list-style: none; padding:0 10px;}
li.MenuYellow a:link, li.MenuYellow a:visited { color:#434472; text-decoration: none; }
li.MenuYellow a:hover { color:#98ae72; }

/* =================================================================== */
/* HOMEPAGE slider                                                     */
/* =================================================================== */

div#slideshow {
    width: 830px; height: 388px; padding: 0px 0px 0 15px;
    position: relative; z-index: 5;
}
div#slideshow ul#slides {
    list-style: none;
    }
div#slideshow ul#slides li {
    margin: 0 0 0 0;
    }
