/* CONTENT LEFT 
----------------------------------------- */

#Enews {
	float: left;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 180px;
}
	#Enews input.text{
	padding: 1px;
	margin: 1px;
	border: 1px solid #a7a7a7;
	color: #000;
	font-size: 11px;
	width: 100px;
	}

	#Enews .Pic {
		background-color: #2a388f; 
		float:right;
		margin-right:27px;
		margin-top:2px;
	}
	
	#Enews .Des {
		padding-top:5px;
		width: 168px;
		height: 14px;
	}
#NewsFull {
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
	width: 500px;
}	
	#NewsFull li { 
		list-style-type: none; 
		color: #000;
	}
		#NewsFull li.newsDateTitle span {
			line-height: 12px;
			font-weight:bold;
			color: #7ea548;
		}
  		#NewsFull li.newsDateTitle a { 
			text-decoration: none;
			font-weight:bold;
			display: list-item;
			font-size: 12px; 
			color: #909699;
		}
		#NewsFull li.newsDateTitle a:hover { 
			color: #000;
			cursor: pointer;
		}
		#NewsFull li.newsSummary {
			margin-bottom:10px;
		}
		#NewsFull li.newsSummary span {
			line-height: 12px;
		}


#NewsList {
	float: left;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 200px;
}
	#NewsList li { 
		list-style-type: none; 
		color: #7ea548;
	}
		#NewsList li.newsDateTitle span {
			line-height: 12px;
			font-weight:bold;
		}
  		#NewsList li.newsDateTitle a { 
			text-decoration: none;
			font-weight:bold;
			display: list-item;
			font-size: 12px; 
			color: #909699;
		}
		#NewsList li.newsDateTitle a:hover { 
			color: #000;
			cursor: pointer;
		}
		#NewsList li.newsSummary {
			margin-bottom:10px;
		}
		#NewsList li.newsSummary span {
			line-height: 12px;
		}



/* CONTENT RIGHT 
----------------------------------------- */
#EventContainer {
	float:left;
	width: 180px;
	height: 200px;
}
#EventList {
	float: left;
	width: 540px;
	padding-top: 20px;
}
	#EventList ul {
		float: left;
		margin: 0 40px;
		overflow: hidden;
	}
	#EventList li.eventDateTitle { 
		list-style-type: none; 
		color: #7ea548;
	}
		#EventList li.eventDateTitle span {
			line-height: 12px;
		}
  		#EventList li.eventDateTitle a {
			text-decoration: none;
			font-weight:bold;
			display: list-item;
			font-size: 12px; 
			color: #909699;
		}
		#EventList li.eventDateTitle a:hover { 
			color: #000;
			cursor: pointer;
		}
		#EventList li.eventTime {
			color: #7ea548;
		}
		#EventList li.eventTime span {
			line-height: 12px;
		}
		#EventList li.info{
			color: #7ea548;
			font-weight:bold;
		}
		
	#EventList img{
		width: 110px;
		height: 80px;
		display: block;
    	margin-left: auto;
   		margin-right: auto;
   		padding: 10px;
	}	
.Eventphoto {
	float: left;
	margin-left: 3px;
	margin-right: 10px;
	margin-top: 10px;
}
.Eventcontent {
	margin-top: 10px;
}  
	
#More {
	float: right;
}

#Review {
	float: left;
	width: 540px;
	padding-top: 15px;
}
