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

h1.titles {
	font-weight:bold;
	color:#060;
	font-size:2.6em;
	margin-left:40px;
	margin-bottom:10px;
	padding-top:20px;
}
h2.subtitles {
	font-weight:bold;
	font-size:2.0em;
	color:#060;
	margin-left:65px;
	padding-top:15px;
	margin-bottom:10px;
}
h2.indextitles {
	font-weight:bold;
	font-size:2.0em;
	color:#060;
	margin-bottom:15px;
	margin-top:35px;
}
hr.divide {
	width:90%;
	margin-left:35px;
	color:#060;
	margin-top:0;
}

.standard {
	font-size:1.6em;
	width:85%;
	line-height:1.3;
	margin-left:50px;
}
.p1 {
	margin-bottom:5px;
}
.p2 {
	margin-bottom:20px;
}
.spacer {
	height:15px;
}

.schools {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:50px;
	clear:both;
	margin-bottom:40px;
}


.index {
	font-size:1.6em;
	width:85%;
	line-height:1.3;
	margin-left:50px;
	padding-top:35px;
}
.nextevent {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
	.calbg {
		background:url(../images/calLG_icon.png) no-repeat;
		width:150px;
		height:164px;
		float:left;
	}
		.indexmonth {
			display:block;
			font-size:3.4em;
			font-weight:bold;
			color:#fff;
			text-align:center;
			margin-top:22px;
		}
		.indexday {
			display:block;
			font-size:6.0em;
			font-weight:bold;
			text-align:center;
		}
	.indexevent {
		width:550px;
		float:left;
		margin-left:15px;
	}
		.indevttitle {
			display:block;
			font-size:2.6em;
			color:#060;
			font-weight:bold;
		}
		.indevtdate {
			display:block;
			font-size:1.8em;
		}
		.indevtloc {
			display:block;
			font-size:1.8em;
		}
		.indevtdetail {
			display:block;
			font-size:1.6em;
			line-height:1.2;
			margin-top:8px;
		}

.photoslist {
	font-size:1.6em;
	list-style:disc;
	margin-top:20px;
}
.photoslist li {
	padding-bottom:15px;
}
	.photolistlink {
		color:#333;
		text-decoration:none;
	}
	.photolistlink:hover {
		color:#060;
		text-decoration:underline;
	}
#photoCol {
	width:225px;
	float:left;
	border-right:1px #060 solid;
	background:#e5e5e5;
	height:inherit;
	min-height:450px;
}
	.photoslist2 {
	font-size:1.4em;
	list-style:disc;
	margin-top:15px;
	margin-left:-15px;
	}
	.photoslist2 li {
		padding-bottom:15px;
	}
#photoCol2 {
	width:569px;
	float:left;
	height:100%;
}
	h1.evttitles {
	font-weight:bold;
	color:#060;
	font-size:2.6em;
	margin-left:40px;
	margin-bottom:10px;
	}
	.evtphotos {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.evtphotos td {
		height:95px;
		vertical-align:middle;
		text-align:center;
	}
.evtcals {
	width:40%;
	float:left;
	height:100%;
	background:#fff;
}
.evttext {
	width:59%;
	float:left;
}
.evtcalitem {
	width:99%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	height:20px;
	padding-top:5px;
	padding-bottom:15px;
	background:#fff;
}
	.divide2 {
		width:90%;
		color:#060;
		margin-left:25px;
	}
	.evtcalicon {
		background:url(../images/calSM_icon.png) no-repeat;
		width:35px;
		height:39px;
		float:left;
		margin-left:60px;
	}
		.evtcalmonth {
			display:block;
			text-align:center;
			color:#fff;
			padding-top:2px;
			font-weight:bold;
			font-size:.85em;
			letter-spacing:0.1em;
		}
		.evtcalday {
			display:block;
			text-align:center;
			font-weight:bold;
			font-size:1.2em;
			padding-top:2px;
		}
	.evtcalinfo {
		width:200px;
		float:left;
		margin-left:10px;
	}
		.evtcaltext {
			display:block;
			font-size:1.4em;
			padding-top:3px;
		}
	.subdivide {
		width:80%;
		color:#999;
		clear:both;
		margin-left:40px;
		margin-top:20px;
	}
	
/*---------LINKS-----------*/
.greenlink {
	color:#060;
	text-decoration:underline;
}
.greenlink:hover {
	color:#060;
	text-decoration:none;
}
.redlink {
	color:#981e32;
	text-decoration:none;
}
.redlink:hover {
	color:#981e32;
	text-decoration:underline;
}
.silverlink {
	color:#666;
	text-decoration:none;
}
.silverlink:hover {
	color:#666;
	text-decoration:underline;
}
.testlink {
	color:#333;
	text-decoration:none;
}
.testlink:hover {
	color:#060;
	text-decoration:underline;
}
/*------------TESTIMONIALS---------------*/
.test {
	width:85%;
	margin-left:auto;
	margin-right:auto;
	font-size:1.4em;
	line-height:1.3;
	margin-top:20px;
	margin-bottom:20px;
}
.credit {
	display:block;
	text-align:right;
	margin-right:35px;
	font-style:italic;
	line-height:1.0;
	font-size:1.05em;
}
hr.testbr {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	color:#060;
}

