@charset "utf-8";
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/bg_nav.jpg);
	padding: 8px 20px 8px 35px;
	width: 850px;
	background-repeat: no-repeat;
}
.tealtext {
	font-size: 12px;
	color: #176D76;
	font-weight: bold;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #521452;
	text-decoration: none;
}
.search {
	padding: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}


.navContact a:hover {
	color: #5EB6BF;
	text-decoration: none;
}
.subNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 180px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 20px;
	text-align: right;
	line-height: 22px;
}
.subNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.subNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.subNav a:hover {
	color: #5EB6BF;
	text-decoration: none;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: auto;
	width: 560px;
	padding: 30px 30px 50px 30px;
}
.mainText a:link {
	color: #660099;
	text-decoration: underline;
}
.mainText a:visited {
	color: #660099;
	text-decoration: underline;
}
.mainText a:hover {
	color: #6600FF;
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
li {
	line-height: 22px;
}
.donor_List {
	line-height: 25px;
}
.admissText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: auto;
	width: 600px;
	padding: 30px 30px 50px 30px;
}
.admissText a:link, a:visited {
	color: #660099;
	text-decoration: underline;
}
.admissText a:hover {
	color: #6600FF;
	text-decoration: none;
}
.facts {
	margin: 8px;
	padding: 0px;
	float: right;
	height: auto;
	width: 270px;
	border: 2px solid #521452;
	background-image: url(images/bg_teal35.jpg);
}
.factsText {
	margin: 0px;
	padding: 9px;
	width: 250px;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #521452;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	line-height: 22px;
	font-style: normal;
}
.footer a:link, a:visited {
	color: #521452;
	text-decoration: none;
}
.footer a:hover {
	color: #5EB6BF;
	text-decoration: underline;
}
.purpleText {
	font-weight: bold;
	color: #541754;
}
.calloutBox {
	padding: 10px;
	width: 510px;
	border: 1px solid #541754;
	background-image: url(images/bg_teal35.jpg);
}




/** Home Page Styles Below **/

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	height: 40px;
	width: 851px;
	vertical-align: middle;
	background-color: #7d2d6a;
}
.news a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.news a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.news a:hover {
	color: #5EB6BF;
	text-decoration: none;
}
.tealNews {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	height: 40px;
	width: 851px;
	vertical-align: middle;
	background-color: #015c89;
}
.tealNews a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tealNews a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tealNews a:hover {
	color: #5EB6BF;
	text-decoration: none;
}
.bottomLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	height: auto;
	width: 500px;
	padding: 30px;
	line-height: 1.3em;
	text-align: left;
	float: left;
}
.bottomRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #015c89;
	height: auto;
	width: 370px;
	padding: 30px;
	line-height: 1.3em;
	text-align: left;
	font-style: italic;
	float: right;
}
.navHome {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	width: 950px;
	background-color: #7d2d6a;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.navHome a:link,.navHome a:visited {
	text-decoration: none;
	padding-right: 30px;
	color: #FFF;
}

.navHome a:hover {
	text-decoration: none;
	padding-right: 30px;
	color: #240424;
}


/** Home Page Slideshow Styles Below **/

#slideshow {
    position:relative;
    height:400px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

