@charset "UTF-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Lucida Sans, Arial, Helvetica, sans-serif;
	background: url(../images/background_canvas.jpg) repeat;
	background-color: #c5c3b4;
	color: #fff;
	font-size: 0.75em;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { /* resets most browser styles to enhance cross-browser compatibility */
	margin: 0;
	padding: 0;
}
a {
	color: #975a18;
}
.btn {
	background-color: #ffffff;
	background-image: url(../images/bkg-bar.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	height: 22px;
	border-width: 1px;
	border-style:solid;
	border-color:#c6c6c6;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding-bottom:2px;
	cursor:pointer;
}
.text-input {
	
}
#header {
	height: 126px;
	background: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#523002;
	margin: 0 0 0 0;
	width: 100%;
	border-top: solid 4px;
	border-top-color: #5c6a1c;
}
#header_inner {
	width:1000px;
	height:126px;
	margin: 0 auto;
	position:relative;
}
#header_inner h1 a {
	width: 205px;
	height: 100px;
	top: 15px;
	left: 35px;
	text-indent: -7000px;
	display: block;
	position: absolute;
}
#navigation {
	height:44px;
	background-image:url(../images/background_navigation.jpg);
	background-color:#5c6a1c;
	background-repeat:repeat-x;
	width:100%;
	overflow:hidden;
}
#navigation_inner {
	padding: 0;
	margin: 0 auto;
	text-align:center;
	width:750px;
}
#main-navigation li { 
	list-style-type: none;
	float:left;
	height:44px;
	width:auto;
}

#main-navigation li a {
	color:#FFF;
	text-decoration:none;
	padding: 9px 15px;
	font-size:1.28em;
	display:block;
	height:44px;
}
#main-navigation a:active {
	color:#CCC;
}
#main-navigation a:visited {
	color:#FFF;
	text-decoration:none;
}
#main-navigation li a:hover {
	color:#FFF;
	text-decoration:none;
	padding: 9px 15px;
	height:44px;
	background-image:url(../images/background_navigation_flip.jpg);
	background-repeat:repeat-x;
	
}
#content {
	width: 1000px;
	margin: 0 auto 0 auto;
}
#rotatorwrapper {
	width:840px;
	height:390px;
	background-image:url(../images/background_white.png);
	background-repeat:repeat;
	margin: 20px auto 20px auto;
	position:relative;
}
#rotator { 
	border:none; 
	margin: 0px 10px 10px 10px; 
	position:relative;
	width: 820px;
	height: 370px;
	overflow:hidden;
	z-index:1;
	top: 10px;
}
#rotatornav {margin: 0 auto; position:relative; z-index:5; bottom: 20px; width:820px; font-size:12px; color:#CCC;}

#rotatornav a { border: 1px solid #ccc; background: #323025; text-decoration: none; margin: 3px; padding: 0px 3px; color:#ccc}

#rotatornav a.activeSlide { background: #4b483d }

#rotatornav a:focus { outline: none; background: #5c6a1c }
#front_lower_wrapper {
	clear:both;
}
.front_lower_wrapper {
	background-image:url(../images/background_white.png);
	background-repeat:repeat;
	padding:6px;
}
.front_lower_wrapper_table {
	margin-bottom:20px;
}
.front_lower_wrapper_table a {
	color: #d5d3cc;
}
#front_news {

}
#front_prayer {

}
#front_contact {

}
#front_lower_wrapper .title {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.3em;
	width:290px;
	text-align:left;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:dashed;
	border-bottom-color:#FFF;
	border-bottom-width: 1px;
	padding: 0 0 6px 0;
}
.front_item_title_wrapper {
	border-bottom:dashed;
	border-bottom-color:#FFF;
	border-bottom-width: 1px;
	padding: 10px 0 10px 0;
	clear:both;
	display:inline-block;
	width:290px;
}
.front_item_title_date {
	float:left;
	width:40px;
	background-image: url(../images/background_date.jpg);
	height:40px;
	margin-right: 5px;
	text-align:center;
	border: solid;
	border-width: 1px;
	border-color: #999;
}
.front_item_title {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:100;
	text-align:left;
	width:242px;
}
.front_item_title a {
	color:#FFF;
	text-decoration:none;
}
.front_item_title a:hover {
	color:#FFF;
	text-decoration: underline;
}
.front_item_title_date .month {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-top:4px;
}
.front_item_title_date .day {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
}
.newsletter_table {
	color:#FFF;
	font-size:11px;
	margin:5px;
	background-image: url(../images/background_date.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border: solid;
	border-width: 1px;
	border-color: #999;
}
.btn_newsletter {
	background-image:url(../images/btn_join.png);
}

#socialnetworks img {
	margin: 10px 10px;
}
#footer {
	background-image:url(../images/background_footer.jpg);
	clear:both;
	background-repeat:repeat-x;
	background-position: top;
	background-color:#323025;
	border-top: solid 4px;
	border-top-color: #5c6a1c;
	margin: 0 auto;
}
#footer_inner {
	width: 990px;
	padding: 20px 0 10px 30px;
	margin: 0 auto;
	clear:both;
}

