/**
 * front.css - Stylesheet for Front Page
 */

/***********************************************************************
 * Elements
 **********************************************************************/

/***********************************************************************
 * Items
 **********************************************************************/

#banner {
	margin-bottom: 7px;
}

#banner img {
	display: block;
}

#features {
	padding: 0 18px;
}

#features .feature-title {
	border-bottom: 1px solid #c1ddf1;
	margin-bottom: 20px;
}


/* Feature - News */
#features #news {
	color: #58595b;
	float: left;
	width: 260px;
	line-height: 1.5em;
	position: relative;
}

#features .news-content {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#features .news-date {
	color: #6caedf;
	font-size: .9em;
	padding-left: 1px;
}

#features .news-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #c1ddf1;
	padding: 0 0 10px;
}

#features .news-item.last {
	border-bottom: none;
}

#features .news-link {
	font-size: .9em;
	font-weight: bold;
}

#features .news-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#features .news-title a {
	color: #004990;
}

#features .news-title a:hover {
	color: #3b3b3c;
	text-decoration: none;
}


/* Feature - Public Notices */
#features #public-notices {
	color: #58595b;
	float: right;
	width: 260px;
	line-height: 1.5em;
	position: relative;
}

#features .public-notices-date {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#features .public-notices-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #c1ddf1;
	padding: 0 0 10px;
}

#features .public-notices-item.last {
	border-bottom: none;
}

#features .public-notices-title {
	color: #004990;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#features .public-notices-title a {
	color: #004990;
}

#features .public-notices-title a:hover {
	color: #3b3b3c;
	text-decoration: none;
}


