/* ---------- general ---------- */
html, body {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.1em Helvetica,Arial,sans-serif;
	background: #fff;
	background-image: url("../images/site/bkgrdPattern.png");
	color: #000;
}
.hideHeading {
	position: absolute;
	top: -100px;
	left: -1000px;
}
#container {
	position: relative;
	width: 930px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent;
	background-image: url("../images/site/shadowBkgrd.png");
	padding: 0 15px 0 15px;
}
#main {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
	margin: 34px 0 0 23px;
}
.tl, .tr, .br, .bl {
	position: absolute;
}
.tl, .tr { top: 0; }
.br, .bl { bottom: 0; }
.tl, .bl { left: 0; }
.tr, .br { right: 0; }
a.redButton {
	text-decoration: none;
	color: #8ab77a;
	background-image: url("../images/site/buttonUp.png");
	background-repeat: no-repeat;
	padding: 0 0 5px 25px;
}
a.redButton:hover {
	color: #f00;
	background-image: url("../images/site/buttonDn.png");
}
.clearer {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
}
/* -------------------- */

/* ---------- external links ---------- */
#extLinks {
	position: relative;
	float: right;
	display: inline;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}
#extLinks li {
	position: relative;
	float: right;
	display: inline;
	margin: 0 0 0 12px;
	padding: 14px 10px 14px .2em;
	font: normal normal normal .8em/.5em Helvetica,Arial,sans-serif;
}
#extLinks li a {
	text-decoration: none;
	color: #555;
}
#extLinks li a:hover {
	color: #f00;
}
/* -------------------- */

/* ---------- header ---------- */
#header {
	clear: right;
	position: relative;
	left: 23px;
	height: 174px;
	width: 886px;
}
#logo {
	left: 0;
	border: 0;
}
#banner {
	position: absolute;
	top: 0;
	right: 0;
	width: 520px;
	height: 226px;
}
#AFALogo, #bannerCardBkgrd {
	float: right;
	display: inline;
	height: 174px;
	width: 109px;
	border: 0;
}
#bannerCardBkgrd {
	margin-right: 9px;
}
#clientsBkgrd {
	float: left;
	display: inline;
	height: 174px;
	width: 287px;
	position: relative;
}
/* -------------------- */

/* ---------- menu ---------- */
#menu {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 2.5em;
	width: 100%;
	background-image: url("../images/site/transBlack.png");
	z-index: 1000;
}
#menu ul {
	list-style: none;
	width: 927px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu ul li {
	float: left;
	display: inline;
	margin: 0 2em 0 0;
	padding: 0;
}
#menu ul li a {
	line-height: 2.4em;
	text-decoration: none;
	color: #eee;
}
#menu ul li a:hover {
	color: #f00;
}
#here {
	line-height: 2.4em;
	color: #8ab77a;
}
/* -------------------- */

/* ---------- footer ---------- */
#footer {
	float: left;
	display: inline;
	padding-bottom: 2.5em;
	width: 930px;
	margin-top: 12px;
}
#logos {
	float: left;
	margin-left: 20px;
	display: inline;
	border: 0;
}
#copyright {
	float: right;
	margin-right: 20px;
	display: inline;
}
#copyright p {
	float: right;
	clear: right;
	width: 300px;
	text-align: right;
	color: #555;
	margin: 0;
	padding: 0 0 5px 0;
	display: inline;
	font: normal normal normal .8em/1em Helvetica,Arial,sans-serif;
}
#copyright p a {
	text-decoration: none;
	color: #555;
}
#copyright p a:hover {
	color: #f00;
}
#copyright ul {
	float: right;
	display: inline;
	list-style: none;
	margin: 0;
}
#copyright ul li {
	float: left;
	display: inline;
	padding: 0 0 5px 0;
	margin: 0 0 0 1.5em;
	font: normal normal normal .8em/1em Helvetica,Arial,sans-serif;
}
#copyright ul li a {
	text-decoration: none;
	color: #555;
}
#copyright ul li a:hover {
	color: #f00;
}
#bottomShadow {
	position: relative;
	left: 1px;
	width: 960px;
	height: 25px;
	margin: 0 auto;
	background: transparent;
	background-image: url("../images/site/shadowBkgrdBottom.png");
}

/* -------------------- */

