@charset "UTF-8";
body  {
	font: 80% Verdana, Geneva, Georgia;
	background: #C13828;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
img {
	border: 0;
	galleryimg: 0; /* IE specific - disables gallery index tabs */
	text-align: center;
}
a {
	color: #C13828;
	text-decoration: none;
}
a:hover {
	color: #FFD24C;
}
hr {
	color: #C13828;
	margin: 15px 10px;
	border: solid #FC9E49 .7px;
}
.fpdxtwoCol #container {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FDFAF6;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/**************************************************************
***    HEADER    **********************************************
**************************************************************/
.fpdxtwoCol #header {
	padding: 0px;
	height: 205px;
	width: 981px;
	background-color: #FDFAF6;
	background-image: url(../images/bnr/bnr-nav-short.gif);
	background-repeat: no-repeat;
} 
.fpdxtwoCol #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0px;
}
#hdr-quote {
	color: #C13828;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 30px 50px 25px 50px;
	height: 15px;
}
#hdr-quote h3 {
	font-family: "Monotype Corsiva", "Bradley Hand ITC TT-Bold", "Lucida Calligraphy", "Lucida Handwriting", "Apple Chancery";
	font-size: 1.4em;
	display: inline;
	margin: 0;
	font-weight: normal;
}
#hdr-quote h5 {
	font-family: "Monotype Corsiva", "Bradley Hand ITC TT-Bold", "Lucida Calligraphy", "Lucida Handwriting", "Apple Chancery";
	font-size: 1.3em;
	display: inline;
	margin: 0;
	font-weight: normal;
}
#hdr-quote h6 {
	font-size: 1em;
	font-weight: normal;
	display: inline;
	margin: 0;
	padding: 0;
}
#hdr-photo {
	margin: 0;
	padding: 0;
	width: 981px;
	height: 120px;
	text-align: center;
}
#hdr-nav {
	margin: 0;
	padding: 10px 0px;
}
/**************************************************************
****   SIDEBAR   **********************************************
**************************************************************/
.fpdxtwoCol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 0;
	/*	margin: 0px; */
	padding: 15px 20px;
	background: #FDFAF6; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: center;
}
.fpdxtwoCol #sidebar1 h3{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #C13828;
	margin: 0;
	padding: 5px;
}
.fpdxtwoCol #sidebar1 h4{
	padding: 5px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #C13828;
	margin: 0;
}
.fpdxtwoCol #sidebar1 h6{
	padding: 5px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}
.fpdxtwoCol #sidebar1 p{
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10pt;
	font-style: italic;
	text-align: left;
	display: inline;
}
.fpdxtwoCol #sidebar1 img {
	padding: 5px;
	text-align: left;
}
.fpdxtwoCol #quotetop {
	margin: 0;
	border: 0;
	padding: 20px 20px 5px 20px;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
	color: #C13828;
}
.fpdxtwoCol #quotebtm {
	margin: 0;
	border: 0;
	padding: 5px 20px 25px 20px;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
}

ul#sbr-news {
	margin: 0;
	padding: 0px 20px 25px 20px;
	font-size: 10pt;
	text-align: left;
	font-style: italic;
	color: #666666;
}
#sbr-news li {
	margin: 0px 0px 0px 15px;
	overflow: visible;
	padding: 2.5px;
	font-size: 9pt;
}
#sbr-news li a {
	display: block;
}

/**************************************************************
***  MAINCONTENT  *********************************************
**************************************************************/
.fpdxtwoCol #mainContent {
	border: 0;
	float: right;
	/*	margin: 0 0 0 240px; */
	/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 650px;
	text-align: center;
} 
.fpdxtwoCol  #mainContent  .linklist p  {
	text-align: left;
	border: 0px;
	font-size: 10pt;
	padding: 2px 5px;
	margin: 0;
}
/**************************************************************
***    Table definitions    ***********************************
**************************************************************/
.fpdxtwoCol #mainContent .mcpic {
	text-align: center;
	border: 0px;
	width: 35%;
}
.fpdxtwoCol #mainContent .mcstmt {
	text-align: center;
	border: 0px;
	margin: 0;
}
.fpdxtwoCol #mainContent td.pic {
	text-align: center;
	border: 0px;
	font-size: 9pt;
	color: #C13828;
	font-weight: bold;
	vertical-align: top;
}
.fpdxtwoCol #mainContent td.headliner {
	text-align: center;
	font-size: 14pt;
	color: #709302;
	font-style: oblique;
	font-weight: bold;
	padding: 15px;
}
.fpdxtwoCol #mainContent td.subliner {
	text-align: center;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	color: #C13828;
}
.fpdxtwoCol #mainContent td.content, .fpdxtwoCol #mainContent td.content p {
	text-align: left;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	padding: 5px 20px;
}
.fpdxtwoCol #mainContent td.detail {
	text-align: left;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	padding: 5px 20px;
}
.fpdxtwoCol #mainContent img {
	padding: 10px;
}
.fpdxtwoCol #mainContent h1 {
	font-size: 14pt;
	margin: 0;
	text-align: left;
	padding: 10px 20px;
	color: #709302;
}
.fpdxtwoCol #mainContent h1.center {
	text-align: center;
}
.fpdxtwoCol #mainContent h2 {
	font-size: 12pt;
	margin: 0;
	text-align: left;
	padding: 10px 20px;
	color: #C13828;
	font-style: italic;
}
.fpdxtwoCol #mainContent .def-norm {
	font-weight: normal;
}
.fpdxtwoCol #mainContent h3, h4 {
	text-align: center;
	font-size: 10pt;
	color: #FC9E49;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}
