html {
	height: 100%;
	margin: 0 0 1px;
}

body {
	font-family: Georgia, Times, serif;
	background: #7089A0 url(/img/layout/page_bg.jpg) center top no-repeat;
	margin: 0;
	padding: 0;
font-size: 86%;
	text-align: center; /* ie5 */
}

p.notice, 
p.construction {
	display: block;
	margin: .5em auto;
	padding: .2em .5em;
	text-align: center;
	border: 2px solid #fc3;
	width: 70%;
	background: #ffa;
}

p.actionnote {
	text-align: center;
	margin-bottom: .1em;
}

a {
	color: #369;
        font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #7A0001;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	font-size: 1.2em;
}

h2, h3 {
	font-size: 1em;
	color: #DC8816;
	padding: 0;
	margin-bottom: .5em;
	clear: left;
}
li h3 {
color: #8F5811;
}

table {
    margin: .5em auto;
    border: 2px solid #B5B38A;
padding: 4px 8px;
}
caption {
    font-weight: bold;
    font-style: italic;
}
tbody td {
    border-bottom: 1px solid #ccc;
text-align: center;
}
tbody td.text {
text-align: left;
}
tbody td.numeric {
text-align: right;
}
tr.last td {
    border: none;
}
tr.dark,
tr.dark td {
background: #ccc;
}
table.data td {
border: none;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

span.title {
font-weight: bold;
}

blockquote {
	border: 1px solid #eee;
	font-size: .9em;
	margin: 5px 0 10px 5px;
	padding: 24px;
	background: transparent url(/img/layout/left_quote.gif) top left no-repeat;
	display: table;
}

blockquote.aside {
	float: right;
	clear: right;
	display: block;
	margin: 1em auto;
	width: 16em;
}

cite {
	font-style: italic;
	color: #666;
	display: block;
	text-align: right;
	margin-right: -24px;
	margin-bottom: -24px;
	padding: 0 24px 24px 0;
	background: transparent url(/img/layout/right_quote.gif) bottom right no-repeat;
}

li cite {
	color: inherit;
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

#content ul {
	margin: 0;
	padding: .5em 0 .5em 1em;
}

#content li {
	list-style: none;
	margin: 0 0 .3em 1em;
	padding: 0 0 0 12px;
	background: transparent url(/img/layout/bullet_blue.gif) 0 .35em no-repeat;
}

#content ul.horizontal {
	margin: 0 auto;
	padding: .2em 0;
	display: block;
	text-align: center;
}

#content ul.horizontal li {
	padding: 0 1em;
	background: none;
	margin: 0;
	display: inline;
}

/* structural elements are semantic, and mainly for non-visual UAs */
.structural {
	position: absolute;
	left: -9999em;
}

.clearing {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* elements classed as text are content to be read,
   as opposed to labels, etc.
 */
#content p {
	line-height: 1.3;
}

#content div.central {
	float: none;
	display: block;
	margin: .5em auto;
	width: 550px; /* a default, should be overridden in most cases */
	text-align: center;
}

div.central img {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}

/* photos are for images in the main content, and might be photos or paintings or whatever. */
div.photo {
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 0 1em;
	padding: 5px;
	clear: right;
}

div.photo p {
	margin: .5em 0;
}

div.photo cite,
div.largephoto cite {
	font-weight: normal;
	font-size: 75%;
	color: #999;
	display: block;
	padding-top: .25em;
	text-align: center;
	margin: 0 0 0 .5em;
	padding: 0;
	background: transparent;
}
/* secondary class to make div.photo float left instead of right */
div.othersidephoto {
	float: left;
	margin: 0 1em 0 0;
clear: left;
}

div.largephoto {
	text-align: center;
	clear: both;
}

.term {
	font-weight: bold;
}
.small {
    font-size: 85%;
}


ul.links li p {
margin: 0;
font-style: italic;
}


/* for visible meta-content about the page's main content */
.documentnote {
	font-size: .7em;
	color: #666;
	font-style: italic;
	text-align: center;
}

/* rules to allow a two-column list */
ul.columns li.odd {
	float: left;
	width: 15em;
}

ul.columns li.even {
	margin-left: 15em;
}

/*********** Layout ***************/
#pagewrap {
	padding: 70px 0 0 0;
	width: 760px;
	margin: 0 auto 10px;
	background: url(/img/layout/masthead.jpg) center top no-repeat;
	text-align: left;
}

#montage {
	padding: 0;
	width: 654px;
	margin-left: 70px;
margin-top: 65px;
	background: url(/img/layout/montage_frame_mid.gif) 0 0 repeat-x;
	height: 87px;
	position: relative;
	overflow: hidden;
}

img#montageleft {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

img#montageright {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

p#homelink {
	margin: 0;
	padding: 0;
}

p#homelink a {
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	height: 87px;
	width: 100%;
	background: url(/img/home/montage_home.jpg) 1px 4px no-repeat;
}

#contentwrap {
	margin: 0 36px 0 70px;
	background: #fff url(/img/layout/content_bg.gif) left repeat-y;
}

