
#layout_grid {
	height: 100%;
	width: 100%;

	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
	background-color: #818285;
}

	#layout_grid tr {
		margin: 0px;
		padding: 0px;
	}
	
	#layout_grid td {
		margin: 0px;
		padding: 0px;
		
		vertical-align: top;
	}


#grid_left {
	width: 40%;
	
	background-color: #818285;
}

	#left_div {
		height: 100%;
		width: 100%;
		
		position: relative;
	}
	
		
#grid_right {
	width: 40%;
	
	background-color: #818285;

	position: relative;
	
	z-index: 200;
		
}

	#right_div {
		height: 100%;
		width: 99.9%;
		
		position: relative;
	}
	
		
#grid_main {
	width: 1000px;
	
	background-color: #818285;
}


#main_div {
	width: 1000px;
	
	background-color: #ffffff;
	
	margin-bottom: 10px;
}

	#main_top {
		height: 192px;

		position: relative;
		
		z-index: 400;
	}
		
		#main_top_logobar {
			height: 142px;
			width: 972px;
			
			position: absolute;
			top: 0px;
			left: 14px;
			
			background-color: #327ccd;
			background-image: url(images/main_top_logobar.gif);
			background-repeat: no-repeat;
			
			z-index: 80;
		}

			/* Standard Logo */
			/*#main_logo {
				height: 74px;
				width: 212px;
				
				position: absolute;
				top: 41px;
				left: 41px;
				
				background-image: url(images/logo.gif);
				background-repeat: no-repeat;
				
				display: block;
			}*
			
			/* 40th Anniversary Logo */
			#main_logo {
				height: 94px;
				width: 221px;
				
				position: absolute;
				top: 24px;
				left: 47px;
				
				background-image: url(images/logo_40th.gif);
				background-repeat: no-repeat;
				
				display: block;
			}
		
			#main_top_nav {
				height: 26px;
				width: 212px;

				position: absolute;
				top: 17px;
				left: 678px;

				color: #ffffff;
			}

				#main_top_nav a {
					color: #ffffff;
				}

				#main_top_nav_dropmenu {
					float: left;
				}

			#main_top_support {
				height: 25px;
				width: 120px;
				
				display: block;
				
				position: absolute;
				top: 11px;
				left: 861px;
				
				background-image: url(images/button_support.gif);
				background-repeat: no-repeat;
			}

		#main_nav {
			height: 46px;
			width: 739px;
			
			position: absolute;
			top: 144px;
			left: 14px;
			
			z-index: 75;
		}

			#main_nav_bg {
				height: 40px;
				width: 739px;
				
				position: absolute;
				top: 3px;
				left: 0px;

				background-color: #818387;
				background-image: url(images/main_nav.gif);
				background-repeat: no-repeat;
				
				z-index: 30;
			}
			
			#main_nav_div {
				margin-left: 11px;
				
				z-index: 31;
			}
			
		#main_search {
			height: 40px;
			width: 228px;
			
			position: absolute;
			top: 147px;
			left: 758px;
			
			background-color: #008dd5;
		}
		
			#main_search_field_div {
				height: 18px;
				width: 165px;
				
				position: absolute;
				top: 12px;
				left: 24px;
				
				background-color: #ffffff;
				background-image: url(images/main_search_field.gif);
				background-repeat: no-repeat;
			}
			
				#main_search_field {
					height: 13px;
					width: 154px;
					
					position: absolute;
					top: 3px;
					left: 8px;
					
					background-color: transparent;
					border-width: 0px;
					
					font-family: Verdana, Sans-Serif;
					font-size: 10px;
					
					color: #7e7c7d;					
				}
				
			#main_search_button {
				height: 18px;
				width: 23px;
				
				position: absolute;
				top: 12px;
				left: 192px;
			}
	
	#main_bottom {
		height: 94px;
		
		position: relative;
	}
	
		#main_bottom_bar {
			height: 80px;
			width: 972px;
			
			position: absolute;
			top: 0px;
			left: 14px;
			
			background-color: #008dd5;
		}
		
			#main_bottom_logo {
				height: 37px;
				width: 75px;
				
				position: absolute;
				top: 22px;
				left: 45px;
				
				background-image: url(images/main_bottom_logo.gif);
				background-repeat: no-repeat;
			}
			
			#main_bottom_nav {
				height: 30px;
				width: 690px;
				
				position: absolute;
				top: 26px;
				left: 142px;
				
				background-image: url(images/main_bottom_nav.gif);
				background-repeat: repeat-x;
				
			}
			
				#main_bottom_nav_text {
					text-align: center;
					
					padding-top: 8px;
					
					color: #ffffff;
				}
				
					#main_bottom_nav_text a {
						color: #ffffff;
					}

	#main_bottom_info {
		height: 30px;
		
		position: relative;
		
		font-size: 10px;
		
		color: #ffffff;
		
		line-height: 18px;
		
		margin-bottom: 50px;
	}
	
		#main_bottom_info a {
			color: #ffffff;
		}
	
		#main_bottom_info_left {
			height: 30px;
			width: 800px;
			
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		#main_bottom_info_right {
			height: 30px;
			width: 300px;
			
			position: absolute;
			top: 0px;
			left: 700px;
			
			text-align: right;
		}
		
			#main_bottom_info_hw {
				color: #adb0b2;
			}
			
				#main_bottom_info_hw a {
					color: #adb0b2;
				}

