@charset "utf-8";
/* RESET */

*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*HTML tag stles*/
body {
	line-height: 1;
	background: #ababab url(../images/bg-prayer.jpg) no-repeat scroll center top;
	padding: 0;
	margin: 0 auto;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #ba122b;
	font-style: italic;
}
h2   {
	font-size: 1.3em;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ba122b;
	margin: 0px;
	padding: 0px 0px 10px;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #B13E3E;
	margin: 0px;
}
h4 {
	font-size: 1.3em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 10px;
}
h5 {
	font-size: 36px;
	line-height: 85px;
	background: #ba122b;
	padding-right: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 35px;
	color: #FFFFFF;
	font-weight: normal;
}

a:link, a:visited/*a or anchor tags - the four statest that must appear in the following order - LVHA*/
 {
	color: #B13E3E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #648083;
	text-decoration: none;
}
a:img{
	border: none;
}

#container {
	width: 980px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	width: 980px;
	clear: both;
	height: 85px;
	margin-top: 15px;
}

/*BEGIN LAYOUT--------------*/
#main {
	position: relative;
	width: 980px;
	background: #FFFFFF;
}

#connect  {
	background: #ede5d8;
	margin-top: 20px;
	height: 45px;
	padding-left: 25px;
	padding-top: 15px;
}
#connect h2 {
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ba122b;
	margin: 0px;
	padding-right: 15px;
	padding-left: 0px;
	font-weight: normal;
	float: left;
	padding-top: -15px;
	line-height: 1.5em;
}
#connect form {
	float: left;
	width: 275px;
}

#connect img {
	margin-right: 12px;
}
#connect #social {
	float: right;
	padding-right: 25px;
}


.formField {
	color: #FFFFFF;
	background: #9B8565;
	border: 1px solid #ffffff;
	margin: 0px 3px 3px 0px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.3em;
	float: left;
}
.formSubscribe {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #ffffff;
	margin: 0px 5px 3px 0px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.3em;
	float: left;
}

.imgFloatRight {
	float: right;
}
.imgHomeButtons {
	float: right;
	margin-bottom: 15px;
}

/*FOOTER*/
#footer {
	clear: both;
	padding: 0px 25px;
	background: url(../images/bg-footer.jpg) repeat-x;
	margin-bottom: 25px;
}
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: .9em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
}
#container #footer a {
	color: #FFFFFF;
}
/*..............NAVIGATION.......*/
div#topNavigation {
margin-top: 10px;
padding: 0;
position: relative;
width: 980px;
height: 45px;
}

ul#navigation {
margin: 0;
padding: 0;
list-style:none;
width: 980px;
float: left;
background: #BA122B;
}

ul#navigation li {
float: left;
}

ul#navigation a {
display: block;
padding: 0 18.5px;
line-height: 45px;
color: #FFF;
font-size: 20px;
float: left;
}

ul#navigation a:hover {
color: #BA122B;
background: #FFF;
}

ul#navigation  li  ul  {
display: none;
}

#main #banner {
	padding: 5px;
}
#main #banner #title {
	position: absolute;
	top: 20px;
	right: 5px;
	height: 85px;
}

/*SUBNAV----------------------*/

#subnav {
width: 240px;
background: white;
float: left;
}

#subnav li h3 {
color: gray;
margin: 0;
padding: 5px 0 0 0;
font: 18px Georgia, "Times New Roman", Times, serif;
}

#subnav li:hover h3 {
color: #BA122B;
}

#subnav ul {
margin: 0;
padding: 0;
margin: 20px 0 0 25px;
list-style: none;
border: 1px solid black;
border-bottom: none;
}

#subnav ul ul {
margin: 0;
padding: 5px 0 5px 15px;
border: none;
}

#subnav li {
color: gray;
text-indent: 15px;
border-bottom: 1px solid black;
font: 18px/45px Georgia, "Times New Roman", Times, serif;
}

#subnav li li {
border: none;
font: 14px/20px Georgia, "Times New Roman", Times, serif;
}

#subnav a {
color: gray;
display: block;
}

#subnav li li a {
display: inline;
text-decoration: underline;
}

#subnav li:hover {
background: #eeeeee;
}

#subnav li:hover li {
color: black;
}

#subnav li:hover li a {
color: black;
text-decoration: underline;
}

#subnav a:hover {
color: #BA122B!important;
text-decoration: none;
}

#post-titles {
padding-left: 20px;
}

p.postmetadata {
font-size: 11px!important;
line-height: 15px!important;
}

.pagetitle {
padding-left: 20px;
font-size: 20px;
font-family: Georgia, Times, sans-serif;
}

h3#comments , #respond h3 {
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 10px;
margin-top: 21px;
}

#rightInner h2, h3 {
padding: 0;
margin: 20px 0 14px 30px;;
}

#rightInner p.small {
padding: 0;
margin: 0 21px 10px 30px;
font-size: 11px!important;
line-height: 15px!important;
}

/*END SUBNAV--------------------*/

#rightInner {
	width: 740px;
	background: #FFFFFF;
	float: right;
	min-height: 590px;
}

#rightInner p {
font: 14px/21px Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin: 21px 20px 21px 30px
}

#rightInner a {
text-decoration: underline;
}

#rightInner a:hover {
color: #800c1e;
}

#preFooter {
	height: 10px;
	width: 980px;
	clear: both;
	background: #FFFFFF;
	padding-top: 15px;
}
#schedule {
	width: 960px;
	position: relative;
	clear: both;
}
.imgRight {
	float: right;
	padding-right: 25px;
}
#announcement {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 320px;
	background: #FFFFFF;
	border: 2px solid #000000;
	padding: 2px;
}
.announce {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #BD1029;
}
.announceText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #000000;
}