.footer-nav {
	width: 140px;
	float: left;
	margin: 0 25px 0 0;
}
.footer-nav h5 {
	font-size: 1em;
	text-transform: uppercase;
	color: #696659;
	padding: 0 0 3px 0;
}

.footer-nav li {
	list-style:none;
	padding-left: 10px;
}
.footer-nav li a {
	color: #696659;
	text-decoration:none;
}
.footer-nav li a:hover {
	color: #696659;
	text-decoration:underline;
}
.footer-footer {
	color: #696659;
	margin-top:7px;
}
.footer-footer a {
	color: #696659;
}
#sub-page-content-wrapper {
	width: 650px;
	background-color:#FFF;
	padding:3px;
	margin:20px 50px 20px 0;
	float:right;
}
#sub-page-content {
	width: 627px;
	background-color:#FFF;
	padding:10px;
	color:#333;
	border:solid;
	border-width:1px;
	border-color:#999;
	text-align:left;
	clear:both;
}
#sub-page-content ul {
	margin-left: 30px;
	padding-bottom:5px;
}
#sub-page-content li {
	list-style-type: circle;
}
#sub-page-content h1 {
	font-size:18px;
}
#sub-page-content h2 {
	font-size:16px;
}
#sub-page-content h3 {
	font-size:14px;
}
#sub-nav {
	background-image:url(../images/background_white.png);
	background-repeat:repeat;
	width: 220px;
	float:left;
	text-align:left;
	margin: 20px 0px 20px 50px;
	padding:0 0 10px 0;

}
.sub-nav h2 {
	font-weight:normal;
	padding: 10px 10px 20px 10px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#FFF;
}
.sub-nav li {
	list-style:none;
}
.sub-nav li a {
	padding: 12px 10px 12px 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#FFF;
	font-size:13px;
	background-image:url(../images/subnav_arrow.png);
	background-position:190px 12px;
	background-repeat:no-repeat;
	color:#FFF;
	text-decoration:none;
	width:200px;
	display:block;
}

.sub-nav li a:hover {
	color:#fff;
	background-color:#696659;
}
.sub-nav li.selected {
	background-color:#908e84;
}

.news_item img {
	float:left;
	margin: 10px 5px 5px 0px;
	padding:3px;
}
.news_item {
	clear:both;
	background-color: #efeee5;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6c5bb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6c5bb;
	margin-top:10px;
	padding: 10px;
}
.news_item h1 {
	margin-bottom:10px;
}
.news_item h2 {
	margin-top:5px;
	margin-bottom:5px;
	padding-top: 5px;
}
.news_date {
	font-style:italic;
	padding-bottom: 5px;
	color: #908e84;
}

.sharethis {
	float:right;
	font-size:12px;
	font-weight:normal;
}
.story_img {
	float: right;
	padding-left:3px;
}
.related {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6c5bb;
	margin-top:20px;
	padding-top:10px;
}
.contact_border {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6c5bb;
	margin-top:5px;
}
.send_message {
	background-color: #efeee5;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6c5bb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6c5bb;
	padding: 5px;
}
.label-cell {
	text-align:right;
	padding: 5px 5px;
}
.general-contact-form .btn {
	text-align:center;

}
.media_item {
	clear:both;
	background-color: #efeee5;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c6c5bb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c6c5bb;
	margin-top:10px;
	padding:10px;
}
#accordion1 h3 {
	padding: 8px 0 8px 25px;
	background-image:url(../images/arrow.png);
	background-position:center left;
	background-repeat:no-repeat;
	cursor:pointer;
	border-top: dashed 1px #666;
}
#accordion1 {
	border-bottom: dashed 1px #666;
}
#accordion2 h3 {
	padding: 8px 0 8px 25px;
	background-image:url(../images/arrow.png);
	background-position:center left;
	background-repeat:no-repeat;
	cursor:pointer;
	border-top: dashed 1px #666;
}
#accordion2 {
	border-bottom: dashed 1px #666;
}
#live-page-content-wrapper {
	width: 800px;
	background-color:#FFF;
	padding:3px;
	margin:20px 50px 20px 0;
}
#live-page-content {
	width: 775px;
	background-color:#FFF;
	padding:10px;
	color:#333;
	border:solid;
	border-width:1px;
	border-color:#999;
	text-align:left;
	clear:both;
}

