@charset "utf-8";
/* CSS Document */

#header h1.orfc
{
	background-image: url("../_images/title-orfc.png");
	width: 800px; height: 63px;
}

/* Set all z-index to make menu work with IE */

#page {
	z-index: 1;
}

#main {
	position: relative;
	z-index: 800;
}

#header {
	z-index: 900;
}

#image {
	width: 300px;
	padding: 0;
	z-index: 905;
}

#image img {
	z-index: 910;
}

#leftnav {
	width: 300px;
	float: left;
	padding: 0;
	margin: 0 6px 0 0;
	z-index: 850;
	background-color: #CADDD0;
}

#leftnav h2, #leftnav h1 {
	background-color: #013412;
	color: #FFF;
	display: block;
	width: 300px;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
}

#content {
	float: left;
	width: 492px;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
}

#footer ul.footer-nav-local li {
	background: none;
}

#footer ul.footer-nav-local li a {
	text-decoration: underline;
	color: #013412;
}

/* Index page styles */

.home_panel {
	width: 384px;
	margin: 0;
	padding: 3px;
	border: 5px solid #024F28;
}

#description {
	float: left;
	height: 250px;
}

#orfc_schools {
	float: right;
	position: relative;
	height: 250px;
	z-index: 105;
}

#orfc_schools embed {
	position: absolute;
	z-index: 110;
}

#spotlight {
	clear: left;
	float: left;
	height: 2050px;
}
#news {
	float: right;
	height: 2050px;
}

#news h3 {
	color: #BE491A;
	text-align: center;
}

#news h4 {
	color: #374D7C;
	text-align: center;
}

#news li {
	margin-left: 1.25em;
}

#news li ul li {
	margin-left: 2em;
	list-style: disc;
}

#description h1 {
	font-size: 1em;
	color: #000;
	margin: 0 0 .25em 0;
}

li.nobullet {
	list-style: none;
}

#calendar h2 {
	text-align: center;
}

#calendar td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#calendar th td {
	background: #BE491A;
	color: white;
	letter-spacing: .2em;
}

/* Default cell */
#calendar tr td {
	text-align: left;
	vertical-align: top;
}

/* Row with numbers */
#calendar tr.days td {
	text-align: center;
	font-weight: bold;
	color: black;
	background: #CCC;
	line-height: 14px;
}

#calendar td.navigation {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;

}

#calendar td.navigation h4 {
	display: inline;
	padding: 4em;
	font-size: 14px;
	color: #91A144;
}
#calendar td.navigation a {
	font-size: 14px;
	font-weight: bold;
}
