html {

 overflow-x: scroll;
 overflow-y: scroll;
}

body {

	font-family: "Segoe UI", "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	
	background-color: #C9DA2A;
}

/*-----------------------------------------------------------------------*/
/* paragraph and link styles */

h1, h2 {

	line-height:1.3em;
	margin: 0px auto;
	margin-bottom: 5px;
	padding:0px;
	font-weight: normal;
	color: #027BAA;
}

h1 {

	font-size: 18px;
	font-weight: bold;
}

h2 {

	font-size: 16px;
	font-weight: normal;
}

	h2 a {
	
		color: #007CAB;
	}

a img {

	border: none;
}

p {

	margin: 0px auto;
	margin-bottom: 10px;
	padding: 0px;
	
	line-height: 18px;
}

p.subtitle {

	margin-bottom: 0px;
}

p.subtitle_underlined {

	color: #007CAB;
	border-bottom: 1px solid #007CAB;
	padding-bottom: 5px;
}

p a, li a {

	color: #007CAB;
	text-decoration: none;
}

	p a:hover, li a:hover {
	
		text-decoration: underline;
	}

p a.link_white { color: #FFFFFF; }

ul.ul_normalList {

	margin: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 20px;
	width: 370px;
	
	border-left: 20px solid #C9DA2A;
	background-color: #E3EC90;
}

	ul.ul_normalList li {
	
		margin-bottom: 4px;
		color: #AA218D;
		line-height: 16px;
	}
	
		ul.ul_normalList li.listHeader {
		
			font-weight: bold;
			color: #AA218D;
			list-style-type: none;
			margin-left: -13px;
			margin-bottom: 10px;
		}
	
		ul.ul_normalList li span {
		
			color: #222222;
		}
	
		ul.ul_normalList li ul {
		
			padding: 0px;
			margin: 10px;
			margin-top: 5px;
			margin-left: 20px;
		}
		
			ul.ul_normalList li ul li {
			
				font-size: 1em;
			}

ul.ul_menuBar li {

	float: left;
	list-style-type: none;
}

/* ------------------------------------------------------------------------*/
/* START not used but here for posterity */

ul.ul_imageSelector {

	padding: 0px;
	margin: 0px;
}

	ul.ul_imageSelector li {
	
		list-style-type: none;
		float: left;
	}
	
		ul.ul_imageSelector li a {
		
			display: block;
			color: #929E1E;
			padding-top: 2px;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			border: 2px solid #FFFFFF;
			background-color: #C9DA2A;
			margin-right: 5px;
			height: 18px;
			width: 20px;
			outline: none;
		}
		
		ul.ul_imageSelector li a:hover {
		
			color: #FFFFFF;
			background-color: #929E1E;
		}
		
/* END not used */
/* ------------------------------------------------------------------------*/

a.menuItem {

	display: block;
	margin-right: 10px;
	
	text-decoration: none;
	
	outline: none;
}

	a.menuItem:hover { text-decoration: none; }

.colour_blue {

	color: #007CAB;
}

/*-----------------------------------------------------------------------*/
/* accessibility styles */

abbr {

	outline: none;
	border-bottom: none;
	cursor: help;
	speak: spell-out;
}

/*-----------------------------------------------------------------------*/
/* image styles */

img.image_heading {

	margin-top: 10px;
	margin-bottom: 5px;
}

/*-----------------------------------------------------------------------*/
/* DIV styles */

#curriculum-links {

	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 820px;
	height: 150px;
}

	#curriculum-links img {
	
		
	}
	
	div.curriculum-link {
	
		position: relative;
		float: left;
	}
	
		div.link_pdfSize {
		
			position: absolute;
			left: 50%;
			margin-left: -80px;
			top: 120px;
			height: 20px;
			width: 160px;
			text-align: center;
			z-index: 5;
			
			color: #007CAB;
		}

#flashPopup {

	position: fixed;
	left: 50%;
	margin-left: -475px;
	top: 0px;
	z-index: 5;
	width: 950px;
}

	#flash_prompt {
	
		position: absolute;
		left: 50%;
		margin-left: -475px;
		top: 0px;
		width: 950px;
		height: 21px;
		text-align: center;
		background-color: #FF3300;
		color: #FFFFFF;
		margin-bottom: 10px;
	}
	
		#flash_prompt a {
		
			color: #FFFFFF;
			text-decoration: underline;
		}

div.clear {

	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px auto;
}

