/* The definitions for the main site */
body { 
	color: black; 
	background-color: white; 
	margin: 0px; 
	padding: 0px; 
	font-family: arial, sans-serif; 
	text-align: center;
}

#holder { 
	width: 800px; 
	margin: 5px auto;
	text-align: left;
}

#header { 
	position: relative;
	border: none; 
	height: 253px;
	width: max-width; 
	margin: 5;
}

#sidePanel {
	width: 200px; 
	margin: 5px; 
	float: left; 
	height: auto;
}

#sideICOLTitle {
	position: relative;
	width: max-width;
	margin-top: 20px;
	margin-bottom: 30px;
}

#sideContent {
	position: relative;
	width: max-width;
	margin-top: 30px;
}

#content {
	margin-top: 10px; 
	margin-left: 230px; 
	height: auto;
}

#footer {
	clear: both; 
	border: none; 
	width: 100%;
}

a {
	text-decoration: none;
	color: #0093dd;
}

a:hover, a:active {
	color: #adddf5;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { 
	color: #0093dd;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h1 { font-size: 2.0em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.8em; }
img { border: 0; }

ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}

li > p {
	margin-top: 0.2em;
}

/* place the top menu items */
#header div {
	position: absolute;
	z-index: 3;
}

#header h3 {
	position: absolute;
	top: 15px;
	left: 20px;
	color: black;
	z-index: 5;
}

#header img {
	border-style: none;
	z-index: 4;
}

#HeaderSwoosh {
	top: 40px;
	left: 0px;
}

#HomeLogo {
	top: 0px;
	left: 65px;	
}

#OptimalLearning {
	top: 110px;
	left: 300px;
}

#Team {
	top: 130px;
	left: 420px;
}

#Workshops {
	top: 70px;
	left: 510px;
}

#Resources {
	top: 140px;
	left: 600px;
}

#Contact {
	top: 90px;
	left: 700px;
}

#FAQ {
   top: 10px;
   left: 620px;
}

div.PuzzleTitle {
	position: relative;
	height: 60px;
}

div.Centered {
	width: max-width;
	text-align: center;
}

ul {
	list-style-image: url( ../Images/GreenDot.gif );
}
