@charset "UTF-8";
/* CSS Document */

#body_copy {
	width: 960px;
	height:100%;
	min-height:550px;
	margin-top: 2px;
	padding-bottom: 10px;
	background-image: url(../images/facilities.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#page_marker {
	/*change this to move marker. 192px intervals */
	margin-left: 576px;	
}

#body_copy p {
	margin-right: 580px;
	margin-left:70px;
	font-size: .85em;
	color: rgb(75,75,75);
	margin-bottom:10px;
}

#body_copy h1 {
	font-family:  'Nothing You Could Do', Helvetica, Arial, sans-serif;
	font-size: 5em;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left: 40px;
	color: rgb(105,161,27);
	
}

#body_copy p {
	font-family:'Antic', Helvetica, Arial, sans-serif;
}
	
#body_copy a {
	text-decoration: none;
	color: rgb(95,151,17); /*darker green */
	font-size: 1.2em;
}

#body_copy a:hover {
	color: rgb( 20,20,20);
	cursor: pointer;
}

#classlisting {
	text-indent: 20px;
}

#calendarwrapper {
	position: absolute;
	left:20px;
	top: 100px;
	z-index: 3;
}

.calendarhide {
	display:none;	
}

#dimmer {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(20,20,20,.85);
	z-index: 2;
}

.dimmerOff {
	display:none;
}