div#job {
	position: absolute;
	top: 220px; 
	left:200px; 
	width: 240px; 
	height: 700px; 
	font: 12px Verdana, sans-serif; 
	z-index: 100;
	}
div#job a {
	display: block; 
	text-align: left; 
	font: normal 12px sans-serif; 
   	padding: 5px 5px; 
	margin: 0 0 1px; 
	border-width: 0; 
   	text-decoration: none; 
	color: #222222; 
	background: #F5F4F4;
   	border-right: 5px solid #505050;
	border-bottom:1px solid #CCCCCC;
	}
div#job h3{
	font: 12px Verdana, sans-serif; 
}	
div#job a:hover {
	color: #D7161B; 
	background: #AAA;
    border-right: 5px double white;
	}
div#job a span {
	display: none;
	}
div#job a:hover span {
	display: block;
   	position: absolute; 
	top: -10px; 
	left: 225px; 
	width: 330px;
    padding: 5px;
	margin: 10px; 
	z-index: 100;
    color: #AAA; 
	background: black;
    font: 10px Verdana, sans-serif; 
	text-align: center;
	}
div#job a:hover span h3{
	font-weight:bold;
}
.table_font{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
}
#content_job{
	margin-left:10px;
	padding:20px;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	background-color:#FFFFFF;
	border-bottom:1px solid #D7161B;
	}	
#content_job h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px; 
	color:#8C8C8C;
	border-top:1px solid #D7161B;
	border-bottom:1px solid #D7161B;
	background-image: url(../images/content_logo_gray.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#content_job p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:140%;
	}
#content_job a:link, #content_job a:visited{
	color: #D7161B;
	text-decoration: none;
	border-bottom:1px dashed #333333;
	padding-bottom:1px;
	}
#content_job a:hover{
	color: #444444;
	text-decoration: none;
	background-color:#E9E7E7;
	}
	
