﻿body 
{
background: #000000;
text-align: center;
min-width: 960px;
text-decoration: none;
font: 14px #fffffff "Palatino Linotype", Palatino, serif;
}
p 
{
    font: 16px "Palatino Linotype", Palatino, serif;
    color: #000000;
    line-height: 150%;
}
h1 
{
    color: #ff8901;
    font: italic bold 24px "Palatino Linotype", Palatino, "Times New Roman", serif;
}
h2 
{
    color: #ff8901;
    font: italic 20px "Palatino Linotype", Palatino, "Times New Roman", serif;
}
h3 
{
    color: #ff8901;
    font: 16px Verdana, Helvetica, sans-serif;
}
h4 
{
    color: #000000;
    font: italic 18px Verdana, Helvetica, sans-serif;
}
h5 
{
    color: #ffffff;
    font: 16px "Palatino Linotype", Palatino, serif;
}
h6 
{
    color: #ffffff;
    font: 16px "Palatino Linotype", Palatino, serif;
}
a:link 
{
    text-decoration: none;
    color: #0184ff;
}
a:visited 
{
    text-decoration: none;
    color: #0184ff;
}
a:hover 
{
    text-decoration: underline;
    color: #0672d8;
}
a:active 
{
    text-decoration: none;
    color: #0672d8;
}
img 
{
    border-style: none;
}

/* PAGE BACKGROUND */

#pageWrapper {
position: relative;
width: 960px;
text-align: left;
margin: -10px auto 20px auto;
z-index: 1;
}
#headerTop 
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 950px;
    height: 194px;
    background: url("headerBgTop.png") no-repeat;
    z-index: 3;
    margin: 0px;
}
a.logo 
{
    position: absolute;
    top: 0px;
    left: 252px;
    width: 446px;
    height: 130px;
    background: url("alLogo.png") no-repeat 0px 0px;
    text-decoration: none;
}
a:hover.logo 
{
    background-position: 0px -128px;
    text-decoration: none;
}

/* PAGE PICTURE */
#pagePic 
{
    position: absolute;
    width: 950px;
    height: 242px;
    top: 126px;
    left: 0px;
    margin: 0px;
    z-index: 2;
}

/* GLOBAL NAV */

#globalNav 
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
    height: 121px;
    background: url("globalNavBG.png") repeat-y;
    z-index: 5;
    text-align: center;
    line-height: 30%;
}
a.globalNav 
{
    display: block;
    color: #b4afaf;
    font: 12px Tahoma, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 100%;
    padding: 3px 0px;
}
a:hover.globalNav 
{
    color: #000000;
    text-decoration: none;
    background: #ffffff;
}
#donate 
{
    position: absolute;
    top: 75px;
    left: 0px;
    width: 123px;
    height: 35px;
    z-index: 25;
}
a.donate 
{
    display: block;
    width: 123px;
    height: 35px;
    background: url("donate.png") no-repeat;
    text-decoration: none;
}
a:hover.donate 
{
    background-position: -123px 0px;
}

/* SIDEBAR */

#sidebar 
{
    position: absolute;
    right: 0px;
    top: 111px;
    width: 200px;
    height: 750px;
    z-index: 160;
    text-align: center;
}
#sidebarTop 
{
    position: relative;
    background: url("sidebarBGTop.png") no-repeat;
    width: 199px;
    height: 10px;
}
#sidebarMid 
{
    position: relative;
    background: url("sidebarBGMid.png") repeat-y;
    width: 199px;
    height: 730px;
    padding: 15px 0px 0px 5px;
    text-align: center;
}
#sidebarBottom 
{
    position: relative;
    background: url("sidebarBGBottom.png") no-repeat;
    width: 199px;
    height: 10px;

}
#siteNav 
{
    position: relative;
    width: 200px;
    height: 240px;
    text-align: center;
    margin: 0px auto;
}
.sideBarText 
{
    position: relative;
    height: 30px;
    font: bold 12px;
    color: #ffffff;
    line-height: 110%;
    letter-spacing: 1.5px;
}
/* The Class below is for viewing PDFs from the DMS on a webpage (added by Ty) */
.ektdmsiframe
{
    height: 1100px;
}