#container {

	background-color: #FFFFFF;
	
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px auto;
	margin-top: 21px;
	
	width: 910px;
}

	#content_container {
	
		position: relative;
		margin-top: 10px;
	}
	
		#menuBar {
		
			width: 910px;
			height: 140px;
			
			background-image: url(../images/layout/header.gif);
			
			position: relative;
			margin-left: 0px;
		}
		
			#menuBar_menuItems {
			
				position: absolute;
				left: 30px;
				top: 49px;
			}
		
			#menuBar ul.ul_menuBar {
			
				padding: 0px;
				margin: 0px auto;
			}
		
			#menuBar_submenuItems {
			
				padding: 0px;
				margin: 0px auto;
				position: absolute;
				left: 30px;
				top: 116px;
				height: 20px;
				width: 80%;
			}
		
			#menuBar_submenuItems ul.ul_subMenu {
			
				padding: 0px;
				margin: 0px auto;
			}
			
			#menuBar_submenuItems ul.ul_subMenu li {
			
				float: left;
				list-style-type: none;
				
				margin-left: 10px;
				padding-right: 10px;
				
				border-right: 2px solid #FFFFFF;
			}
			
				#menuBar_submenuItems ul.ul_subMenu li.first {
				
					margin-left: 0px;
				}
			
				#menuBar_submenuItems ul.ul_subMenu li.last {
				
					border-right: none;
				}
				
				#menuBar_submenuItems a:hover, a.link_submenu_down {
				
					color: #AA218D;
					text-decoration: none;
				}

	div.content_fullwidth {
	
		margin-top: 20px;
		margin-left: 30px;
		text-align: left;
		
		width: 880px;
	}
	
	div.columns { margin-top: 20px; }
	
		div.content_columnLeft {
		
			float: left;
			margin-left: 30px;
			margin-bottom: 20px;
			width: 420px;
			text-align: left;
		}
		
		div.content_columnRight {
		
			float: right;
			width: 420px;
			margin-left: 20px; /* creates the gap between them */
			margin-bottom: 20px;
			text-align: left;
		}
		
		div.content_3cols_left, div.content_3cols_left_noBox {
		
			float: left;
			
			margin-left: -10px;
			margin-right: 20px;
			margin-bottom: 0px;
			width: 240px;
			height: 340px;
		}
		
		div.content_3cols_left {
		
			background-image: url(/images/layout/heyKids_greenBox.gif);
			background-repeat: no-repeat;
			
			padding: 20px;
			padding-left: 40px;
		}
		
		div.content_3cols_left_noBox {
		
			margin-left: 30px;
			margin-bottom: 20px;
		}
		
		div.content_3cols_centre {
		
			float: left;
			width: 290px;
			height: 380px;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		
		div.content_3cols_right {
		
			float: left;
			width: 290px;
			height: 380px;
			margin-right: 0px;
			margin-bottom: 20px;
		}
		
		div.content_2cols_right {
		
			margin-bottom: 20px;
			position: relative;
			float: left;
			width: 600px;
			height: 370px;
			background-image: url(/images/layout/grad_downloadableActivities.gif);
			background-repeat: repeat-x;
		}
		
			div.downloadableActivities_title {
			
				position: absolute;
				left: 30px;
				top: 15px;
			}
			
			div.activitiesBox {
			
				position: absolute;
				left: 30px;
				top: 90px;
				height: 260px;
				width: 540px;
			}
			
				div.downloadableActivities_box {
				
					width: 160px;
					height: 260px;
					float: left;
					margin-right: 30px;
				}
				
					div.activitiesBox_title {
					
						padding: 5px;
						height: 20px;
						background-color: #9529A8;
					}
					
					div.activitiesBox_pdfImage {
					
						width: 160px;
						height: 210px;
						background-color: #FFFFFF;
					}
					
					div.activitiesBox_downloadLink {
					
						text-align: right;
						margin-top: 5px;
						height: 25px;
						background-color: #E23FFF;
					}
		
		div.content_flashGame {
		
			float: left;
			margin-top: 0px;
			margin-left: 20px;
			margin-bottom: 20px;
		}
		
		div.playOrderButtons {
		
			margin-left: -7px;
			padding-top: 10px;
		}
	
	div.footer {
	
		background-image: url(../images/layout/footer.gif);
		background-repeat: no-repeat;
		width: 910px;
		height: 50px;
		
		position: relative;
	}
	
		div.footer_links {
		
			position: absolute;
			left: 30px;
			top: 5px;
		}
		
			div.footer_links p, div.footer_links a {
			
				font-size: 11px;
				color: #FFFFFF;
			}
		
		div.footer_copyright {
		
			position: absolute;
			left: 815px;
			top: 5px;
		}
		
			div.footer_copyright p, div.footer_copyright a {
			
				font-size: 11px;
				color: #FFFFFF;
			}
		
div.greenBar {

	width: 420px;
	height: 30px;
	background-color: #C9DA2A;
	margin-top: 5px;
}