/* Home Subject Gallery */

.home-subject-gallery {
	margin-bottom: 0px;
	display: block;
	height: 350px;
}




/* Home Feature Article */


.home-feature-article {
	background-color: #dae6e9;	
	margin: 35px 0 -7px 0;
	width: 100%;
}

.home-feature-article article {
	padding: 25px 30px 20px 25px;
}

.home-feature-article article a {	
	text-decoration: none !important;
	color: #31889b;
	margin: 0px;
}

.home-feature-article h1 { margin: 0px; }

.home-feature-article article h1 a {
	display: inline-block;
	font-size: 28px;
	line-height: 31px;
	font-weight: 100 !important;
	color: #206b7a !important;
	font-family: "calluna",serif !important;
	width: 100%;
	margin: 10px 0 5px 0;
}

.home-feature-article h3, .home-feature-article h2, #newsItems .newsBlurb h4, #whatsNewPanel h2, #factOfTheDayModule .content h2, #whatsNewPanel .more a {
	text-transform: uppercase;
	font: 12px/24px "calluna-sans",sans-serif;
	font-weight: 700;
	margin: 0px;
} 

.home-feature-article p, #newsItems p, #factOfTheDayModule .content { 
	font-family: "calluna-sans",sans-serif !important;
	font-size: 15px !important;
	line-height: 22px;
	font-weight: 100;
}

#whatsNewPanel h3 a {
	font-family: "calluna",serif !important;
	font-size: 22px;
	line-height: 26px;
	font-weight: 100 !important;

}


#whatsNewPanel h2, #factOfTheDayModule .content h2 {
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}

#newsItems .newsBlurb h4 { 
	margin-bottom: 2px;
}


.home-feature-label {
	float: left;
}

.home-feature-date  {
	float: right;
	color: #828282;
}


#whatsNewPanel .more {
	

}


.feature-article-subject {
	width: 100%
	border: 1px solid gray;
	border-top: 1px solid #999;
}

h3.feature-article-subject {
	margin-top: 15px;
	padding-top: 10px;
}

.home-feature-article a:hover {
	color: #c85e16 !important;
}

  