/*
colors

Background		#ccf

*/

samp {
	color: red;
}

form, img {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #ccc;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

hr {
	border: none;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
}

h1, h2 {
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size: 28px;
	margin: 0;
	margin-bottom: 25px;
}
h2 {
	font-size: 24px;
	margin: 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	margin: 0;
}
.subhead {
	font-size: 18px;
	line-height: 22px;
}

a {
	color: red;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: teal;
}
a:active {
	color: fuchsia;
}

.button {
	background: url('../images/button.png') no-repeat;
	float: right;
	height: 19px;
	line-height: 19px;
	width: 118px;
	text-align: center;
	display: block;
	text-decoration: none;
}
	.button:hover {
		text-decoration: none;
	}
	
	.large {
		background: url('../images/button_long.png') no-repeat;
		width: 138px;
	}

.pdf {
	background: url('../images/PDF.png') no-repeat;
	height: 24px;
	display: block;
	padding-left: 30px;
	line-height: 24px;
}

.more {
	background: url('../images/arrow_gray.png') no-repeat right;
	padding-right: 20px;
	font-size: 8px;
	text-transform: uppercase;
	float: right;
}

body .clear {
	clear: both;
}

body .wrapper {
	margin: auto;
	width: 989px;
	background-color: white;
	position: relative;
}

/** Corners **/
body .tl, body .tr, body .bl, body .br {
	position: absolute;
}
	body .tl {
		top: 0;
		left: 0;
	}
	body .tr {
		top: 0;
		right: 0;
	}
	body .bl {
		bottom: 0;
		left: 0;
	}
	body .br {
		bottom: 0;
		right: 0;
	}


body .header {
	position: relative;
	height: 95px;
	border-bottom: 5px solid #ccc;
}
	.header .logo {
		margin-top: 6px;
		margin-left: 19px;
	}
	.header form {
		position: absolute;
		bottom: 6px;
		right: 24px;
	}

body .mainnav, body .subnav {
	position: relative;
	margin: 0;
	padding: 0;
	height: 25px;
}
	.mainnav li, .subnav li {
		display: block;
		float: left;
	}
		.mainnav li a, .subnav li a {
			display: block;
			line-height: 25px;
			color: white;
			padding: 0 11px;
			border-right: 1px solid white;
			font-weight: bold;
			text-decoration: none;
		}
		.mainnav li.last {
			float: right;
		}
			.mainnav li.last a {
				border-right: none;
				background: url('../images/arrow_white.png') no-repeat right;
				padding-right: 15px;
				margin-right: 24px;
				font-weight: normal;
				opacity: 0.5;
				color: white;
				-moz-opacity: 0.5;
				filter:alpha(opacity=50);
			}
				.mainnav li.last a:hover {
					background: url('../images/arrow_white.png') no-repeat right;
					color: white;
					opacity: 1;
					-moz-opacity: 1;
					filter:alpha(opacity=100);
				}
body .subnav {
	height: 31px;
	padding-left: 15px;
}
		.subnav li a {
			border: none;
			line-height: 31px;
			font-size: 11px;
			font-weight: normal;
		}
			.subnav li.on a, .subnav li a:hover {
				background: #ccc;
			}

body .thirdnav {
	list-style: none;
	padding: 0;
	margin: 0;
}
	.thirdnav li.on a, .thirdnav li a:hover {
		font-weight: bold;
		text-decoration: underline;
	}

body .pagecontent {
	position: relative;
	padding-bottom: 11px;
	border-top: 5px solid #ccc;
	border-bottom: 3px solid red;
}
	.pagecontent .content {
		padding-left: 54px;
		padding-top: 33px;
		width: 500px;
	}

	.pagecontent .callout {
		float: right;
		width: 274px;
		margin-right: 34px;
		margin-top: 26px;
	}
		.pagecontent .sidebar {
			position: relative;
/*			width: 241px;*/
			padding: 16px;
		}
			.sidebar a {
				color: #333;
				display: block;
				margin-bottom: 5px;
			}

body .announcement, .announcement_wrapper input {
	position: absolute;
	top: -120px;
	right: 10px;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;

	color: white;
	background: red;
}
	.announcement_wrapper input {
		width: 300px;
	}

body .subquote {
	position: absolute;
	top: 20px;
	right: 55px;
	font-family: Times, serif;
	font-size: 14px;
	width: 250px;
	text-align: right;
}
	.subquote .name {
		font-size: 12px;
	}


body .staff {
	clear: left;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
	.staff img {
		float: left;
		width: 110px;
		height: 150px;
		margin-right: 30px;
	}
		.staff h3 span {
			font-weight: normal;
			font-style: italic;
		}

body .teacher h2 {
	font-size: 16px;
	font-weight: normal;
	border: none;
	font-style: italic;
	margin: 0;
}
	.teacher img {
		float: left;
		width: 60px;
		height: 82px;
		margin-right: 10px;
	}

body .gallery {
	width: 840px;
}
	.gallery .button {
		margin-right: 45px;
		margin-bottom: 10px;
	}

	.gallery ul {
		clear: both;
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.gallery ul li {
			display: block;
			float: left;
			width: 160px;
			height: 220px;
			margin-right: 50px;
			margin-bottom: 30px;
			overflow: hidden;
		}
			.gallery ul a {
				text-decoration: none;
				font-weight: bold;
			}
			
				.gallery sub {
					color: #333;
				}
			
				.gallery .sidebar {
					margin-top: 5px;
					margin-bottom: 5px;
					width: 130px;
					height: 130px;
/*					line-height: 300px;*/
				}
			
					.gallery img {
						max-width: 130px;
						max-height: 130px;
					}

body .imagenav {
	width: 178px;
	float: right;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 65px;
}
	.imagenav a {
		text-decoration: none;
	}
	.imagenav a.pn {
		width: 64px;
		height: 64px;
		padding: 12px;
		border-left: 1px solid white;
		position: relative;
		display: block;
		float: right;
	}
		.imagenav .cb {
			max-width: 64px;
			max-height: 64px;
		}

/** homepage **/
body .homeheader {
	height: 299px;
	position: relative;
	border-bottom: 5px solid #ccc;
	background: #ccc;
}
	.homeheader .hero {
		float: left;
	}
	.homeheader .rotating {
		float: left;
		margin-left: 5px;
		margin-bottom: 5px;
		margin-top: 0;
	}
	.homeheader .subquote {
		float: right;
		width: 261px;
		height: 299px;
		position: relative;
		top: 0;
		right: 0;
		color: white;
		line-height: 20px;
		font-size: 17px;
		font-weight: bold;
	}
		.homeheader .subquote .quote {
			position: absolute;
			width: 210px;
			bottom: 70px;
			right: 31px;
		}
		.homeheader .subquote .name {
			position: absolute;
			bottom: 40px;
			right: 31px;
			font-size: 16px;
			font-weight: normal;
		}
body .homecontent {
	position: relative;
}
	.homecontent h1 {
		font-size: 48px;
	}
	.homecontent .callout {
		margin: 29px 50px;
	}


body .footer {
	clear: both;
	padding-left: 54px;
	color: #999;
	font-size: 10px;
	margin-top: 20px;
}
	.footer a {
		color: #999;
	}
	.footer a:hover {
		color: #333;
	}

/** ADMIN **/
.mceEditor {
	width: 100%;
	height: 500px;
}
.mceEditor_small {
	width: 274px;
	height: 500px;
}
	.mceContentBody {
		background-color: #ecf5ff;
		padding: 5px 10px;
	}
		.mceContentBody ul {
			padding-left: 1.3em;
		}