/***********************************************
 * ALL CONTENT
***********************************************/
body{
	background: #D4AE52 url(/include/images/bg_seal.gif) repeat;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
	color: #082133;
}

a{
	color: #387199;
	text-decoration: none;
}

a:hover{
	color: #4F1B08;
	text-decoration: underline;	
}
	
h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 12px;
}

h4{
	font-size: 10px;
}

h5{
	font-size: 10px;
}

h6{
	font-size: 10px;
}

.clear{
	clear: both;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
}

.navpathTop{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #D7D6BD;
}

.navpathBottom{
	padding: 5px 0px 5px 5px;
	border-top: 1px solid #D7D6BD;
}

ul{
	
}

.even{
	background-color: #FFF;	
	padding: 5px;
	border-bottom: 1px solid #4F1B08;
}

.odd{
	padding: 5px;
	border-bottom: 1px solid #4F1B08;	
}
/***********************************************
 * ABOVE HEADER
***********************************************/
.aboveHeader{
	margin: 0px auto;
	width: 980px;
	text-align: left;
}

.aboveHeader div.box{
	float: left;
	width: 100px;
	height: 30px;
	_height: 35px;
	background: url(/include/images/button.gif) no-repeat;
	color: #FBF2DF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.aboveHeader div.box2{
	float: left;
	width: 100px;
	height: 25px;
	_height: 35px;
	background: url(/include/images/button.gif) no-repeat;
	color: #FBF2DF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin: 0px 5px 10px 5px;
}

.aboveHeader div.box a{
	color: #FBF2DF;
	text-decoration: none;
}

.aboveHeader div.box2 a{
	color: #FBF2DF;
	text-decoration: none;
}

.aboveHeader div.box a:hover{
	color: #D4AE52;
	text-decoration: underline;	
}

.aboveHeader div.box2 a:hover{
	color: #D4AE52;
	text-decoration: underline;	
}

.aboveHeader div.search{
	float: right;	
}

.aboveHeader div.address{
	float: left;
	padding-top: 5px;
	font-weight: bold;
	color: #082133;
	font-size: 14px;
	width: 390px;
	margin: 5px 0px 0px 10px;	
	text-align: center;
}
/***********************************************
 * HEADER
***********************************************/
#header{
	margin: 0px auto;
	width: 980px;
	text-align: left;
	height: 150px;
}
/***********************************************
 * NAVIGATION
***********************************************/
#navigation{
	background-color: #082133;
	color: #FBF2DF;
	font-weight: bold;
	height: 35px;
}

#navigationBar {
	margin: 0px auto;
	height: 35px;
	width: 980px;
	clear: both;
	font-size: 10px;
	text-align: left;
}

#nav {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: 1px;
	height: 25px;
}

#nav li {
	display: block;
	float: left;
	position: relative;
	border-right: 1px solid #11466c;
}

#nav li #active{
	background-color: #006699;
}

#nav li a {
	display: block;
	line-height: 33px;
	font-size: 12px;
	font-weight: bold;
	color: #FBF2DF;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#nav li ul {
	display: none;
	width: 290px;
	top: 33px;
	left: -1px;
	font-weight: normal; 
	line-height: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	background-color: #FFF;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	z-index: 20;
}

#nav li ul li {
	float: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #666;
}

#nav li ul a {
	line-height: 20px;
	font-weight: normal;
	font-size: 10px;
	text-transform: none;
	padding: 0px 20px 0px 10px;
	width: 260px;
	_width: 290px;
	color: #000;
	text-decoration: none;
	background: none;
}

#nav li ul img{
	vertical-align: middle;
	margin: 6px 0px 6px 0px;	
}

#nav li ul a:hover {
	color: #FBF2DF;
	text-decoration: none;
	background-color: #082133;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);					

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.myHover ul{
	display: block;
}

.sublink{
	height: 20px;	
}

.sublink img{
	margin-top: 4px;
}
/***********************************************
 * NAVIGATION BOTTOM
***********************************************/
#navBottom{
	margin: 0px auto;
	width: 980px;
	text-align: left;
	padding: 10px 0px 10px 0px;	
	background: url(/include/images/footer-border.gif) no-repeat;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	height: 60px;
}
/***********************************************
 * PAGE CONTENT
***********************************************/
#wrapper{
	background-color: #FBF2DF;
	margin: 0px auto;
	width: 980px;
	text-align: left;
	_margin-top: -2px;
}

