﻿/** Homepage Calendar **/
#homeCalendar
{
	float: left;
	width: 280px;
	padding: 10px;
	border: outset 1px Gray;
	margin: 0 0 10px 0;
}
#homeCalendar h2
{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	background: #ECFEFF;
}
#homeCalendar h5, #homeCalendar p
{
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0;
}
#homeCalendar h4
{
	font-size: 12px;
	border-top: solid 1px #409EC6;
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
#homeCalendar p { padding-bottom: 5px; }

/** Homepage Articles **/
#homePage .articleWrapper
{
	width: 475px;
	float: left;
}
#homePage .article1, #homePage .article2, #homePage .article3
{
	padding: 5px 0 0 5px;
	margin: 0 0 30px 0;
	border-top: solid 9px #e0f8f9;
	background: url(/images/article_bg.jpg) top left repeat-x;
}
#homePage .feature
{
	padding: 5px;
	margin-bottom: 10px;
	background: #ecfeff;
}
#homePage .article1
{
	clear: both;
	margin-top: 10px;
}
/*#homePage .feature h2 { margin: 5px 0 0 5px; }
#homePage .feature p { margin-top: 10px; }*/
#homePage .feature h2, #homePage .article1 h2, #homePage .article2 h2, #homePage .article3 h2
{
	padding: 0 0 0 5px;
	margin: 0;
}
#homePage .feature h3, #homePage .article1 h3, #homePage .article2 h3, #homePage .article3 h3, #homePage .feature h4, #homePage .article1 h4, #homePage .article2 h4, #homePage .article3 h4
{
	margin: 0;
	font-weight: lighter;
	color: #409EC6;
}
#homePage .feature h5, #homePage .article1 h5, #homePage .article2 h5, #homePage .article3 h5, #homePage .feature h5
{
	margin: 0 0 0 5px;
	padding-left: 5px;
	color: #494949;
}
#homePage .feature p, #homePage .article1 p, #homePage .article2 p, #homePage .article3 p
{
	margin: 0 0 0 10px;
}
#homePage .feature img, #homePage .article1 img, #homePage .article2 img, #homePage .article3 img
{
	padding: 5px 10px 10px 10px;
	float: left;
	max-height: 150px;
	max-width: 222px;
}

