/*Style Sheet for Version 5 Browsers */
body {
	background-color: #FFFFFF; 
}
.galleryImage {
	float: left;
	padding: 5px;
}
/* MAIN CONTENT LAYER */
.maindiv {
	border-left: 1px dotted #660000; /* Left Vertical Separator */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 18px;
	padding-right: 0px;
}
.maindiv p { line-height: 138%; margin-top: 6px;
}
.maindiv h1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 12px;
	margin-top: 0px;
}
.maindiv h2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 12px;
	margin-top: 10px;
}
.maindiv a:link {
	color: #660000;
	text-decoration: none;
}
.maindiv a:visited {
	color: #660000;
	text-decoration: none;
}
.maindiv a:hover { 
    color: #666666;
	text-decoration: underline;
}
#timeDiv{
	float:right;
}
/* LISTS */
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
	margin-right: 48px;
	margin-top: 12px;
}
#mainLinks{
	 list-style-type: disc;	 
	 padding-left: 20px;
	 font-size:9pt;
	 line-height:11pt;
}

ul { color: #660000;
}
/* The LITTLE ICON LAYER */
.icondiv {
	border-bottom: 1px solid #660000;
	border-left: 0px solid #660000;
	border-right: 1px solid #660000;
	border-top: 1px solid #660000;
}
.icondivL {
	border-bottom: 1px solid #660000;
	border-left: 1px solid #660000;
	border-right: 0px solid #660000;
	border-top: 1px solid #660000;
}
/* LATEST NEWS LAYER */
.navDiv	{
	color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navDiv p { margin-bottom: 12px; margin-top: 6px;
}
.navDiv h1 {
	color: #BBC1CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	text-align: right;
}
.navDiv h2 {
	color: #BBC1CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 24px;
}
/* PARAGRAPHS of MAIN SECTION LINKS */
.navDiv #nav {
	list-style-type:none;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 10 !important;
}
	#nav li {
		display:block;
		color: #333300;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		margin-bottom: 4px;
		margin-top: 6px;
		width: 160px;
		margin-right: 0px !important;
		margin-left: 0px !important;
		z-index: 11 !important;
	}
	
		#nav li > a {
			background-color: #CCCCCC;/*UPSTATE BUTTONS*/
			border: 1px solid #999999;/*BORDER OF BUTTONS*/
			color: #000000;/*TEXT IN BUTTONS*/
			display: block;
			padding: 0;
			margin: 0 !important;
			padding-bottom: 2px;
			padding-left: 12px;
			padding-top: 4px;
			text-decoration: none;
			width: 100%;
			z-index: 12 !important;
		}
		#nav li > a:hover, #nav li:hover > a {
			background-color: #660000;/*HOVER BUTTONS*/
			border-color: #C0C0C0;
			color: #FFFFFF; /* Color of Text in Button During Hover State */
			text-decoration: none;
			margin: 0 !important;
		}
		#nav li div {
			z-index: 100 !important;
			margin-top: -8px;
			background-color: #FFFFFF;
			width: 190px;
			border-style: solid;
			border-width: 1px 2px 2px 1px;
			border-color: #000000;
			position: absolute;
			top: auto;
			left: -999em;
		}
		#nav li:hover div {
			margin-top:-20px;
			left: 115px;
		}
			#nav li div a {
				display: block;
				background-color: #FFFFFF;
				color: #000000;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				margin: 0;
				padding: 3px;
				padding-left: 14px;
				text-decoration: none;
				width: 91%;
				z-index: 101 !important;
			}
			#nav li div a:hover {
				background-color: #660000;
				color: #C9CFD7;
				text-decoration: none;
			}
	#onlinegiving {
		padding-top:15px;
		margin:auto;
		padding-left:30px;
		height:50px;
		width:160px;
		background:transparent url(../graphics/online_giving_icon.jpg) no-repeat scroll left center;
	}
	#onlinegiving a{
	
		font-size:8pt;
		color:#27a24e;
		text-decoration:none;
	}
	#onlinegiving a:hover{
		font-size:8pt;
		color:#27a24e;
		text-decoration:underline;
	}
	
