#description{
	padding:20px 0px 20px 0px;
	}

.data_entry{
	height:170px;;
	font-family: "Trebuchet MS";
	background-color: #ececec;
	margin-bottom: 10px;
	border-bottom:dashed 2px #ddd;
}

.data_entry_nopic{
	height:100px;;
	font-family: "Trebuchet MS";
	background-color: #ececec;
	margin-bottom: 10px;
	border-bottom:dashed 2px #ddd;
}

.field_title{
	background-color:#296623;
	font-size: 1em;
	float:left;
	width:100%;
}

.field_title_text{
	padding: 5px 10px 5px 10px;
	background-color:#296623;
	font-size: 1em;
	float:left;
}

.field_icon_list{
	text-align:right;
	padding: 6px 6px 1px 10px;
	background-color:#296623;
}	

.field_title a{
	color:#fff;
}

.field_title a:hover{
	color:#def4f7;
}

.field_pic{
	float:left;
	width: 125px;
	padding: 13px 20px 0px 10px;
	max-height:94px;
}

.field_pic img{
	float: right;
	border: 5px solid #ddd;
}

.field_content{
	float:left;
	width:530px;
	font-size: 0.8em;
	text-align:justify;
	padding-top: 8px;
}

.field_entry1{
	margin-bottom: 15px;
	color:#222;
}

.field_entry2{
	margin-bottom: 15px;
	color:#666;
}

.field_entry3{
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.field_footer{
	float:left;
	height:1px;
	width:550px;
	border-bottom:dashed 1px #ddd;
	}