#content {
	clear: both;
	padding: 0 1em 1em;
	text-align: left;
}

#contentfoot {
	clear: both;
	text-align: center;
	padding: 12px 0;
	background: url(/img/layout/content_foot_bg.gif) left bottom no-repeat;
	margin: 0 36px 0 70px;
}

#footer {
	text-align: center;
	font-size: 80%;
}

#credit {
    position: absolute;
    left: -9999em;
}

#colophonlink {
font-size: 85%;
}


#lasthomelink {
	position: absolute;
	top: 0;
	left: 50%;
}

#lasthomelink a {
	display: block;
	width: 750px;
	height: 55px;
	margin-left: -375px;
	text-decoration: none;
	text-indent: -9999em;
}

/******************************* Navigation *********************************/
#navwrap {
	background: url(/img/layout/nav/navbg.gif) bottom repeat-x;
	padding: 0;
	height: 30px;
}

#nav {
	width: 100%;
}

#nav, 
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

 
#nav a.primary {
	display: block;
	height: 0;
	border: none;
width: 0;
height: 0;
padding: 0 0 28px 65px;
overflow: hidden;
}

 
#nav li {
	float: left;
	margin: 0;
	position: relative;
	padding: 0;
}

#nav li ul {
	position: absolute;
	z-index: 99;
	left: -999em;
	background: #FDF1D4 url(/img/layout/nav/navbg.gif) bottom repeat-x;
	width: 12em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	border: 2px solid #F7C44E;
}

#nav li ul li {
	float: none;
	margin-left: 0;
}

#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	padding-left: 12px; /* to make room for the bluegraydot in the next declaration */
	display: block;
	height: auto;
}

#nav li ul li a:hover {
	background: #F9D47E url(/img/layout/nav/bluegraydot.gif) 1px .5em no-repeat;
	text-decoration: underline;
}

#nav li ul ul {
	width: 10em;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	top: 0; /*	position: relative;
	width: auto;
	left: auto;
	background: transparent;
	font-size: 100%;
	margin: 0 0 0 1em;
	border: none;
*/
	left: -999em;
	z-index: 100;
}

#nav li ul li:hover ul,
#nav li ul li.sfhover ul {
	left: 100%;
}

ul#nav li#navourschool a.primary:hover,
ul#nav li#navprograms a.primary:hover,
ul#nav li#navadmissions a.primary:hover,
ul#nav li#navcommunity a.primary:hover,
ul#nav li#navalumni a.primary:hover,
ul#nav li#navgiving a.primary:hover,
ul#nav li#navcalendar a.primary:hover,
ul#nav li#navcontact a.primary:hover {
	background: transparent;
}

ul#nav li#navourschool {
	background: url(/img/layout/nav/OurSchool_over.gif) left bottom no-repeat;
	width: 94px;
	margin-left: 4px;
}

ul#nav li#navourschool a.primary {
	background: url(/img/layout/nav/OurSchool.gif) left bottom no-repeat;
	padding-left: 94px; /******* Padding-left on all the primary nav A elements must be the same as the containing LI's width ******/
}
ul#nav li#navourschool ul {
	width: 14em;
}


ul#nav li#navprograms {
	background: url(/img/layout/nav/Programs_over.gif) left bottom no-repeat;
	width: 81px;
}
ul#nav li#navprograms a.primary {
	background: url(/img/layout/nav/Programs.gif) left bottom no-repeat;
	padding-left: 81px;
}

ul#nav li#navprograms ul {
	width: 14em;
}

ul#nav li#navprograms ul ul {
	width: 11em;
}



ul#nav li#navadmissions {
	background: url(/img/layout/nav/Admissions_over.gif) left bottom no-repeat;
	width: 92px;
}

ul#nav li#navadmissions a.primary {
	background: url(/img/layout/nav/Admissions.gif) left bottom no-repeat;
	padding-left: 92px;
}

ul#nav li#navcommunity {
	background: url(/img/layout/nav/Community_over.gif) left bottom no-repeat;
	width: 93px;
}

ul#nav li#navcommunity ul {
	width: 15em;
}

ul#nav li#navcommunity ul ul {
	width: 14em;
}

ul#nav li#navcommunity a.primary {
	background: url(/img/layout/nav/Community.gif) left bottom no-repeat;
	padding-left: 93px;
}

ul#nav li#navalumni {
	background: url(/img/layout/nav/Alumni_over.gif) left bottom no-repeat;
	width: 65px;
}
ul#nav li#navalumni a.primary {
	background: url(/img/layout/nav/Alumni.gif) left bottom no-repeat;
	padding-left: 65px;
}

ul#nav li#navgiving {
	background: url(/img/layout/nav/Giving_over.gif) left bottom no-repeat;
	width: 65px;
}

ul#nav li#navgiving a.primary {
	background: url(/img/layout/nav/Giving.gif) left bottom no-repeat;
	padding-left: 65px;
}


ul#nav li#navcalendar {
	background: url(/img/layout/nav/Calendar_over.gif) left bottom no-repeat;
	width: 78px;
}
ul#nav li#navcalendar a.primary {
	background: url(/img/layout/nav/Calendar.gif) left bottom no-repeat;
	padding-left: 78px;
}