/* PARAGRAPHS FOR COPYRIGHT */
p.copyrights {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 12px;
	margin-top: 20px
}
p.footer {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}
p.footer a:visited { text-decoration: underline
}
/* Turns off Borders around Hyperlinked Images*/
img { border: 0px; display: block
}
.inlinimg { display: inline
}
/* FORM ELEMENTS */
form {
	border: 1px dotted #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 36px;
	margin-top: 0px;
	padding: 12px
}
input { background-color: #FFFFFF; border: 1px solid #333333
}
input:focus { background: #FFFFFF
}
textarea {
	background-color: #FFFFFF;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px 
}
.checks { background-color: #FFFFFF; border: 1px none
}
.formBut { background-color: #CCCCCC
}
/* FLOAT IMAGES LEFT OR RIGHT */
.imgfloatright { float: right
}
.imgfloatleft { float: left
}
.principalhead1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.principalhead2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.announcehead {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}
.newlabel {
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	font-variant: normal;
	color: #FF0000;
	padding-left: 3px;
	letter-spacing: 0.1em;
}
.auctionleft {
	font-weight: bold;
	color: #000000;
	font-size: 80%;
}
.auctionleft2 {
	font-weight: bold;
	color: #000000;
	font-size: 70%;
}
.auctionright {
	font-weight: bold;
	color: #000000;
	font-size: 85%;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 10px;
}
.auctionright2 {
	color: #000000;
	font-size: 160%;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 8px;
}
.auctionright3 {
	color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	padding-top: 5px;
	padding-bottom: 10px;
}
.auctionright4 {
	color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	padding-bottom: 15px;
	padding-top: 10px;
}
.auctionright5 {
	color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
	font-weight: bold;
}
.auctionTD {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
}
.happenings {
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.gradeSelector{
	padding-bottom:10px;
	width:600px;
	font-size:10pt;
	line-height:15pt;
	text-align:justify;
	clear:right;
}

.gradesSection{
	clear:both;
	display:block;
	position:relative;
}
.gradeBlock{
	clear:both;
	display:block;
	position:relative;
}
.gradeSelectorItem a{
	width:118px;
	float:left;
	text-align:center;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;

}

.gradeSelectorItem a:hover{
	background-color:#FFFFFF;
}

.gradeRow{
	background-color:#CCCCCC;
	line-height:12pt;
	text-align:center;
	vertical-align:middle;
}
.gradeSelectorHelp{
	
}
#siteMap li {
		display:block;
		color: #333300;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
.submenuItems{
	padding-left:10px;
}
.submenuItems a{
	clear:both;
}
.headlineItem{
clear:all;
margin-left:10px;
padding-top:4px;
line-height:15pt;
}
.headline{
	float:left;
	position:relative;
}
.arrow{
	float:left;
	margin-left:3px;
	position:relative;
}
#LayerLogo{
	position:absolute; 
	left:0px; 
	right:0px; 
	top:0px; 
	width:1000px; 
	z-index:1;
	}
	
#redBanner{
	background-color:#660000;
	width:100%;
	position:absolute;
	top:125px;
	left:0px;
	height:30px;
}
	
#taglineImage{
	margin-left:76px; 
	margin-top:10px; 
}

#LayerSidebar{
	position:absolute; 
	left:36px; 
	top:165px; 
	width:160px; 
	z-index:3;
	}
#LayerMain{
	position:absolute; 
	left:230px; 
	top:165px; 
	width:750px;
}
#formInfo{
	font-weight:bold;
}

#footerContents{
	clear:both;
}
.rightHeader{
	clear:both;
	color:#660000;
	font-weight:bold;
}
.quote{
	width:270px;
	padding:5px;
	clear:both;
	border: 1px solid #C0C0C0;
	font-style: italic;
}
/* Homepage stuff */
#leftmain{
	width:430px;
	padding:5px;
	float:left;
}
#rightmain{
	width:280px;
	padding:5px;
	float:right;
}

/* Newsletter */
.rightbox{
	line-height:8pt;
	font-size:8pt;
	width:270px;
	border:1px solid #C0C0C0;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.rightbox p{
	margin:5px;
}
.rightbox h3{
	margin:5px;
}
#newsletterForm{
	margin:0px;
	padding:0px;
}
#newsletterTable{
	margin:auto;
	font-size:8pt;
	color:#666666;
}
#newsletterTable input{
	font-size: 8pt;
	background-color: #FFFFFF;
 	border: 1px solid #666666;
 	width:10em;
}
.error_strings{ 
	font-size:8pt; 
	color:#660000;
}
.error_strings li{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:8pt;
margin-bottom:3px;
margin-top:3px;
}

div#LayerMain div {
	margin-bottom:15px;
}

ul#tabs {
	padding:0;
	margin:0;
}
ul#tabs li {
	float:left;
	list-style-type:none;
	background:#c9c9c9;
	padding:5px 10px;
	margin:0 0 0 10px;
	border:1px solid grey;
	border-bottom:none;
	color:black;
}

ul#tabs li#history_tab {
	color:white;
	background:#660000;
}

ul#tabs li:hover {
	background:#660000;
	color:white;
}
div#history, div#photos {
	width:710px;
	float:left;
	clear:left;
	padding:20px;
	padding-top:10px;
	border:1px solid grey;
}
div#history h1, div#history h2 {
	text-align:center;
}
div#photos table {
	width:600px;
	margin:auto;

}
div#photos img { margin:10px; border:1px solid white; }
div#photos img:hover { border:1px solid #660000; }