#content{
	padding: 10px;
}
/***********************************************
 * INDEX
***********************************************/
.contentLeft{
	float: left;
	width: 700px;
	margin-bottom: 10px;	
}

.contentRight{
	float: left;
	margin-left: 10px;
	width: 250px;	
}
/***********************************************
 * NEWS AND ANNOUNCEMENTS INDEX
***********************************************/
.empty{
	height: 10px;	
}
.newsAndAnnouncements{
	background-color: #FFF;
}

.newsAndAnnouncements div.header {
	float: left;
	background-color: #082133;
	color: #FFF; 
	padding: 5px 0px 6px 5px;
	width: 425px;
	_width: 430px;
	height: 12px;
	_height: 16px;	
}

.newsAndAnnouncements div.header a{
	color: #FFF;
	text-decoration: none;	
}

.newsAndAnnouncements div.header a:hover{
	color: #D4AE52;
	text-decoration: none;	
}

.newsAndAnnouncements div.header h2{
	font-size: 12px;	
}

.newsAndAnnouncements div.corner{
	float: right;
	background: url(/include/images/top-right-corner.gif) no-repeat;
	width: 10px;
	height: 23px;
	margin-top: 0px;
}

.newsAndAnnouncements div.event{
	clear: both;
	border-left: 1px solid #082133; 
	border-right: 1px solid #082133;
}

.newsAndAnnouncements div.event div.news{
	padding: 5px;
}

.newsAndAnnouncements div.seeAll{
	background-color: #FFF;
	text-align: right;
	font-weight: bold; 
	border-left: 1px solid #082133; 
	border-right: 1px solid #082133;
	padding: 10px 10px 0px 0px;
}

.newsAndAnnouncements div.border{
	background: url(/include/images/news-bottom-border.gif) no-repeat;
}
/***********************************************
 * LUNCH MENU INDEX
***********************************************/
.upcomingEvents div.event div.date{
	padding: 8px;
	font-weight: bold;	
}

.upcomingEvents div.event div.items{
	padding: 0px 5px 5px 10px;	
}

/***********************************************
 * SPORTS RESULTS INDEX
***********************************************/
.upcomingEvents div.event table{
	width: 248px;
	font-size: 12px;	
}

.upcomingEvents div.event table td.date{
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	background-color: #D4AE52;	
}

.upcomingEvents div.event table td.home{
	width: 124px;
	text-align: center;
	font-size: 10px;
	padding: 3px;
}

.upcomingEvents div.event table td.opponent{
	width: 124px;
	text-align: center;
	font-size: 10px;
	padding: 3px;
}

.sportDate{
	padding: 3px 0px 0px 8px;	
}

.upcomingEvents div.event table td.home span, .upcomingEvents div.event table td.opponent span{
	font-weight: bold;	
}
/***********************************************
 * UPCOMING EVENTS INDEX
***********************************************/
.upcomingEvents {
	background-color: #FFF;
}

.upcomingEvents div.header {
	float: left;
	background-color: #082133;
	color: #FFF; 
	padding: 5px 0px 6px 5px;
	width: 235px;
	_width: 240px;
	height: 12px;
	_height: 16px;	
}

.upcomingEvents div.header h2{
	font-size: 12px;	
}

.upcomingEvents div.header a{
	color: #FFF;
	text-decoration: none;	
}

.upcomingEvents div.header a:hover{
	color: #D4AE52;
	text-decoration: none;	
}

.upcomingEvents div.corner{
	float: right;
	background: url(/include/images/top-right-corner.gif) no-repeat;
	width: 10px;
	height: 23px;
	margin-top: 0px;
}

.upcomingEvents div.event{
	clear: both;
	border-left: 1px solid #082133; 
	border-right: 1px solid #082133;	
}

.upcomingEvents div.event div.title{
	font-weight: bold;	
}

.upcomingEvents div.event ul{
	margin: 0px 0px 0px 3px;
	padding: 5px;	
}

.upcomingEvents div.event ul span{
	font-weight: bold;	
}

.upcomingEvents div.event ul a{
	margin: 0px 0px 5px 20px;
}

.upcomingEvents div.event ul li{
	padding: 0px 3px 3px 0px;
	margin-left: 20px;
	margin-top: 5px;
}		

.upcomingEvents div.event div.details{
	padding: 3px 0px 0px 30px;
	font-size: 10px;
	line-height: 1.4em;
}	

