@charset "utf-8";


.search {
	position: relative;
	float: right;
	width: 200px;
}
	
	/* Search CSS: */
	.search-input {
	height: 28px;
	color: #000000;
	line-height: 20px;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  rgba(213, 223, 224, 0);
	background-color:  rgba(213, 223, 224, 0);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color:  rgba(213, 223, 224, 0);
	border-right-color:  rgba(213, 223, 224, 0);
	border-left-color: #666666;
	font-family: Tahoma, Geneva, sans-serif;
	}
	.search-input:focus {outline: none;}
	.search-submit {
	height: 20px;
	border: none;
	display: block;
	position: absolute;
	left: 10px;
	top: 5px;
	text-indent: -9999em;
	background-image: url(../images/mag-glass.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	background-color: rgba(213, 223, 224, 0);
	}
#flee {
	width: 720px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
	float: left;
}
#flee .Staff {
	float: left;
	width: 720px;
}
#flee .Staff ul {
	width: 680px;
	margin-right: 9px;
	margin-left: 9px;
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin-bottom: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#flee .Staff ul li {
	display: block;	
}
#flee .Staff ul .map {
	float: left;
	height: 200px;
	width: 130px;
	overflow: hidden;
	margin-right: 20px;
}
#flee .Staff ul .Data {
	float: left;
	width: 510px;
	margin-right: 10px;
	margin-left: 10px;
	height: 150px;
	position: relative;
	padding-bottom: 15px;
}
#flee .Staff ul .Data span {
	font-size: 10pt;
	color: #333;
	float: left;
	width: 245px;
	display: block;
	margin: 5px;
	height: 15px;
	overflow: hidden;
}
#flee .Staff ul .project {
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	float: left;
	width: 510px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#flee .Staff ul .project .no {
	float: left;
	width: 150px;
}
#flee .Staff ul .Data .Posted {
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 300px;
	height: 20px;
	color: #666;
	padding-bottom: 5px;
	text-align: right;
}