/* SEARCH */

#search 
{
    position: relative;
    width: 130px;
    height: 55px;
    margin: 0px auto;
}
.clearField 
{
    float: left;
    width: 130px;
    height: 20px;
    color: #d6d6d6;
    font: bold italic 14px "Palatino Linotype", palatino, Helvetica, serif;
}
.clearFieldActive 
{
    color: #000000;
    font: 14px "Palatino Linotype", palatino, Helvetica, serif;
}
.searchBtn 
{
    position: relative;
    width: 87px;
    height: 12px;
    margin: 10px auto;
    background: url("alSearchBtn.png") no-repeat 0px 0px;
    text-decoration: none;
    display: block;
}
.searchBtn:hover 
{
    background-position: 0px -12px;
    text-decoration: none;
}
/* STUDENT HIGHLIGHTS */

#highlightWrapper
{
    position: relative;
    width: 175px;
    line-height: 0px;
    height: 340px;
    margin-left: 50px;
    margin-top: 20px;
}
.highlights 
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.highlights li 
{
    position: relative;
    padding: 0px;
	cursor: default;
	width: 100px;
    height: 100px;
    margin: 10px 10px 0px 0px;
	text-decoration: none;
}
.item 
{
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
}
.highlightPic 
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
a:hover.highlightPic
{
    background-position: 0px -100px !important;
}

 /* MAIN CONTENT */
 
 #content
{
    position: absolute;
    width: 950px;
    top: 365px;
    left: 0px;
    min-height: 800px;
    height: auto !important;
    height: 800px;
    background-color: #ffffff;
    z-index: 4;
    margin-bottom: 80px;
}
#copy 
{
    position: relative;
    margin: 30px 0px 60px 30px;
    width: 710px;
    min-height: 650px;
    height: auto !important;
    height: 650px;
}

/* DEGREES AND CLASSES BUTTONS FOR ACADEMICS */
a.DegreesBtn 
{
    display:inline-block;
    width: 187px;
    height: 66px;
    background: url("/images/DegreesBtn.png") no-repeat 0px 0px;
    text-decoration: none;
}
a:hover.DegreesBtn 
{
    background-position: 0px -66px;
    text-decoration: none;
}

a.ClassesBtn 
{
    display: inline-block;
    width: 187px;
    height: 66px;
    background: url("/images/ClassesBtn.png") no-repeat 0px 0px;
    text-decoration: none;
}
a:hover.ClassesBtn 
{
    background-position: 0px -66px;
    text-decoration: none;
}

/* FOOTER */
hr 
{
    width: 80%;
}
#footer 
{
    position: relative;
    margin: 20px auto 10px auto;
    text-align: center;
    z-index: 400;
    width: 800px;
    height: 100px;
}
.footer p
{
    color: #001e56;
    font: 14px Verdana, Helvetica, sans-serif;
}
.search, .suggestedResults ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.search li:hover 
{
    background-color: #f8f8f8;
}
.suggestedResults
{
    background-color: #f8f8f8 !important;
    margin-bottom: 10px;
}
.suggestedResults li:hover 
{
    background-color: #c5d4ff;
}
#communique {
bottom: 0px;
}
#Review {
margin: 0px 90px 0px 0px;
display: inline-block;
}
#contactUs {
display: inline-block;
margin: 0px;
padding: 10px 0px 0px 0px;
}
#contactUs a {
text-decoration: none;
width: 75px;
height: 38px;
background: url("/images/feedbackIcon.png") no-repeat 0px 0px;
float: left;
}
#contactUs a:hover {
text-decoration: none;
background-position: 0px -38px;
}
.addthis_toolbox {
display: inline-block;
margin: 0px 90px 0px 0px;
}
/* HEADER STYLE FOR MINISTRY OPENINGS */
.ministryHeading 
{
    font: bold italic 16px Verdana, Helvetica, Arial, sans-serif;
}
.dropdown, .dropdownProps {
top: 40px !important;
left: 0px !important;
}