/* 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:64px;
}
h3 {
	color:#425968;
    font-family: 'Rokkitt', serif, georgia, courier;
	font-size:14px;
	font-weight:normal;
}
#splash_footer h3 {
    color:#7AC142;
}
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;
}
label.m {
    float:left;
    width:180px;
}
.checklist ul {
    font-size:12px;
    margin-left:20px;
}
#container {
	height:100%;
	position:relative;
}
#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 #enter_now.selected { background-position:0 -34px !important; }
	#main_menu #enter_now:hover { background-position:0 -68px !important; }
	
	#main_menu #rules_and_prizes { background-position:-124px 0 !important; }
	#main_menu #rules_and_prizes.selected { background-position:-124px -34px !important; }
	#main_menu #rules_and_prizes:hover { background-position:-124px -68px !important; }
	
	#main_menu #materials { background-position:-248px 0 !important; }
	#main_menu #materials.selected { background-position:-248px -34px !important; }
	#main_menu #materials:hover { background-position:-248px -68px !important; }
	
	#main_menu #view_and_vote { background-position:-372px 0 !important; }
	#main_menu #view_and_vote.selected { background-position:-372px -34px !important; }
	#main_menu #view_and_vote:hover { background-position:-372px -68px !important; }
	
	#main_menu #teacher_guide { background-position:-496px 0 !important; }
	#main_menu #teacher_guide: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;
	height:auto !important;
}
.step_1_content {
	min-height: 690px;
}
.dotted_divide {
    border-top:3px dotted #23AAE5;
    margin:4px 8px;
}
#splash_footer {
	clear:both;
	background-color:#3F3F40;
	margin-top:25px;
	padding:20px 0;
	min-height:30px;
	height:auto !important;
	height:30px;
}
#footer_line { border-top:10px solid #666; clear:both;}
#footer {
	clear:both;
	position:relative;
	text-align:center;
	font-size:12px;
	}
	#footer #sister_sites {
		float:left;
		margin-top:6px;
	}
	#footer #sister_sites a {
		color:#000;
		padding:5px;
	}
	#footer #kidcare_logo {
		float:right;
		margin-top:10px;
	}
	#footer p {
		clear:right;
		float:right;
		padding:6px 0;
		text-align:right;
	}
#ie6warning {
	background-color:#F0CF2E;
	border:2px solid #FFA500;
}
.paging {
	padding:3px;
	margin:4px;
	border:2px solid #ccc;
}
#user_status {
	position:absolute;
	top:30px;
	right:2px;
	width:600px;
	text-align:right;
	color:#fff;
	font-size:13px;
}
#user_status a {
	color:#fff;
}
#user_status a:hover {
	text-decoration:underline;
}

