@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #393819;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../../images/background.gif);
	background-attachment: fixed;
}
#contentContainer  {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#contentContainer  #header {
	margin: 30px auto 5px;
	text-align: center;
	width: 960px;
	height: 30px;
} 
#contentContainer #header a {
	padding: 0px;
	margin: 0px;
}
#contentContainer #header img  {
	padding: 0px;
	margin: 0px;
}
#contentContainer #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap img  {
	display: block;
	border: 1px solid #BC9337;
	padding: 5px;
	background-color: #FFF;
}
#contentContainer #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap img:hover {
	background-color: #360;
}
.gatheringspace-list {
	text-indent: 10px;
	list-style-position: inside;
	font-size: 14px;
	color: #4A5837;
}
#contentContainer #header ul {
	padding: 0px;
	text-align: center;
	margin: 0px 0px 0px 20px;
	width: 950px;
	list-style: none;
}
#contentContainer #header  ul  li {
	display: inline;
	list-style: none;
	padding: 0px;
	float: left;
}
#contentContainer #sidebar1 {
	float: left;
	width: 150px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#contentContainer #sidebar1 img.logo {
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#contentContainer #primaryColumn {
	padding: 0px;
	margin: 0;
	float: right;
	width: 800px;
} 
#primaryBody  div.row1  {
	height: 8px;
	background-image: url(../../images/roundborder-topleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
#primaryBody  div.row1  .cap {
	height: 8px;
	background-image: url(../../images/roundborder-topright.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px -15px 0px 0px;
	padding: 0px;
}
#primaryBody div.row2   {
	background-color: white;
	background-image: url(../../images/roundborder-left.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
#primaryBody div.row2 .cap {
	background-image: url(../../images/roundborder-right.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px -15px 0px 0px;
	padding: 0px;
}
#primaryBody div.row2 .cap .innerCap {
	margin: 0px;
	padding: 0px 10px;
}
#primaryBody    div.row3  {
	height: 15px;
	background-image: url(../../images/roundborder-bottomleft.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
#primaryBody   div.row3   .cap {
	height: 15px;
	background-image: url(../../images/roundborder-bottomright.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px -15px 0px 0px;
	padding: 0px;
}
#primaryColumn div.borderTop span {
	height: 8px;
	background-image: url(../../images/roundborder-topright.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	position: relative;
}
#primaryColumn div.borderBottom {
	width: 100%;
	height: 20px;
	background-image: url(../../images/roundborder-bottomright.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#contentContainer #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
#contentContainer #footer ul {
	padding: 0 10px 0 20px;
	text-align: center;
	display: inline;
}
#contentContainer #footer ul li {
	text-align: center;
	display: inline;
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
	font-size: 10px;
}
#contentContainer #footer a {
	color: white;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #374C3E;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-image: url(../../images/h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 0px;
	margin: 0;
}
#mainContent h1.indexH1 {
	margin-right: 147px;
}
#mainContent h2.indexH2 {
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #374C3E;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin-left: 20px;
	padding-top: 3px;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #374C3E;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 3px;
	text-align: right;
	text-decoration: underline;
}
#mainContent p {
	font-size: 14px;
	color: #4A5837;
	border-bottom-width: thin;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-bottom: 0px;
	text-indent: 3em;
}
#mainContent {
	padding-bottom: 10px;
}
.floatRight {
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.gathering-space-pics {
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #BC9336;
}
br.floatClear { /* 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;
}
#contentContainer #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap h2  {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BC9336;
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
div.center {
	text-align: center;
}
div.center-img {
	padding-left: 60px;
}
#primaryBody .unitRow    {
}
#primaryBody .unitRow div.colA {
	float: left;
	width: 375px;
}
#primaryBody .unitRow div.colB {
	float: right;
	width: 375px;
}
.fit {
	text-align: left;
	display: block;
	margin-top: 15px;
}
#primaryBody p.learnMoreLink {
	text-align: right;
	text-indent: 0px;
	padding: 3px;
	margin: 0;
}
img.imgFloatRight {
	float: right;
	margin-left: 8px;
	border: 1px solid #BC9336;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px;
}
.left        {
	float: left;
	background-color: #FFF;
}
.right        {
	float: right;
	background-color: #FFF;
}
#contentContainer #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap .row .left p {
	text-align: center;
	text-indent: 0px;
	display: block;
	margin-left: 0px;
	margin-top: 5px;
}
#contentContainer #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap .row .right p {
	text-align: center;
	text-indent: 0px;
	display: block;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentContainer #mainContent #sidebar1 .contact-us {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	width: 140px;
	height: 40px;
}
#contentContainer #mainContent #sidebar1 .contact-us h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
	width: 140px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#contentContainer #mainContent #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap .center img {
	text-align: center;
	display: inline;
}
#contentContainer #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap img.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.between-pics        {
}
#mainContent h1.aboutH1 {
	margin-right: 285px;
}
#mainContent h1.aboutH2 {
	margin-right: 300px;
}
.partner {
	clear: both;
	margin-bottom: 30px;
}
.colored {
	color: #903;
	font-weight: bold;
}
.family-bg {
	background-color: #F99;
	padding-right: 10px;
	padding-left: 10px;
}
.business-bg {
	background-color: #CC9;
}
.business-left {
	padding-left: 10px;
}
.business-left ul {
}
.business-left ul li {
	text-align: left;
	font-size: small;
	margin-bottom: 5px;
	margin-top: 0px;
}
.business-left a img {
	margin-left: 40px;
}
#contentContainer #mainContent #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap .business-bg .business-left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 15px;
}
.business-bg .business-left p i .o {
	font-size: 36px;
	color: #669;
}
.business-left h4 {
	margin-left: 120px;
}
.business-right {
	float: right;
	width: 48%;
	margin-left: 10px;
	margin-top: 10px;
}
.business-right a img {
	margin-left: 40px;
}
.business-right ul {
}
.business-right ul li {
	font-size: 18px;
	color: #030;
	font-weight: bold;
}
.business-right p {
	margin: 0px;
}
