@import url('style.css');

/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
div#content_bg {
	background:url(../images/img_bg_blank.jpg) no-repeat;
}
/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
  a#company {
	background-position: 0 -22px;
}

.vac_half {
	display:inline;
	width:200px;
	margin:20px 0px 0 0px;
	float:left;
}

h1 {
	color:#000000;
	font-size:1.64em;
	margin:0;
	padding:0;
}

h2 {
	color:#5fbb46;
	font-size:1.64em;
	margin:0;
	padding:0;
}

h3 {
	color:#666666;
	font-size:1em;
	margin:0;
	padding:0;
}


.date {
	color:#97c93c;
}

.content_half a span {
	display: none;
}

.content_half a:hover span {
	display: block;
	position: absolute; 
	top: 205px; 
	left: 476px; 
	width: 385px;
	height:160px;
	margin: 10px; 
	z-index: 100;
	background:#FFFFFF;
  }

.content_half a:hover {
	text-indent:0;
	text-decoration:none;
}


.vac_txt {
	width:188px;
	float:left;
	margin:10px 0 0 0;
}

.vac_img {
	width:192px;
	float:left;
	margin:10px 0 0 5px;
}
