.no-list-icon {
	list-style-type: none;
}
/*------------
 * LAYOUT
 *-----------*/

#main-content .col {
	float: left;
	margin: 0 0 0 12px;
}
.no-margin {
	margin: 0 !important;
}
.edit-mode {
	border: 1px dashed green;
}

#left-content {
	width: 224px;
}
#mid-content {
	width: 403px;
}
#right-content {
	margin: 0 0 0 652px;
	
}
#edit-overlay {
	background: #000;
	position: absolute;
	cursor: pointer;
}
/** - reset old site's style -- */
#container_home {
	background-image: none;
}
/*-----------
 * FORM
 *-----------*/
fieldset {
	margin: 0 0 10px 0;
	padding: 0 10px 10px;
}

fieldset h2 {
	margin: 0 15px 15px;
}
	fieldset p { height: 1%; }
	fieldset .w250 {
		width: 250px;
	}
	fieldset .w350 {
		width: 346px;
	}
	fieldset em {
		color: #888;
	}
label {
	float: left;
	width: 80px;
	margin: 0 0 0 10px;
}

legend {
	font-size: 1.5em;
	margin: 0 0 5px 15px;
	padding: 0 3px;
	color: #6EBB1F;
}

.control input {
	border: 1px solid #AAA;
	padding: 3px 7px;
	margin: 5px 10px 0 0;
}

.click-to-edit {
	background-color:#FFFFFF;
	height:22px;
	opacity:0.75;
	padding-top:8px;
	position:relative;
	text-align:center;
	top:-25px;
}
/*-----------
 * SORTABLE
 *-----------*/
#sortable {
	width: 500px;
}
#sortable, #sortable li {
	padding: 15px;
}
#sortable li {
	overflow: hidden;
	cursor: move;
	border: 1px dashed #769F1D;
	margin: 0 0 2px;
	*width: 468px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#sortable img {
	display: block;
}
.ui-state-highlight {
	background: #F0FFCF;
	border: 1px dashed #769F1D;
	height: 20px;
}
/*------------------------
 * HEADER - right section
 *------------------------*/
#header_home {
	margin: 20px;
}
#header-right {
	float: right;
	color: #FFF;
	width: 500px;
	height: 110px;
	overflow: hidden;
}
	#mailing-list {
		background: #2A7E25 url(../images/left-sidebar.jpg) repeat scroll 0 0;
	}
	#mailing-list p {
		line-height: 18px;
	}
	#mailing-list a {
        float : left;
		margin: 0 0 0 21px;
	}
	.mini-box {
		padding: 0 17px 27px;
		float: right;
		width: 173px;
		height: 83px;
		display: inline;
	}
	#tree-count {
		overflow: hidden;
		float: right;
		margin: 0 10px 0 0;
	}
	.tree-count {
		background: #6EBB1F url(../images/gallery-bg-hilight.jpg) no-repeat scroll 0 0;
		width: 210px;
	}
	.tree-count span {
		background: url(../images/num-bg.png) no-repeat 0 0;
		color: #000;
		float: left;
		width: 25px;
		height: 30px;
		padding-top: 1px;
		font-size: 25px;
		text-indent: 2.8px;
	}
	.tree-count span.first {
		margin-left: 18px;
	}
	.tree-count span.last {
		width: 22px;
	}
/*-----------
 * MSG 
 *-----------*/
.msg {
	padding: 6px;
	margin-bottom: 5px;
	font-size: 13px;
}
.msg-error {
	border: 1px solid #EF8686;
	background: #FFDFDF;
}
.msg-success {
	border: 1px solid #82BB1F;
	background: #EEFFCF;
}

.hide {
	display: none;
}

/*-----------
 * FEATURE_IMAGE
 *-----------*/

div, li { zoom: 1; }
#featured-image {

}

#featured-image, #main-content {
	margin: 10px 20px 10px;
	overflow: hidden;
	position: relative;
	width: 958px;
}

#featured-image h2 {
	height: 74px; /** 89 - 15 = 74 */
	border-bottom: 1px solid #FFF;
	margin: 0;
	padding: 15px 15px 0 20px;
	font-size: 19px;
}
/*, #featured-image h2 a:active, #featured-image h2 a:visited*/
#featured-image h2 a {
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
#featured-image h2 a:hover {
	background: #000;
	color: #FFF;
}
#featured-image h2.img-hilight {
	color: #FFF;
	background: url(../images/gallery-bg-hilight.jpg) no-repeat 0 0;
}
#featured-image h2.img-hilight a {
	color: inherit;
}
#featured-image h2.img-hilight a:hover {
	background: #FFF;
	color: #6EBB1F;
}
#featured-image h2 span {
	display: none;
}
#featured-image h2.img-hilight span {
	display: block;
	position: absolute;
	height: 89px;
	width: 50px;
	left: -42px;
	margin-top: -14px;
	float: left;
	background: url(../images/arrow.png) no-repeat 0 0;
	text-indent: -9999px;
}


	#image-gallery {
		width: 2000px;
		height: 269px;
		position: relative;
		top: 0;
	}
	#image-gallery li {
		display: inline;
		float: left;
	}
	#image-gallery-title {
		position: absolute;
		top: 0;
		right: -1px;
		width: 318px;
		height: 100%;
		background: url(../images/gallery-bg.jpg) no-repeat 0 0;
	}
	
/*-----------
 * HTML
 *-----------*/
			.left-sidebar {
				background: #2A7E25 url(../images/left-sidebar.jpg) 0 100%;
				padding: 10px;
				color: #FFF;
			}
			.left-sidebar li {
				margin: 0 0 15px;
				list-style-type: none;
			}
	
/*-----------
 * LATEST-NEWS
 *-----------*/
		.latest-news {
			background: #6EBB1F;
			padding: 10px;
			color: #FFF;
		}
			.latest-news h3 {
				margin: 0;
				color: #000;
				font-size: 18px;
				font-weight: bold;
			}
			.latest-news li h4 a, .latest-news li h4 a.linked, .latest-news li h4 a:visited {
				color: #000;
				background: transparent;
				font-size: 13px;
			}
			.latest-news li h4 a:hover {
				color: #FFF;
				background: #C27694;
			}
			.latest-news .img {
				border: 1px solid #FFF;
				float: left;
				margin: 5px 10px 10px 0;
				width: 80px;
				height: 60px;
				overflow: hidden;
			}
			.latest-news li {
				overflow: hidden;
				border-bottom: 1px dashed #FFF;
				margin: 10px 0 18px;
				list-style-type: none;
			}
			.latest-news li.last {
				border: none;
			}


/*-----------
 * PROJECT
 *-----------*/
.project-list li {
	border: 1px solid #6EBB1F;
	overflow: hidden;
   padding: 0 10px 0 0;
	margin: 0 0 10px;
}
.project-list li h3 {
	color: #6EBB1F;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
}
	.project-list li h3 a {
		color: #6EBB1F;
	}
	.project-list li h3 a:hover {
		background: #6EBB1F;		
		color: #FFF;
	}
.project-list li img {
	margin: 10px;
}
.project-list li h3, .project-list li p {
	padding: 10px 0 0;
	margin-left: 10px;
}
