@charset "UTF-8";
img.display-img        {
	display: block;
	border: 1px solid #BC9337;
	padding: 3px;
}
img.link-img:hover {
	background-color: #360;
	display: block;
	border: 1px solid #BC9337;
	padding: 5px;
}
img.link-img {
	display: block;
	border: 1px solid #BC9337;
	padding: 5px;
}
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: Georgia, "Times New Roman", Times, 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 #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;
}
#primaryBody .unitRow    {
}
#primaryBody .unitRow div.colA {
	float: left;
	width: 375px;
}
#primaryBody .unitRow div.colB {
	float: right;
	width: 375px;
}
#primaryBody p.learnMoreLink {
	text-align: right;
	text-indent: 0px;
	padding: 3px;
	margin: 0;
}
#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 {
	padding-bottom: 10px;
}
#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.aboutH1 {
	margin-right: 285px;
}
#mainContent h1.aboutH2 {
	margin-right: 300px;
}
#mainContent h1.indexH1 {
	margin-right: 147px;
}
#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 h2.indexH2 {
}
#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;
}
#contentContainer #mainContent #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap .family-bg .center-img a .floatLeft:hover {
	background-color: #FF8BA4;
}
#contentContainer #mainContent #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap .center img {
	text-align: center;
	display: inline;
}
#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;
}
#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 #primaryColumn #primaryBody .row2 .cap .innerCap img.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#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 .business-bg .business-left p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 15px;
}
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;
}
div.center {
	text-align: center;
}
div.center-img {
	padding-left: 60px;
}
.fit {
	text-align: left;
	display: block;
	margin-top: 15px;
}
.gatheringspace-list {
	text-indent: 10px;
	list-style-position: inside;
	font-size: 14px;
	color: #4A5837;
}
.gathering-space-pics {
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #BC9336;
}
img.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
img.imgFloatRight {
	float: right;
	margin-left: 8px;
	border: 1px solid #BC9336;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px;
}
img.floatRight {
	float: right;
	margin-left: 8px;
}
.left        {
	float: left;
	background-color: #FFF;
}
.right        {
	float: right;
	background-color: #FFF;
}
.between-pics        {
}
.partner {
	clear: both;
	margin-bottom: 30px;
}
.colored {
	color: #903;
	font-weight: bold;
}
.family-bg {
	background-color: #FFD6F9;
	padding-right: 10px;
	padding-left: 10px;
}
.family-bg img  {
	border: 0px;
}
.business-bg {
	background-color: #FFF;
}
.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;
}
.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;
}
.noliststyle {
	list-style-type: none;
	margin-left: 0px;
	text-indent: none;
	padding: 0px 0px 0px 20px;
}
.radio-ad {
	background-color: #D7FFF1;
	float: left;
	width: 750px;
	height: 60px;
	text-align: center;
	margin: 10px;
	padding: 0px;
}
.radio-ad h4 {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 280px;
	margin-left: 230px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	border: medium ridge #096;
}
table.pricing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	border: none;
}
table.pricing tr {
	border: none;
}
table.pricing td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #91A056;
}
table.pricing th {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
table.pricing th.leftHead {
	text-align: right;
}
ul.finePrint {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#slider {
	position:relative;
	width:600px;
	height:400px;
	margin-left:0px;
	background:url(../../nivo-slider/demo/images/loading.gif) no-repeat 50% 50%;
	float: left;
	margin-top: 10px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav  {
	display: none;
}
.imgMargin {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contentContainer #mainContent #primaryColumn #primaryBody #pricingPage h2{
	font-family: Verdana, Geneva, sans-serif;
	color: #494721;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
#contentContainer #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap #pricingPage {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentContainer #mainContent #primaryColumn #primaryBody .row2 .cap .innerCap #pricingPage p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pricingPage ul.pricing {
	font-family: Verdana, Geneva, sans-serif;
	color: #3C0;
	font-size: 12px;
	border-top-style: none;
	list-style-type: none;
	text-align: left;
}
#pricingPage .retreatPkgRow .title {
	float: left;
	width: 450px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F79645;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-indent: 0px;
}
#pricingPage .retreatPkgRow .time {
	float: left;
	font-weight: bold;
	font-size: 18px;
	color: #00F;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	margin: 0;
	padding: 0;
	width: 150px;
	text-indent: 0px;
}
#pricingPage .retreatPkgRow .starting {
	font-size: 18px;
	font-weight: bold;
	color: #00B050;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	margin: 0;
	padding: 0;
}
#pricingPage div .greenText {
	color: #093;
}
#pricingPage .retreatPkgRow p {
	text-align: left;
}
#gettoknowusPage p        {
	text-align: justify;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#gettoknowusPage p .floatRight        {
	margin: 0px;
	padding: 0px;
	float: right;
}
#gettoknowusPage p .floatLeft {
	margin: 0px;
	padding: 0px;
	float: left;
}
.noliststyle li {
	margin-left: 0px;
	padding: 0px;
}
img.imgFloatLeft         {
	margin: 4px;
	padding: 0px;
	float: left;
}
img.imgFloatRight {
	margin: 4px;
	padding: 0px;
	float: right;
	text-indent: none;
}

