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

.contentRow  {
	width: 100%;
	margin-top: 10px;
}
.contentBlockHeader {
	color: #FFFFFF;
	width: 100%;
	height: 20px;
	font-weight: bold;
	text-indent: 5px;
	line-height: 20px;
	background-color: #0060A1;
}
.contentBlockText  {
	width: auto;
	height: 100%;
	padding-right: 5px;
	padding-left: 5px;
}
.contentBlockTextScroll  {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	overflow-y: scroll;
	height: 620px;
}
.nhcContent #blockHeader
{
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	font-weight: bold;
	text-indent: 5px;
	line-height: 20px;
	background-color: #0060A1;
}
.nhcContent #blockText {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.nhcContent #blockTextScroll {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	overflow-y: scroll;
	height: 570px;
}
.nhcContent #whosWhoTable {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.nhcContent #whosWhoTable tr {
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.nhcContent #whosWhoTable td {
	text-align: center;
}
.nhcContent #contactsTable {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.nhcContent #contactsTable  tr {
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.pictureColumn {
	width: 155px;
}
.paddingColumn {
	width: 90px;
}
.contactTypeColumn {
	text-align: right;
	vertical-align: top;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	width: 45%;
}
.contactDetailColumn {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	width: 65%;
}
.nhcContent  #fullPage {
	width: 580px;
	height: 590px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
}
.churchCalendars {
	width: 580px;
	height: 590px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imageHeader {
	color: #0060A1;
	margin-top: 0px;
	margin-bottom: 0px;
}
.imageSubHeader {
	margin-top: 0px;
	margin-bottom: 0px;
}
