@charset "utf-8";
/* CSS Document */
 
 
/***** CATEGORY VIEW *****/

.content_categoryview{
	padding: 0px 20px 20px 20px; 
	border-bottom: 1px solid #cfcfcf;  
}
  

/***** CATEGORY LIST *****/

.content_categorylist{
	overflow:hidden;
	width:765px;
}

.content_categorylist .project{
	width:351px;
	height:87px;
	overflow:hidden;
	background:url(../images/bg-category.png) top left no-repeat;
	float:left;
	margin-bottom:30px;
	margin-right:30px;
}

.content_categorylist .project:hover{
	background:url(../images/bg-category-hover.png) top left no-repeat;
}

.content_categorylist .project h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:28px;
	line-height:85px;
	background:none;
	text-shadow: 1px 1px #6b991e; 
	margin:0px;
	padding-left:25px;
	
}

/***** PROJECT LIST *****/

.content_projectlist{
	padding: 0px 20px; 
	border-top: 1px solid #fff; 
}

.content_projectlist h1{
	margin:0px;
}

.content_projectlist .project{
	margin:0px;
	border-bottom:1px solid #cfcfcf;
	padding:22px 0px;
}

.content_projectlist .project h3{
	margin:0px;
}

/***** PROJECT VIEW *****/

.content_projectview{
	padding:0px 20px;
}

.content_projectview hr{
	margin-top: 30px;
}

.content_projectview h1{

}

.content_projectview .project_files h2{
  display:none;
}

.content_projectview ul.download_files{
	list-style: none;
	margin: 0px;
	padding: 0px; 
	margin-bottom: 30px;
	margin-top:20px;	
}

.content_projectview ul.download_files li{
	background: #fff;
	border: 1px solid #d8d8d8; 
	padding: 5px 10px; 
	margin-bottom: 5px; 
}

.content_projectview ul.download_files li a{
	color: #525253;
	font-size: 13px;
	font-family: arial; 
}

.content_projectview ul.download_files li img{
	margin-bottom: -4px; 
 
}

.content_projectview .back{
	float: right; 
}