/* --------------------------------
			GENERAL CSS 
-------------------------------- */
body {
	background-color: #D3D1C3;
	background-image: url(../images/design/body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #7F1878;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}

h1, h2, h3, p {
	margin: 14px 0px 14px 0px;
}

h1 {
	color: #000000;
	font-size: 16px;
}

h2 {
	color: #52055F;
	font-size: 14px;
	font-style: italic;
}

h3 {
	color: #261934;
	font-size: 14px;
}

h1.first, h2.first, h3.first {
	margin: 0px;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
}
/* --------------------------------
			GENERAL CSS 
-------------------------------- */

/* --------------------------------
			HEADER CSS 
-------------------------------- */
#header {
	border-top: solid 10px #000000;
	border-bottom: solid 7px #000000;
	width: 900px;
}

#headerLeft {
	background-color: #3E0A3E;
	background-image: url(../images/design/headerLeft.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	width: 250px;
	height: 250px;
	text-align: center;
}

#headerLeft img {
	display: block;
}

#eventsText {
	line-height: 15px;
	margin: 0px auto 25px auto;
	width: 180px;
	text-align: left;
}

#eventsText p {
	margin: 0px;
}

#headerLeft a img.btnViewEvents {
	display: block;
	margin: 0px auto 15px auto;
}

a.visitBlog {
	background-image: url(../images/design/visitBlogArrow.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	clear: both;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	position: relative;
	left: -30px;
	text-decoration: none;
}

a:hover.visitBlog {
	text-decoration: underline;
}

#headerRight {
	background-image: url(../images/design/headerRight.jpg);
	background-repeat: no-repeat;
	float: right;
	width: 650px;
	height: 208px;
}

#navigation {
	background-image: url(../images/design/navigation.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	width: 650px;
	height: 51px;
}

#navigation a {
	background-image: url(../images/design/navigationBorder.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 17px 25px 0px 24px;
	height: 34px;
}

#navigation a:hover {
	background-image: url(../images/design/navigationHover.jpg);
	background-repeat: repeat-x;
}

#navigation a.double {
	padding-top: 8px;
	height: 43px;
}

#navigation a.last {
	background: none;
	padding-right: 35px;
}

#navigation a:hover.last {
	background-image: url(../images/design/navigationHover.jpg);
	background-repeat: repeat-x;
}
/* --------------------------------
			HEADER CSS 
-------------------------------- */

/* --------------------------------
			CONTENT CSS 
-------------------------------- */
#contentArea {
	background-image: url(../images/design/contentArea.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 900px;
}

#mainContent {
	background-color: #FFFFFF;
	background-image: url(../images/design/mainContent.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	line-height: 15px;
	padding: 15px 50px 10px 25px;
	width: 575px;
}

#mainContent img {
	margin-right: 10px;
}


#sideContent {
	background-color: #281B36;
	background-image: url(../images/design/sideContent.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: right;
	padding: 10px 5px 10px 5px;
	width: 240px;
	text-align: center;
}

#profollow {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px auto 10px auto;
	width: 225px;
	text-align: left;
}

#profollow h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#profollowFields {
	margin: 15px 0px 5px 0px;
	padding: 0px 5px 0px 0px;
	width: 220px;
}

#profollowFields input {
	width: 99%;
}

#profollowFields div.fieldLeft {
	float: left;
	width: 100px;
	margin: 0px 0px 10px 0px;
}

#profollowFields div.fieldLeft input {
	width: 100px;
}

#profollowFields div.fieldRight {
	float: right;
	width: 100px;
	margin: 0px 0px 10px 0px;
}

#profollowFields div.fieldRight input {
	width: 100px;
}

#profollowLists {
	font-family: Arial, Helvetica, sans-serif;
	width: 209px;
	line-height: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px 8px 0px 8px;
}

#profollowLists div {
	width: 209px;
	margin: 15px 0px 15px 0px;
}

#profollowLists div input {
	float: left;
	margin: 2px 10px 0px 0px;
	padding: 0px;
}

#profollowLists div p {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
}

#profollow p.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 13px;
}

input.btnSubmit {
	background-image: url(../images/design/btnSubmit.jpg);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	width: 57px;
	height: 23px;
}

input.btnSubmitHover {
	background-image: url(../images/design/btnSubmitHover.jpg);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	width: 57px;
	height: 23px;
}

#scripture {
	background-image: url(../images/design/scripture.jpg);
	background-repeat: no-repeat;
	color: #0D181F;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 20px 15px 0px 15px;
	width: 208px;
	height: 171px;
	overflow: hidden;
}

#scripture p {
	margin: 0px;
}

#scripture span.source {
	font-size: 13px;
}
/* --------------------------------
			CONTENT CSS 
-------------------------------- */

/* --------------------------------
			FOOTER CSS 
-------------------------------- */
#footer {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px 0px 3px 0px;
	padding: 7px 10px 0px 10px;
	width: 880px;
	height: 24px;
}

#footerText {
	float: left;
}

#footerLinks {
	float: right;
}

#footerLinks a {
	color: #FFFFFF;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}

#belowFooterText {
	color: #000000;
	padding: 0px 0px 15px 5px;
}

#belowFooterText a {
	color: #000000;
	text-decoration: none;
}

#belowFooterText a:hover {
	color: #000000;
	text-decoration: underline;
}
/* --------------------------------
			FOOTER CSS 
-------------------------------- */

/* Contact Form Styles */
#contact {
	margin: 10px auto 0px auto;
	width: 550px;
}

#contact fieldset {
	border: solid 1px #000000;
	color: #000000;
	width: auto;
	margin: 0px 0px 8px 0px;
	padding: 10px 10px 10px 10px;
}

#contact legend {
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 10px 10px;
	padding: 0px 5px 0px 5px;
}

#contact label {
	float: left;
	display: block;
	margin: 0px 5px 0px 0px;
	width: 14em;
	text-align: right;
}

#contact input, #contact select, #contact textarea {
	float: left;
	margin: 0px;
	padding: 0px;
}

#contact div {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
/* Contact Form Styles */

#ajaxTabs {
	background-image: url(../images/design/ajaxTabs.jpg);
	background-repeat: repeat-x;
	float: left;
	width: auto;
	height: 35px;
}

#ajaxCornerLeft {
	background-image: url(../images/design/ajaxCornerLeft.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	width: 8px;
	height: 35px;
}

#ajaxCornerRight {
	background-image: url(../images/design/ajaxCornerRight.jpg);
	background-position: right;
	background-repeat: no-repeat;
	float: left;
	width: 8px;
	height: 35px;
}

#ajaxTabs a {
	background-image: url(../images/design/ajaxTabBorder.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #52055F;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	height: 25px;
	margin: 0px;
	padding: 10px 12px 0px 12px;
	text-decoration: none;
}

#ajaxTabs a.first {
	padding-left: 6px;
}

#ajaxTabs a.last {
	background-image: none;
	padding-right: 6px;
}

#ajaxTabs a.active {
	color: #000000;
}

#ajaxTabs a:hover {
	color: #000000;
}