.fpdxtwoCol #mainContent h3 {
	text-align: center;
	font-size: 11pt;
	color: #C13828;
}
.fpdxtwoCol #mainContent p {
	text-align: left;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px;
}
.fpdxtwoCol  #mainContent  .img-capleft {
	font-weight: normal;
	padding: 10px 20px;
	font-size: 10pt;
}
.fpdxtwoCol  #mainContent  .img-caprt {
	font-weight: normal;
	padding: 10px 20px 10px 225px;
	font-size: 10pt;
}
.fpdxtwoCol  #mainContent  .img-capbtm {
	font-weight: normal;
	padding: 80px 10px 10px 400px;
	text-align: center;
	font-size: 8pt;
	display: block;
}
.fpdxtwoCol #mainContent h5 {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 5px 20px;
	text-align: left;
}
.fpdxtwoCol #mainContent h6 {
	text-align: left;
	color: #C42F1D;
	font-style: italic;
	font-size: 10pt;
	margin: 0;
	padding: 10px 20px;
}
.fpdxtwoCol .greentext {
	color: #709302;
}
.fpdxtwoCol .greytext {
	color: #666666;
}

#eventmode {
	color: #C13828;
	text-decoration: none;
}
#eventmode:hover {
	color: #FFD24C;
}


/**************************************************************
***    CONTACTS PAGE    ***************************************
**************************************************************/
.fpdxtwoCol #contacts {
	margin: 25px 125px;
	padding: 25px 75px;
	text-align: center;
	vertical-align: middle;
	border: double #C13828 8px;
	color: #666666;
	background-color: #FFF1C9;
}
.fpdxtwoCol #mainContent #contacts h4 {
	text-align: center;
	font-family: Verdana, Geneva, Georgia;
	font-size: 12pt;
	color: #666666;
}
.fpdxtwoCol #mainContent #contacts p {
	text-align: center;
	color: #666666;
}
.fpdxtwoCol #mainContent #contacts a {
	text-align: center;
	color: #666666;
}

.fpdxtwoCol #mainContent #contacts a:hover {
	text-align: center;
	color: #C13828;
}

/**************************************************************
***    RETREATS PAGE    ***************************************
**************************************************************/
ul#retreats {
	margin: 0;
	padding: 20px 50px;
	font-size: 12pt;
	text-align: left;
	font-style: normal;
}
#retreats li {
	margin: 0px;
	overflow: visible;
	padding: 2.5px 10px;
	font-size: 10pt;
	list-style-type: circle;
	margin-left: 1em;
}
#retreats li a {
	display: block;
}

/**************************************************************
***    FOOTER    **********************************************
**************************************************************/
.fpdxtwoCol #footer {
	margin: 0;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FDFAF6;
	background-image: url(../images/fpdx-footer.gif);
	height: 80px;
	width: 981px;
} 
.fpdxtwoCol #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:0px;
	font-size: 0px;
	line-height: 0px;
}


/**************************************************************
***  NAVIGATION  **********************************************
**************************************************************/
ul#nav {
	margin: 0;
	padding: 0;
	background: transparent url(../images/bnr/fpdx-navtext.gif) no-repeat top left;
	width: 980px;
	height: 30px;
	font-size: 11px;
	position: relative;
	z-index: 500;
}
#nav li {
	list-style-type: none;
	margin: 0;
	overflow: visible;
}
#nav li a {
	display: block;
}
#nav li.top_level {
	padding: 0;
	position: absolute;
	top: 0;
	height: 26px;
	line-height: 26px;
	text-indent: -979px;
	list-style-type: none;
}
#nav li.top_level a {
	line-height: 30px;
	height: 30px;
}
#nav li.top_level a:hover,
#nav li.top_level a.active {
	background-image: url(../images/bnr/fpdx-navtext.gif);
	background-repeat: no-repeat;
}


li#nav_flourish { left: 123px; width: 65px; }
li#nav_flourish a:hover, 
li#nav_flourish a.active { background-position: -123px -30px; }

li#nav_about { left: 210px; width: 59px; }
li#nav_about a:hover, 
li#nav_about a.active { background-position: -210px -30px; }
li#nav_about ul.sub_nav { width: 140px; }

li#nav_events { left: 298px; width: 68px; }
li#nav_events a:hover, 
li#nav_events a.active { background-position: -298px -30px; }
li#nav_about ul.sub_nav { width: 240px; }

li#nav_retreats { left: 393px; width: 76px; }
li#nav_retreats a:hover, 
li#nav_retreats a.active { background-position: -393px -30px; }

li#nav_favorites { left: 496px; width: 134px; }
li#nav_favorites a:hover, 
li#nav_favorites a.active { background-position: -496px -30px; }

li#nav_news { left: 658px; width: 49px; }
li#nav_news a:hover, 
li#nav_news a.active { background-position: -658px -30px; }
li#nav_news ul.sub_nav { width: 220px;}

li#nav_blog { left: 729px; width: 50px; }
li#nav_blog a:hover, 
li#nav_blog a.active { background-position: -729px -30px; }

li#nav_contact { left: 791px; width: 88px; }
li#nav_contact a:hover, 
li#nav_contact a.active { background-position: -791px -30px; }
li#nav_contact ul.sub_nav { width: 220px; margin-left: -30px; }

ul.sub_nav {
	display: none;
	text-indent: 0;
	margin: 0 7px 0 7px;
	padding: 0;
	width: 100px;
	background: #FC9E49;
}

#nav li:hover .sub_nav {
	display: block;
}
ul.sub_nav li {
	list-style-type: none;
	line-height: 14px;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#nav li ul.sub_nav li a {
	color: #FDFAF6;
	display: block;
	line-height: 14px;
	height: 14px;
	padding: 6px 0 6px 6px;
	text-decoration: none;
}
#nav ul.sub_nav li a:hover {
	background-image: none;
	background-color: #C13828;
	color: #FDFAF6;
}
