/*CFCSA general style*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#preload img {
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}

body {
	background: #ffffff;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

#header {
	width: 100%;
	background: #000;
}

#menu-row {
	height: 42px;
	background: url(top_parent_bg.jpg) repeat-x;
}

#menu-bar {
	width: 1000px;
	margin: 0 auto 0 auto;
	height: 3px;
	background: #000;
}

#menu-center {
	width: 1000px;
	margin: 0 auto 0 auto;
}

#header-content {
	width: 1000px;
	height: 164px;
	margin: 0 auto 0 auto;
}

#outerwrapper {
	background: url(../images/mainBg.jpg) repeat-x;
}

#shadowwrapper {
	width: 1078px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: url(shadowStrip.png) repeat-y;
}

#lowHeader {
	background: #8eabad url(../images/headerBg.jpg) no-repeat;
	width: 1000px;
	height: 170px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#lowHeader #titleWrapper {
	font-size: 100px;
	color: #4e559e;
	margin-top: 50px;
	margin-left: 50px;
	z-index: 0;
}

#mainwrapper {
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 5px 5px 10px 5px;
	background: #8eabad;
	overflow: hidden;
}

/* Changes here affect the text pane */

#textContent {
	/*background: #5b7779;*/
	width: 910px;
	float: left;
	padding: 15px 0 0 35px;
	font-size: 0.8em;
	color: #000;
}

#textContent .heading {
	text-align: center;
	padding: 5px 0 10px 0;
}

#textContent .narrow {
	width: 750px;
	height: 150px;
	overflow: none;
	margin: 0 auto;
}

#textContent .map {
	width: 450px;
	margin: 0 auto;
	padding-left: 75px;
}

.hspacer {
	width: 1px;
	height: 200px;
	overflow: none;
}

#textContent .body .left, #textContent .narrow .left {
	float: left;
	padding: 5px 10px 5px 0px;
}

#textContent .body .right {
	float: right;
	padding: 5px 0px 5px 10px;
}

#textContent .body {
	text-align: left;
}

#textContent H3 {
	font-size: 1.2em;
}

#textContent H2 {
	font-size: 1.3em;
	text-decoration: underline;
}

#textContent .bold { 
	font-weight: bold;
}

#textContent .italic {
	font-style: italic;
}

#textContent p.center {
	text-align: center;
}

#textContent .scripture {
	font-style: italic;
	color: #444;
	text-decoration: none;
}

#textContent a {
	font-style: italic;
	color: #444;
	text-decoration: none;
}

#textContent a.oldBlue {
	font-style: normal;
	color: blue;
	text-decoration: none;
}

#textContent a.oldBlue:hover {
	text-decoration: underline;
}

#textContent ul ol {
	margin: 0 5px 0 20px;
}

#textContent li {
	margin-left: 30px;
}

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

#flashEvent {
	display: inline;
	height: 455px;
	width: 810px;
	float: left;
	margin-right: 8px;
}

#simpleview {
	width: 100%;
	overflow: hidden;
}

#calendar {
	background: #5b7779;
	width: 168px;
	float: left;
	clear: right;
}

#calendar .noflash {
	overflow: hidden;
}

#calendar .noflash li {
	margin-left: 20px;
}

#lowerLinks {
	display: inline;
	float: left;
	clear: both;
	width: 990px;
	margin-top: 5px;
	overflow: hidden;
}

.graphicLink {
	display: inline;
	float: left;
	width: 190px;
	margin-right: 8px;
	/*IE6 Double Margin Fix*/
	_margin-right:5px;
}

#footerText {
	float: left;
	margin-top: 15px;
	width: 980px;
	text-align: center;
	color: #c3d2d3;
}
