/* Organisation */

/*
* { border: 1px solid red; }
*/

#organisation {
 border-left:1px solid #CDC0AD; border-top:1px solid #CDC0AD; margin-left: auto; margin-right: auto;
}
#organisation .box {
 width: 250px;
	height: 130px;
	border: 1px solid #CDC0AD;
	border-left: 0;
	border-top: 0;
	display: block;
	float: left;
	background-color: #fcfcfb;
}
#organisation .box * {
	cursor: default;
}

/* on mouseOver */
#organisation .box .info {
 width: 250px;
 display: none;
 height: 129px;
 color: #666666;
 background-position: 0px 100%;
 background-repeat: no-repeat;
 text-align: left;
}
#organisation .box .info .photo {
 height: 128px;
 width: 100px;
 background-repeat: no-repeat;
 background-position:center;
 float: left;
}
#organisation .box .info .text {
 font-size: 10px;
 margin-left: 50px;
 padding-top: 10px;
}
#organisation .box .info .text .name {
 font-weight: bold;
}
#organisation .box .info .text a {
 color: #0000ff;
}
#organisation .box .info .text a:hover {
 cursor: pointer;
}

/* Default / on mouesOut */
#organisation .box .front {
 width: 250px;
 height: 84px;
 display: block;
 color: #666666;
 font-size: 13px;
 line-height: 20px;
 padding-top: 45px;
 padding-bottom: 45;
}
#organisation .box .front .name {
 font-weight: bold;
}
#organisation .box .front .subtitle {
 font-size: 9px;
 color: #999999;
 line-height: 12px;
}


#organisation_about {
 width: 550px;
 height: auto;
 border: 1px solid #999999;
 background-color: #F5F5F5;
 padding: 10px;
 padding-bottom: 20px;
 margin-top: 10px;
 margin-bottom: 25px;
 margin-left: auto;
 margin-right: auto;
 font-size: 11px;
 display: none;
}
#organisation_about #close {
 width: 100%;
 text-align: right;
 font-size: 10px;
}
#organisation_about #close a {
 text-decoration: none;
 color: #A80000;
 font-weight: bold;
}
#organisation_about #about_name {
 font-size: 14px;
 font-weight: bold;
}
#organisation_about #about_title {
 font-size: 9px;
}
#organisation_about #about_education {
 font-size: 10px;
 font-style:italic; 
}