/* ---------- home ---------- */
/* left card */
#leftCard {
	position: relative;
	float: left;
	display: inline;
	width: 288px;
	height: 30em;
	color: #eee;
	background: #080303;
}
#leftCardInner {
	position: relative;
	width: 248px;
	padding: 9.5em 20px 5px 20px;
	text-align: center;
}
#leftCard h2 {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
}
#leftCard p {
	margin-bottom: 1.5em;
}
/* center card */
#centerCard, #rightCard {
	position: relative;
	float: left;
	display: inline;
	width: 288px;
	height: 30em;
	margin-left: 12px;
	color: #eee;
	background: #79a669;
}
#centerCardInner {
	position: relative;
	width: 248px;
	text-align: left;
	padding: 2.5em 20px 5px 20px;
	/*padding: 3em 20px 5px 20px;*/
	color: #f2ecd0;
}
#centerCard h2 {
	font-size: 1.2em;
	text-align: center;
	margin: 0 0 1.5em 0;
}
#centerCard div p {
	color: #000;
}
#centerCard #vid {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#centerCard #vid a img {
	border: 0;
}
#calLink {
	text-align: center;
}
#calLink a.redButton {
	font-weight: bold;
	color: #f2ecd0;
	background-image: url("../images/site/grButtonUp.png");
}
#calLink a.redButton:hover {
	color: #f00;
	background-image: url("../images/site/grButtonDn.png");
}
/* right card */
#rightCard {
	background: #080303;
}
#rightCardInner {
	position: relative;
	width: 248px;
	text-align: center;
	margin: 13em 20px 0 20px;
}
#rightCard ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rightCard ul li {
	margin-bottom: .5em;
}
/* -------------------- */

/* ---------- calendar ---------- */
#calMenu {
	position: relative;
	height: 40px;
	width: 886px;
	background: #000;
}
#calMenu ul {
	position: absolute;
	top: -4px;
	left: 2em;
	margin: 0;
	padding: 0;
	list-style: none;
}
#calMenu ul li#calButSept, #calMenu ul li#calButOct {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	line-height: 21px;
}
#calMenu ul li h3 {
	font: normal normal bold 1.5em/2em Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0 30px 5px 0;
	color: #fff;
}
#calMenu ul li div {
	margin: 14px 30px 0 0;
}
#calMenu ul li div a {
	font: normal normal bold 1em/1em Helvetica,Arial,sans-serif;
	text-decoration: none;
	color: #acd99c;
}
#calMenu ul li div a:hover {
	color: #f00;
}
#bothMons {
	position: relative;
	margin-top: 12px;
	width: 886px;
	background: #79a669;
}
#bothMonsInner {
	padding: 10px;
}
#september {
	position: relative;
}
#october {
	position: relative;
}
table {
	position: relative;
	width: 866px;
	margin: 0;
	padding: 0;
}
th {
	text-align: center;
	height: 30px;
	width: 127px;
	font-weight: bold;
	padding-bottom: 10px;
}
#thisMon {
	background: #8ab77a;
}
#notMon {
	font-size: 1em;
}
#notMon a {
	text-decoration: none;
	color: #abc5a1;
}
#notMon a:hover {
	color: #000;
}
td.calDay, td.calBlank {
	width: 127px;
	height: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #a3bd99;
}
td.calDay {
	background: #79a669;
	vertical-align: top;
}
td.calBlank { background: #a3bd99; }
.tdInner {
	position: relative;
	top: 0;
	min-height: 112px;
	width: 100%;
	margin-bottom: 25px;
}
.calDate, #today {
	position: absolute;
	top: 0;
	right: 0;
	height: 20px;
	width: 20px;
	font-size: .9em;
	text-align: center;
	line-height: 1.4em;
	background: #fff;
}
#today {
	color: #fff;
	background: #7c1646;
}
.tdInner p.canceled, .tdInner ul {
	position: relative;
	margin: 0;
	padding: 25px 10px 0 10px;
	font-size: 10pt;
	line-height: 10pt;
	color: #f2ecd0;
}
.tdInner ul {
	list-style: none;
}
.tdInner ul li, .tdInner ul li p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #f2ecd0;
}
.player {
	position: absolute;
	top: 35px;
	left: 35px;
}
.tdInner h5 {
	position: absolute;
	font-weight: normal;
	font-size: 10pt;
	line-height: 11pt;
	color: #f2ecd0;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 0 5%;
}
/* -------------------- */

