/* Performance Jobs main site coordinates defined here */

#mainContainer {
	position: relative;
	width: 900px;
	
	z-index: 2;
	margin: 0px auto;
	background-color: #FFFFFF;
	/*border: dotted 1px #999999;*/
}

#imageArea {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 651px;
	height: 305px;
	background-color: #FFFFFF;
	z-index: 5;
}

#performanceJobs {
	position: absolute;
	left: 0px;
	top: 305px;
	width: 651px;
	height: 41px;
	background-color: #FFFFFF;
	z-index: 5;
}

#rightColumn {
	position: absolute;
	left: 651px;
	top: 49px;
	width: 236px;
	height: auto;
	background-color: #ffffff;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #9DB7C2;
	padding-left:12px;
	z-index: 5;
}

#navHome {
	position: absolute;
	left: 319px;
	top: 0px;
	width: 85px;
	height: 40px;
	z-index: 10;
	/*border: dotted 1px #999999;*/
}

#navResumes {
	position: absolute;
	left: 404px;
	top: 0px;
	width: 120px;
	height: 40px;
	z-index: 10;
	/*border: dotted 1px #999999;*/
}

#navPostJob {
	position: absolute;
	left: 524px;
	top: 0px;
	width: 127px;
	height: 40px;
	z-index: 10;
	/*border: dotted 1px #999999;*/
}

#navJobListings {
	position: absolute;
	left: 651px;
	top: 0px;
	width: 170px;
	height: 40px;
	z-index: 10;
	/*border: dotted 1px #999999;*/
}

#mainContent {
	position: absolute;
	left: 0px;
	top: 346px;
	width: 651px;
	height: auto;
	background-color: #ffffff;
	z-index: 10;
}



#navHome2 {
	position: absolute;
	left: 319px;
	top: 0px;
	width: 85px;
	height: 40px;
	z-index: 10;
	/*border: dotted 1px #999999;*/
}

#navResumes2 {
	position: absolute;
	left: 404px;
	top: 0px;
	width: 120px;
	height: 40px;
	z-index: 10;
	/*border: dotted 1px #999999;*/
}

#navPostJob2 {
	position: absolute;
	left: 524px;
	top: 0px;
	width: 127px;
	height: 40px;
	z-index: 10;
	/*border: dotted 1px #999999;*/
}

#navJobListings2 {
	position: absolute;
	left: 651px;
	top: 0px;
	width: 170px;
	height: 40px;
	z-index: 10;
	/*border: dotted 1px #999999;*/
}

