@charset "UTF-8";
/* CSS Document */

#homeContent {
	padding-bottom: 8px;
	float: left;
	width: 510px;
	padding-top: 25px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6f0f5;
}
#homeContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #8f1906;
	padding-bottom: .7em;
}
#homeContent h2 {
	text-transform: none;
        font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}
#homeContent h3 {
	text-transform: none;
        font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}
.nonBld {
	font-weight: normal;
}
#homeContent p {
	padding-bottom: 0.2em;
}
#homeContent h2 a {
	color: #1c3037;
	text-decoration: none;
	padding-bottom: .8em;
}
#homeContent h2 a:hover{
	text-decoration: underline;
}
#homeContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 0px;
	padding-bottom: .2em;
}
#homeContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 0px;
	padding-bottom: .2em;
}

#content {
	float: left;
	background-image: url(images/pageBg.png);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	width: 755px;
}
#sideBar {
	float: left;
	width: 198px;
	margin-right: 8px;
	background-image: url(images/sidebarBg.png);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	text-align: center;
}
#siteContentWrapper {
	margin-top: 6px;
	background-color: #FFFFFF;
	border: 1px solid #a8c6d8;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 40px;
	padding-left: 8px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: 7px;
}
.homePhotoLeft {
	margin-right: 10px;
	margin-bottom:6px;
	float: left;
	margin-top: 2px;
	}

.newsItem {
margin-bottom:20px;
}
.featuredNewsItem {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cde1eb;
}
