@charset "UTF-8";
/* CSS Document */

 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #999999;
	background-image: url(../images/mainbgtile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 924px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#interactiveContent {
	float: left; /* since this element is floated, a width must be given */
	width: 670px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	background: #EBEBEB;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#eventCalendar {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 2px #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 14px;
	height: 320px;
	overflow: hidden;
} 

#eventsheader {
	width: 206px;
	color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 0px;
	height: 30px;
	}
	
.event {
	width: 191px;
	color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 0px;
	height: 110px;
	overflow: hidden;
	}
	
.eventtitle {
	font-weight: bold;
	}
	
.newstitle {
	font-weight: bold;
	color: #000000;
	line-height: 1.4em;
	}

.newstext {
	color: #333333;
	line-height: 1.4em;
	}	
	
#moreevents {
	width: 206px;
	background-color: #871d1d;
	color: #ffffff;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 14px;
	margin-left: 0px;
	height: 35px;
	font-weight: bold;
	}

#news {
	float: left; /* since this element is floated, a width must be given */
	width: 436px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 320px;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 14px;
	background-color: #FFF;
}


#newsholder {
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 14px;
	height: 255px;
	overflow: hidden;
}

#morenews {
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 14px;
}

#spotlight {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 320px;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 14px;
	margin-left: 14px;
	background-color: #FFF;
}

#spotlighttextholder {
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 14px;
	margin-bottom: 0px;
	height: 120px;
	overflow: hidden;
}

.readmore {
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
}



#superintendent {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 320px;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 14px;
	margin-left: 14px;
	background-color: #FFF;
}


#superintendenttextholder {
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 14px;
	height: 120px;
	overflow: hidden;
}

#footer { 
	padding: 0 0 0 0;
	color: #216a80;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainnavcontainer {
	width: 924px;
	text-align: left;
	font-size: 11px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #1f2a53;
}


p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #019add;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}


#nav {
	float: left;
	width: 924px;
	list-style: none;
	line-height: 1;
	background: #990f0f;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990f0f;
	border-right-color: #990f0f;
	border-bottom-color: #990f0f;
	border-left-color: #990f0f;
}

#nav ul {
	float: left;
	width: 924px;
	list-style: none;
	line-height: 1;
	background: #990f0f;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff1530;
	border-right-color: #ff1530;
	border-bottom-color: #ff1530;
	border-left-color: #ff1530;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #ffffff;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}




#nav a.daddy {
	background: url(../images/rightarrow.gif) center right no-repeat;
} 



#nav li {
	float: left;
	padding: 0;
	width: 10em;

}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 20.4em;
	w\idth: 20.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	line-height: 1.3em;
}

#nav li li {
	padding-right: 1em;
	width: 20em
}

#nav li ul a {
	width: 20em;
	w\idth: 15.5em;
}

#nav li ul ul {
	margin: -1.75em 0 0 20em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

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

#nav li:hover, #nav li.sfhover {
	background: #ff1530;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#newsholder a:hover {
color: #990000;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

#spotlighttextholder a:hover {
color: #990000;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

#superintendenttextholder a:hover {
color: #990000;
text-decoration: none;
background-color: transparent;
border-color: #333333;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

#eventCalendar a {
color: #ffffff;
}

#eventCalendar a:hover {
color: #ffffff;
text-decoration: none;
background-color: transparent;
border-color: #ffffff;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
}

#bottomillustration {
	background-image: url(../images/bottomphoto.jpg);
	width: 1024px;
	height: 240px;
	margin-right: auto;
	margin-left: auto;
}

#subpagecontainer {
	color: #333333;
	background-color: #FFFfff;
	width: 624px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-left: 210px;
	border: 10px solid #ffffff;
	-webkit-box-shadow: 2px 2px 2px #999;
	font-size: 12px;
	line-height: 1.5em;
}
 
 
 #subpagecontainer h1 {
	color: #333333;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

#subpagecontainer img {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#calendarheader {
	width: 206px;
	color: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 0px;
	height: 30px;
}

#bottomads {
	/*float: left; /* since this element is floated, a width must be given */
	width: 904px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 132px;
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	-webkit-box-shadow: 2px 2px 2px #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