#style1_row1 {
	height: 344px;
	
	position: relative;

	margin-bottom: 5px;
}

	#style1_slides {
		height: 344px;
		width: 739px;
		
		position: absolute;
		top: 0px;
		left: 14px;
		
		overflow: hidden;
	}
	
	#style1_news {
		height: 344px;
		width: 228px;
		
		position: absolute;
		top: 0px;
		left: 758px;
		
		background-color: #adb0b2;
		
		overflow: hidden;
	}

#style1_row2 {
	height: 261px;

	position: relative;
	
	margin-bottom: 5px;
}

	#style1_conversation {
		height: 261px;
		width: 246px;
		
		position: absolute;
		top: 0px;
		left: 14px;
		
		background-color: #f0f0f1;
		
		overflow: hidden;
	}
	
	#style1_programs {
		height: 261px;
		width: 488px;
		
		position: absolute;
		top: 0px;
		left: 265px;
		
		background-color: #7a7b7e;
		
		overflow: hidden;
	}
	
	#style1_connected {
		height: 261px;
		width: 228px;
		
		position: absolute;
		top: 0px;
		left: 758px;
		
		background-color: #d0d2d2;
		
		overflow: hidden;
	}

#style1_row3 {
	height: 307px;
	
	position: relative;
	
	margin-bottom: 5px;
}

	#style1_discovery {
		height: 180px;
		width: 506px;
		
		position: absolute;
		top: 0px;
		left: 14px;
		
		background-image: url(images/style1_discovery2.gif);
		background-repeat: no-repeat;
	}
	
		#discovery_kids {
			display: block;
		
			height: 74px;
			width: 82px;
			
			position: absolute;
			top: 16px;
			left: 334px;
			
			z-index: 50;
		}
		
			#discovery_kids:hover {
				background-image: url(images/style1_discovery2_kids_over.gif);
				background-repeat: no-repeat;
			}
		
		#discovery_parents {
			display: block;
			
			height: 54px;
			width: 137px;
			
			position: absolute;
			top: 108px;
			left: 236px;
			
			
		}
		
			#discovery_parents:hover {
				background-image: url(images/style1_discovery2_parents_over.gif);
				background-repeat: no-repeat;
			}
		
		#discovery_teachers {
			display: block;
			
			height: 71px;
			width: 106px;
			
			position: absolute;
			top: 76px;
			left: 386px;
		
			z-index: 49;
		}
		
			#discovery_teachers:hover {
				background-image: url(images/style1_discovery2_teachers_over.gif);
				backgorund-repeat: no-repeat;
			}

	#style1_ad1 {
		height: 127px;
		width: 506px;
		
		position: absolute;
		top: 180px;
		left: 14px;
		
		background-color: #e2e2e2;
		
		overflow: hidden;
	}
	
		#style1_ad1_img {
			height: 127px;
			width: 506px;
			
			border-width: 0px;
		}
		
	
	#style1_ad2 {
		height: 307px;
		width: 228px;
		
		position: absolute;
		top: 0px;
		left: 525px;
		
		overflow: hidden;
	}
	
		.style1_ad_header {
			height: 25px;
			width: 228px;
			
			background-image: url(images/style1_ad_header.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 0px;
			left: 0px;
			
			overflow: hidden;
		}
		
			.style1_ad_header_text {
				color: #ffffff;
				
				padding-top: 5px;
				padding-left: 15px;
			}
		
		.style1_ad_main {
			height: 280px;
			width: 228px;
			
			background-color: #e2e2e2;
			
			position: absolute;
			top: 27px;
			left: 0px;
		}
		
			.style1_ad_img {
				height: 280px;
				width: 228px;
				
				border-width: 0px;
			}
	
	#style1_ad3 {
		height: 307px;
		width: 228px;
		
		position: absolute;
		top: 0px;
		left: 758px;
		
		overflow: hidden;
	}
	