*{ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
	border: 0;
	font-family: Arial;
}

body{ 
	background-color: #F0F2F2;
}



div.MainArea{
	position: relative;
	top: 0px;
	left: 0px;
	width: 937px;
	background-color: #ffffff;
	border-left: solid 17px #dedede;
	margin-left: auto;
	margin-right: auto;
/*
	height: 287px;
	overflow: hidden;
*/
}

div.currentJobsArea{
	float: left;
	width: 458px;
	height: 268px;
	border-left: 5px solid #ffffff;  
	border-right: 3px solid #ffffff;  
	background-color: #ffffff;
	
}
div.currentJobsAreaTop{
	float: left;
	width: 462px;
/*
	height: 24px;
*/
	background-color: #ffffff;
	padding: 6px 0px 0px 10px;
	font-weight: normal;
	font-size: 18px;
	color: #000000;
}
div.currentJobsAreaLeft{
	float: left;
	padding-left: 10px;
	width: 224px;
	height: 238px;
	background-color: #ffffff;
}
div.currentJobsAreaRight{
	float: left;
	width: 224px;
	height: 238px;
	background-color: #ffffff;
}
span.currentJobsTextHeader{
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #ef6000;
	width: 219px;
	cursor: pointer;
}
span.currentJobsTextSubHeader{
	float: left;
	font-weight: normal;
	font-size: 12px;
	color: #777777;
	width: 207px;
	padding: 0px 0px 8px 0px;
}

div.mapArea{
	float: left;
	width: 213px;
	height: 268px;
	background-color: #000000;
}
div.mapAreaContainer{
	position: absolute;
	width: 213px;
	height: 268px;
	border: solid 1px black;
	background-color: #0396d5;
}
div.mapAreaFyn{
	position: absolute;
	top: 25px;
	left: 30px;
	background-image: url("../images/mapAreaFyn.gif");
	height: 209px;
	width: 177px;
}
div.mapAreaDropdown{
	position: absolute;
	bottom: 10px;
	left: 5px;
}
div.mapAreaDropdownHeader{
	position: absolute;
	bottom: 22px;
	color: white;
	left: 1px;
}
div.mapAreaHeader{
	position: absolute;
	top: 8px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	left: 5px;
}
select.mapAreaOptions{
	width: 197px;
	font-size: 11px;
}
a.mapAreaLink{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.mapAreaLink:hover{
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
div.mapAreaZero{
	position: absolute;
	top: 90px;
	left: 75px;
}
div.mapAreaOne{
	position: absolute;
	top: 115px;
	left: 112px;
}
div.mapAreaTwo{
	position: absolute;
	top: 55px;
	left: 140px;
}
div.mapAreaThree{
	position: absolute;
	top: 170px;
	left: 170px;
}
div.mapAreaFour{
	position: absolute;
	top: 55px;
	left: 50px;
}
div.mapAreaFive{
	position: absolute;
	top: 40px;
	left: 100px;
}
div.mapAreaSix{
	position: absolute;
	top: 95px;
	left: 160px;
}
div.mapAreaSeven{
	position: absolute;
	top: 70px;
	left: 110px;
}
div.mapAreaEight{
	position: absolute;
	top: 135px;
	left: 143px;
}
div.mapAreaNine{
	position: absolute;
	top: 190px;
	left: 120px;
}




div.copyright{
	font-size: 11px;
	color: #777777;
}

