/* CSS Document */
/************ Default HTML ************/
html, body {
	width: 100%;
}
body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #CCC;
	background-color: #01014C;
	text-align: center;
	margin: 10px 0 0 0;
}
a {
	margin: 0;
	padding: 0;
	color: #6699CC;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #FFFFFF;
}
/******************* General *********************/
img, a img {border: none; text-decoration: none;}
.spacer {clear: both;}
.noindt {
	text-indent: 0px;
}
.indent {
	text-indent: 20px;
}
.bold {font-weight: bold;}
.center {
	text-align: center;
}
.mini {font-size: 90%;}
.red {color:#FF0000;}

/******************* Main *********************/

#mainBody {
	padding: 0 60px;
}

/******************* Header *********************/

#header a#logo {
	margin: 0;
	padding: 0;
	position: relative;
	left: -40px;
}
#header a#envelope {
	position: absolute;
	right: 60px;
}

#header {
	margin: 0;
	padding: 0 60px 0 60px;
	text-align: left;
}
#mainNav {
	text-align: center;
	height: 30px;
	vertical-align: middle;
	padding-top: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#mainNav li {
	list-style-type: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 2%;
	font-weight: bold;
}
#mainNav a {
	color: #FFF;
	text-decoration: none;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}



/******************* footer *********************/

#footer {
	margin: 0;
	position: relative;
	padding: 0 5%;
	clear: both;
	z-index: 1;
}

#footer p {
	font-size: 80%;
	text-align: center;
}

/******************* Main Content *********************/

#vertRight {
	width: 273px;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #48679E;
	float: right;
	border-left: 1px solid #FFF;
	white-space: normal;
}
#vertRight li {
	list-style-type: none;
}
#vertRight ul {
	margin: 0;
	padding: 0 0 5px 20px;
}

#proverb {
	background-image: url(../Images/proverb.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 232px;
	width: 273px;
	border-bottom: 1px solid #FFF;
}

#imageBar {
	background-color: #b76f22;
	position: absolute;
	width: 83%;
	overflow: hidden;
}

#sideNav {
	clear: both;
}

#content {
	border: 1px solid #FFF;
	text-align: left;
	background-color: #FFF;
	color: #000;
	background-image: url(../Images/vertRight.jpg);
	background-repeat: repeat-y;
	background-position: right;
	overflow: visible;
	min-height: 580px;
}
.collapse {
	display: none;
}
.expand {
	display: block;
}

/* for Internet Explorer */
/* stupid min-height hack */
/*\*/
* html #content {
	height: 580px;
}

#mainText {
	padding: 0;
	margin-top: 150px;
	margin-right: 290px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#mainText a:hover {
	color: #000;
	text-decoration: none;
}
#mainText a {
	text-decoration: none;
	color: #48679E;
}
#mainText p {
	line-height: 1.2;
}

#mainText h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: thin solid #000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#mainText h2 {
	font-size: larger;
	font-weight: bold;
}
#mainText ul {
	margin: 0;
	padding: 0;
}
#mainText li {
	list-style-type: none;
}
#mainText h3 {
	border-bottom: 1px solid #000;
	font-size: 16px;
	padding: 0;
	margin: 0 0 4px 0;
}
#mainText h4 {
	font-size: 10px;
}

#vertRight a {
	color: #FFF;
	text-decoration: none;
}
#vertRight p {
	color: #FFF;
	padding-left: 20px;
}
.quote {
	font-style: italic;
	font-size: larger;
	font-weight: bold;
}
.address {
	list-style-type: none;
}

#staffListing{
	margin: 0;
	padding: 0;
}
#staffListing h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#staffListing p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 8px 0 0 0;
	padding: 0;
}

#staffListing img {
	padding: 0 20px 8px 0;
}
#staffTitle {
	font-size: 10px;
	padding: 0;
	margin: 0 0 10px 0;
}

#newsItem {
	border-bottom: 1px dashed #01014C;
	padding: 0;
	margin: 0 0 10px 0;
}
#newsItem h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-style: none;
	margin: 0;
	padding: 0;
}
#newsItem .dtPosted {
	font-size: 10px;
	margin: 0;
	padding: 0 0 10px 0;
}
#newsItem p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
}

.teacherName {
	font-size: 12px;
}
.monthCalendar {
	font-size: 12px;
	float: right;
	position: relative;
	top: -14px;

}
#classEvents {
	text-align: center;
	padding: 0;
	margin: 0 40px;
	border: 1px solid #000;
}
.classEventHeader {
	font-size: 12px;
	color: #FFF;
	background-color: #48679E;
	text-align: left;
	line-height: 24px;
	text-indent: 10px;
	margin-bottom: 7px;
}
.classEventFooter {
	text-align: left;
	text-indent: 10px;
	border-top: 1px solid #000;
	margin-top: 7px;
}
.classEvent {
	text-align: left;
	text-indent: 20px;
	margin: 5px 0 0 10px;
	line-height: 20px;
}
.classEvent:hover {
	color: #FFF;
	background-color: #48679E;
	cursor: pointer;	
}
.classEventDescription {
	text-align: left;
	margin-left: 113px;
	margin-right: 10px;
	display: none;
	
}
#eventItem {
	border-top: 1px solid #000;
	text-align: left;
	margin: 0;
	padding: 0;
}
#eventList {
	border-bottom: 1px solid #000;
}

#eventItem p {
	margin: 0;
	padding-top: 10px;
}
#eventItem h3 {
	padding-top: 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border-style: none;
}

#eventItem .eventDateTime {
	text-align: right;
	width: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
}
#eventItem .eventItemDetails {
	margin: 0 0 0 115px;
	position: relative;
	border-left: 1px solid #000;
	padding: 0 0 10px 10px;
}
.classTypeDescription {
	border: 1px solid #000;
	margin: 20px;
	padding: 0 15px;
}