.upcomingEvents div.seeAll{
	text-align: right;
	font-weight: bold;
	padding: 10px 10px 5px 0px;
	border-left: 1px solid #082133; 
	border-right: 1px solid #082133; 
}
/***********************************************
 * BOTTOM BUTTONS INDEX
***********************************************/
.buttons{
	text-align: center;
	width: 100%;
	height: 50px;	
}

.buttons img{
	margin-right: 3px;
}
/***********************************************
 * INFO
***********************************************/
.pageHeader{
	background: #99C4D5 url(/include/images/blue-sky.gif) no-repeat; 	
	padding: 0px 10px 5px 10px;
	border-bottom: 3px solid #082133;
}

.headerHead{
	font-family: Georgia, serif;
	color: #082133;
	font-size: 3em;
 	font-weight: normal;
 	padding-top: 5px;	
}

.leftColumn{
	float: left;
	width: 200px;
}

.middleColumn{
	float: left;
	width: 555px;
	*width: 575px;
	padding: 10px 10px 10px 9px;
	border-left: 1px solid #D7D6BD;
	border-right: 1px solid #D7D6BD;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	line-height: 1.5em;
}

.middleColumn ul{
	margin-left: 30px;	
}

.calendarColumn{
	float: left;
	width: 725px;
	padding: 10px 10px 10px 9px;
	border-left: 1px solid #D7D6BD;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	line-height: 1.2em;
}

.calendarColumn ul{
	margin-left: 30px;	
}

.mainColumn{
	float: left;
	width: 760px;
	border-left: 1px solid #D7D6BD;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	line-height: 1.2em;
	padding: 10px 10px 10px 9px;
}

.mainColumn ul{
	margin-left: 30px;
}

.rightColumn{
	float: right;
	width: 200px;	
}	

.rightColumnImage{
	margin: 10px 9px 5px 9px;
	width: 180px;
	border: 1px solid #082133;
	background-color: #FFF;	
}
.middleColumn p, .mainColumn p{
	margin-bottom: 15px;
}
.caption{
	margin: 0px 10px 20px 10px;	
	text-align: left;
}

.bottomImage{
	margin: 10px 0px 5px 0px;
	border: 1px solid #082133;
	background-color: #FFF;
	text-align: center;	
}

.bottomCaption{
	margin: 0px 10px 20px 0px;	
	text-align: center;
}

.pageNavList{
	margin: 0px 0px 0px 30px;
}

.pageNavList li{
	padding: 0px 10px 0px 0px;
	margin: 10px 0px 10px 0px;
	font-size: 10px;
}

.pdf{
	margin: 0px 0px 0px 0px;
	font-size: 8px;	
}

.honorRollTable{
	border-collapse: collapse;	
	width: 100%;
}

.honorRollTable td{
	border: 1px solid #082133;	
	width: 25%;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.honorHeader{
	border: 1px solid #FFF;
	background-color: #082133;
	color: #FFF;	
}

.menuTable td{
	border: 1px solid #082133;
	vertical-align: top;
	padding: 3px;
	width: 20$;
}

.directions {
	margin-left: 30px;	
}

.directions2{
	margin-left: 30px;
	list-style: none;	
}
/***********************************************
 * LUNCH MENU
***********************************************/
.container{
	width: 980px;
}

.left{
	float: left;
	width: 25px;
	text-align: center;
}

.right{
	float: left;
	width: 935px;
	padding: 10px;
}

.hidden{
	float: left;
	display: none;
	height: 500px;
	width: 200px;
}

.table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #082133;
	background-color: #FFF
	
}

.table td{
}
 
.daysOfWeek{
	text-align: center;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 20%;
	vertical-align: middle;
	background-color: #082133;
	border: 1px solid #082133;
}

.daysOfWeekAll{
	text-align: center;
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 14%;
	vertical-align: middle;
	background-color: #082133;
	border: 1px solid #082133;
}
 
.day{
	height: 125px;
	vertical-align: top;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #082133;
	font-size: 10px;
}

.today{
	background-color: #D7F2FD;
	height: 125px;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #082133;
	font-size: 10px;
}

.monthHeaderText{
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia, serif;
	padding-bottom: 10px;	
}

.monthHeader a{
	margin: 0px 50px 0px 50px;	
}

.evenList{
	background-color: #FFF;
	padding: 5px;
	border-bottom: 1px solid #D4AE52;
	border-top: 1px solid #D4AE52;	
}