/* ---------- about ---------- */
#threeTopics {
	position: relative;
	width: 886px;
}
#about, #bios, #buy {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #161113;
	color: #f2ecd0;
}
#buy {
	overflow: hidden;
	padding-bottom: 100px;
}
.tentTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.tentBottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
#bios, #buy {
	display: none;
}
.topicInner {
	position: relative;
	padding: 110px 150px 150px 150px;
}
.topicInner img {
	float: left;
	margin: 5px 10px 10px 0;
}
.topicMenu {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: transparent;
}
.topicMenu ul {
	position: absolute;
	top: 2px;
	left: 103px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}
#bios .topicMenu ul {
	left: 124px;
}
#buy .topicMenu ul {
	left: 130px;
}
.topicMenu ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
.topicMenu ul li h3 {
	font: normal normal bold 1.5em/1.9em Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0 30px 5px 0;
	color: #f2ecd0;
}
.topicMenu ul li div {
	margin: 14px 30px 0 0;
}
.topicMenu ul li div a {
	font: normal normal bold 1em/1em Helvetica,Arial,sans-serif;
	text-decoration: none;
	color: #acd99c;
}
.topicMenu ul li div a:hover {
	color: #f00;
}
#bios div h3 {
	margin-bottom: .5em;
}
#bios .topicInner h3 {
	color: #8d2757;
}
#bios div p {
	margin-top: 0;
}
#bios div h4 {
	margin-bottom: 0;
	color: #f2ecd0;
	font-family: Courier New, Courier, monospace;
}
#threeTopics div div p a {
	text-decoration: none;
	color: #8ab77a;
}
#threeTopics div div p a:hover {
	color: #f00;
}
#slideshow { width: 555px; }
#slideshow h5 {
	margin: 0 0 10px 0;
	font-weight: normal;
}
#slideshow a img {
	border: 0;
}
/* -------------------- */

/* ---------- readings ---------- */
#readingsInner {
	position: relative;
	width: 886px;
	height: 100%;
	background: #fff;
}
#readingsInner p a {
	text-decoration: none;
	color: #8ab77a;
}
#readingsInner p a:hover {
	color: #f00;
}
#flashBox {
	position: relative;
	background: #000;
	width: 886px;
	margin-bottom: 34px;
}
#flashBoxInner {
	position: relative;
	left: 0;
	top: 0;
	height: 600px;
	width: 886px;
	padding: 10px 0 10px 0;
}
#burgandyInner {
	position: relative;
	background: #7c1646;
	height: 100%;
	color: #f2ecd0;
	background-image: url("../images/site/ie6Bkgrd.png");
}
#burgandyInnerInner {
	position: relative;
	height: 100%;
	padding: 235px 150px 66px 150px;
}
#bordertop, #borderbottom, #borderleft, #borderright, #borderlogo { position: absolute; }
#bordertop, #borderleft, #borderright { top: 0; }
#borderbottom { bottom: 0; }
#borderright { right: 0; }
#borderleft, #bordertop, #borderbottom { left: 0; }
#borderlogo {
	top: 75px;
	left: 270px;
}
#burgandyInner h4 {
	font-size: 1.5em;
	margin-bottom: 20px;
}
#burgandyInner pre {
	margin: 0 0 15px 0;
}
.writeStory {
	margin: 0;
}	
.taleInner {
	position: relative;
	background: #f2ecd0;
	width: 544px;
	padding: 14px 20px 6px 20px;
	color: #000;
	margin: 0 0 20px 0;
}
.taleInner h6 {
	font: normal normal bold 1em/1.1em Helvetica,Arial,sans-serif;
	margin: 0;
}
.taleInner p {
	margin-top: .7em;
}
.taleInner p.entryDate {
	font-size: .8em;
	margin: 0;
}
.paginate {
	font-size: 14px;
}
/* -------------------- */

/* ---------- policies ---------- */
#policyOuter {
	position: relative;
	width: 886px;
	background: #79a669;
}
#policyInner {
	padding: 50px 150px 40px 150px;
}
/* -------------------- */

/* ---------- success ---------- */
#successOuter {
	position: relative;
	width: 886px;
	background: #8ab77a;
}
#successInner {
	padding: 50px 150px 50px 150px;
}
#successInner a {
	text-decoration: none;
	color: #f2ecd0;
}
#successInner a:hover {
	color: #f00;
}
/* -------------------- */