/* ----------------------------- */
/* promotional                   */
/* news                          */
/* ----------------------------- */

#promotional
{
	float: left;
	width: 60%;
}

#news
{
	float: right;
	width: 40%;
}


/* ----------------------------- */
/* intro                         */
/* ----------------------------- */
#intro
{
	margin-bottom: 0.5em;
}


/* ----------------------------- */
/* showcase                      */
/* jstnews                       */
/* latestvacancies               */
/* industrynews                  */
/* ----------------------------- */

#showcase
{
	margin-right: 1em;
	margin-bottom: 1em;

}
#latestvacancies
{
	/*margin-right: 1.25em;*/
}
#jstnews
{
	margin-bottom: 1.25em;
}
#showcase,
#jstnews,
#latestvacancies,
#industrynews
{
	padding: 1em;
}
#showcase
{
	background: #ddf7ff;
	color: #036;
}
#industrynews
{
	background: #09c;
}
#jstnews
{
	/*background: #036;*/
	background:#006699;
}
#latestvacancies
{
	background: #bbf0ff;
	color: #036;
}
#industrynews *,
#jstnews *
{
	color: #fff;	
}
#jstnews,
#industrynews,
#latestvacancies
{
	/*font-size: 80%;
	line-height:150%;*/
}
.headline
{
	font-size:110%;
	font-weight: bold;
	padding:0em 0em 0.2em 0em;
}
.date
{
	font-size: 80%;
	color: #036;
}
.story
{
	margin-bottom: 0.625em;
}


/* ----------------------------- */
/* vacancies (table)             */
/* jobtitle                      */
/* location                      */
/* ----------------------------- */

#vacancies
{
	width: 100%;
}
.jobdescription
{
	padding-bottom: 0.625em;
}
.jobtitle
{
	font-weight: bold;
}
.location
{
	font-weight: bold;
	text-align: right;
}

/** Front page photos  */
#imgfront {width:100%;}
#imgfront TD {width:25%;}
#imgaboutus {width:100%; padding-top:1em;}
#imgaboutus TD {width:33%;}

#categories 
 {  
	width:100%; height:3.2em;
 }


/****************/
/* submit cv    */
/****************/
#submitcv 
{
  float:left; 
  padding-top:0.5em;
}

/****** promote exhibition ******/
#promote 
{
	margin-bottom: 1.25em;
	padding:1em;
	border:1px;
	border-style:solid;
	border-color:#999;
}

#logo_promote 
{
	float:right; 
	padding-left:0.2em;
}