/* Start of CMSMS style sheet 'Global' */
/* CSS Document -- All pages within site */

html, body {
	background-image: url(images/bkgd_typical.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	color: #000;
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: left;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

div, p, ul, li, h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p {
	line-height: 150%;
}

h1, h2 {
	margin-left: 45px;
	font-weight: bold;
}

h3 {
	margin-left:0px;
	font-weight: bold;
}

h4 {
	margin-left:0px;
}

table {
	margin-left: 40px;
}

ul
  {
  margin-left: 90px;
  padding-left: 0px;
  line-height: 150%;
  }

li
  {
  margin: 0px;
  padding: 0px;
  line-height: 150%;
  }

#headTypical {
	margin-bottom: 2px;
}

/* global nav */

ul#globalNav {
	width: 250px;
	margin: 0;
	padding: 0;
	background-image: url(images/bkgd_nav.jpg);
	background-repeat: repeat-y;
	height: 230px;
	float: left;
}

ul#globalNav li {
	margin: 10px 30px 0 0;
	padding: 0;
	text-align: right;
	list-style: none;
	line-height: 11.5px;
}

ul#globalNav a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

ul#globalNav a:hover {
	text-decoration: underline;
}

/* pop-out nav */

#menuwrapper {
padding-left: 2%;
width:190px;
float: left;
}

/* Root = Vertical, Secondary = Vertical */
/* ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin:0;
  padding: 0;
  list-style: none;
} */

ul#navmenu, ul#navmenu li {
  width: 180px; /*For KHTML*/
  padding:0;
  list style:none;
}

ul#navmenu {
  margin:6px 0;
  float: left;
}

ul#navmenu li {
  margin:0;
}

ul#navmenu ul {
  margin:0 0 0 0px;
  padding:0;
  border: 1px solid #FFF;
  width:180px;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
  padding: 0 6px;
  margin-right:24px;
  width:190px;
  display: block;
  color: #fff;
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align:right;
  line-height: 140%;
  height: auto !important;
  height: 1%; /*For IE*/
}

#navmenu li.menuactive a{
  /* background-color: #B23838; */
  color: #fff;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  text-decoration:underline;
width: 190px;
}

/* 2nd Menu */

ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  background: #472062;
  color: #fff;
  text-align:left;
  text-decoration:none;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  padding:0;
  margin:0;
  width:190px;
}

#navmenu li.menuactive li a.menuactive {
background: #472062;
color: #fff;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #d5cad8;
  color: #000;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #472062;
  color: #fff;
  text-align:left;
  text-decoration:none;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  margin:0;
  padding:0;
  width:190px;
}

#navmenu li.menuactive li.menuactive li a.menuactive {
background: #472062;
color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #d5cad8;
  color: #000;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #472062;
  color: #fff;
  text-align:left;
  text-decoration:none;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  padding:0;
  margin:0;
  width:190px;
}

#navmenu li.menuactive li.menuactive li.menuactive li a.menuactive {
background: #472062;
color: #fff;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #d5cad8;
  color: #000;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 192px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* end pop-out nav */
/* end global nav */
/* typical */

#mainImage{
	width: 500px;
	background-color: #FFF;
	float: right;
}

#mainImage img {
	margin-left: 2px;
}

#leftColumn {
	width: 225px;
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
}

#rightColumn {
	margin: 0;
	padding: 0;
	width: 500px;
	float: right;
}

* html #intro {
}

#intro p {
	margin-left: 45px;
	padding: 0;
}

.mainTwoColumnLeft {
	width: 238px;
	float: left;
}

.mainTwoColumnRight {
	width: 238px;
	float: right;
}

/* end typical */
/* promo boxes */

#promoPowerSchoolText {
	width: 110px;
	height: 119px;
	background-image: url(images/pwrSchl_text.jpg);
	background-repeat: no-repeat;
	float: left;
}

#promoPowerSchoolText p {
	padding: 15px 0 0 15px;
}

#promoPowerSchoolText a {
	color: #FFF;
	text-decoration: none;
}
#promoPowerSchoolText a:hover {
	text-decoration: underline;
}

#promoPowerSchoolBurst {
	margin: 0;
	padding: 0;
	float: right;
}

#givingPromo {
	background-image: url(images/typ_sideBarGivingBkgd.jpg);
	background-repeat: no-repeat;
	height: 94px;
	padding: 20px 0 0 110px;
}

#givingPromo a {
	line-height: 150%;
	color: #000;
	text-decoration: none;
}

#givingPromo a:hover {
	text-decoration: underline;
}

#promoTextMsgText {
	background-image: url(images/typ_sideBarTextMsg.jpg);
	background-repeat: no-repeat;
	height: 103px;
	width: 124px;
	margin: 0;
	float: left;
}
#promoTextMsgText p {
	padding: 15px 0 0 10px;
	line-height: 150%;
}

#promoTextMsgText a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#promoTextMsgText a:hover {
	text-decoration: underline;
}

