body, html {
	background-color:black;
	font-family:Arial, sans-serif;
	color:white;

	margin:0px;
	padding:0px;
	font-size:90%;
}

form {
	color:black;
	
}

#headerContainer {
	position:relative;
	top:10px;
	left:0px;
	width:100%;


	border-style: solid;
	border-color: white;
	border-width: 0px;
	height:117px;
}

#headerContainer img {
	border:0px none;
	
	
}

#headerBar{
	position:relative;
	top:-54px;
	left:-6px;
	z-index:50;
	
	
}

#headerBarEnd{
	float:right;
	position:relative;
	top:-71px;
	z-index:50;
	
}

#headerBarRepeat {
	background-image:url('../images/bar_slice.jpg');
	background-repeat: repeat-x;

	width:100%;

	position:absolute;
	top:49px;
	left:0px;
	height:14px;
	z-index: 10;
	
}


#headerLogo {
	z-index:50;
	position:relative;
	border-width:0;
}







#picNav {
	position:relative;
	width:760px;
	margin-left:250px;
	top:-23px;
	height:117px;
	overflow:hidden;	
}

#picNav img {
	
	border-width:0px;
}
#picNav .picNavImage {
	margin-right:4px;
	display:inline;
	cursor:pointer;
	
	
}

#picNav .picNavImage img {
	
	
}

#mainContent{
	position:relative;
	
}


#atseFooter {
	position: fixed;
	left:0px;
	bottom:0px;
	width:100%;
	border-style: solid;
	margin:0px;
	border-width: 0px;
	background-image:url('../images/base_slice.jpg');	
	height:28px;
	z-index:25;

	
	
}

#atseFooter img {
	
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

#footerLeft {
float:left;

}

#footerRight{
float:right;
cursor:pointer;
}

#eseModel {
	position: absolute;
	right:0px;
	top:-137px;
	width:99px;
	height:137px;
}

#eseModel img {
	position:absolute;
	cursor:pointer;
	border-width:0px;

	
}

#eseModelOver {
	z-index:50;
	
}

#contactBox {
	height: 250px;
	width: 190px;

	position: absolute;

	right: 0px;

	bottom: 28px;

	border: 1px solid #145990;
	background-color:white;
	padding:5px;

}

#contactBox p {
	color:black;
	font-size:0.8em;
	margin:0px;
	
}

#contactBox h3 {
	margin-top:0px;
	font-weight:bold;
	color: #5f7d95;
	
}

#contactBox a {
	color:black;
}

#contactBox .closer {
	position:absolute;
	top:1px;
	right:2px;
	color:black;
	font-size:0.7em;
	cursor:pointer;
	
}

#contentHolder {

	margin: auto;
	margin-top:40px;
	margin-right:120px;
	margin-left:30px;
	width:980px;
	position:relative;
	top:-70px;
	
	border-width:0px;
	border-color:white;
	border-style:solid;
	
	
	
	
	
}

#contentRight {

	width:680px;
	margin-left:255px;

	border-width:0px;
	border-color:white;
	border-style:solid;	
	padding-left:30px;
	

}

DIV#contentRight img {
	margin-right:10px;
	margin-bottom:2px;
	border-color:#5f7d95;
	border-style:solid;
	border-width:1px;
}

DIV#contentRight .center {
	margin-right:auto;
}

#contentLeft {
float:left;
	width:255px;

	border-width:0px;
	border-color:white;
	border-style:solid;
	
}

#contentHolder .contentTitle {
	color:#a9f5fb;
	font-weight:normal;
	font-size:1.1em;
	padding-top: 5px;

}


	


#SectionTitle {
	padding-bottom:5px;
	
}

.breadcrumbs {

	color:#666666;
	font-size:0.8em;	
}

/* Top Level Main Menu */

#mainMenu {
	position:absolute;
	top:33px;
	left:240px;	
	margin:0;
	padding:0;	
}

	#mainMenu li {
		list-style: none;
		float:left;
		margin-right:20px;
	}

	#mainMenu .menuItem {
		height:15px;
		background-image: url('/mysite/images/mainnavigation.png');
		background-repeat: no-repeat;
		overflow: hidden;
			display:block;
			text-indent: -900px;
	}
	
		#mainMenu .menuItem a {
			height:100%;
			width:100%;
			border:0px solid;
			overflow: hidden;
			display:block;
			text-indent: -900px;

			
		}
		
		#menuInvolved {
			width:70px;
			background-position: -12px -14px;
		}
		
		#menuAbout {
			width:61px;
			background-position: -93px -14px;
		}
		
		#menuCareer {
			width:80px;
			background-position: -165px -14px;
		}
		
		#menuSchools {
			width:70px;
			background-position: -320px -14px;
		}
		
		#menuExpert {
			width:75px;
			background-position: -400px -14px;
		}
		
		#menuStudentPortal {
			width:80px;
			background-position: -490px -14px;
		}
		
		#menuTeacherPortal {
			width:80px;
			background-position: -585px -14px;
		}
		
#mainMenuTagline {
	position:absolute;
	top: 64px;
	left:248px;
	z-index:100;
	font-size:11px;
	font-family:Helvetica;
	font-weight:bold;
	color:#5f7d95;
	
	
}

div#contentRight div.caseStudyBox {
	height:60px;
	margin-bottom:20px;

}

	div#contentRight div.caseStudyBox img {
		padding:4px;
		border-style: dotted;
		border-width: 1px;
		border-color: #5F7D95;
		float:left;
	}	


#logoutButton {
	float:right;
	font-size:.8em;
	
}





