@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: #E5E5E5;
}
#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;
	margin-top:0px;
	margin-bottom:-.1em;
}
.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;
}

#content {
	float: left;
	background-image: url(/common/images/pageBg.png);
	background-repeat: repeat-x;
	background-position: 0px 339px;
	width: 755px;
}
#sideBar {
	float: left;
	width: 198px;
	margin-right: 8px;
	background-image: url(/common/images/sidebarBg.png);
	background-repeat: repeat-x;
	background-position: 0px 293px;
	text-align: center;
}
#siteContentWrapper {
	margin-top: 6px;
	background-color: #FFFFFF;
	border: 1px solid #BCBCBC;
	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;
}
#homeContent .news_item h1 { padding-bottom: .25em; margin-bottom: 0; }
.news_item h1 a:link, .news_item h1 a:visited {
	color:#274551;
	text-decoration: none;
}
.news_item h1 a:hover, .news_item h1 a:active, .news_item h1 a:focus {
	text-decoration: underline;
}

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

.newsItem h2 {
	color: #323232;
}

body.home div#siteWrapper div#siteContentWrapper div#sideBar p {background-color: #ffffff;}

div.reg-closed{
	margin:0;padding:0;
	width:755px;height:45px;
	background:url(/images/reg-closed.gif) no-repeat top left;}