#promoTextMsgBurst {
	height: 103px;
	width: 101px;
	margin: 0;
	padding: 0;
	float: left;
}

div.promoDivider{
	height: 1px;
	background-color: #ccc;
}

div.promoDivider hr {
	display: none;
}

#promoPartners {
	margin: 20px 0 ;
}

#promoPartners h1 {
	font-size: 14px;
	font-weight:bold;
	margin-left:15px;
}

#promoPartners a {
	font-size:11px;
	text-decoration:none;
	margin-left:15px;
	color:#666666;
}

#promoPartners a:hover {
	text-decoration:underline;
}

/* end promo boxes */
/* footer */

#textLinks {
	margin: 50px 0;
	text-align: center;
}

#textLinks ul, #textLinks li {
	margin: 0;
	padding: 0;
}

#textLinks li {
	color: #666;
	background-color: #FFF;
	font-size: 10px;
	list-style-type: none;
	display: inline;
}

#textLinks a {
	color: #666;
	background-color: #FFF;
	margin: 0 3px;
	text-decoration: none;
}

#textLinks a:hover {
	text-decoration: underline;
}

#footer {
	width: 750px;
}

#footer img {
	float: left;
	margin-right: 20px;
}

#footer p {
	font-size: 10px;
	color: #666;
	background-color: #FFF;
	margin: 0 0 15px;
	padding: 0;
}

/* end footer */

form {
	margin-left: 20px;
}

textarea, input, label {
	display: block;
	margin-bottom: 10px;
	float: left;
}

textarea, input {
	width: 200px;
}

label {
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

textarea {
	height: 80px;
}

input.button {
	width: 80px;
	margin-left: 195px;
}

form#paypalDonate input.button {
	width:122px;
	height:47px;
	margin:0 0 30px 20px;
}

form#paypalDonate input {
	margin:0;
	padding:0;
	clear:both;
}
/* End of 'Global' */

/* Start of CMSMS style sheet 'Home' */
/* CSS Document -- Home Page only */

#intro {
	margin-bottom: 50px;
}
* html #intro {}

#sideBarText {
	background-image: url(images/home_sideBarBkgd.jpg);
	background-repeat: repeat-y;
}

div#sideBarText {
	margin: 0;
	padding: 0;
}

div#sideBarText h1 {
	margin: 0;
	padding: 5px 20px;
	color: #FFF;
	font-size: 18px;
}

div#sideBarText p {
	margin: 0;
	padding: 5px 20px;
	color: #FFF;
	font-size: 12px;
}

div#sideBarText a {
	color: #FFF;
}

#sideBarPhoto {
	margin: 0;
	padding: 0;
}

#foundersClubArea {
	background-image:url(images/home_fbBox.jpg);
	background-repeat:no-repeat;
	height:100px;
	padding: 50px 0 0 112px;
}

#foundersClubArea a {
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}

#foundersClubArea a:hover {
	text-decoration: underline;
}

ul#newsArea {
	background-image: url(images/home_newsButtonBkgd.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 47px;
	margin: 0;
	padding: 0;
}

#newsArea li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}

#newsContent {
	background-color: #431B5E;
	background-image: url(images/home_newsBkgd.jpg);
	background-repeat: repeat-x;
	padding: 9px 15px;
	min-height: 230px;
}
* html #newsContent { height: 285px; }

#newsBottom {
	/*position: relative;
	top: 200px;*/
	width: 500px;
	height: 5px;
	background-color: #431B5E;
}

#newsBottom #cornerLeft {
	float: left;
}

#newsBottom #cornerRight {
	float: right;
}

#news0, #news1, #news2 {
	position: absolute;
	width: 440px;
	min-height: 200px;
	background-color: #FFF;
	padding: 15px;
}

/*
#newsButton0 {
	background-image: url(images/home_newsSchoolOn.jpg);
	background-repeat: no-repeat;
	visibility: hidden;	
}

#newsButton1 {
	background-image: url(images/home_newsAlumni-midOn.jpg);
	background-repeat: no-repeat;
}

#newsButton2 {
	background-image: url(images/home_photoGalleriesOn.jpg);
	background-repeat: no-repeat;
}

.homeEvent p{
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:14px;
}

.calendar-title-home {
	display:inline;
}

*/

/* end news */

/* home page callouts */

.mainTwoColumnLeft, .mainTwoColumnRight {
	background-image: url(images/home_boxBkgd.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
}

.mainTwoColumnLeft p, .mainTwoColumnRight p {
	margin: 0;
	padding: 0 25px;
}

.Button {
	margin: 0;
	padding: 10px 0 0 25px;
}

form#mc-embedded-subscribe-form {
	padding-left:20px;
}

form#mc-embedded-subscribe-form .btn {
	width:80px;
}

img.facebook, img.twitter, img.youtube {
display:inline;
padding-top:15px;
}

img.facebook, img.twitter {
padding-right:5px;
}

/* end home page callouts */
/* End of 'Home' */

