/* Stylesheet written by Tyler Mulligan of www.detrition.net */
* {
	margin:0;
	padding:0;
	color:#000;
}
html, body { height:100%; }
body {
	background-color:#fff;
	font-family: arial, verdana, sans-serif, tahoma;
}
h2 {
	font-size: 22pt;
	color: #7AC143;
    font-family: 'Rokkitt', serif, georgia, courier;
	font-weight:normal;
	padding:4px 0;
	margin-top:24px;
}
h2.large {
	font-size:44px;
}
h3 {
	color:#425968;
	font-size:14px;
	font-weight:normal;
}
h4 {
	clear:both;
	color:#23AAE5;
	font-size:14px;
	font-weight:normal;
	margin-bottom:8px;
}
p {
	font-size:13px;
	line-height:16px;
	margin:4px 0 10px;
	width:90%;
}
p span {
	font-family:serif, times new roman;
	font-style:italic;
	font-size:24px;
}
a {
	color:#425968;
	text-decoration:none;
	}
	a:hover {
		color:#90c63f;
	}
img { border:0; }
.pad {
	width:920px;
	margin:0 auto;
}
input, select {
	background-color:#fff;
	color:#333;
	border:1px solid #999;
	padding:1px;
	font-size:14px;
}
input:hover, input:focus, select:hover, select:focus {
	background-color:#eee;
}
ul.info {
	list-style:none;
	font-size:12px;
	margin:0 40px 14px;
	padding:0;
}
#container {
	height:100%;
	position:relative;
}
#coolbox a {
	color:#90C63F;
}
#coolbox a:hover {
	color:#425968;
}
#header {
	height:56px;
	position:relative;
	padding:15px 0 25px;
}
#header_bg {
	border-bottom:6px solid #404041;
	background:#309DCB url('img/header_bg.png') 0 0 repeat-x;
}
#logo {
	position:absolute;
	left:-44px;
	}
	#logo:hover, .trans:hover {
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		-khtml-opacity: 0.7;
	}
#flkc {
	position:absolute;
	top:5px;
	right:0;
	background:url('img/flkc_logo.png') 0 0 no-repeat;
	display:block;
	height:26px;
	width:0;
	padding-left:183px;
	overflow:hidden;
}
#home_top {
	position:absolute;
	top:22px;
	left:200px;
	display:block;
	width:71px;
	height:18px;
	background:#309DCB url('img/go_home.png') 0 0 repeat-x;
	font-size:0;
	text-indent: -100em;
	overflow: hidden;
}
#main_menu {
	margin-top:47px;
	float:right;
	list-style:none;
	}
	#main_menu li {
		float:left;
		margin-left:10px;
		width:120px;
	}
	#main_menu #planner.selected { background-position:0 -34px !important; }
	#main_menu #planner:hover { background-position:0 -68px !important; }
	
	#main_menu #contest_rules { background-position:-124px 0 !important; }
	#main_menu #contest_rules.selected { background-position:-124px -34px !important; }
	#main_menu #contest_rules:hover { background-position:-124px -68px !important; }
	
	#main_menu #calendar { background-position:-248px 0 !important; }
	#main_menu #calendar.selected { background-position:-248px -34px !important; }
	#main_menu #calendar:hover { background-position:-248px -68px !important; }
	
	#main_menu #materials { background-position:-372px 0 !important; }
	#main_menu #materials.selected { background-position:-372px -34px !important; }
	#main_menu #materials:hover { background-position:-372px -68px !important; }
	
	#main_menu #student_site { background-position:-496px 0 !important; }
	#main_menu #student_site:hover { background-position:-496px -68px !important; }
	
	#main_menu li a {
		background: url('img/topnav.png') 0 0 no-repeat;
		display:block;
		height:34px;
		width:0;
		padding-left:124px;
		overflow:hidden;
	}
	/*#main_menu li a:hover, #main_menu li .selected {
		background-color:#404041;
		padding-top:6px;
		padding-bottom:3px;
		margin-top:-5px;
	}*/
#content {
	clear:left;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#splash_footer {
	clear:both;
	background-color:#404041;
	padding:20px 0;
	min-height:30px;
	height:auto !important;
	height:30px;
}
#footer_bar {
	height:20px;
	width:100%;
	background-color:#535456;
}
#footer #sister_sites {
	float:left;
	margin-top:6px;
}
#footer #sister_sites a {
	color:#000;
	padding:5px;
	font-size:12px;
}
#footer #kidcare_logo {
	float:right;
	margin-top:10px;
}
#footer p {
	clear:right;
	float:right;
	padding:6px 0;
	text-align:right;
}