.oddList{
	padding: 5px;
	border-bottom: 1px solid #D4AE52;
	border-top: 1px solid #D4AE52;	
}

.listHeader{
	font-weight: bold;
	padding: 3px;	
}

.listItems{
	margin: 5px 5px 5px 20px;	
}

.view{
	cursor: pointer;	
}

.factSheet{
	width: 550px;	
}

.factSheet td{
	vertical-align: top;
}

.updateFrom{
	text-align: left;
	width: 100%;	
}

.updateForm td{
	padding: 5px;	
}
/***********************************************
 * CLASSROOM CONNECTION
***********************************************/
.classRoom{
	margin: 10px 0px 0px 0px;	
}

.classRoom div.even, .classRoom div.odd{
	padding: 10px 2px 10px 5px;
}

.classRoom div.firstLetter{
	padding: 2px 2px 2px 5px;
	background-color: #082133;
	color: #FFF;	
	font-weight: bold;	
}

.alphabet{
	text-align: center;
	margin-top: 10px;
}

.firstLetter{
	
}

.checkingEmail{
	margin-left: 20px;	
}

.scholarshipTable{
	border: 1px solid #082133;
	background-color: #FFF;
	font-size: 10px;	
}

.scholarshipTable td{
	border: 1px solid #082133;
	vertical-align: top;
	padding: 5px;	
}

.schHeader{
	background-color: #082133;
	color: #FFF;
	font-size: 12px;
	text-align: center;	
}

.schTopTable{
	width: 100%;
	border: 1px solid #082133;
	margin-bottom: 10px;	
}

.schTopTableWhite{
	background-color: #FFF;	
}

.schTopTable td{
	border: 1px solid #082133;
	width: 50%;
	padding: 5px;	
}
/***********************************************
 * ATHLETICS
***********************************************/
.sportInfo{
	width: 100%	
}

.sportInfo td{
	width: 50%;
	vertical-align: top;
	padding: 5px;	
}

.sportInfo td.picture{
	text-align: center;	
}

.sportsSchedule{
	width: 100%;	
}

.sportsSchedule td{
	padding: 5px;	
}

.sportsSchedule td.title{
	font-weight: bold;
	color: #082133;	
}

.sportsSchedule td.header{
	background-color: #082133;
	color: #FFF;
	font-weight: bold;	
}
/***********************************************
 * NEWS AND ANNOUNCEMENTS
***********************************************/
.summary{
	margin: 5px 0px 0px 10px;	
}

.readMore{
	width: 100%;
	text-align: right;	
}
/***********************************************
 * ALUMNI EMAIL LISTINGS
***********************************************/
.evenAlumni{
	background-color: #FFF;
	border-bottom: 1px solid #082133;
	height: 25px;
}

.oddAlumni{
	border-bottom: 1px solid #082133;
	height: 25px;
}

