@charset "utf-8";
/* CSS Document */
.project{
	clear:both;
	border-bottom: 1px solid #ACCBDA;
	margin: 0px 5px 5px 5px;
}

.projectdetail h3, .projectdetail h3 a{
	display:block;
	font-size: 100%;
	line-height:130%;
	font-weight:bold;
	background-color: #0093D9;
	margin: 0px -6px 0px -8px; 
	padding: 0px 6px 2px 8px;
	color:#FFFFFF;
	text-indent:8px;
}

.smallProjectImage{
 	float:left;
 	width:84px;
}
.projectInfo{
	float:right;
	width:390px;
	margin-bottom: 0px !important;
}
.projectTitle{
	font-size: 1em;
	line-height:1.3em;
	background-color: #0093D9;
	font-weight: bold;
	margin-bottom: 2px;
	color:#FFFFFF;
}
.projectData{
	float:left;
	width:150px;
	margin: 0px;
	vertical-align: top;
}
div.projectData ul li{
	margin: 0px 0px 4px -40px;
	padding: 0px;
	list-style: none;
	text-indent: 0 !important;
}
.projectDescr{
	float:right;
	width:240px;
}
.clearboth{
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	margin: 0px 0px;
	clear:both;
}
/* Projects layout */
.pinfo{
float:left;
	width: 45%;
}
.ptitle{
	clear:both;
	float:left;
	width: 30%;
	text-align: right;
	font-weight: bold;
	padding-bottom: 5px;
}
.pdata{
	float:right;
	width: 65%;
	padding-bottom: 5px;
}
.pimagef{
	float:right;
	width: 52%;
	vertical-align: top;
	margin-bottom: 8px;
}
.pdescr{
	clear:both;
	width: 100%;
	margin-top: 8px;
}
.pimagelo{
	clear:both;
	width: 100%;
}
.pimage1of3{
	float:left;
	width: 33%;
	text-align: center;	
}
.pimage2of3{
	float:left;
	width: 33%;
	text-align: center;	
}
.pimage3of3{
	float:left;
	width: 33%;
	text-align: center;	
}
.pimage1of2{
	float:left;
	width: 50%;
	text-align: center;	
}
.pimage2of2{
	float:left;
	width: 50%;
	text-align: center;	
}
.pimage3of2{
	float:left;
	width: 0%;
	text-align: center;
	visibility: hidden;
}
/* site map */
.level1{
	padding-left: 0px;
	padding-top:8px;
}
.level2{
	padding-left: 36px;
	padding-top:8px;
}
.level3{
	padding-left: 64px;
	padding-top:4px;
}
.level4{
	padding-left: 96px;
} 

.resourceTitle{
	padding-left: 0px;
	padding-top:8px;
	font-size: 1.3em;
}
.resource{
	padding-left: 36px;
}
