@charset "utf-8";
/* CSS Document */

.thrColElsHdr #footer {
	background:#DDDDDD;
	background-image: url(images/pageImages/FooterBackgroundTile.png);
	background-repeat: repeat-x;
	height: 106px;
	padding: 0;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColElsHdr #footerDetails {
	background-image: url(images/pageImages/Footer_BlairstownRotaryClub.png);
	height: 106px;
	background-repeat: no-repeat;
	width: 840px;
	margin: 0 auto;
}
.thrColElsHdr #footerDetails img {
	background-image: url(images/pageImages/Footer_BlairstownRotaryClub.png);
	background-repeat: no-repeat;
	margin: 10px 5px 0px 40px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColElsHdr #footerDetails h3, .thrColElsHdr #footerDetails h5, .thrColElsHdr #footerDetails p{
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	color: #009;
	padding-top: 8px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
.thrColElsHdr #footerDetails h6, .thrColElsHdr #footerDetails address {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 12px;
	font-weight: bold;
	color: #009;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	text-align: right;
	clear: right;
}
.thrColElsHdr #FooterLeft {
	background-image: url(../images/pageImages/LeftFooterSideDropShadow.png);
	height: 106px;
	width: 20px;
	float: left;
}
.thrColElsHdr #FooterRight{
	background-image: url(../images/pageImages/RightFooterSideDropShadow.png);
	height: 106px;
	width: 20px;
	float: left;
}