/*-----------------NEWS GALLERY ----- 

.news-gallery: defines the entire news gallery area
	#profile-set: all the news items to be profiled
		#profile: each profiled news item
		#title: news headline
		#date: news date
		#snapshot: news snapshot
		input: the images in the snapshot
		#more: the 'read more' link
		
	#list-set: the other articles listed below those profiled
		#list_title: headline
		ul: the list
		li: list item
*/

.news-gallery{

}
.news-gallery #profile-set{
width: 100%;
float:left;
}

.news-gallery #profile-set .profile{
	margin:7px;
	border:1px solid #CCCCCC;
	padding:7px;
	float:left;
	width: 300px;
}

.news-gallery #profile-set #title{
		font-weight:bold;
		font-size:14px;
}

.news-gallery #profile-set #title a{
		text-decoration:none;
		color:#0E6AA9;
}

.news-gallery #profile-set #date{
		font-size:11px;
		color: #7D9025;
}

.news-gallery #profile-set #snapshot{
vertical-align:middle;
margin:10px 3px;
}
.news-gallery #profile-set #snapshot img{
float:left;
}

.news-gallery img{
	background:#FFF;
	padding: 3px;
	border: solid 1px #E2E2E2;
	margin-right:7px;
	float:left;
}

.news-gallery #profile-set #more{
	text-align:right;
	margin-top:-15px;
}

.news-gallery #list-set{
	clear:both;
}

.news-gallery #list-set #list-title{
		font-weight:bold;
		font-size:14px;
}
.news-gallery #list-set #title{
		font-weight:normal;
		font-size:12px;
}
.news-gallery #list-set ul{

}

.news-gallery #list-set li{

}
.news-ind{
	padding:0px 20px 0px 20px;
	clear:both;
}

.news-ind #ind-set{

}

.news-ind #title{
	font-size:16pt;
	font-weight:bold;
	color: #0E6AA9;
}

.news-ind #snapshot{
clear:both;
}
.news-ind #snapshot img{
float:left;
margin-right:10px;
}

.news-ind #news{
clear:both;
}
.news-ind #news img{
float:left;
margin-right:10px;
}
