/* ==========================================================================
  BANNER
  ========================================================================== */
div.banner {					/* Banner photo elements */
	display: none;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
}
.banner td {
	width: 906px;
	height: 150px;
}
.banner img {
	width: 906px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
  INTRODUCTION
  ========================================================================== */
.introduction {
	table-layout: fixed;
	background-color: #feffed;
	border-left: 1px solid #cfbd8d;
	border-right: 1px solid #cfbd8d;
	color: #5b5222;
	text-align: justify;
	font-size: 14px;
}
.introduction td:first-child {	/* Crest column */
	width: 150px;
}
.introduction td+td {			/* Text column */
	width: 754px;
}
.introduction img {				/* Crest image */
	width: 100px;
	height: 122px;
	display: block;
	margin: 15px auto 10px auto;
}
.introduction p {				/* RL Text */ 
	line-height: 1.3em;
	margin-right: 25px;
}
.introduction p+p {				/* Let Praise... */
	text-align: center;
	position: relative;
	left: -20px;
	top: -7px;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	line-height: .4em;
}

/* ==========================================================================
  SUBMENU CONTAINER
  ========================================================================== */
.submenuContainer {				/* Main sections */
	table-layout: fixed;
	background-color: #feffed;
	background-image: url('../images/backgrounds/Texture0208d.jpg');
	border-top: 1px solid #83191b;
	border-left: 1px solid #cfbd8d;
	border-right: 1px solid #cfbd8d;
	text-align: center;
	vertical-align: top;
}

.submenuContainer td {
	xborder: 1px solid cyan;
}
.submenuContainerCell {
	width: 437px;
	height: 200px;
}

/* ==========================================================================
  CROSS
  ========================================================================== */
.cross {
	width: 30px;
}

/* ==========================================================================
  SUBMENU
  ========================================================================== */
.mainSubject {
	width: 390px;
	height: 180px;
	display: inline-block;
	xborder: 1px solid #ccc;
	margin: auto;
	vertical-align: top;
	text-align: left;
}

.mainSubject div:first-child {	/* heading */
	font-size: 1.1em;
	font-style: oblique;
	color: #657a35;
	color: #83191b;
	text-align: left;
	white-space: nowrap;
	border: 0 solid red;
}
.mainSubject div:first-child>img {	/* double arrow */
	width: 13px;
	height: 12px;
	vertical-align: bottom;
	position: relative;
	top: -2px;
	left: 3px;
	border: 0px solid black;
}
.mainSubject div>a {			/* heading link */
	color: inherit;
}

.mainSubject div+div {			/* image container */
	display: inline-block;
	float: right;
	margin: 6px 5px 0 0;
	border: 0 solid blue;
}
.mainSubject div+div>img {		/* main image */
	opacity: 1;
	border: 1px solid #cfbd8d; 
	float:right;
}
.mainSubject div+div>img:hover {	
	opacity: .9;
}

.mainSubject p {				/* text & links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #222;
	margin: 10px 10px 10px 20px;
}
.mainSubject p>a {				/* links */
	color: #222;
}

/* ==========================================================================
  CURRENT EVENTS
  ========================================================================== */
.currentEvents {
	margin-left: 15px;
	xbackground-color: #f9f6ff;
	xbackground-color: #efe2c7;
}
.currentEvents div+div {		/* image container */
	width: 105px;
	height: 165px;
}
.currentEvents div+div img {	/* main image */
	max-width: 100px;
	max-height: 160px;
	float: right;
}
.currentEvents p {
	margin-left: 10px;
	line-height: 1.3em;
}
	

/* ==========================================================================
  NEW HORIZONS
  ========================================================================== */
.newHorizons {
	margin-right: 20px;
	xbackground-color: #efe2c7;
}
.newHorizons div+div {			/* image container */
	width: 210px;
	height: 140px;
}
.newHorizons div+div img {		/* main image */
	max-width: 208px;
	max-height: 136px;
	float: right;
}
.newHorizons p {
	margin-left: 10px;
	line-height: 1.3em;
}
	
/* ==========================================================================
  PHOTO GALLERIES
  ========================================================================== */
.photoGalleries {
	margin-top: 10px;
	margin-bottom: 20px;
	xbackground-color: #eaf1cf;
}
.photoGalleries div+div {		/* image container */
	width: 216px;
	height: 152px;
	position: relative;
	top: -15px;
}
.photoGalleries div+div img {	/* main image */
	max-width: 200px;
	max-height: 140px;
	float: right;
	margin-right: -10px;
}
.photoGalleries p {
	margin-left: 10px;
	line-height: .93em;
}

/* ==========================================================================
  VIDEO & CHANT
  ========================================================================== */
.videoChant {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	xbackground-color: #eaf1cf;
}
.videoChant div+div {			/* image container */
	width: 210px;
	height: 140px;
	position: relative;
	top: -16px;
	text-align: center;
}
.videoChant div+div img {		/* main image */
	max-width: 208px;
	max-height: 140px;
}
.videoChant div+div img:hover {	/* main image */
	opacity: 1;
}
.videoChant p {
	margin-left: 10px;
	line-height: 1.3em;
}

/* ==========================================================================
  GENERAL TEXT LAYOUT STYLES
  ========================================================================== */
p.bullet {
	text-indent: -.8em;
	margin-left: 22px;
}
p.bullet:before {
	content: "\2022\a0";		/* bullet+space */
}

p.donate {
	color: #c00;
}
p.donate a {
	color: inherit;
}

.bottom {
	width: 906px;
}

/* ==========================================================================
  BANNER IMAGE ROTATOR
  ========================================================================== */
div.rotator {					/* rotator in-page placement */
	display: block;
	position: relative;
	height: 150px;
	width: 906px;
	margin-left: auto;
	margin-right: auto;
	border: 0 solid red;
	display: none;
	display: block;
}

div.rotator ul {				/* Collapse contents of the list to the margins of its container, cross-browser */
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}

div.rotator ul li {				/* Make elements invisible; Collapse to lie atop each other; Rid bullets */
	opacity: 0.0;	
	position: absolute; 
	list-style: none;	
}

div.rotator ul li:first-child {
	opacity: 1.0;
}

div.rotator ul li img {			/* rotator image style */
	display: block;
	float: left;
	width: 906px;
	height: 150px;
}

div.rotator ul li.show {		/* Bring first element to the top */
	/* z-index:50; */
}

/* ==========================================================================
  SCRATCHPAD AREA



  ========================================================================== */