ul#nav li#navcontact {
	background: url(/img/layout/nav/Contact_over.gif) left bottom no-repeat;
	width: 68px;
}
ul#nav li#navcontact a.primary {
	background: url(/img/layout/nav/Contact.gif) left bottom no-repeat;
	padding-left: 68px;
}

/********** form elements *********/
form {
	margin: .5em auto;
	text-align: center;
	border: none;
}

fieldset {
	text-align: left;
	border: 2px solid #fca;
	margin-bottom: 1em;
	padding-bottom: .5em;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #F19C4A;
}

form div {
	clear: both;
	padding-top: .3em;
}

form div div {
	padding-top: .2em;
}

div input,
div select {
	display: block;
	margin-left: 15em;
}

div.radiogroup input {
	margin-left: 1em;
}

textarea {
	width: 96%;
	height: 8em;
	margin: 0 auto;
	display: block;
	clear: left;
	float: none;
}

div.error {
	border: 1px solid red;
	background: #FFCFCF;
}

div.error p {
	margin: 0 0 .2em;
	text-align: center;
}

fieldset label,
fieldset p {
	margin-left: 1em;
	float: left;
}

.required {
	padding-right: 8px;
	background: url(/img/layout/tiny_star.gif) top right no-repeat;
	font-weight: bold;
}

.button {
	float: none;
	display: block;
	margin: .5em auto;
	width: 12em;
	border: 2px solid #859A95;
	background: #C8BDC0;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

.button:hover {
	background: #E0D9DA;
}

div.radiogroup {
	clear: right;
	margin-left: 15em;
}

div.checkboxgroup input,
div.radiogroup input {
	float: left;
	width: 2em;
	padding: 0;
	margin: 0;
}

div.radiogroup label {
	width: 8em;
	margin-right: 2em;
	float: left;
	font-weight: normal;
}

div.checkboxgroup {
	margin-left: 4em;
}

div.checkboxgroup div.checkboxitem {
	clear: left;
	display: block;
}

div.checkboxitem label {
	float: left;
	margin-right: 1em;
	font-weight: normal;
}

div.checkboxitem label {
	padding-top: 2px;
}

/****** Parents Page **********/

div.announcements h4 {
margin-bottom: 0;
}
div.announcements div {
clear: both;
}
div.announcements div p {
margin: 0 0 1em 0;
}
div.announcements div img {
float: right;
border: 1px solid #777;
}

/***** Calendar Styles *****/
div.calendar-add {
	width: 16px;
	height: 16px;
	float: right;
}

div.calendar-add a img {
	border: none;
}

div.calendar {
	font-size: .9em;
}

div.calendar-item {
	clear: both;
	margin-left: 20px;
	border-top: 1px dashed #ccc;
	padding: .5em 0;
}
div.calendar-item .itemtitle {
font-weight: bold;
}

div.calendar div.first {
	border: none;
}

div.calendar h3 {
	font-size: 1.1em;
}

div.calendar h4 {
	font-size: 1em;
	float: left;
	margin-top: 0;
	margin-bottom: .2em;
	width: 15em;
}

div.calendar h4 span.time {
	display: block;
	font-weight: normal;
}

div.calendar-item p {
	margin: 0 0 0 16em;
}

body#calendar p.intro a {
	margin: 0 .5em;
}

div.calendar-item div.clearing {
	height: 1px;
}

div.calendar-item p.time {
	float: right;
	margin: 0;
}

div.calendar a.itemtitle {
	color: black;
}

div.calendar a.itemtitle:hover {
	color: #806000;
}

/***************** nice titles *******************/
div.nicetitle {
	border: 2px solid #254B72;
	background-color: #369;
	color: #eee;
	font: normal 1em/1.1em Arial, Helvetica, sans-serif;
	text-align: left;
	left: 0;
	padding: 7px;
	position: absolute;
	top: 0;
	width: 15em !important;
	z-index: 100; /* changes: */
	width: auto; /*min-width:100px; */
	height: auto;
}

div.nicetitle p {
	margin: 0;
	padding-bottom: 3px;
	width: 15em; /* IE needs this to be set too */
}

div.nicetitle p.destination {
	color: #fff;
	font-weight: normal;
	font-size: .8em;
	padding-bottom: 0px;
	text-align: left;
}

/*********** Lightbox Styles ********************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/jss/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/jss/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#mag7wrap {
height: 67px;
}
#pagewrap {
padding-top: 3px;
}
#mag7banner {
float: right;
width: 260px;
height: 60px;
margin-right: 33px;
margin-bottom: 3px;
background: url(/img/layout/magnificent_seven.png) 0 0 no-repeat;
margin-top: 3px;
}
#mag7banner a {
display: block;
height: 60px;
width: 260px;
}
#mag7banner a:hover {
text-decoration: none;
border: none;
}

#lasthomelink a {
width: 350px;
}
#lasthomelink a:hover {
text-decoration: none;
}