/* CSS Document */

/*stili home page */

div#aboutuscontainer {
 margin: 15px 8px;
 padding: 5px;
}

div#aboutuscontainer div {margin: 15px auto;}

div#lookingForAJob {
border: 1px solid #232323;
padding: 4px;
}

div#aboutusimager {text-align: center;}

div#lookingForAJob tr th {
color: #232323;
font-size: 11px;
text-align: center;
}

/*staff list*/

div#staffmain {
margin: 10px auto;
/*width: 100%;*/
padding: 10px;

}

div#staffmain div#staffmainimage {
 text-align: center;
}

div#staffmain div.rightdept, div#staffmain div.leftdept  {margin: auto 15px; clear: both;}
div#staffmain div.rightdept {text-align: right;}
div#staffmain div.lefttdept {text-align: left;}

div#staffmain div a {color: #232323; text-transform: uppercase; font-size: 15px; font-weight: bold}


/* staff dettaglio pagina*/
div#employeesall {
float: left;
margin: 5px auto;
width: 99%;
}

div.mainemployee {
clear: both;
color: black;
margin: 15px 11px;
text-align: left;
}

div.employee-right {
  text-align: right;
  margin: 15px 11px;
}

div.mainemployee img {border-style: solid; border-color: rgb(120,120,120); border-width: 1px 2px 2px 1px;}

div.employee-left img {float: left;}
div.employee-right img {float: right;}

b.eighteen {font-size: 18px;}


/*jobpage*/

		  div.job_s {
	width: 99%;
	padding: 5px;
	font-size: 11px;
	margin-top: 15px;
		  }
		  div.job_s p {margin: 0px 0px 0px 0px; padding: 2px;}
		  div.job_s p.notrecruiting {font-size: 13px;}
		  div.job_s h4 {font-size: 18px; color: #232323; text-decoration: underline; margin: 2px 2px; padding: 0px;}
		  div.job_s h5 {font-size: 16px; color: #232323: margin: 0px 2px 10px 0px; padding: 0px;}
		  div.job_s ul {
	list-style-position: inset;
	list-style-type: circle;
     }

