@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#00609f;
}

#container {
	width:999px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
	#container .header {
		background-image:url('../images/header.jpg');
		background-repeat:no-repeat;
		height:69px;
		width:999px;
	}
	
	#container .menu {
		height:39px;
		width:999px;
	}
		.menu a {
			height:39px;
			float:left;
			background-position:top;
		}
		
		.menu a:hover {
			background-position:bottom;
		}
		
		.menu a h1 {
			display:none;
		}
				.home {
					background-image:url('../images/home.png');
					width:83px;
				}
				
				.collegeworks {
					background-image:url('../images/collegeworks.png');
					width:131px !important;
				}
				
				.webworks {
					background-image:url('../images/webworks.png');
					width:105px !important;
				}
				
				.registration {
					background-image:url('../images/registration.png');
					width:123px !important;
				}
				
				.teenworks {
					background-image:url('../images/teenworks.png');
					width:153px !important;
				}
				
				.employment {
					background-image:url('../images/employment.png');
					width:122px;
				}
				
				.contact {
					background-image:url('../images/contact.png');
					width:115px;
				}
				
				.bookstore {
					background-image:url('../images/struggling.png');
					width:167px;
				}

	#container .home_middle {
		background-image:url('../images/002.jpg');
		background-repeat:no-repeat;
		height:198px;
		width:999px;
		float:left;
	}
		#container .home_mid_left {
			height:auto;
			width:190px;
			margin:25px 0 0 20px;
			float:left;
		}
		
		#container .home_mid_right {
			height:auto;
			width:220px;
			float:right;
			margin:25px 160px 0 0;
		}
	
	#container .home_bottom {
		background-image:url('../images/home_bottom.jpg');
		background-repeat:no-repeat;
		background-color:#FFF;
		height:auto;
		min-height:392px;
		width:999px;
		float:left;
	}
		#container .home_bottom_left {
			background-image:url('../images/bleftbgtop.jpg');
			background-repeat:repeat-x;
			background-position:top;
			background-color:#E7E8EA;
			height:auto;
			padding-left:20px;
			margin-bottom:20px;
			min-height:360px;
			width:300px;
			float:left;
		}
		
		#container .home_bottom_middle {
			height:auto;
			width:357px;
			margin-top:25px;
			float:left;
		}
			#container .text_container {
				margin-left:10px;
				margin-bottom:10px;
				height:auto;
				width:335px;
			}
		
		#container .home_bottom_right {
			background-color:#E7E8EA;
			height:auto;
			width:300px;
			padding-left:20px;
			float:left;
			min-height:360px;
		}
			#container .announcement {
				height:auto;
				width:250px;
				margin-bottom:15px;
			}
			
	#container #footer {
		background-image:url('../images/footerbg.jpg');
		background-repeat:repeat-x;
		height:47px;
		width:999px;
	}
		#container #footer .left {
			width:auto;
			height:auto;
			float:left;
			margin:0 0 0 10px;
			display:inline;
		}
		
		#container #footer .right {
			width:auto;
			height:auto;
			float:right;
			margin:0 10px 0 0;
			display:inline;
		}
	
	#inner_container {
		background-image:url('../images/innerbg.jpg');
		background-repeat:repeat-x;
		background-position:top;
		background-color:#e7e8e9;
		height:auto;
		width:999px;
		float:left;
	}
		#inner_container .inner_content {
			height:auto;
			width:700px;
			margin-left:20px;
			margin-bottom:15px;
			float:left;
		}
		
/* misc */
.details_button {
	margin-top:5px;
	height:22px;
	width:70px;
}

.lt_green {
	background-image:url('../images/bluecheck.png');
	background-position:10px 0px;
	background-repeat:no-repeat;
	background-color:#e3f9b4;
	height:auto !important;
	min-height:27px;
	height:27px;
	width:100%;
	float:left;
}

.dk_green {
	background-image:url('../images/bluecheck.png');
	background-position:10px 50%;
	background-repeat:no-repeat;
	background-color:#d1f483;
	height:auto !important;
	min-height:27px;
	height:27px;
	width:100%;
	float:left;
}
	.dk_green span,
	.lt_green span{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#333;
		margin-left:35px;
		margin-top:5px;
		margin-bottom:5px;
		float:left;
	}

.class_green,
.class_green2{
	background-color:#e3f9b4;
	height:auto !important;
	min-height:27px;
	height:27px;
	width:100%;
	float:left;
}

.class_green2 {
	background-color:#d1f483;
}
	.class_green span,
	.class_green2 span{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#333;
		margin-left:15px;
		margin-top:5px;
		margin-bottom:5px;
		float:left;
	}


/* text */
.green_title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#b5ee38;
}

.med_green {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#d1f483;
}

.big_blue {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#0071bc;
}

.small_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.black_title {
	font-family:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light";
	font-size:22px;
	color:#333;
}

.ann_title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#4c4c4c;
}

.ann_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c4c4c;
}

.left span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

.right span,
.right span a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
