/* General */

.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

html {
	background: #d9d9d9 url('/pics/body_bg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
}
body {
	background: url('/pics/body_bottom.jpg') repeat-x bottom;
	text-align: center;
	padding: 0;
	margin: 0 0 5px 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 23px;
	margin: 0 auto;
}
div#sides {
	margin: 0 auto;
	width: 916px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	background: url('/pics/index_bg.jpg') repeat-y;
}

#indexBottom {
	text-align: left;
	background: url('/pics/index_bottom.jpg') no-repeat bottom;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	padding: 0 0 25px 0;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 884px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 870px;
	height: 37px;
	padding: 8px 0 0 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c71233;
	font-size: 20px;
	font-weight: bold;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#headerIMG {
	width: 900px;
	height: 126px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
}
/* Navigation menu */

div#menu {
	width: 900px;
	height: 38px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
	width: 900px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 27px;
	display: block;
	text-align: center;
	padding: 11px 0 0 0px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
}
ul#topNavItems li a#topNav1 { width: 102px; background: url('/pics/topnav1.gif') no-repeat left top; }
ul#topNavItems li a#topNav2 { width: 135px; background: url('/pics/topnav2.gif') no-repeat left top; }
ul#topNavItems li a#topNav3 { width: 113px; background: url('/pics/topnav3.gif') no-repeat left top; }
ul#topNavItems li a#topNav4 { width: 115px; background: url('/pics/topnav4.gif') no-repeat left top; }
ul#topNavItems li a#topNav5 { width: 106px; background: url('/pics/topnav5.gif') no-repeat left top; }
ul#topNavItems li a#topNav6 { width: 109px; background: url('/pics/topnav6.gif') no-repeat left top; }
ul#topNavItems li a#topNav7 { width: 87px; background: url('/pics/topnav7.gif') no-repeat left top; }
ul#topNavItems li a#topNav8 { width: 133px; background: url('/pics/topnav8.gif') no-repeat left top; }

ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1,
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2,
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3,
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4,
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5,
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8 {
	background-position: 0 -38px;
	color: #000;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 178px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 3px 0 3px 8px;
	height: auto;
	width: 170px;
	color: #fff;
	background: #c71233;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #000;
	background: #fff;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #093a77;
	background: #cdb43a;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */

#leftColumn {
	width: 592px;
	float: left;
}
#rightColumn {
	width: 295px;
	float: left;
	padding: 0 13px 0 0;
}
/* Quicklinks */

#quickLinks {
	position: absolute;
	text-align: right;
	right: 0px;
	top: -126px;
	width: 142px;
	height: 118px;
	padding: 8px 0 0 0;
	margin: 0;
	background: url('/pics/qlink_bg.jpg') no-repeat left top;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks ul li {
	width: 142px;
	margin: 0 0 0px 0;
	float: right;
	display: block;
}
#quickLinks a {
	width: 138px;
	height: 16px;
	text-decoration: none;
	padding: 5px 5px 0 0;
	margin: 0;
	display: block;
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
}


#quickLinks a:hover#midNav1,
#quickLinks a:hover#midNav2,
#quickLinks a:hover#midNav3,
#quickLinks a:hover#midNav4,
#quickLinks a:hover#midNav5,
#quickLinks a:hover#midNav6,
#quickLinks a:hover.midNav {
	color: #c71233;
}
/* Homepage Section Headers */

h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 47px 592px;
	font-size: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 40px 295px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#headmaster {
	width: 0;
	height: 0;
	padding: 0 0 63px 592px;
	font-size: 0;
	background: url('/pics/headmaster_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#mission {
	width: 0;
	height: 0;
	padding: 0 0 48px 592px;
	font-size: 0;
	background: url('/pics/mission_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#eKennedy {
	width: 0;
	height: 0;
	padding: 0 0 57px 295px;
	font-size: 0;
	background: url('/pics/eKennedy_header.gif') no-repeat left top;
	display: block; 
	margin: 0;
	overflow: hidden;
}
/* Homepage Sections Containers */

#newsContainer {
	width: 502px;
	min-height: 275px;
	height: auto!important;
	height: 275px;
	margin: 0;
	padding: 0 40px 0 50px;
}
#eventsContainer {
	width: 225px;
	min-height: 225px;
	height: auto!important;
	height: 225px;
	margin: 0;
	padding: 0 30px 0 40px;
}
#headmasterContainer {
	width: 502px;
	height: 150px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 40px 0 50px;
	color: #000;
	text-align:justify;
	font: 12px Arial, Helvetica, sans-serif;
}
#missionContainer {
	width: 502px;
	height: 98px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 40px 0 50px;
	color: #000;
	font: 14px Arial, Helvetica, sans-serif;
}
#ekennedyContainer {
	width: 225px;
	height: 242px;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 30px 0 40px;
	color: #000;
	text-align:justify;
	font: 12px Arial, Arial, Helvetica, sans-serif;
}
#kennedy_more {
	width: 225px;
	padding: 0 30px 0 40px;
	color: #c71233;
	text-decoration: none;
	font-weight: bold;
	font: 14px Arial, Helvetica, sans-serif;
}
#sat {
	width: 251px;
	height: 66px;
	background: url('/pics/sat.jpg') left top no-repeat;
	margin: 0 0 0 22px;
        display: block;
}