.alumniEmails{width: 760px; margin-top: 10px; border: 1px solid #082133;}
.alumniEmailsHeader{background-color: #082133; width: 100%;}

	.header{background-color: #082133; color: #FFF; font-weight: bold;}
	.line{float: left; padding: 5px;}
	.name{width: 185px;}
	.year{width: 115px;}
	.email{width: 40px;}
	.one{background-color: #D5ECF2; color: #082133; font-weight: bold; height: 25px; border-bottom: 1px solid #082133;}
		.one a{line-height: 23px; padding-left: 5px; cursor: pointer; float: left;}
		.image{float: right; margin-right: 5px; cursor: pointer;}

.recaptcha{
	background-color: #FFF;
	border: 1px solid #082133;
	margin-top: 20px;
	padding: 10px;	
}

.recaptchaInfo{
	float: left;
	width: 405px;
	padding-left: 10px;
}

.recaptchaDiv{
	float: left;
	width: 320px;
}

.clearAfter:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearAfter{display: inline-block;}
* html .clearAfter{height: 1%;}
.clearAfter{display: block;}

.evenAlumni:after, .oddAlumni:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.evenAlumni, .oddAlumni{display: inline-block;}
* html .evenAlumni{height: 1%;}
* html .oddAlumni{height: 1%;}
.evenAlumni, .oddAlumni{display: block;}
.plus{
	left: -1000px;
	position: absolute;	
}
/***********************************************
 * REQUIREMENTS
***********************************************/
.requirements{width: 100%; border: 1px solid #081233;}
	.requirements td{padding: 5px;}
	.credits{text-align: center;}
/***********************************************
 * SITEMAP
***********************************************/
	.subCats{background-color: #FFF; padding: 0px 0px 0px 10px; width: 748px; _width: 760px; border-right: 1px solid #082133; border-left: 1px solid #082133;}
		.subCats ul{margin-top: 0px;}
		.subCats a{line-height: 20px;}
		.subCats li{_height: 20px; _vertical-align: middle; _margin-top: 5px;}
		.subCats ul li img{_vertical-align: middle; _margin: 5px 0px 5px 0px;}
	
.sitemap{	;
}
		
.sitemap div.header{
	background: url(/include/images/sitemap-top-border.gif) no-repeat;
	color: #FFF; 
	padding: 5px 0px 6px 5px;
	_padding: 5px 0px 4px 5px;
	width: 760px;
	height: 12px;
	_height: 14px;	
}

.sitemap div.header a{color: #FBF2DF;}
	.sitemap div.headert a:hover{color: #D4AE52; text-decoration: underline;}

.sitemap div.border{
	background: url(/include/images/sitemap-bottom-border.gif) no-repeat;
	width: 760px;
	margin-bottom: 5px;
}
/***********************************************
 * CONTACT
***********************************************/
.contact{}
	.contact td{padding-bottom: 10px;}
	.contact td div{padding: 0px 0px 3px 0px; font-weight: bold;}
/***********************************************
 * HALL OF FAME
***********************************************/
.fameSummary{
	margin: 5px 0px 0px 20px;	
}
.fameDetails p{
	margin-bottom: 15px;	
}
/***********************************************
 * CALENDAR
***********************************************/
.view input{
	border: 0px solid #FFF;
	background-color: #FBF2DF;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	margin: 0;	
}
/***********************************************
 * ALUMNI INFORMATION UPDATE FORM
***********************************************/
.alumniInfo{width: 100%; display: block; background-color: #FFF; border: 1px solid #082133;}
form ul{list-style: none; width: 100%; margin: 0 !important;}
form li{clear: both; display: block; padding: 5px 5px 10px 10px;}
form li span{float: left; margin: 0px 5px 0px 0px;}
form li div label, form li span label{clear: both; display: block;
font-size: 10px; color: #999;}
label.main{padding: 0px 0px 5px 0px; display: block;
font-weight: bold;}
label.main span{float: none; color: red; margin-left: 3px;}
form li div span.full input, form li span.full input, form li span.full textarea, form li div.full textarea{width: 100%;}
.full{width: 100% !important; margin: 0px 0px 5px 0px;}
.oneThird{width: 31% !important;}
form li div span.oneThird input{width: 100%;}
form li div span.leftSide, form li div span.rightSide{width: 33% !important;}
.leftSide{float: left;}
.rightSide{float: right;}
form li.leftHalf, form li.rightHalf{width: 45% !important;}
form li.leftHalf input, form li.rightHalf input{width: 100% !important;}
.leftHalf{clear: left !important; float: left;}
.rightHalf{clear: none !important; float: right;}
form li div.radioCol span{display: block; float: left; width: 100%;}
input.checkbox, input.radio{height: 20px; width: 20px; display: block; margin: 5px 0px;}
form li div.radioCol span label{margin: -22px 0px 0px 20px;}
label.choice{padding: 0px 0px 5px 0px; color: #000; font-size: 12px;}
form li span input{font-size: 16px; font-weight: bold; padding: 3px 0px 3px 0px;}
.phone{font-size: 10px; color: #999;}
form li:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
form li { display: inline-block; }

* html form li { height: 1%; }
form li { display: block; }
.warning{background-color: #FF9999; padding: 5px; font-weight: bold; font-size: 14px; border: 1px dashed #CCC;}
.thanks{background-color: #FFFF99; padding: 5px; font-weight: bold; font-size: 14px; border: 1px dashed #CCC;}
.legend{margin: 0px 0px 0px 10px; font-size: 10px; color: #999;}
.submit{margin: 0px 0px 10px 10px;}
/***********************************************
 * FOOTER
***********************************************/
#footerContent{
	padding: 0px 10px 0px 10px;
	text-align: center;
	width: 100%;
	margin-top: 12px;
}

#footerContent a{color: #FBF2DF;}
#footerContent a:hover{color: #D4AE52; text-decoration: underline;}

#copyright{
	margin: 0px auto;
	width: 980px;
	color: #082133;
	text-align: center;
	padding: 0px 0px 20px 0px;
}