@charset "UTF-8";
/* CSS Document */

/*

.menu {
	
	position: absolute;
	top: 118px;
	left: 242px;
	z-index: 10;
	width: 598px;
}

.menu a {
	
	display: block;
	float: left;
	height: 33px;
	background-position: 0 -2px;
}

.menu a:hover {
	background-position: 0 -33px;	
	cursor: pointer;
}

.menu a span {
	
	display: none;
}

.menu a.employerButton {
	
	width: 151px;
	background-image: url(/images/buttons/employersButton.png);
	background-repeat: no-repeat;
}

.menu a.candidateButton {
	
	width: 151px;
	background-image: url(/images/buttons/candidatesButton.png);
	background-repeat: no-repeat;
}


.menu a.opportunitiesButton {
	
	width: 164px;
	background-image: url(/images/buttons/opportunitiesButton.png);
	background-repeat: no-repeat;
}


.menu a.contactButton {
	
	width: 131px;
	background-image: url(/images/buttons/contactsButton.jpg);
	background-repeat: no-repeat;
}

*/

#beginTesting {
	
	position: absolute;
	top: 45px;
	left: 740px;
	font-size: 24px;
	font-weight: bold;
}

#beginTesting a {
	
	color: #f334cf;
	text-decoration: none;
}

#beginTesting a:hover {
	
	color: #FFF;
}

#viewChanges {
	
	position: absolute;
	top: 72px;
	left: 740px;
	font-size: 16px;
}

#viewChanges a {
	
	color: #FFF;
	text-decoration: none;
}

#viewChanges a:hover {
	
	color: #f334cf;
}


.layout #footer .main, .layout #footer a, .layout #footer .right, .layout #footer a {
	
	color: #261b53;
	font-weight: bold;

}

.layout #footer a:hover {
	
	color: #009999;
	text-decoration: underline;
}

.layout #footer .main {
	
	position: absolute;
	left: 14px;
}


.layout #footer .right {
	
	position: absolute;
	left: 742px;
}

.pageHeader {
	
	position: relative;
	height: 50px; 
	width: 100%; 
	background-image: url(/images/layout/headingbg.png); 
	background-repeat: no-repeat; 
	color: #78819e; 
	font-size: 16px; 
	padding: 0;
	
	
}

.pageHeader .title {
	
	padding: 15px 0 0 15px;	
	font-weight: bold;
}