/* Homepage Section Table Includes */

.HPNews {
	padding: 0;
	margin: 0;
	color: #000;
}
.HPEvents {
	padding: 0;
	margin: 0;
	color: #000;
}
.HPBBMessages {
	padding: 0;
	margin: 0;
	color: #000;
}
.HPLinks {
	padding: 0;
	margin: 0;
	color: #000;
}
/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link, .HPNews a:visited, 
.HPEvents a, .HPEvents a:active, .HPEvents a:link, .HPEvents a:visited,
.content a {
	color: #c71233 !important;
}

.dark a, .light a {
	color: #333 !important;
}

.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
/*  	padding-top: 6px;  */
	display: none;
}
/* Image shuffles */

#shuffleSection {
	width: 900px;
	height: 256px;
	padding: 10px 0 0 0;
	background: url('/pics/shuffle_bg.gif') no-repeat;
}
#shuffle1 {
	width: 294px;
	height: 244px;
	border: 1px solid #7e7e7e;
	margin: 0 6px 0 0;
	float: left;
}
#shuffle2 {
	width: 294px;
	height: 244px;
	border: 1px solid #7e7e7e;
	margin: 0 6px 0 0;
	float: left;
}
#shuffle3 {
	width: 294px;
	height: 244px;
	border: 1px solid #7e7e7e;
	margin: 0 0px 0 0;
	float: left;
}
#donate {
	height: 70px;
	padding: 10px 0 0 0;
	text-align: center;
}

.leftSectionBottom {
	width: 592px;
	height: 7px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}
.rightSectionBottom {
	width: 295px;
	height: 7px;
	background: url('/pics/right_section_bottom.gif') no-repeat;
}
/* Footer */

div#footer {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	text-align: left;
}
address {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 20px;
	color: #fff;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#logo1 {
	position: absolute;
	text-align: left;
	left: 0px;
	top: 18px;
	height: 63px;
	width: 101px;
}
#search {
	position: absolute;
	text-align: right;
	right: 0px;
	top: 100px;
	width: 157px;
	height: 17px;
	padding: 0;
}
a#edunet {
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_gray.png') no-repeat; 
	behavior: url('/apps/shared/iepngfix.htc');
}
#edu_logo {
	width: 245px;
	margin: 0 auto;
}
a#headmaster {
	color:#C71233;
	font:12px Arial,Helvetica,sans-serif;
	text-decoration:none;
}



/*  Page Navigation  */
#pageNav {
	border: 0;
	font-size: 10px;
}

#pageNav ul, #pageNav ul li {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 20px;
}

#pageNav ul {
	padding: 3px 0 !important;
	margin: 0 auto !important;
	border: 1px solid #555;
	width: 200px;
}

#pageNav ul li {
	font-size: 12px;
	line-height: 2em;
	display: inline; /* this is important for IE6 */
}

#pageNav td img {
	display: none;
}

#pageNav ul li b {
	background-color: #b4002c;
	font-weight: normal;
	color: #f7f0f1 !important;
}

#pageNav ul li b,#pageNav ul li a {
	padding: 1px 0 1px 1.3em;
	display: block;
	text-decoration: none;	
}

#pageNav ul, #pageNav ul li a {
	background-color: #e7e7e7;
}

#pageNav a {
	color: #333 !important;
}
#pageNav ul li a:hover {
	background-color: #cfcfcf;
	border-color: #dac88a;
}
div#marquee {
	padding:3px;
	background-color:#FFFFFF;
}

marquee {padding:3px; color: #C71233;}
