﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-repeat: repeat-x;
	background-image: url('Images/blue-fade.gif');
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
/*	background-image: url('Images/puzzle-background.jpg'); */
}
#headerNav {
	height: 75px;
	position: relative;
	z-index: 98;
}
#navMenu {
	position: relative;	/*	changed from position: absolute;	*/
/*	right: 0px;
	bottom: 20px;   */ /* don't need this if position relative */
	margin-left: 110px;  /* added this */
	z-index: 95;
}
#currentLocation {
	font-size: 0.7em;
	margin-top: 50px; /* changed from 0px */
	margin-bottom: 25px;
	text-indent: 160px;
}
#searchBox {
	font-size: 0.8em;
	color: navy;
	margin-top: 10px;   /* changed from 0px */
	float: right;
}
#container {
	min-width: 800px;
	position: absolute; 
}
#leftCol {
	width: 200px;
	float: left; 
/*	position: fixed;
	top: 180px;
	left: 10px; */
}
#pageContent {
	position: absolute;  
	left: 220px;    
}
/* #pageContent contains two overlapping panels that change between 2 states*/
#state1 {
/*	visibility: visible;  */
	display: inline;
}
#state2 {
/*	visibility: visible;  */
	display: none;
}
#panel-1 {
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 2; 
}
#panel-1-2 {
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 1; 
}
#panel-2 {
	position: absolute;
	top: 180px;
	left: 190px;
	z-index: 1; 
}
#panel-2-1 {
	position: absolute;
	top: 180px;
	left: 190px;
	z-index: 2; 
}
#footer {
	clear: both;
	font-variant: small-caps;
	font-size: 0.6em;
	text-align: center;
	margin-top: 0px;
	display: inline;
}
.roundBox {
	margin-top: 10px;
	width: 640px;
}
.roundBoxTop {
	margin: 0;	
	background: url('Images/white.gif') no-repeat left top;
	padding: 10px 25px 5px 20px;
}
.roundBoxBottom {
	margin: 0;
	background: url('Images/white.gif') no-repeat left bottom;
	padding: 0px 25px 10px 25px;
}
.roundSmallBox {
	margin-top: 10px;
	width: 400px;
}
.roundSmallBoxTop {
	margin: 0;	
	background: url('Images/whiteSmall.gif') no-repeat left top;
	padding: 10px 25px 5px 20px;
}
.roundSmallBoxBottom {
	margin: 0;
	background: url('Images/whiteSmall.gif') no-repeat left bottom;
	padding: 0px 25px 10px 25px;
}
#Placeholder1 {
	visibility: hidden;
	height: 440px;
}
#Placeholder1a {
	visibility: hidden;
	height: 320px;
}
#Placeholder1c {
	visibility: hidden;
	height: 410px;
}
#Placeholder1b {
	visibility: hidden;
	height: 460px;
}
#Placeholder2 {
	visibility: hidden;
	height: 500px;
}
#Placeholder3 {
	visibility: hidden;
	height: 530px;
}
#Placeholder3b {
	visibility: hidden;
	height: 540px;
}
#Placeholder4 {
	visibility: hidden;
	height: 630px;
}
#PlaceholderCloud {
	visibility: hidden;
	height: 20px;
}
.imageTap {
	position: absolute;
	top: 280px;
	left: 30px;
	z-index: 3; 
}
#panelAlign {
	position: absolute;
	top: 240px;
	left: 20px;
	z-index: 4; 
/*	visibility:hidden;  */
	display: none;
}
#panelRoad {
	position: absolute;
	top: 260px;
	left: 20px;
	z-index: 4; 
/*	visibility:hidden;  */
	display: none;
}
#panelProgram {
	position: absolute;
	top: 280px;
	left: 20px;
	z-index: 4; 
/*	visibility:hidden;  */
	display: none;
}
#panelMentor {
	position: absolute;
	top: 300px;
	left: 20px;
	z-index: 4; 
/*	visibility:hidden;  */
	display: none;
}
#panelArch {
	position: absolute;
	top: 320px;
	left: 20px;
	z-index: 4; 
/*	visibility:hidden;  */
	display: none;
}
#panelImpl {
	position: absolute;
	top: 340px;
	left: 20px;
	z-index: 4; 
/*	visibility:hidden;  */
	display: none;
}
#panelInt {
	position: absolute;
	top: 360px;
	left: 20px;
	z-index: 4; 
/*	visibility:hidden;  */
	display: none;
}
#panelTrain {
	position: absolute;
	top: 380px;
	left: 20px;
	z-index: 4; 
/*	visibility:hidden;  */
	display: none;
}
