﻿/* section template styles */
#AboutSectionContainer
{
	min-height:503px;
	overflow:hidden;
}
* html #AboutSectionContainer
{
	height:auto !important;
	height:503px;
}
#AboutUsContainer
{
	width:794px;
}
.AboutUsFooterContainer
{
	position:relative;
	height:339px;
}
#AboutUsBottom
{
	margin-left:1px;
	width:794px;
	height:339px;
	background:url(/images/bgAboutUsBottom.jpg) no-repeat;
	overflow:hidden;
}
.AboutUsFooterImage
{
	position:absolute;
	left:1px;
	bottom:-2px;
	z-index:1;
	width:794px;
	height:2px;
	background:url(/images/bgAboutUsFooter.jpg) no-repeat center top;
}

/* Charities page */
#CharityContent
{
	padding:20px;
}
#CharityContent img.CharityLogo
{
	clear:left;
	display:inline;
	float:left;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	width:157px;
	height:100px;
	border:solid 1px;
}
#CharityContent p
{
	margin:0px 0px;
	padding:10px 0px;
}
#CharityContent hr
{
	clear:both;
	margin:10px 0px;
	padding:0px 0px;
	height:1px;
	background:#e0e8f1;
	border:none;
}

img.AboutSectionPhotos
{
	position:absolute;
	top:60px;
	right:40px;
	width:112px;
	height:243px;
}